Table of Contents

Class EntraLicenseUnitsStatus

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

Represents the status of the units of an Entra license.

public class EntraLicenseUnitsStatus : BaseTypeSection
Inheritance
EntraLicenseUnitsStatus

Constructors

EntraLicenseUnitsStatus()

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

public EntraLicenseUnitsStatus()

Properties

Enabled

Gets or sets the number of license units in an enabled state.

public int Enabled { get; set; }

Property Value

int

LockedOut

Gets or sets the number of license units in a locked out state.

public int LockedOut { get; set; }

Property Value

int

Suspended

Gets or sets the number of license units in a suspended state.

public int Suspended { get; set; }

Property Value

int

Warning

Gets or sets the number of license units in a warning state.

public int Warning { get; set; }

Property Value

int

Methods

FromXml(string)

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

public static EntraLicenseUnitsStatus FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

EntraLicenseUnitsStatus

A CENTREL.XIA.Configuration.Types.EntraLicenseUnitsStatus class.