ContainerAppsConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class ContainerAppsConfiguration
type ContainerAppsConfiguration = class
Public Class ContainerAppsConfiguration
- Inheritance
-
ContainerAppsConfiguration
Constructors
ContainerAppsConfiguration() |
Initializes a new instance of the ContainerAppsConfiguration class. |
ContainerAppsConfiguration(String, String, String, String, String, String) |
Initializes a new instance of the ContainerAppsConfiguration class. |
Properties
AppSubnetResourceId |
Gets or sets 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. |
ControlPlaneSubnetResourceId |
Gets or sets 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. |
DaprAIInstrumentationKey |
Gets or sets azure Monitor instrumentation key used by Dapr to export Service to Service communication telemetry |
DockerBridgeCidr |
Gets or sets 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. |
PlatformReservedCidr |
Gets or sets IP range in CIDR notation that can be reserved for environment infrastructure IP addresses. It must not overlap with any other Subnet IP ranges. |
PlatformReservedDnsIP |
Gets or sets an IP address from the IP range defined by platformReservedCidr that will be reserved for the internal DNS server |
Applies to
Azure SDK for .NET