Compartir a través de


TransformationsOperationsExtensions.GetAsync Método

Definición

Obtiene detalles sobre la transformación especificada.

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

Parámetros

operations
ITransformationsOperations

Grupo de operaciones para este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

jobName
String

Nombre del trabajo de streaming.

transformationName
String

Nombre de la transformación.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a