Additional Location Response
data class AdditionalLocationResponse(val disableGateway: Boolean? = null, val gatewayRegionalUrl: String, val location: String, val privateIPAddresses: List<String>, val publicIPAddresses: List<String>, val sku: ApiManagementServiceSkuPropertiesResponse, val virtualNetworkConfiguration: VirtualNetworkConfigurationResponse? = null, val zones: List<String>? = null)
Description of an additional API Management resource location.
Constructors
Link copied to clipboard
constructor(disableGateway: Boolean? = null, gatewayRegionalUrl: String, location: String, privateIPAddresses: List<String>, publicIPAddresses: List<String>, sku: ApiManagementServiceSkuPropertiesResponse, virtualNetworkConfiguration: VirtualNetworkConfigurationResponse? = null, zones: List<String>? = null)
Properties
Link copied to clipboard
Property only valid for an Api Management service deployed in multiple locations. This can be used to disable the gateway in this additional location.
Link copied to clipboard
Gateway URL of the API Management service in the Region.
Link copied to clipboard
Private Static Load Balanced IP addresses of the API Management service which is deployed in an Internal Virtual Network in a particular additional location. Available only for Basic, Standard, Premium and Isolated SKU.
Link copied to clipboard
Public Static Load Balanced IP addresses of the API Management service in the additional location. Available only for Basic, Standard, Premium and Isolated SKU.
Link copied to clipboard
SKU properties of the API Management service.
Link copied to clipboard
Virtual network configuration for the location.