Condividi tramite


IInstructionsOperations.PutWithHttpMessagesAsync Metodo

Definizione

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

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Billing.Models.Instruction>> PutWithHttpMessagesAsync (string billingAccountName, string billingProfileName, string instructionName, Microsoft.Azure.Management.Billing.Models.Instruction parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member PutWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.Billing.Models.Instruction * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Billing.Models.Instruction>>
Public Function PutWithHttpMessagesAsync (billingAccountName As String, billingProfileName As String, instructionName As String, parameters As Instruction, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of Instruction))

Parametri

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.

customHeaders
Dictionary<String,List<String>>

Intestazioni che verranno aggiunte alla richiesta.

cancellationToken
CancellationToken

Token di annullamento.

Restituisce

Eccezioni

Generata quando l'operazione ha restituito un codice di stato non valido

Generata quando non è possibile deserializzare la risposta

Generata quando un parametro obbligatorio è Null

Si applica a