TransformationsOperationsExtensions.CreateOrReplaceAsync Método

Definição

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.StreamAnalytics.Models.Transformation> CreateOrReplaceAsync (this Microsoft.Azure.Management.StreamAnalytics.ITransformationsOperations operations, Microsoft.Azure.Management.StreamAnalytics.Models.Transformation transformation, string resourceGroupName, string jobName, string transformationName, string ifMatch = default, string ifNoneMatch = default, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrReplaceAsync : Microsoft.Azure.Management.StreamAnalytics.ITransformationsOperations * Microsoft.Azure.Management.StreamAnalytics.Models.Transformation * string * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.StreamAnalytics.Models.Transformation>
<Extension()>
Public Function CreateOrReplaceAsync (operations As ITransformationsOperations, transformation As Transformation, resourceGroupName As String, jobName As String, transformationName As String, Optional ifMatch As String = Nothing, Optional ifNoneMatch As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Transformation)

Parâmetros

operations
ITransformationsOperations

O grupo de operações para esse método de extensão.

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.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a