ContainerAppsConfiguration Class

Definition

The ContainerAppsConfiguration. Serialized Name: 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

Name Description
ContainerAppsConfiguration()

Initializes a new instance of ContainerAppsConfiguration.

Properties

Name Description
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. Serialized Name: ContainerAppsConfiguration.appSubnetResourceId

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. Serialized Name: ContainerAppsConfiguration.controlPlaneSubnetResourceId

DaprAIInstrumentationKey

Azure Monitor instrumentation key used by Dapr to export Service to Service communication telemetry Serialized Name: ContainerAppsConfiguration.daprAIInstrumentationKey

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. Serialized Name: ContainerAppsConfiguration.dockerBridgeCidr

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. Serialized Name: ContainerAppsConfiguration.platformReservedCidr

PlatformReservedDnsIP

An IP address from the IP range defined by platformReservedCidr that will be reserved for the internal DNS server Serialized Name: ContainerAppsConfiguration.platformReservedDnsIP

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
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