Ressources de mise à niveau du produitProduct upgrade resources
S’applique à :Applies to:
- Espace partenairesPartner Center
Vous pouvez utiliser les ressources suivantes pour obtenir des informations sur les mises à niveau des produits de l’espace partenaires à partir d’un abonnement Microsoft Azure (MS-AZR-0145P) à un plan Azure.You can use the following resources for information about Partner Center product upgrades from a Microsoft Azure (MS-AZR-0145P) subscription to an Azure plan.
ProductUpgradeRequestProductUpgradeRequest
La ressource ProductUpgradesRequest fournit des informations sur l’objet de demande de mise à niveau du produit.The ProductUpgradesRequest resource provides information about the product upgrades request object.
PropriétéProperty | TypeType | DescriptionDescription |
---|---|---|
customerIdcustomerId | stringstring | Chaîne au format GUID qui identifie le client.A GUID-formatted string that identifies the customer. |
productFamilyproductFamily | stringstring | Famille de produits pour laquelle la mise à niveau est demandée.The product family for which the upgrade is requested for. |
attributsattributes | ResourceAttributesResourceAttributes | Attributs de métadonnées.The metadata attributes. |
ProductUpgradesEligibilityProductUpgradesEligibility
La ressource ProductUpgradesEligibility fournit des informations sur l’éligibilité du client pour la mise à niveau d’un produit.The ProductUpgradesEligibility resource provides information about the customer's eligibility for upgrading a product.
PropriétéProperty | TypeType | DescriptionDescription | ||||
---|---|---|---|---|---|---|
customerIdcustomerId | stringstring | Chaîne au format GUID qui identifie le client.A GUID-formatted string that identifies the customer. | productFamilyproductFamily | stringstring | Famille de produits pour laquelle la mise à niveau est demandée.The product family for which the upgrade is requested for. | |
isEligibleisEligible | boolbool | La valeur bool indique si le client est éligible à la mise à niveau demandée.The bool value indicates whether the customer is eligible for requested upgrade. | ||||
upgradeIdupgradeId | stringstring | L’ID de mise à niveau si une mise à niveau de produit pour une famille donnée est déjà en place.The upgrade ID if a product upgrade for given family is already in place. | ||||
reasonreason | stringstring | Raison pour laquelle le client n’est pas éligible à la mise à niveau du produit.The reason for which customer isn't eligible for product upgrade. | ||||
productFamilyproductFamily | stringstring | Famille de produits pour laquelle la mise à niveau est demandée.The product family for which the upgrade is requested for. | ||||
attributsattributes | ResourceAttributesResourceAttributes | Attributs de métadonnées.The metadata attributes. |
ProductUpgradesStatusProductUpgradesStatus
La ressource ProductUpgradesStatus fournit des informations sur l’état d’une mise à niveau de produit.The ProductUpgradesStatus resource provides information about the status of a product upgrade.
PropriétéProperty | TypeType | DescriptionDescription |
---|---|---|
IdId | stringstring | Chaîne au format GUID qui identifie la mise à niveau.A GUID-formatted string that identifies the upgrade. |
productFamilyproductFamily | stringstring | Famille de produits pour laquelle la mise à niveau est demandée.The product family for which the upgrade is requested for. |
statusstatus | stringstring | État de la mise à niveau du produit.The status of the product upgrade. |
lineItemslineItems | Tableau de ressources UpgradesLineItemarray of UpgradesLineItem resources | Tableau d’objets qui fournit des informations sur les détails de la mise à niveau pour chaque élément de ligne qui faisait partie du corps de la demande.An array of objects that provides information of the upgrade details for each line item that was part of the request body. |
errorDetailserrorDetails | Ressource ErrorDetailsErrorDetails resource | Détails de l’erreur pour la mise à niveau demandée.The error details for upgrade requested. |
attributsattributes | ResourceAttributesResourceAttributes | Attributs de métadonnées.The metadata attributes. |
UpgradesLineItemUpgradesLineItem
La ressource UpgradesLineItem décrit l’état des détails de la mise à niveau du produit pour chaque élément de ligne de la demande.The UpgradesLineItem resource describes the status of product upgrade details for each line item of the request.
PropriétéProperty | TypeType | DescriptionDescription |
---|---|---|
sourceProductsourceProduct | Objet UpgradeProductUpgradeProduct object | Informations du produit source en cours de mise à niveau.Information of the source product being upgraded. |
targetProducttargetProduct | Objet UpgradeProductUpgradeProduct object | Informations du produit cible après la mise à niveau.Information of the target product post upgrade. |
upgradedDateupgradedDate | chaîne au format date-heure UTCstring in UTC date-time format | Date à laquelle l’abonnement a été mis à niveau.The date the subscription was upgraded. |
statusstatus | stringstring | État de la mise à niveau du produit.The status of the product upgrade. |
errorDetailserrorDetails | Ressource ErrorDetailsErrorDetails resource | Détails de l’erreur pour la mise à niveau demandée.The error details for upgrade requested. |
attributsattributes | ResourceAttributesResourceAttributes | Attributs de métadonnées.The metadata attributes. |
UpgradeProductUpgradeProduct
La ressource UpgradeProduct fournit des informations sur le produit en cours de mise à niveau.The UpgradeProduct resource provides information about the product being upgraded.
PropriétéProperty | TypeType | DescriptionDescription |
---|---|---|
idid | stringstring | Chaîne au format GUID qui identifie le produit.A GUID-formatted string that identifies the product. |
namename | stringstring | Nom convivial du produit en cours de mise à niveau.The friendly name of product being upgraded. |
attributsattributes | ResourceAttributesResourceAttributes | Attributs de métadonnées.The metadata attributes. |
ErrorDetailsErrorDetails
La ressource ErrorDetails fournit des détails sur les erreurs pendant le processus de mise à niveau.The ErrorDetails resource provides details about errors during the upgrade process.
PropriétéProperty | TypeType | DescriptionDescription |
---|---|---|
codecode | stringstring | Code d’erreur en cas d’échec de la mise à niveau du produit.A error code when the product upgrade fails. |
messagemessage | stringstring | Message d’erreur lors de l’échec de la mise à niveau du produit.The error message when the product upgrade fails. |
attributsattributes | ResourceAttributesResourceAttributes | Attributs de métadonnées.The metadata attributes. |