companySubscription リソースの種類
名前空間: microsoft.graph
テナントの商用サブスクリプションを表します。 skuId と serviceStatus>servicePlanId の値を使用して、割り当てられていないユーザーとグループに、assignLicense API と group: assignLicense API をそれぞれ使用してライセンスを割り当てます。
エンティティ から継承します。
メソッド
メソッド | 戻り値の型 | 説明 |
---|---|---|
Get | companySubscription | 組織が取得した特定の商用サブスクリプションを取得します。 |
List | companySubscription コレクション | 組織が取得した商用サブスクリプションの一覧を取得します。 |
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
commerceSubscriptionId | String | コマース システム内のこのサブスクリプションの ID。 代替キー。 |
createdDateTime | DateTimeOffset | このサブスクリプションが作成された日時。 DateTimeOffset 型は、ISO 8601 形式を使用して日付と時刻の情報を表し、常に UTC 時間です。 たとえば、2014 年 1 月 1 日午前 0 時 (UTC) は、2014-01-01T00:00:00Z です。 |
id | String | このサブスクリプションの一意の ID。 エンティティから継承 されます。 |
isTrial | ブール型 | サブスクリプションが無料試用版であるか、購入されているか。 |
nextLifecycleDateTime | DateTimeOffset | テナントによって更新されない場合、サブスクリプションが次の状態 ( 状態 プロパティで定義) に移動する日時。 DateTimeOffset 型は、ISO 8601 形式を使用して日付と時刻の情報を表し、常に UTC 時間です。 たとえば、2014 年 1 月 1 日午前 0 時 (UTC) は、2014-01-01T00:00:00Z です。 |
ownerId | String | アカウント管理者のオブジェクト ID。 |
ownerTenantId | String | 顧客テナントでサブスクリプションを作成した Microsoft パートナー テナントの一意識別子。 |
ownerType | String | ownerId が属するエンティティ ("User" など) を示します。 |
serviceStatus | servicePlanInfo コレクション | このサブスクリプションに含まれる各サービスのプロビジョニング状態。 |
skuId | String | このサブスクリプションに関連付けられている SKU のオブジェクト ID。 |
skuPartNumber | String | このサブスクリプションに関連付けられている SKU。 |
status | String | このサブスクリプションの状態。 可能な値は、Enabled 、Deleted 、Suspended 、Warning 、LockedOut です。 |
totalLicenses | Int32 | このサブスクリプションに含まれるライセンスの数。 |
リレーションシップ
なし。
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"commerceSubscriptionId": "String (identifier)",
"createdDateTime": "String (timestamp)",
"id": "String (identifier)",
"isTrial": "Boolean",
"nextLifecycleDateTime": "String (timestamp)",
"ownerId": "String",
"ownerTenantId": "String",
"ownerType": "String",
"serviceStatus": [{ "@odata.type": "microsoft.graph.servicePlanInfo" }],
"skuId": "String",
"skuPartNumber": "String",
"status": "String",
"totalLicenses": "Int32"
}