Freigeben über


StreamingJobResource.GetStreamingJobTransformationAsync Methode

Definition

Ruft Details zur angegebenen Transformation ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/transformations/{transformationName}
  • Vorgangs-IdTransformations_Get
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))

Parameter

transformationName
String

Der Name der Transformation.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

transformationName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

transformationName ist NULL.

Gilt für: