Compartilhar via


ITransformationsOperations.CreateOrReplaceWithHttpMessagesAsync Método

Definição

Cria uma transformação ou substitui uma transformação já existente em um trabalho de streaming existente.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.StreamAnalytics.Models.Transformation,Microsoft.Azure.Management.StreamAnalytics.Models.TransformationsCreateOrReplaceHeaders>> CreateOrReplaceWithHttpMessagesAsync (Microsoft.Azure.Management.StreamAnalytics.Models.Transformation transformation, string resourceGroupName, string jobName, string transformationName, string ifMatch = default, string ifNoneMatch = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrReplaceWithHttpMessagesAsync : Microsoft.Azure.Management.StreamAnalytics.Models.Transformation * string * string * string * string * 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.StreamAnalytics.Models.Transformation, Microsoft.Azure.Management.StreamAnalytics.Models.TransformationsCreateOrReplaceHeaders>>
Public Function CreateOrReplaceWithHttpMessagesAsync (transformation As Transformation, resourceGroupName As String, jobName As String, transformationName As String, Optional ifMatch As String = Nothing, Optional ifNoneMatch As String = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of Transformation, TransformationsCreateOrReplaceHeaders))

Parâmetros

transformation
Transformation

A definição da transformação que será usada para criar uma nova transformação ou substituir a existente no trabalho de streaming.

resourceGroupName
String

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

jobName
String

O nome do trabalho de streaming.

transformationName
String

O nome da transformação.

ifMatch
String

A ETag da transformação. Omita esse valor para sempre substituir a transformação atual. Especifique o valor ETag visto pela última vez para evitar a substituição acidental de alterações simultâneas.

ifNoneMatch
String

Defina como '*' para permitir que uma nova transformação seja criada, mas para evitar a atualização de uma transformação existente. Outros valores resultarão em uma resposta com falha de pré-condição 412.

customHeaders
Dictionary<String,List<String>>

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

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Exceções

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

Aplica-se a