Compartilhar via


ITransformsOperations.UpdateWithHttpMessagesAsync Método

Definição

Atualizar Transformação

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Media.Models.Transform>> UpdateWithHttpMessagesAsync (string resourceGroupName, string accountName, string transformName, System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.TransformOutput> outputs, string description = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateWithHttpMessagesAsync : string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.TransformOutput> * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Media.Models.Transform>>
Public Function UpdateWithHttpMessagesAsync (resourceGroupName As String, accountName As String, transformName As String, outputs As IList(Of TransformOutput), Optional description As String = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of Transform))

Parâmetros

resourceGroupName
String

O nome do grupo de recursos na assinatura do Azure.

accountName
String

O nome da conta dos Serviços de Mídia.

transformName
String

O nome da transformação.

outputs
IList<TransformOutput>

Uma matriz de um ou mais TransformOutputs que a Transformação deve gerar.

description
String

Uma descrição detalhada opcional da transformação.

customHeaders
Dictionary<String,List<String>>

Os cabeçalhos que serão adicionados à solicitação.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Exceções

Microsoft.Azure.Management.Media.Models.ApiErrorException

Gerado quando a operação retornou um código de status inválido

Gerado quando a operação retornou um código de status inválido

Gerado quando não é possível desserializar a resposta

Gerado quando um parâmetro necessário é nulo

Comentários

Atualizações uma Transformação.

Aplica-se a