Table of Contents

Class AzureVirtualMachines

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

Represents a collection of Azure virtual machines.

public class AzureVirtualMachines : BypassSection
Inheritance
AzureVirtualMachines
Inherited Members

Constructors

AzureVirtualMachines()

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

public AzureVirtualMachines()

Properties

Items

Gets or sets the items in the collection.

public AzureVirtualMachineCollection Items { get; set; }

Property Value

AzureVirtualMachineCollection

Methods

FromXml(string)

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

public static AzureVirtualMachines FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

AzureVirtualMachines

A CENTREL.XIA.Configuration.Types.AzureVirtualMachines class.

ToString()

Returns the virtual machines as a human readable string.

public override string ToString()

Returns

string

The virtual machines as a human readable string.