ContainerAppsConfigurationArgs

data class ContainerAppsConfigurationArgs(val appSubnetResourceId: Output<String>? = null, val controlPlaneSubnetResourceId: Output<String>? = null, val daprAIInstrumentationKey: Output<String>? = null, val dockerBridgeCidr: Output<String>? = null, val platformReservedCidr: Output<String>? = null, val platformReservedDnsIP: Output<String>? = null) : ConvertibleToJava<ContainerAppsConfigurationArgs>

Constructors

Link copied to clipboard
constructor(appSubnetResourceId: Output<String>? = null, controlPlaneSubnetResourceId: Output<String>? = null, daprAIInstrumentationKey: Output<String>? = null, dockerBridgeCidr: Output<String>? = null, platformReservedCidr: Output<String>? = null, platformReservedDnsIP: Output<String>? = null)

Properties

Link copied to clipboard
val appSubnetResourceId: Output<String>? = null

Resource ID of a subnet for control plane infrastructure components. This subnet must be in the same VNET as the subnet defined in appSubnetResourceId. Must not overlap with the IP range defined in platformReservedCidr, if defined.

Link copied to clipboard

Resource ID of a subnet for control plane infrastructure components. This subnet must be in the same VNET as the subnet defined in appSubnetResourceId. Must not overlap with the IP range defined in platformReservedCidr, if defined.

Link copied to clipboard
val daprAIInstrumentationKey: Output<String>? = null

Azure Monitor instrumentation key used by Dapr to export Service to Service communication telemetry

Link copied to clipboard
val dockerBridgeCidr: Output<String>? = null

CIDR notation IP range assigned to the Docker bridge network. It must not overlap with any Subnet IP ranges or the IP range defined in platformReservedCidr, if defined.

Link copied to clipboard
val platformReservedCidr: Output<String>? = null

IP range in CIDR notation that can be reserved for environment infrastructure IP addresses. It must not overlap with any other Subnet IP ranges.

Link copied to clipboard
val platformReservedDnsIP: Output<String>? = null

An IP address from the IP range defined by platformReservedCidr that will be reserved for the internal DNS server

Functions

Link copied to clipboard
open override fun toJava(): ContainerAppsConfigurationArgs