Compartir a través de


StreamingJobResource.GetStreamingJobTransformationAsync Método

Definición

Obtiene detalles sobre la transformación especificada.

  • Ruta de acceso de solicitud/suscripciones/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/transformations/{transformationName}
  • IdTransformations_Get de operaciones
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.StreamAnalytics.StreamingJobTransformationResource>> GetStreamingJobTransformationAsync (string transformationName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetStreamingJobTransformationAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.StreamAnalytics.StreamingJobTransformationResource>>
override this.GetStreamingJobTransformationAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.StreamAnalytics.StreamingJobTransformationResource>>
Public Overridable Function GetStreamingJobTransformationAsync (transformationName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of StreamingJobTransformationResource))

Parámetros

transformationName
String

Nombre de la transformación.

cancellationToken
CancellationToken

Token de cancelación que se va a usar.

Devoluciones

Excepciones

transformationName es una cadena vacía y se espera que no esté vacía.

transformationName es null.

Se aplica a