次の方法で共有


BatchAccountCollection クラス

定義

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

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

コンストラクター

BatchAccountCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, BatchAccountCreateOrUpdateContent, CancellationToken)

指定したパラメーターを使用して、新しい Batch アカウントを作成します。 この API では既存のアカウントを更新できないため、代わりに Update Batch Account API で更新する必要があります。

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

指定したパラメーターを使用して、新しい Batch アカウントを作成します。 この API では既存のアカウントを更新できないため、代わりに Update Batch Account API で更新する必要があります。

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

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

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

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

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

指定した Batch アカウントに関する情報を取得します。

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

指定したリソース グループに関連付けられている Batch アカウントに関する情報を取得します。

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

指定したリソース グループに関連付けられている Batch アカウントに関する情報を取得します。

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

指定した Batch アカウントに関する情報を取得します。

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<BatchAccountResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<BatchAccountResource>.GetEnumerator()

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

適用対象