Table of Contents

Class AzureRoleDefinitions

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

Represents a collection of Azure role definitions.

public class AzureRoleDefinitions : BypassSection
Inheritance
AzureRoleDefinitions
Inherited Members

Constructors

AzureRoleDefinitions()

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

public AzureRoleDefinitions()

Properties

IncludesBuiltIn

Gets or sets whether the role definitions include built-in definitions.

public BooleanOption IncludesBuiltIn { get; set; }

Property Value

BooleanOption

Items

Gets or sets the items in the collection.

public AzureRoleDefinitionCollection Items { get; set; }

Property Value

AzureRoleDefinitionCollection

Methods

Clone()

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

public AzureRoleDefinitions Clone()

Returns

AzureRoleDefinitions

A CENTREL.XIA.Configuration.Types.AzureRoleDefinitions.

FromXml(string)

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

public static AzureRoleDefinitions FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

AzureRoleDefinitions

A CENTREL.XIA.Configuration.Types.AzureRoleDefinitions class.

ToString()

Returns the role definitions as a human readable string.

public override string ToString()

Returns

string

The role definitions as a human readable string.