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