Class AzurePublicIPAddresses
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Azure public IP addresses.
public class AzurePublicIPAddresses : BypassSection
- Inheritance
-
AzurePublicIPAddresses
- Inherited Members
Constructors
AzurePublicIPAddresses()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.AzurePublicIPAddresses class.
public AzurePublicIPAddresses()
Properties
Items
Gets or sets the items in the collection.
public AzurePublicIPAddressCollection Items { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.AzurePublicIPAddresses class from the specified XML.
public static AzurePublicIPAddresses FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- AzurePublicIPAddresses
A CENTREL.XIA.Configuration.Types.AzurePublicIPAddresses class.
ToString()
Returns the public IP addresses as a human readable string.
public override string ToString()
Returns
- string
The public IP addresses as a human readable string.