Partager via


StreamingJobTransformationCollection.GetAsync Méthode

Définition

Obtient des détails sur la transformation spécifiée.

  • Chemin/abonnements de la demande/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/transformations/{transformationName}
  • IdTransformations_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.StreamAnalytics.StreamingJobTransformationResource>> GetAsync (string transformationName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.StreamAnalytics.StreamingJobTransformationResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.StreamAnalytics.StreamingJobTransformationResource>>
Public Overridable Function GetAsync (transformationName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of StreamingJobTransformationResource))

Paramètres

transformationName
String

Nom de la transformation.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

transformationName est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.

transformationName a la valeur null.

S’applique à