Sdílet prostřednictvím


IpAddress interface

IP address for the container group.

Properties

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. NOTE: This property will not be serialized. It can only be populated by the server.

ip

The IP exposed to the public internet.

ports

The list of ports exposed on the container group.

type

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

Property Details

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.

autoGeneratedDomainNameLabelScope?: string

Property Value

string

dnsNameLabel

The Dns name label for the IP.

dnsNameLabel?: string

Property Value

string

fqdn

The FQDN for the IP. NOTE: This property will not be serialized. It can only be populated by the server.

fqdn?: string

Property Value

string

ip

The IP exposed to the public internet.

ip?: string

Property Value

string

ports

The list of ports exposed on the container group.

ports: Port[]

Property Value

Port[]

type

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

type: string

Property Value

string