StreamingJobResource.GetStreamingJobTransformation Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.