MicrosoftGraphSubscribedSku Class

Definition

subscribedSku

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphSubscribedSkuTypeConverter))]
public class MicrosoftGraphSubscribedSku : Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSubscribedSku, Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IAssociativeArray<object>, Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphSubscribedSkuTypeConverter))>]
type MicrosoftGraphSubscribedSku = class
    interface IMicrosoftGraphSubscribedSku
    interface IJsonSerializable
    interface IMicrosoftGraphEntity
    interface IAssociativeArray<obj>
    interface IValidates
Public Class MicrosoftGraphSubscribedSku
Implements IAssociativeArray(Of Object), IMicrosoftGraphSubscribedSku, IValidates
Inheritance
MicrosoftGraphSubscribedSku
Attributes
Implements

Constructors

MicrosoftGraphSubscribedSku()

Creates an new MicrosoftGraphSubscribedSku instance.

Properties

AppliesTo

For example, 'User' or 'Company'.

CapabilityStatus

Possible values are: Enabled, Warning, Suspended, Deleted, LockedOut. The capabilityStatus is Enabled if the prepaidUnits property has at least 1 unit that is enabled, and LockedOut if the customer cancelled their subscription.

ConsumedUnit

The number of licenses that have been assigned.

Id

The unique idenfier for an entity. Read-only.

Item[String]
PrepaidUnit

licenseUnitsDetail

ServicePlan

Information about the service plans that are available with the SKU. Not nullable

SkuId

The unique identifier (GUID) for the service SKU.

SkuPartNumber

The SKU part number; for example: 'AAD_PREMIUM' or 'RMSBASIC'. To get a list of commercial subscriptions that an organization has acquired, see List subscribedSkus.

Methods

Add(String, Object)
Clear()
ContainsKey(String)
CopyFrom(IDictionary)
CopyFrom(PSObject)
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MicrosoftGraphSubscribedSku.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MicrosoftGraphSubscribedSku.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphSubscribedSku.

FromJsonString(String)

Creates a new instance of MicrosoftGraphSubscribedSku, deserializing the content from a json string.

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of MicrosoftGraphSubscribedSku into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
TryGetValue(String, Object)
Validate(IEventListener)

Validates that this object meets the validation criteria.

Explicit Interface Implementations

IAssociativeArray<Object>.AdditionalProperties

Applies to