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