產品升級資源
您可以使用下列資源,從 Microsoft Azure (MS-AZR-0145P) 訂用帳戶升級至 Azure 方案,取得合作夥伴中心產品升級的相關資訊。
ProductUpgradeRequest
ProductUpgradesRequest資源會提供產品升級要求物件的相關資訊。
屬性 | 類型 | 描述 |
---|---|---|
customerId | string | 用來識別客戶的 GUID 格式字串。 |
productFamily | string | 要求升級的產品系列。 |
屬性 | ResourceAttributes | 中繼資料屬性。 |
ProductUpgradesEligibility
ProductUpgradesEligibility資源提供客戶升級產品資格的相關資訊。
屬性 | 類型 | 描述 |
---|---|---|
customerId | string | 用來識別客戶的 GUID 格式字串。 |
productFamily | string | 要求升級的產品系列。 |
isEligible | bool | bool 值指出客戶是否符合要求升級的資格。 |
upgradeId | string | 如果指定系列的產品升級已就緒,則為升級識別碼。 |
reason | 字串 | 客戶不符合產品升級資格的原因。 |
productFamily | string | 要求升級的產品系列。 |
屬性 | ResourceAttributes | 中繼資料屬性。 |
ProductUpgradesStatus
ProductUpgradesStatus資源提供產品升級狀態的相關資訊。
屬性 | 類型 | 描述 |
---|---|---|
識別碼 | 字串 | 識別升級的 GUID 格式字串。 |
productFamily | string | 要求升級的產品系列。 |
status | 字串 | 產品升級的狀態。 |
lineItems | UpgradesLineItem資源的陣列 | 物件的陣列,提供屬於要求本文之每一行專案之升級詳細資料的資訊。 |
errorDetails | ErrorDetails 資源 | 要求的升級錯誤詳細資料。 |
屬性 | ResourceAttributes | 中繼資料屬性。 |
UpgradesLineItem
UpgradesLineItem資源描述要求每個明細專案的產品升級詳細資料狀態。
屬性 | 類型 | 描述 |
---|---|---|
sourceProduct | UpgradeProduct 物件 | 正在升級之來源產品的資訊。 |
targetProduct | UpgradeProduct 物件 | 升級後目標產品的資訊。 |
upgradedDate | UTC 日期時間格式的字串 | 訂閱升級的日期。 |
status | 字串 | 產品升級的狀態。 |
errorDetails | ErrorDetails 資源 | 要求的升級錯誤詳細資料。 |
屬性 | ResourceAttributes | 中繼資料屬性。 |
UpgradeProduct
UpgradeProduct資源提供正在升級之產品的相關資訊。
屬性 | 類型 | 描述 |
---|---|---|
id | string | 識別產品的 GUID 格式字串。 |
NAME | 字串 | 要升級之產品的易記名稱。 |
屬性 | ResourceAttributes | 中繼資料屬性。 |
ErrorDetails
ErrorDetails資源會在升級程式期間提供錯誤的詳細資料。
屬性 | 類型 | 描述 |
---|---|---|
code | 字串 | 產品升級失敗時的錯誤碼。 |
message | 字串 | 產品升級失敗時的錯誤訊息。 |
屬性 | ResourceAttributes | 中繼資料屬性。 |