Table of Contents

Class AzureResourceReferences

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

Represents a collection of references to Azure resources.

public class AzureResourceReferences : BaseTypeSection
Inheritance
AzureResourceReferences

Constructors

AzureResourceReferences()

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

public AzureResourceReferences()

Properties

Items

Gets or sets the items in the collection.

public AzureResourceReferenceCollection Items { get; set; }

Property Value

AzureResourceReferenceCollection

Methods

FromXml(string)

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

public static AzureResourceReferences FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

AzureResourceReferences

A CENTREL.XIA.Configuration.Types.AzureResourceReferences class.

ToString()

Returns the resource references as a human readable string.

public override string ToString()

Returns

string

The resource references as a human readable string.