Table of Contents

Class AzurePublicIPAddress

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents an Azure public IP address.

public class AzurePublicIPAddress : AzureResourceBase, IComparable<AzureResourceBase>
Inheritance
AzurePublicIPAddress
Implements
Inherited Members

Constructors

AzurePublicIPAddress()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.AzurePublicIPAddress class.

public AzurePublicIPAddress()

Properties

AddressType

Gets or sets the public IP address type - either IPv4 or IPv6.

public AzurePublicIPAddressType AddressType { get; set; }

Property Value

AzurePublicIPAddressType

AddressTypeString

Gets the public IP address type - either IPv4 or IPv6.

public string AddressTypeString { get; set; }

Property Value

string

AssignmentType

Gets or sets the assignment type of the public IP address.

public AzurePublicIPAddressAssignmentType AssignmentType { get; set; }

Property Value

AzurePublicIPAddressAssignmentType

AssignmentTypeString

Gets the assignment type of the public IP address.

public string AssignmentTypeString { get; set; }

Property Value

string

DomainNameLabel

Gets or sets the optional DNS name label.

public string DomainNameLabel { get; set; }

Property Value

string

Fqdn

Gets or sets the fully qualified domain name.

public string Fqdn { get; set; }

Property Value

string

IPAddress

Gets or sets the public IP address - for example "13.1.10.10". This setting only applies when the assignment type is static.

public string IPAddress { get; set; }

Property Value

string

IdleTimeout

Gets or sets the idle timeout in minutes.

public int IdleTimeout { get; set; }

Property Value

int

SkuTier

Gets or sets the SKU tier.

public AzurePublicIPAddressSkuTier SkuTier { get; set; }

Property Value

AzurePublicIPAddressSkuTier

SkuTierString

Gets the SKU tier.

public string SkuTierString { get; set; }

Property Value

string

SkuType

Gets or sets the SKU type.

public AzurePublicIPAddressSkuType SkuType { get; set; }

Property Value

AzurePublicIPAddressSkuType

SkuTypeString

Gets the SKU type.

public string SkuTypeString { get; set; }

Property Value

string