Partager via


CostManagementExtensions.DownloadPriceSheet Méthode

Définition

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 Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CostManagement.Models.DownloadURL> DownloadPriceSheet (this Azure.ResourceManager.Resources.TenantResource tenantResource, Azure.WaitUntil waitUntil, string billingAccountName, string billingProfileName, string invoiceName, System.Threading.CancellationToken cancellationToken = default);
static member DownloadPriceSheet : Azure.ResourceManager.Resources.TenantResource * Azure.WaitUntil * string * string * string * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CostManagement.Models.DownloadURL>
<Extension()>
Public Function DownloadPriceSheet (tenantResource As TenantResource, waitUntil As WaitUntil, billingAccountName As String, billingProfileName As String, invoiceName As String, Optional cancellationToken As CancellationToken = Nothing) As 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.

S’applique à