你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IMicrosoftGraphSubscribedSku Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphSubscribedSkuTypeConverter))]
public interface IMicrosoftGraphSubscribedSku : Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEntity, Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IAssociativeArray<object>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphSubscribedSkuTypeConverter))>]
type IMicrosoftGraphSubscribedSku = interface
interface IJsonSerializable
interface IMicrosoftGraphEntity
interface IAssociativeArray<obj>
Public Interface IMicrosoftGraphSubscribedSku
Implements IAssociativeArray(Of Object), IMicrosoftGraphEntity
- Derived
- Attributes
- Implements
Properties
AdditionalProperties | (Inherited from IAssociativeArray<T>) |
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. (Inherited from IMicrosoftGraphEntity) |
Item[String] | (Inherited from IAssociativeArray<T>) |
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, T) | (Inherited from IAssociativeArray<T>) |
Clear() | (Inherited from IAssociativeArray<T>) |
ContainsKey(String) | (Inherited from IAssociativeArray<T>) |
Remove(String) | (Inherited from IAssociativeArray<T>) |
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |
TryGetValue(String, T) | (Inherited from IAssociativeArray<T>) |