Sdílet prostřednictvím


InstructionsOperationsExtensions.PutAsync Metoda

Definice

Vytvoří nebo aktualizuje instrukce. Toto jsou vlastní pokyny k fakturaci a platí jenom pro některé zákazníky.

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)

Parametry

operations
IInstructionsOperations

Skupina operací pro tuto metodu rozšíření.

billingAccountName
String

ID, které jednoznačně identifikuje fakturační účet.

billingProfileName
String

ID, které jednoznačně identifikuje fakturační profil.

instructionName
String

Název instrukce.

parameters
Instruction

Nová instrukce.

cancellationToken
CancellationToken

Token zrušení.

Návraty

Platí pro