次の方法で共有


StreamingJobOutputCollection クラス

定義

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

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

コンストラクター

StreamingJobOutputCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, StreamingJobOutputData, String, String, CancellationToken)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<StreamingJobOutputResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<StreamingJobOutputResource>.GetEnumerator()

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

適用対象