Table of Contents

Class AzureRoleAssignments

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

Represents a collection of Azure role assignments.

public class AzureRoleAssignments : BypassSection
Inheritance
AzureRoleAssignments
Inherited Members

Constructors

AzureRoleAssignments()

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

public AzureRoleAssignments()

Properties

IncludesClassicAdministrators

Gets or sets whether the role assignments include classic administrators.

public BooleanOption IncludesClassicAdministrators { get; set; }

Property Value

BooleanOption

Items

Gets or sets the items in the collection.

public AzureRoleAssignmentCollection Items { get; set; }

Property Value

AzureRoleAssignmentCollection

Methods

Clone()

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

public AzureRoleAssignments Clone()

Returns

AzureRoleAssignments

A CENTREL.XIA.Configuration.Types.AzureRoleAssignments.

FromXml(string)

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

public static AzureRoleAssignments FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

AzureRoleAssignments

A CENTREL.XIA.Configuration.Types.AzureRoleAssignments class.

ToString()

Returns the role assignments as a human readable string.

public override string ToString()

Returns

string

The role assignments as a human readable string.