次の方法で共有


StreamingJobInputCollection クラス

定義

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

public class StreamingJobInputCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.StreamAnalytics.StreamingJobInputResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.StreamAnalytics.StreamingJobInputResource>
type StreamingJobInputCollection = class
    inherit ArmCollection
    interface seq<StreamingJobInputResource>
    interface IEnumerable
    interface IAsyncEnumerable<StreamingJobInputResource>
Public Class StreamingJobInputCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of StreamingJobInputResource), IEnumerable(Of StreamingJobInputResource)
継承
StreamingJobInputCollection
実装

コンストラクター

StreamingJobInputCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, StreamingJobInputData, String, String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/inputs/{inputName}
  • 操作IdInputs_CreateOrReplace
CreateOrUpdateAsync(WaitUntil, String, StreamingJobInputData, String, String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/inputs/{inputName}
  • 操作IdInputs_CreateOrReplace
Exists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/inputs/{inputName}
  • 操作IdInputs_Get
ExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/inputs/{inputName}
  • 操作IdInputs_Get
Get(String, CancellationToken)

指定した入力に関する詳細を取得します。

  • Request Path/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/inputs/{inputName}
  • 操作IdInputs_Get
GetAll(String, CancellationToken)

指定したストリーミング ジョブのすべての入力を一覧表示します。

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

指定したストリーミング ジョブのすべての入力を一覧表示します。

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

指定した入力に関する詳細を取得します。

  • Request Path/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/inputs/{inputName}
  • 操作IdInputs_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

明示的なインターフェイスの実装

IAsyncEnumerable<StreamingJobInputResource>.GetAsyncEnumerator(CancellationToken)

コレクションを非同期に反復処理する列挙子を返します。

IEnumerable.GetEnumerator()

コレクションを反復処理する列挙子を返します。

IEnumerable<StreamingJobInputResource>.GetEnumerator()

コレクションを反復処理する列挙子を返します。

適用対象