次の方法で共有


StreamingJobTransformationCollection.GetAsync メソッド

定義

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

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

パラメーター

transformationName
String

変換の名前。

cancellationToken
CancellationToken

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

戻り値

例外

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

transformationName が null です。

適用対象