次の方法で共有


StreamingJobTransformationCollection クラス

定義

のコレクション StreamingJobTransformationResource とその操作を表すクラス。 コレクション内の各 StreamingJobTransformationResource は、 の同じインスタンス StreamingJobResourceに属します。 インスタンスを StreamingJobTransformationCollection 取得するには、 のインスタンス StreamingJobResourceから GetStreamingJobTransformations メソッドを呼び出します。

public class StreamingJobTransformationCollection : Azure.ResourceManager.ArmCollection
type StreamingJobTransformationCollection = class
    inherit ArmCollection
Public Class StreamingJobTransformationCollection
Inherits ArmCollection
継承
StreamingJobTransformationCollection

コンストラクター

StreamingJobTransformationCollection()

モック作成のために クラスの StreamingJobTransformationCollection 新しいインスタンスを初期化します。

プロパティ

Client

このリソース クライアントの ArmClient 作成元を取得します。

(継承元 ArmCollection)
Diagnostics

このリソース クライアントの診断オプションを取得します。

(継承元 ArmCollection)
Endpoint

このリソース クライアントのベース URI を取得します。

(継承元 ArmCollection)
Id

リソース識別子を取得します。

(継承元 ArmCollection)
Pipeline

このリソース クライアントのパイプラインを取得します。

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, StreamingJobTransformationData, String, String, CancellationToken)

既存のストリーミング ジョブの下で、変換を作成するか、既存の変換を置き換えます。

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/transformations/{transformationName}
  • 操作IdTransformations_CreateOrReplace
CreateOrUpdateAsync(WaitUntil, String, StreamingJobTransformationData, String, String, CancellationToken)

既存のストリーミング ジョブの下で、変換を作成するか、既存の変換を置き換えます。

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/transformations/{transformationName}
  • 操作IdTransformations_CreateOrReplace
Exists(String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/transformations/{transformationName}
  • 操作IdTransformations_Get
ExistsAsync(String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/transformations/{transformationName}
  • 操作IdTransformations_Get
Get(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/transformations/{transformationName}
  • 操作IdTransformations_Get
GetAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/transformations/{transformationName}
  • 操作IdTransformations_Get
TryGetApiVersion(ResourceType, String)

現在のクライアント オプションに設定されている場合は、API バージョンのオーバーライドを取得します。

(継承元 ArmCollection)

適用対象