ServiceAdditionalLocation

data class ServiceAdditionalLocation(val capacity: Int? = null, val gatewayDisabled: Boolean? = null, val gatewayRegionalUrl: String? = null, val location: String, val privateIpAddresses: List<String>? = null, val publicIpAddressId: String? = null, val publicIpAddresses: List<String>? = null, val virtualNetworkConfiguration: ServiceAdditionalLocationVirtualNetworkConfiguration? = null, val zones: List<String>? = null)

Constructors

Link copied to clipboard
constructor(capacity: Int? = null, gatewayDisabled: Boolean? = null, gatewayRegionalUrl: String? = null, location: String, privateIpAddresses: List<String>? = null, publicIpAddressId: String? = null, publicIpAddresses: List<String>? = null, virtualNetworkConfiguration: ServiceAdditionalLocationVirtualNetworkConfiguration? = null, zones: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val capacity: Int? = null

The number of compute units in this region. Defaults to the capacity of the main region.

Link copied to clipboard

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

The URL of the Regional Gateway for the API Management Service in the specified region.

Link copied to clipboard

The name of the Azure Region in which the API Management Service should be expanded to.

Link copied to clipboard

The Private IP addresses of the API Management Service. Available only when the API Manager instance is using Virtual Network mode.

Link copied to clipboard

Public Static Load Balanced IP addresses of the API Management service in the additional location. Available only for Basic, Standard and Premium SKU.

Link copied to clipboard

ID of a standard SKU IPv4 Public IP.

Link copied to clipboard

A virtual_network_configuration block as defined below. Required when virtual_network_type is External or Internal.

Link copied to clipboard
val zones: List<String>? = null

A list of availability zones.