Get Environment V3Result
data class GetEnvironmentV3Result(val allowNewPrivateEndpointConnections: Boolean, val clusterSettings: List<GetEnvironmentV3ClusterSetting>, val dedicatedHostCount: Int, val dnsSuffix: String, val externalInboundIpAddresses: List<String>, val id: String, val inboundNetworkDependencies: List<GetEnvironmentV3InboundNetworkDependency>, val internalInboundIpAddresses: List<String>, val internalLoadBalancingMode: String, val ipSslAddressCount: Int, val linuxOutboundIpAddresses: List<String>, val location: String, val name: String, val pricingTier: String, val remoteDebuggingEnabled: Boolean, val resourceGroupName: String, val subnetId: String, val tags: Map<String, String>, val windowsOutboundIpAddresses: List<String>, val zoneRedundant: Boolean)
A collection of values returned by getEnvironmentV3.
Constructors
Link copied to clipboard
constructor(allowNewPrivateEndpointConnections: Boolean, clusterSettings: List<GetEnvironmentV3ClusterSetting>, dedicatedHostCount: Int, dnsSuffix: String, externalInboundIpAddresses: List<String>, id: String, inboundNetworkDependencies: List<GetEnvironmentV3InboundNetworkDependency>, internalInboundIpAddresses: List<String>, internalLoadBalancingMode: String, ipSslAddressCount: Int, linuxOutboundIpAddresses: List<String>, location: String, name: String, pricingTier: String, remoteDebuggingEnabled: Boolean, resourceGroupName: String, subnetId: String, tags: Map<String, String>, windowsOutboundIpAddresses: List<String>, zoneRedundant: Boolean)
Properties
Link copied to clipboard
Are new Private Endpoint Connections allowed.
Link copied to clipboard
A cluster_setting
block as defined below.
Link copied to clipboard
The number of Dedicated Hosts used by this ASEv3.
Link copied to clipboard
The external inbound IP addresses of the App Service Environment V3.
Link copied to clipboard
An Inbound Network Dependencies block as defined below.
Link copied to clipboard
The internal inbound IP addresses of the App Service Environment V3.
Link copied to clipboard
The Internal Load Balancing Mode of this ASEv3.
Link copied to clipboard
The number of IP SSL addresses reserved for the App Service Environment V3.
Link copied to clipboard
The list of Outbound IP Addresses of Linux based Apps in this App Service Environment V3.
Link copied to clipboard
Pricing tier for the front end instances.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Outbound addresses of Windows based Apps in this App Service Environment V3.
Link copied to clipboard