AccountOperationsExtensions クラス

定義

AccountOperations の拡張メソッド。

public static class AccountOperationsExtensions
type AccountOperationsExtensions = class
Public Module AccountOperationsExtensions
継承
AccountOperationsExtensions

メソッド

ListPoolNodeCounts(IAccountOperations, AccountListPoolNodeCountsOptions)

プール別にグループ化された各状態のコンピューティング ノードの数を取得します。 返される数値が常に最新であるとは限りません。 正確なノード数が必要な場合は、リスト クエリを使用します。

ListPoolNodeCountsAsync(IAccountOperations, AccountListPoolNodeCountsOptions, CancellationToken)

プール別にグループ化された各状態のコンピューティング ノードの数を取得します。 返される数値が常に最新であるとは限りません。 正確なノード数が必要な場合は、リスト クエリを使用します。

ListPoolNodeCountsNext(IAccountOperations, String, AccountListPoolNodeCountsNextOptions)

プール別にグループ化された各状態のコンピューティング ノードの数を取得します。 返される数値が常に最新であるとは限りません。 正確なノード数が必要な場合は、リスト クエリを使用します。

ListPoolNodeCountsNextAsync(IAccountOperations, String, AccountListPoolNodeCountsNextOptions, CancellationToken)

プール別にグループ化された各状態のコンピューティング ノードの数を取得します。 返される数値が常に最新であるとは限りません。 正確なノード数が必要な場合は、リスト クエリを使用します。

ListSupportedImages(IAccountOperations, AccountListSupportedImagesOptions)

Azure Batch サービスでサポートされているすべての仮想マシン イメージを一覧表示します。

ListSupportedImagesAsync(IAccountOperations, AccountListSupportedImagesOptions, CancellationToken)

Azure Batch サービスでサポートされているすべての仮想マシン イメージを一覧表示します。

ListSupportedImagesNext(IAccountOperations, String, AccountListSupportedImagesNextOptions)

Azure Batch サービスでサポートされているすべての仮想マシン イメージを一覧表示します。

ListSupportedImagesNextAsync(IAccountOperations, String, AccountListSupportedImagesNextOptions, CancellationToken)

Azure Batch サービスでサポートされているすべての仮想マシン イメージを一覧表示します。

適用対象