Additional Location Args
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
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
Property can be used to enable NAT Gateway for this API Management service.
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.