Uses of Class
com.azure.resourcemanager.apimanagement.models.ApiManagementGatewayUpdateParameters
Packages that use ApiManagementGatewayUpdateParameters
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of ApiManagementGatewayUpdateParameters in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type ApiManagementGatewayUpdateParametersModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ApiManagementGatewayResourceInner>, ApiManagementGatewayResourceInner> ApiGatewaysClient.beginUpdate(String resourceGroupName, String gatewayName, ApiManagementGatewayUpdateParameters parameters) Updates an existing API Management gateway.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ApiManagementGatewayResourceInner>, ApiManagementGatewayResourceInner> ApiGatewaysClient.beginUpdate(String resourceGroupName, String gatewayName, ApiManagementGatewayUpdateParameters parameters, com.azure.core.util.Context context) Updates an existing API Management gateway.ApiGatewaysClient.update(String resourceGroupName, String gatewayName, ApiManagementGatewayUpdateParameters parameters) Updates an existing API Management gateway.ApiGatewaysClient.update(String resourceGroupName, String gatewayName, ApiManagementGatewayUpdateParameters parameters, com.azure.core.util.Context context) Updates an existing API Management gateway. -
Uses of ApiManagementGatewayUpdateParameters in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return ApiManagementGatewayUpdateParametersModifier and TypeMethodDescriptionApiManagementGatewayUpdateParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApiManagementGatewayUpdateParameters from the JsonReader.ApiManagementGatewayUpdateParameters.withBackend(BackendConfiguration backend) Set the backend property: Information regarding how the gateway should integrate with backend systems.ApiManagementGatewayUpdateParameters.withConfigurationApi(GatewayConfigurationApi configurationApi) Set the configurationApi property: Information regarding the Configuration API of the API Management gateway.ApiManagementGatewayUpdateParameters.withFrontend(FrontendConfiguration frontend) Set the frontend property: Information regarding how the gateway should be exposed.ApiManagementGatewayUpdateParameters.withSku(ApiManagementGatewaySkuPropertiesForPatch sku) Set the sku property: SKU properties of the API Management gateway.Set the tags property: Resource tags.ApiManagementGatewayUpdateParameters.withVirtualNetworkType(VirtualNetworkType virtualNetworkType) Set the virtualNetworkType property: The type of VPN in which API Management gateway needs to be configured in.