다음을 통해 공유


InstructionsOperationsExtensions.Get 메서드

정의

이름으로 명령을 가져옵니다. 사용자 지정 청구 지침이며 특정 고객에게만 적용됩니다. https://docs.microsoft.com/en-us/rest/api/billing/

public static Microsoft.Azure.Management.Billing.Models.Instruction Get (this Microsoft.Azure.Management.Billing.IInstructionsOperations operations, string billingAccountName, string billingProfileName, string instructionName);
static member Get : Microsoft.Azure.Management.Billing.IInstructionsOperations * string * string * string -> Microsoft.Azure.Management.Billing.Models.Instruction
<Extension()>
Public Function Get (operations As IInstructionsOperations, billingAccountName As String, billingProfileName As String, instructionName As String) As Instruction

매개 변수

operations
IInstructionsOperations

이 확장 메서드에 대한 작업 그룹입니다.

billingAccountName
String

청구 계정을 고유하게 식별하는 ID입니다.

billingProfileName
String

청구 프로필을 고유하게 식별하는 ID입니다.

instructionName
String

명령 이름입니다.

반환

적용 대상