次の方法で共有


InstructionsOperationsExtensions.GetAsync メソッド

定義

命令を名前で取得します。 これらはカスタムの課金手順であり、特定の顧客にのみ適用されます。 https://docs.microsoft.com/en-us/rest/api/billing/

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

パラメーター

operations
IInstructionsOperations

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

billingAccountName
String

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

billingProfileName
String

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

instructionName
String

命令名。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象