Partager via


StreamingJobResource.GetStreamingJobTransformation 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 Azure.Response<Azure.ResourceManager.StreamAnalytics.StreamingJobTransformationResource> GetStreamingJobTransformation (string transformationName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetStreamingJobTransformation : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.StreamAnalytics.StreamingJobTransformationResource>
override this.GetStreamingJobTransformation : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.StreamAnalytics.StreamingJobTransformationResource>
Public Overridable Function GetStreamingJobTransformation (transformationName As String, Optional cancellationToken As CancellationToken = Nothing) As 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 à