GetEnvironmentV3Result

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)

Types

Link copied to clipboard
object Companion

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 DNS suffix for this App Service Environment V3.

Link copied to clipboard

The external inbound IP addresses of the App Service Environment V3.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

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

The location where the App Service Environment exists.

Link copied to clipboard

The name of the Cluster Setting.

Link copied to clipboard

Pricing tier for the front end instances.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The ID of the v3 App Service Environment Subnet.

Link copied to clipboard

A mapping of tags assigned to the v3 App Service Environment.

Link copied to clipboard

Outbound addresses of Windows based Apps in this App Service Environment V3.

Link copied to clipboard