다음을 통해 공유


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

취소 토큰입니다.

반환

적용 대상