次の方法で共有


InvoiceSectionsOperationsExtensions.BeginCreateOrUpdateAsync メソッド

定義

請求書セクションを作成または更新します。 この操作は、契約の種類がMicrosoft 顧客契約の課金アカウントでのみサポートされます。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Billing.Models.InvoiceSection> BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.Billing.IInvoiceSectionsOperations operations, string billingAccountName, string billingProfileName, string invoiceSectionName, Microsoft.Azure.Management.Billing.Models.InvoiceSection parameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.Billing.IInvoiceSectionsOperations * string * string * string * Microsoft.Azure.Management.Billing.Models.InvoiceSection * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Billing.Models.InvoiceSection>
<Extension()>
Public Function BeginCreateOrUpdateAsync (operations As IInvoiceSectionsOperations, billingAccountName As String, billingProfileName As String, invoiceSectionName As String, parameters As InvoiceSection, Optional cancellationToken As CancellationToken = Nothing) As Task(Of InvoiceSection)

パラメーター

operations
IInvoiceSectionsOperations

この拡張メソッドの操作グループ。

billingAccountName
String

課金アカウントを一意に識別する ID。

billingProfileName
String

課金プロファイルを一意に識別する ID。

invoiceSectionName
String

請求書セクションを一意に識別する ID。

parameters
InvoiceSection

新規または更新された請求書セクション。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象