Partager via


CostManagementExtensions.DownloadByBillingProfilePriceSheetAsync Méthode

Définition

Obtient une URL pour télécharger la feuille de prix du mois en cours pour un profil de facturation. L’opération est prise en charge pour les comptes de facturation avec le type de contrat Contrat Partenaire Microsoft ou Contrat client Microsoft. En raison de la croissance des produits Azure, l’expérience de téléchargement de la grille tarifaire Azure dans cette préversion sera mise à jour d’un seul fichier csv vers un fichier Zip contenant plusieurs fichiers csv, chacun avec un maximum de 200 000 enregistrements.

  • Chemin d’accès/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/providers/Microsoft.CostManagement/pricesheets/default/download
  • IdPriceSheet_DownloadByBillingProfile d’opération
public static System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CostManagement.Models.DownloadURL>> DownloadByBillingProfilePriceSheetAsync (this Azure.ResourceManager.Resources.TenantResource tenantResource, Azure.WaitUntil waitUntil, string billingAccountName, string billingProfileName, System.Threading.CancellationToken cancellationToken = default);
static member DownloadByBillingProfilePriceSheetAsync : Azure.ResourceManager.Resources.TenantResource * Azure.WaitUntil * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CostManagement.Models.DownloadURL>>
<Extension()>
Public Function DownloadByBillingProfilePriceSheetAsync (tenantResource As TenantResource, waitUntil As WaitUntil, billingAccountName As String, billingProfileName 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 la fin de l’opération de longue durée sur le service ; Started s’il doit retourner 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 Azure.Core Long-Running.

billingAccountName
String

ID qui identifie de manière unique un compte de facturation.

billingProfileName
String

ID qui identifie de manière unique un profil de facturation.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

billingAccountName ou billingProfileName est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.

billingAccountName ou billingProfileName est null.

S’applique à