Table of Contents

Class AzureSubscriptions

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

Represents a collection of Azure subscriptions.

public class AzureSubscriptions : BaseTypeSection
Inheritance
AzureSubscriptions

Constructors

AzureSubscriptions()

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

public AzureSubscriptions()

Properties

Items

Gets or sets the items in the collection.

public AzureSubscriptionCollection Items { get; set; }

Property Value

AzureSubscriptionCollection

Methods

FromXml(string)

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

public static AzureSubscriptions FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

AzureSubscriptions

A CENTREL.XIA.Configuration.Types.AzureSubscriptions class.

ToString()

Returns the subscriptions as a human readable string.

public override string ToString()

Returns

string

The subscriptions as a human readable string.