Share via


IIPAddress Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.IPAddressTypeConverter))]
public interface IIPAddress : Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.IPAddressTypeConverter))>]
type IIPAddress = interface
    interface IJsonSerializable
Public Interface IIPAddress
Implements IJsonSerializable
Derived
Attributes
Implements

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.

IP

The IP exposed to the public internet.

Port

The list of ports exposed on the container group.

Type

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

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to