AdditionalLocationResponse

data class AdditionalLocationResponse(val disableGateway: Boolean? = null, val gatewayRegionalUrl: String, val location: String, val natGatewayState: String? = null, val outboundPublicIPAddresses: List<String>, val platformVersion: String, val privateIPAddresses: List<String>, val publicIPAddresses: List<String>, val publicIpAddressId: String? = null, 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, natGatewayState: String? = null, outboundPublicIPAddresses: List<String>, platformVersion: String, privateIPAddresses: List<String>, publicIPAddresses: List<String>, publicIpAddressId: String? = null, sku: ApiManagementServiceSkuPropertiesResponse, virtualNetworkConfiguration: VirtualNetworkConfigurationResponse? = null, zones: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val disableGateway: Boolean? = null

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

The location name of the additional region among Azure Data center regions.

Link copied to clipboard
val natGatewayState: String? = null

Property can be used to enable NAT Gateway for this API Management service.

Link copied to clipboard

Outbound public IPV4 address prefixes associated with NAT Gateway deployed service. Available only for Premium SKU on stv2 platform.

Link copied to clipboard

Compute Platform Version running the service.

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

Public Standard SKU IP V4 based IP address to be associated with Virtual Network deployed service in the location. Supported only for Premium SKU being deployed in Virtual Network.

Link copied to clipboard

SKU properties of the API Management service.

Link copied to clipboard

Virtual network configuration for the location.

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

A list of availability zones denoting where the resource needs to come from.