Table of Contents

Class EntraLicenseServicePlan

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

Represents an Entra license service plan.

public class EntraLicenseServicePlan : GlobalSerializableBase, IComparable<EntraLicenseServicePlan>
Inheritance
EntraLicenseServicePlan
Implements

Constructors

EntraLicenseServicePlan()

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

public EntraLicenseServicePlan()

Properties

CollectionIndex

Gets the collection index used by the data comparer.

[Browsable(false)]
public string CollectionIndex { get; }

Property Value

string

DisplayName

Gets or sets the display name of the service plan.

public string DisplayName { get; set; }

Property Value

string

Identifier

Gets or sets the identifier of the service plan.

public Guid Identifier { get; set; }

Property Value

Guid

ProvisioningStatus

Gets or sets provisioning status of the service plan.

public EntraLicenseServicePlanProvisioningStatus ProvisioningStatus { get; set; }

Property Value

EntraLicenseServicePlanProvisioningStatus

ProvisioningStatusString

Gets or sets the provisioning status as a human readable string.

public string ProvisioningStatusString { get; set; }

Property Value

string

ServicePlanName

Gets or sets the service plan name for the service plan.

public string ServicePlanName { get; set; }

Property Value

string

TargetClass

Gets or sets the target class to which the service plan applies.

public EntraLicenseTargetClass TargetClass { get; set; }

Property Value

EntraLicenseTargetClass

Methods

CompareTo(EntraLicenseServicePlan)

Compares two CENTREL.XIA.Configuration.Types.EntraLicenseServicePlan objects to allow sorting alphabetically by display name.

public int CompareTo(EntraLicenseServicePlan other)

Parameters

other EntraLicenseServicePlan

The CENTREL.XIA.Configuration.Types.EntraLicenseServicePlan to compare to.

Returns

int

The sort order of the two CENTREL.XIA.Configuration.Types.EntraLicenseServicePlan objects.

ToString()

Returns the display name of the service plan.

public override string ToString()

Returns

string

The display name of the service plan.