AdditionalLocationArgs

data class AdditionalLocationArgs(val disableGateway: Output<Boolean>? = null, val location: Output<String>, val natGatewayState: Output<Either<String, NatGatewayState>>? = null, val publicIpAddressId: Output<String>? = null, val sku: Output<ApiManagementServiceSkuPropertiesArgs>, val virtualNetworkConfiguration: Output<VirtualNetworkConfigurationArgs>? = null, val zones: Output<List<String>>? = null) : ConvertibleToJava<AdditionalLocationArgs>

Description of an additional API Management resource location.

Constructors

Link copied to clipboard
constructor(disableGateway: Output<Boolean>? = null, location: Output<String>, natGatewayState: Output<Either<String, NatGatewayState>>? = null, publicIpAddressId: Output<String>? = null, sku: Output<ApiManagementServiceSkuPropertiesArgs>, virtualNetworkConfiguration: Output<VirtualNetworkConfigurationArgs>? = null, zones: Output<List<String>>? = null)

Properties

Link copied to clipboard
val disableGateway: Output<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
val location: Output<String>

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

Link copied to clipboard
val natGatewayState: Output<Either<String, NatGatewayState>>? = null

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

Link copied to clipboard
val publicIpAddressId: Output<String>? = null

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: Output<List<String>>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): AdditionalLocationArgs