Uses of Interface
com.azure.resourcemanager.apimanagement.models.GatewayHostnameConfigurationContract
Packages that use GatewayHostnameConfigurationContract
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of GatewayHostnameConfigurationContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return GatewayHostnameConfigurationContractModifier and TypeMethodDescriptionGatewayHostnameConfigurationContract.Update.apply()Executes the update request.GatewayHostnameConfigurationContract.Update.apply(com.azure.core.util.Context context) Executes the update request.GatewayHostnameConfigurationContract.DefinitionStages.WithCreate.create()Executes the create request.GatewayHostnameConfigurationContract.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.GatewayHostnameConfigurations.get(String resourceGroupName, String serviceName, String gatewayId, String hcId) Get details of a hostname configuration.Get details of a hostname configuration.GatewayHostnameConfigurationContract.refresh()Refreshes the resource to sync with Azure.GatewayHostnameConfigurationContract.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type GatewayHostnameConfigurationContractModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<GatewayHostnameConfigurationContract> GatewayHostnameConfigurations.getByIdWithResponse(String id, com.azure.core.util.Context context) Get details of a hostname configuration.com.azure.core.http.rest.Response<GatewayHostnameConfigurationContract> GatewayHostnameConfigurations.getWithResponse(String resourceGroupName, String serviceName, String gatewayId, String hcId, com.azure.core.util.Context context) Get details of a hostname configuration.com.azure.core.http.rest.PagedIterable<GatewayHostnameConfigurationContract> GatewayHostnameConfigurations.listByService(String resourceGroupName, String serviceName, String gatewayId) Lists the collection of hostname configurations for the specified gateway.com.azure.core.http.rest.PagedIterable<GatewayHostnameConfigurationContract> GatewayHostnameConfigurations.listByService(String resourceGroupName, String serviceName, String gatewayId, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists the collection of hostname configurations for the specified gateway.