CostManagementExtensions.DownloadPriceSheetAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une URL pour télécharger la grille tarifaire d’une facture. L’opération est prise en charge pour les comptes de facturation de type Contrat Partenaire Microsoft ou Contrat client Microsoft.
- Chemin de la requête/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoices/{invoiceName}/providers/Microsoft.CostManagement/pricesheets/default/download
- IdPriceSheet_Download d’opération
public static System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CostManagement.Models.DownloadURL>> DownloadPriceSheetAsync (this Azure.ResourceManager.Resources.TenantResource tenantResource, Azure.WaitUntil waitUntil, string billingAccountName, string billingProfileName, string invoiceName, System.Threading.CancellationToken cancellationToken = default);
static member DownloadPriceSheetAsync : Azure.ResourceManager.Resources.TenantResource * Azure.WaitUntil * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CostManagement.Models.DownloadURL>>
<Extension()>
Public Function DownloadPriceSheetAsync (tenantResource As TenantResource, waitUntil As WaitUntil, billingAccountName As String, billingProfileName As String, invoiceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of DownloadURL))
Paramètres
- tenantResource
- TenantResource
Instance TenantResource sur laquelle la méthode s’exécute.
- waitUntil
- WaitUntil
Completed si la méthode doit attendre pour retourner jusqu’à ce que l’opération de longue durée soit terminée sur le service ; Started si elle doit être retournée après le démarrage de l’opération. Pour plus d’informations sur les opérations de longue durée, consultez Exemples d’opérations de Long-Running Azure.Core.
- billingAccountName
- String
ID qui identifie de façon unique un compte de facturation.
- billingProfileName
- String
ID qui identifie de façon unique un profil de facturation.
- invoiceName
- String
ID qui identifie de façon unique une facture.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
billingAccountName
, billingProfileName
ou invoiceName
est une chaîne vide, et était censé être non vide.
billingAccountName
, billingProfileName
ou invoiceName
a la valeur Null.