Share via


IpAddress Class

Definition

IP address for the container group.

public class IpAddress
type IpAddress = class
Public Class IpAddress
Inheritance
IpAddress

Constructors

IpAddress()

Initializes a new instance of the IpAddress class.

IpAddress(IList<Port>, String, String, String, String, String)

Initializes a new instance of the IpAddress class.

Properties

DnsNameLabel

Gets or sets the Dns name label for the IP.

DnsNameLabelReusePolicy

Gets or sets the value representing the security enum. Possible values include: 'Unsecure', 'TenantReuse', 'SubscriptionReuse', 'ResourceGroupReuse', 'Noreuse'

Fqdn

Gets the FQDN for the IP.

Ip

Gets or sets the IP exposed to the public internet.

Ports

Gets or sets the list of ports exposed on the container group.

Type

Gets or sets specifies if the IP is exposed to the public internet or private VNET. Possible values include: 'Public', 'Private'

Methods

Validate()

Validate the object.

Applies to