次の方法で共有


StreamingJobResource.GetStreamingJobTransformationAsync メソッド

定義

指定した変換に関する詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/transformations/{transformationName}
  • 操作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))

パラメーター

transformationName
String

変換の名前。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

transformationName は空の文字列であり、空でないと想定されていました。

transformationName が null です。

適用対象