Table of Contents

Class AzureVirtualNetworks

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

Represents a collection of Azure virtual networks.

public class AzureVirtualNetworks : BypassSection
Inheritance
AzureVirtualNetworks
Inherited Members

Constructors

AzureVirtualNetworks()

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

public AzureVirtualNetworks()

Properties

Items

Gets or sets the items in the collection.

public AzureVirtualNetworkCollection Items { get; set; }

Property Value

AzureVirtualNetworkCollection

Methods

FromXml(string)

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

public static AzureVirtualNetworks FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

AzureVirtualNetworks

A CENTREL.XIA.Configuration.Types.AzureVirtualNetworks class.

ToString()

Returns the virtual networks as a human readable string.

public override string ToString()

Returns

string

The virtual networks as a human readable string.