Table of Contents

Class AzureVirtualMachineExtensions

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

Represents a collection of Azure virtual machine extensions.

public class AzureVirtualMachineExtensions : BypassSection
Inheritance
AzureVirtualMachineExtensions
Inherited Members

Constructors

AzureVirtualMachineExtensions()

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

public AzureVirtualMachineExtensions()

Properties

Items

Gets or sets the items in the collection.

public AzureVirtualMachineExtensionCollection Items { get; set; }

Property Value

AzureVirtualMachineExtensionCollection

Methods

FromXml(string)

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

public static AzureVirtualMachineExtensions FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

AzureVirtualMachineExtensions

A CENTREL.XIA.Configuration.Types.AzureVirtualMachineExtensions class.

ToString()

Returns the virtual machine extensions as a human readable string.

public override string ToString()

Returns

string

The virtual machine extensions as a human readable string.