GetEnvironmentResult

data class GetEnvironmentResult(val customDomainVerificationId: String, val defaultDomain: String, val dockerBridgeCidr: String, val id: String, val infrastructureSubnetId: String, val internalLoadBalancerEnabled: Boolean, val location: String, val logAnalyticsWorkspaceName: String, val name: String, val platformReservedCidr: String, val platformReservedDnsIpAddress: String, val resourceGroupName: String, val staticIpAddress: String, val tags: Map<String, String>)

A collection of values returned by getEnvironment.

Constructors

Link copied to clipboard
constructor(customDomainVerificationId: String, defaultDomain: String, dockerBridgeCidr: String, id: String, infrastructureSubnetId: String, internalLoadBalancerEnabled: Boolean, location: String, logAnalyticsWorkspaceName: String, name: String, platformReservedCidr: String, platformReservedDnsIpAddress: String, resourceGroupName: String, staticIpAddress: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the Custom Domain Verification for this Container App Environment.

Link copied to clipboard

The default publicly resolvable name of this Container App Environment. This is generated at creation time to be globally unique.

Link copied to clipboard

The network addressing in which the Container Apps in this Container App Environment will reside in CIDR notation.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The ID of the Subnet in use by the Container Apps Control Plane.

Link copied to clipboard

Does the Container App Environment operate in Internal Load Balancing Mode?

Link copied to clipboard

The Azure Location where this Container App Environment exists.

Link copied to clipboard

The name of the Log Analytics Workspace this Container Apps Managed Environment is linked to.

Link copied to clipboard
Link copied to clipboard

The IP range, in CIDR notation, that is reserved for environment infrastructure IP addresses.

Link copied to clipboard

The IP address from the IP range defined by platform_reserved_cidr that is reserved for the internal DNS server.

Link copied to clipboard
Link copied to clipboard

The Static IP address of the Environment.

Link copied to clipboard

A mapping of tags assigned to the resource.