Table of Contents

Class AzureResourceLocks

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

Represents a collection of Azure resource locks.

public class AzureResourceLocks : BypassSection
Inheritance
AzureResourceLocks
Inherited Members

Constructors

AzureResourceLocks()

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

public AzureResourceLocks()

Properties

Items

Gets or sets the items in the collection.

public AzureResourceLockCollection Items { get; set; }

Property Value

AzureResourceLockCollection

Methods

Clone()

Returns a CENTREL.XIA.Configuration.Types.AzureResourceLocks cloned from this object.

public AzureResourceLocks Clone()

Returns

AzureResourceLocks

A CENTREL.XIA.Configuration.Types.AzureResourceLocks.

FromXml(string)

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

public static AzureResourceLocks FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

AzureResourceLocks

A CENTREL.XIA.Configuration.Types.AzureResourceLocks class.

ToString()

Returns the resource locks as a human readable string.

public override string ToString()

Returns

string

The resource locks as a human readable string.