InvoiceSectionsOperationsExtensions.CreateOrUpdateAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
請求書セクションを作成または更新します。 この操作は、契約の種類がMicrosoft 顧客契約の課金アカウントでのみサポートされます。
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Billing.Models.InvoiceSection> CreateOrUpdateAsync (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 CreateOrUpdateAsync : 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 CreateOrUpdateAsync (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
キャンセル トークン。
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET