ContainerAppVnetConfiguration 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.
Configuration properties for apps environment to join a Virtual Network.
public class ContainerAppVnetConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppContainers.Models.ContainerAppVnetConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppContainers.Models.ContainerAppVnetConfiguration>
type ContainerAppVnetConfiguration = class
interface IJsonModel<ContainerAppVnetConfiguration>
interface IPersistableModel<ContainerAppVnetConfiguration>
Public Class ContainerAppVnetConfiguration
Implements IJsonModel(Of ContainerAppVnetConfiguration), IPersistableModel(Of ContainerAppVnetConfiguration)
- Inheritance
-
ContainerAppVnetConfiguration
- Implements
Constructors
ContainerAppVnetConfiguration() |
Initializes a new instance of ContainerAppVnetConfiguration. |
Properties
DockerBridgeCidr |
CIDR notation IP range assigned to the Docker bridge, network. Must not overlap with any other provided IP ranges. |
InfrastructureSubnetId |
Resource ID of a subnet for infrastructure components. Must not overlap with any other provided IP ranges. |
IsInternal |
Boolean indicating the environment only has an internal load balancer. These environments do not have a public static IP resource. They must provide infrastructureSubnetId if enabling this property. |
PlatformReservedCidr |
IP range in CIDR notation that can be reserved for environment infrastructure IP addresses. Must not overlap with any other provided IP ranges. |
PlatformReservedDnsIP |
An IP address from the IP range defined by platformReservedCidr that will be reserved for the internal DNS server. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ContainerAppVnetConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ContainerAppVnetConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ContainerAppVnetConfiguration>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ContainerAppVnetConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ContainerAppVnetConfiguration>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET