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
AddressTypeString
Gets the public IP address type - either IPv4 or IPv6.
public string AddressTypeString { get; set; }
Property Value
AssignmentType
Gets or sets the assignment type of the public IP address.
public AzurePublicIPAddressAssignmentType AssignmentType { get; set; }
Property Value
AssignmentTypeString
Gets the assignment type of the public IP address.
public string AssignmentTypeString { get; set; }
Property Value
DomainNameLabel
Gets or sets the optional DNS name label.
public string DomainNameLabel { get; set; }
Property Value
Fqdn
Gets or sets the fully qualified domain name.
public string Fqdn { get; set; }
Property Value
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
IdleTimeout
Gets or sets the idle timeout in minutes.
public int IdleTimeout { get; set; }
Property Value
SkuTier
Gets or sets the SKU tier.
public AzurePublicIPAddressSkuTier SkuTier { get; set; }
Property Value
SkuTierString
Gets the SKU tier.
public string SkuTierString { get; set; }
Property Value
SkuType
Gets or sets the SKU type.
public AzurePublicIPAddressSkuType SkuType { get; set; }
Property Value
SkuTypeString
Gets the SKU type.
public string SkuTypeString { get; set; }