Compartir a través de


IInstructionsOperations.PutWithHttpMessagesAsync Método

Definición

Crea o actualiza una instrucción. Estas son instrucciones de facturación personalizadas y solo son aplicables a determinados clientes.

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))

Parámetros

billingAccountName
String

Identificador que identifica de forma única una cuenta de facturación.

billingProfileName
String

Identificador que identifica de forma única un perfil de facturación.

instructionName
String

Nombre de instrucción.

parameters
Instruction

Nueva instrucción.

customHeaders
Dictionary<String,List<String>>

Encabezados que se agregarán a la solicitud.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Excepciones

Se produce cuando la operación devolvió un código de estado no válido

Se produce cuando no se puede deserializar la respuesta

Se produce cuando un parámetro obligatorio es NULL

Se aplica a