BatchAccountDetectorCollection クラス

定義

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

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

コンストラクター

BatchAccountDetectorCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/detectors/{detectorId}
  • 操作IdBatchAccount_GetDetector
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/detectors/{detectorId}
  • 操作IdBatchAccount_GetDetector
Get(String, CancellationToken)

特定の Batch アカウントの特定の検出機能に関する情報を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/detectors/{detectorId}
  • 操作IdBatchAccount_GetDetector
GetAll(CancellationToken)

特定の Batch アカウントで使用可能なディテクタに関する情報を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/detectors
  • 操作IdBatchAccount_ListDetectors
GetAllAsync(CancellationToken)

特定の Batch アカウントで使用可能なディテクタに関する情報を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/detectors
  • 操作IdBatchAccount_ListDetectors
GetAsync(String, CancellationToken)

特定の Batch アカウントの特定の検出機能に関する情報を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/detectors/{detectorId}
  • 操作IdBatchAccount_GetDetector
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<BatchAccountDetectorResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<BatchAccountDetectorResource>.GetEnumerator()

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

適用対象