Table of Contents

Class AzureNetworkInterfaces

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

Represents a collection of Azure network interfaces.

public class AzureNetworkInterfaces : BypassSection
Inheritance
AzureNetworkInterfaces
Inherited Members

Constructors

AzureNetworkInterfaces()

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

public AzureNetworkInterfaces()

Properties

Items

Gets or sets the items in the collection.

public AzureNetworkInterfaceCollection Items { get; set; }

Property Value

AzureNetworkInterfaceCollection

Methods

FromXml(string)

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

public static AzureNetworkInterfaces FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

AzureNetworkInterfaces

A CENTREL.XIA.Configuration.Types.AzureNetworkInterfaces class.

ToString()

Returns the network interfaces as a human readable string.

public override string ToString()

Returns

string

The network interfaces as a human readable string.