次の方法で共有


InstructionsOperationsExtensions.PutAsync メソッド

定義

命令を作成または更新します。 これらはカスタムの課金手順であり、特定の顧客にのみ適用されます。

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

パラメーター

operations
IInstructionsOperations

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

billingAccountName
String

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

billingProfileName
String

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

instructionName
String

命令名。

parameters
Instruction

新しい命令。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象