你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CostManagementExtensions.DownloadByBillingProfilePriceSheet 方法

定义

获取一个 URL,用于下载计费对象信息的当月价目表。 协议类型为 Microsoft 合作伙伴协议 或 Microsoft 客户协议 的计费帐户支持此操作。由于 Azure 产品的增长,此预览版本中的 Azure 价目表下载体验将从单个 csv 文件更新为包含多个 csv 文件的 Zip 文件,每个文件最多包含 20 万条记录。

  • 请求路径/提供程序/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/providers/Microsoft.CostManagement/pricesheets/default/download
  • 操作IdPriceSheet_DownloadByBillingProfile
public static Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CostManagement.Models.DownloadURL> DownloadByBillingProfilePriceSheet (this Azure.ResourceManager.Resources.TenantResource tenantResource, Azure.WaitUntil waitUntil, string billingAccountName, string billingProfileName, System.Threading.CancellationToken cancellationToken = default);
static member DownloadByBillingProfilePriceSheet : Azure.ResourceManager.Resources.TenantResource * Azure.WaitUntil * string * string * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CostManagement.Models.DownloadURL>
<Extension()>
Public Function DownloadByBillingProfilePriceSheet (tenantResource As TenantResource, waitUntil As WaitUntil, billingAccountName As String, billingProfileName As String, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of DownloadURL)

参数

tenantResource
TenantResource

方法 TenantResource 将对其执行的实例。

waitUntil
WaitUntil

Completed 如果方法应在服务上完成长时间运行的操作之前等待返回,则为 ; Started 如果它在启动操作后应返回,则为 。 有关长时间运行的操作的详细信息,请参阅 Azure.Core Long-Running 操作示例

billingAccountName
String

唯一标识计费帐户的 ID。

billingProfileName
String

唯一标识计费对象信息的 ID。

cancellationToken
CancellationToken

要使用的取消标记。

返回

例外

billingAccountNamebillingProfileName 是空字符串,预期为非空。

billingAccountNamebillingProfileName 为 null。

适用于