ContainerAppsConfiguration Class

Definition

The ContainerAppsConfiguration.

public class ContainerAppsConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.Models.ContainerAppsConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.Models.ContainerAppsConfiguration>
type ContainerAppsConfiguration = class
    interface IJsonModel<ContainerAppsConfiguration>
    interface IPersistableModel<ContainerAppsConfiguration>
Public Class ContainerAppsConfiguration
Implements IJsonModel(Of ContainerAppsConfiguration), IPersistableModel(Of ContainerAppsConfiguration)
Inheritance
ContainerAppsConfiguration
Implements

Constructors

ContainerAppsConfiguration()

Initializes a new instance of ContainerAppsConfiguration.

Properties

AppSubnetResourceId

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

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

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

DockerBridgeCidr

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

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

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

Explicit Interface Implementations

IJsonModel<ContainerAppsConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ContainerAppsConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerAppsConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerAppsConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ContainerAppsConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to