リソースのアップグレードUpgrade resources
適用対象Applies To
- パートナー センターPartner Center
- 21Vianet が運営するパートナー センターPartner Center operated by 21Vianet
- Microsoft Cloud ドイツのパートナー センターPartner Center for Microsoft Cloud Germany
- 米国政府機関向け Microsoft Cloud のパートナー センターPartner Center for Microsoft Cloud for US Government
ソースサブスクリプションからターゲットサブスクリプションへのユーザーのアップグレードに使用されるリソースについて説明します。Describes the resources used to upgrade a user from a source subscription to a target subscription.
アップグレードUpgrade
個々のアップグレードリソースの動作について説明します。Describes the behavior of an individual upgrade resource.
プロパティProperty | TypeType | 説明Description |
---|---|---|
TargetOfferTargetOffer | プランOffer | ターゲットサブスクリプションのプラン。The offer of the target subscription. |
UpgradeTypeUpgradeType | stringstring | アップグレードの種類は、"なし"、"アップグレード _ のみ"、または " _ ライセンス転送によるアップグレード _ _ " です。The type of upgrade: "none", "upgrade_only", or "upgrade_with_license_transfer". |
IsEligibleIsEligible | booleanboolean | アップグレードを実行できるかどうかを識別します。Identifies if the upgrade can be performed. |
QuantityQuantity | integerinteger | 購入する新しいプランの定量化。The quantify of the new offer to be purchased. 既定値は、ソースサブスクリプションの数量です。Defaults to the source subscription quantity. |
UpgradeErrorsUpgradeErrors | UpgradeErrors の配列array of UpgradeErrors | 必要に応じて、アップグレードを実行できない理由。Reasons the upgrade cannot be performed, if applicable. |
属性Attributes | ResourceAttributesResourceAttributes | アップグレードに対応するメタデータ属性。The metadata attributes corresponding to the upgrade. |
UpgradeErrorUpgradeError
アップグレードを実行できない理由について説明します。Describes a reason why an upgrade cannot be performed.
プロパティProperty | TypeType | 説明Description |
---|---|---|
コードCode | stringstring | 問題に関連付けられているエラーコードは、"その他"、"委任 _ された管理者の _ アクセス許可 _ が無効"、"サブスクリプションの状態がアクティブではありません"、"サービスの種類が競合しています"、"サブスクリプションのアドオンが存在しません"、"サブスクリプション _ _ _ _ _ _ _ _ _ _ _ に _ _ _ _ _ アップグレード _ パス _ _ _ _ _ _ がありませんThe error code associated with the issue: "other", "delegated_admin_permissions_disabled", "subscription_status_not_active", "conflicting_service_types", "concurrency_conflicts", "user_context_required", "subscription_add_ons_present", "subscription_does_not_have_any_upgrade_paths", "subscription_target_offer_not_found", or "subscription_not_provisioned". |
DescriptionDescription | 文字列string | エラーを説明するわかりやすいテキスト。Friendly text describing the error. |
AdditionalDetailsAdditionalDetails | stringstring | エラーに関する追加情報。Additional details regarding the error. |
属性Attributes | ResourceAttributesResourceAttributes | エラーに対応するメタデータ属性。The metadata attributes corresponding to the error. |
UpgradeResultUpgradeResult
サブスクリプションのアップグレードプロセスの結果について説明します。Describes a the result of the subscription upgrade process.
プロパティProperty | TypeType | 説明Description |
---|---|---|
SourceSubscriptionIdSourceSubscriptionId | stringstring | ソースサブスクリプションの識別子です。The identifier of the source subscription. |
TargetSubscriptionIDTargetSubscriptionID | stringstring | ターゲットサブスクリプションの識別子です。The identifier of the target subscription. |
UpgradeTypeUpgradeType | stringstring | アップグレードの種類は、"なし"、"アップグレード _ のみ"、または " _ ライセンス転送によるアップグレード _ _ " です。The type of upgrade: "none", "upgrade_only", or "upgrade_with_license_transfer". |
UpgradeErrorsUpgradeErrors | UpgradeErrors の配列array of UpgradeErrors | 必要に応じて、アップグレードの実行中に attemption 中にエラーが発生しました。Errors encountered while attemption to perform the upgrade, if applicable. |
LicenseErrorsLicenseErrors | UserLicenseErrrors の配列array of UserLicenseErrrors | ユーザーライセンスを移行しようとしたときにエラーが発生しました (該当する場合)。Errors encountered while attempted to migrate user licenses, if applicable. |
属性Attributes | ResourceAttributesResourceAttributes | ライセンスに対応するメタデータ属性。The metadata attributes corresponding to the license. |
UserLicenseErrorUserLicenseError
失敗したユーザーライセンスの譲渡に起因するエラーについて説明します。Describes errors arising from failed user license transfer.
プロパティProperty | TypeType | 説明Description |
---|---|---|
UserObjectIdUserObjectId | stringstring | ユーザーオブジェクトを識別する一意の。The unique identified of the user object. |
名前Name | stringstring | ユーザーの名前です。The name of the user. |
電子メールEmail | stringstring | ユーザーの電子メール。The email of the user. |
エラーErrors | ServiceFaults の配列array of ServiceFaults | ユーザーライセンスの転送を実行しようとしたときにスローされた例外の一覧。A list of exceptions thrown when trying to perform user license transfer. |
属性Attributes | ResourceAttributesResourceAttributes | ライセンスに対応するメタデータ属性。The metadata attributes corresponding to the license. |