CostManagementExtensions.GenerateBenefitUtilizationSummariesReportBillingProfileScope メソッド

定義

指定された課金アカウントと課金プロファイルの特典使用率の概要レポートの生成をトリガーします。

  • 要求パス/プロバイダー/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/providers/Microsoft.CostManagement/generateBenefitUtilizationSummariesReport
  • 操作IdBillingProfileScope_GenerateBenefitUtilizationSummariesReport
public static Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CostManagement.Models.BenefitUtilizationSummariesOperationStatus> GenerateBenefitUtilizationSummariesReportBillingProfileScope (this Azure.ResourceManager.Resources.TenantResource tenantResource, Azure.WaitUntil waitUntil, string billingAccountId, string billingProfileId, Azure.ResourceManager.CostManagement.Models.BenefitUtilizationSummariesContent content, System.Threading.CancellationToken cancellationToken = default);
static member GenerateBenefitUtilizationSummariesReportBillingProfileScope : Azure.ResourceManager.Resources.TenantResource * Azure.WaitUntil * string * string * Azure.ResourceManager.CostManagement.Models.BenefitUtilizationSummariesContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CostManagement.Models.BenefitUtilizationSummariesOperationStatus>
<Extension()>
Public Function GenerateBenefitUtilizationSummariesReportBillingProfileScope (tenantResource As TenantResource, waitUntil As WaitUntil, billingAccountId As String, billingProfileId As String, content As BenefitUtilizationSummariesContent, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of BenefitUtilizationSummariesOperationStatus)

パラメーター

tenantResource
TenantResource

TenantResourceメソッドが実行するインスタンス。

waitUntil
WaitUntil

Completed メソッドがサービスで実行時間の長い操作が完了するまで戻るのを待機する必要がある場合。 Started 操作を開始した後に が返される場合は 。 実行時間の長い操作の詳細については、「 Azure.Core Long-Running 操作のサンプル」を参照してください。

billingAccountId
String

課金アカウント ID。

billingProfileId
String

課金プロファイル ID。

content
BenefitUtilizationSummariesContent

作成する非同期特典使用率の概要レポート。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

billingAccountId または billingProfileId が空の文字列であり、空でないと想定されていました。

billingAccountIdbillingProfileId、または content が null です。

適用対象