Compartir a través de


TransformationsOperationsExtensions.Get Método

Definición

Obtiene detalles sobre la transformación especificada.

public static Microsoft.Azure.Management.StreamAnalytics.Models.Transformation Get (this Microsoft.Azure.Management.StreamAnalytics.ITransformationsOperations operations, string resourceGroupName, string jobName, string transformationName);
static member Get : Microsoft.Azure.Management.StreamAnalytics.ITransformationsOperations * string * string * string -> Microsoft.Azure.Management.StreamAnalytics.Models.Transformation
<Extension()>
Public Function Get (operations As ITransformationsOperations, resourceGroupName As String, jobName As String, transformationName As String) As Transformation

Parámetros

operations
ITransformationsOperations

El grupo de operaciones de 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.

Devoluciones

Se aplica a