다음을 통해 공유


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

취소 토큰입니다.

반환

적용 대상