Condividi tramite


InstructionsOperationsExtensions.PutAsync Metodo

Definizione

Crea o aggiorna un'istruzione. Queste sono istruzioni di fatturazione personalizzate e sono applicabili solo per determinati clienti.

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)

Parametri

operations
IInstructionsOperations

Gruppo di operazioni per questo metodo di estensione.

billingAccountName
String

ID che identifica in modo univoco un account di fatturazione.

billingProfileName
String

ID che identifica in modo univoco un profilo di fatturazione.

instructionName
String

Nome istruzione.

parameters
Instruction

Nuova istruzione.

cancellationToken
CancellationToken

Token di annullamento.

Restituisce

Si applica a