Table of Contents

Class AzureNetworkInterfaceIPConfigurations

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

Represents a collection of Azure network interface IP configurations.

public class AzureNetworkInterfaceIPConfigurations : BaseTypeSection
Inheritance
AzureNetworkInterfaceIPConfigurations

Constructors

AzureNetworkInterfaceIPConfigurations()

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

public AzureNetworkInterfaceIPConfigurations()

Properties

Items

Gets or sets the items in the collection.

public AzureNetworkInterfaceIPConfigurationCollection Items { get; set; }

Property Value

AzureNetworkInterfaceIPConfigurationCollection

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.AzureNetworkInterfaceIPConfigurations class from the specified XML.

public static AzureNetworkInterfaceIPConfigurations FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

AzureNetworkInterfaceIPConfigurations

A CENTREL.XIA.Configuration.Types.AzureNetworkInterfaceIPConfigurations class.

ToString()

Returns the network interface IP configurations as a human readable string.

public override string ToString()

Returns

string

The network interface IP configurations as a human readable string.