次の方法で共有


BatchExtensions.GetBatchAccounts メソッド

定義

オーバーロード

GetBatchAccounts(ResourceGroupResource)

ResourceGroupResource 内の BatchAccountResources のコレクションを取得します。

GetBatchAccounts(SubscriptionResource, CancellationToken)

サブスクリプションに関連付けられている Batch アカウントに関する情報を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Batch/batchAccounts
  • 操作IdBatchAccount_List

GetBatchAccounts(ResourceGroupResource)

ResourceGroupResource 内の BatchAccountResources のコレクションを取得します。

public static Azure.ResourceManager.Batch.BatchAccountCollection GetBatchAccounts (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetBatchAccounts : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.Batch.BatchAccountCollection
<Extension()>
Public Function GetBatchAccounts (resourceGroupResource As ResourceGroupResource) As BatchAccountCollection

パラメーター

resourceGroupResource
ResourceGroupResource

ResourceGroupResourceメソッドが実行されるインスタンス。

戻り値

BatchAccountResources のコレクションとその BatchAccountResource に対する操作を表す オブジェクト。

適用対象

GetBatchAccounts(SubscriptionResource, CancellationToken)

サブスクリプションに関連付けられている Batch アカウントに関する情報を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Batch/batchAccounts
  • 操作IdBatchAccount_List
public static Azure.Pageable<Azure.ResourceManager.Batch.BatchAccountResource> GetBatchAccounts (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetBatchAccounts : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Batch.BatchAccountResource>
<Extension()>
Public Function GetBatchAccounts (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of BatchAccountResource)

パラメーター

subscriptionResource
SubscriptionResource

SubscriptionResourceメソッドが実行されるインスタンス。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の BatchAccountResource サービス要求を受け取る可能性がある のコレクション。

適用対象