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 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
fun GetEnvironmentV3Result(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, resourceGroupName: String, subnetId: String, tags: Map<String, String>, windowsOutboundIpAddresses: List<String>, zoneRedundant: Boolean)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard