Share via


ContainerGroupIPAddress Class

Definition

IP address for the container group.

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

Constructors

ContainerGroupIPAddress(IEnumerable<ContainerGroupPort>, ContainerGroupIPAddressType)

Initializes a new instance of ContainerGroupIPAddress.

Properties

AddressType

Specifies if the IP is exposed to the public internet or private VNET.

AutoGeneratedDomainNameLabelScope

The value representing the security enum. The 'Unsecure' value is the default value if not selected and means the object's domain name label is not secured against subdomain takeover. The 'TenantReuse' value is the default value if selected and means the object's domain name label can be reused within the same tenant. The 'SubscriptionReuse' value means the object's domain name label can be reused within the same subscription. The 'ResourceGroupReuse' value means the object's domain name label can be reused within the same resource group. The 'NoReuse' value means the object's domain name label cannot be reused within the same resource group, subscription, or tenant.

DnsNameLabel

The Dns name label for the IP.

Fqdn

The FQDN for the IP.

IP

The IP exposed to the public internet.

Ports

The list of ports exposed on the container group.

Explicit Interface Implementations

IJsonModel<ContainerGroupIPAddress>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerGroupIPAddress>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerGroupIPAddress>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerGroupIPAddress>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerGroupIPAddress>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to