Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.ApiManagementGatewayUpdateProperties
Packages that use ApiManagementGatewayUpdateProperties
Package
Description
Package containing the inner data models for ApiManagementClient.
-
Uses of ApiManagementGatewayUpdateProperties in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return ApiManagementGatewayUpdatePropertiesModifier and TypeMethodDescriptionApiManagementGatewayUpdateProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApiManagementGatewayUpdateProperties from the JsonReader.ApiManagementGatewayUpdateProperties.withBackend(BackendConfiguration backend) Set the backend property: Information regarding how the gateway should integrate with backend systems.ApiManagementGatewayUpdateProperties.withConfigurationApi(GatewayConfigurationApi configurationApi) Set the configurationApi property: Information regarding the Configuration API of the API Management gateway.ApiManagementGatewayUpdateProperties.withFrontend(FrontendConfiguration frontend) Set the frontend property: Information regarding how the gateway should be exposed.ApiManagementGatewayUpdateProperties.withVirtualNetworkType(VirtualNetworkType virtualNetworkType) Set the virtualNetworkType property: The type of VPN in which API Management gateway needs to be configured in.