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

CostManagementExtensions.DownloadPriceSheet 方法

定义

获取用于下载发票价目表的 URL。 协议类型为 Microsoft 合作伙伴协议或 Microsoft 客户协议的计费帐户支持该操作。

  • Request Path/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoices/{invoiceName}/providers/Microsoft.CostManagement/pricesheets/default/download
  • 操作IdPriceSheet_Download
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)

参数

tenantResource
TenantResource

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

waitUntil
WaitUntil

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

billingAccountName
String

唯一标识计费帐户的 ID。

billingProfileName
String

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

invoiceName
String

唯一标识发票的 ID。

cancellationToken
CancellationToken

要使用的取消标记。

返回

例外

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

billingAccountNamebillingProfileNameinvoiceName 为 null。

适用于