次の方法で共有


BatchAccountOperationsExtensions クラス

定義

BatchAccountOperations の拡張メソッド。

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

メソッド

BeginCreate(IBatchAccountOperations, String, String, BatchAccountCreateParameters)

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

BeginCreateAsync(IBatchAccountOperations, String, String, BatchAccountCreateParameters, CancellationToken)

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

BeginDelete(IBatchAccountOperations, String, String)

指定した Batch アカウントを削除します。

BeginDeleteAsync(IBatchAccountOperations, String, String, CancellationToken)

指定した Batch アカウントを削除します。

Create(IBatchAccountOperations, String, String, BatchAccountCreateParameters)

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

CreateAsync(IBatchAccountOperations, String, String, BatchAccountCreateParameters, CancellationToken)

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

Delete(IBatchAccountOperations, String, String)

指定した Batch アカウントを削除します。

DeleteAsync(IBatchAccountOperations, String, String, CancellationToken)

指定した Batch アカウントを削除します。

Get(IBatchAccountOperations, String, String)

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

GetAsync(IBatchAccountOperations, String, String, CancellationToken)

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

GetDetector(IBatchAccountOperations, String, String, String)

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

GetDetectorAsync(IBatchAccountOperations, String, String, String, CancellationToken)

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

GetKeys(IBatchAccountOperations, String, String)

指定した Batch アカウントのアカウント キーを取得します。

GetKeysAsync(IBatchAccountOperations, String, String, CancellationToken)

指定した Batch アカウントのアカウント キーを取得します。

List(IBatchAccountOperations)

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

ListAsync(IBatchAccountOperations, CancellationToken)

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

ListByResourceGroup(IBatchAccountOperations, String)

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

ListByResourceGroupAsync(IBatchAccountOperations, String, CancellationToken)

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

ListByResourceGroupNext(IBatchAccountOperations, String)

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

ListByResourceGroupNextAsync(IBatchAccountOperations, String, CancellationToken)

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

ListDetectors(IBatchAccountOperations, String, String)

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

ListDetectorsAsync(IBatchAccountOperations, String, String, CancellationToken)

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

ListDetectorsNext(IBatchAccountOperations, String)

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

ListDetectorsNextAsync(IBatchAccountOperations, String, CancellationToken)

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

ListNext(IBatchAccountOperations, String)

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

ListNextAsync(IBatchAccountOperations, String, CancellationToken)

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

ListOutboundNetworkDependenciesEndpoints(IBatchAccountOperations, String, String)

この Batch アカウントの Batch コンピューティング ノードが Batch サービス管理の一部として呼び出す可能性があるエンドポイントの一覧を示します。 指定した仮想ネットワーク内にプールをデプロイする場合は、ネットワークでこれらのエンドポイントへの送信アクセスが許可されていることを確認する必要があります。 これらのエンドポイントへのアクセスを許可しないと、Batch によって影響を受けるノードが使用不可としてマークされる可能性があります。 仮想ネットワーク内でのプールの作成の詳細については、「」を参照してください https://docs.microsoft.com/en-us/azure/batch/batch-virtual-network

ListOutboundNetworkDependenciesEndpointsAsync(IBatchAccountOperations, String, String, CancellationToken)

この Batch アカウントの Batch コンピューティング ノードが Batch サービス管理の一部として呼び出す可能性があるエンドポイントの一覧を示します。 指定した仮想ネットワーク内にプールをデプロイする場合は、ネットワークでこれらのエンドポイントへの送信アクセスが許可されていることを確認する必要があります。 これらのエンドポイントへのアクセスを許可しないと、Batch によって影響を受けるノードが使用不可としてマークされる可能性があります。 仮想ネットワーク内でのプールの作成の詳細については、「」を参照してください https://docs.microsoft.com/en-us/azure/batch/batch-virtual-network

ListOutboundNetworkDependenciesEndpointsNext(IBatchAccountOperations, String)

この Batch アカウントの Batch コンピューティング ノードが Batch サービス管理の一部として呼び出す可能性があるエンドポイントの一覧を示します。 指定した仮想ネットワーク内にプールをデプロイする場合は、ネットワークでこれらのエンドポイントへの送信アクセスが許可されていることを確認する必要があります。 これらのエンドポイントへのアクセスを許可しないと、Batch によって影響を受けるノードが使用不可としてマークされる可能性があります。 仮想ネットワーク内でのプールの作成の詳細については、「」を参照してください https://docs.microsoft.com/en-us/azure/batch/batch-virtual-network

ListOutboundNetworkDependenciesEndpointsNextAsync(IBatchAccountOperations, String, CancellationToken)

この Batch アカウントの Batch コンピューティング ノードが Batch サービス管理の一部として呼び出す可能性があるエンドポイントの一覧を示します。 指定した仮想ネットワーク内にプールをデプロイする場合は、ネットワークでこれらのエンドポイントへの送信アクセスが許可されていることを確認する必要があります。 これらのエンドポイントへのアクセスを許可しないと、Batch によって影響を受けるノードが使用不可としてマークされる可能性があります。 仮想ネットワーク内でのプールの作成の詳細については、「」を参照してください https://docs.microsoft.com/en-us/azure/batch/batch-virtual-network

RegenerateKey(IBatchAccountOperations, String, String, AccountKeyType)

Batch アカウントの指定したアカウント キーを再生成します。

RegenerateKeyAsync(IBatchAccountOperations, String, String, AccountKeyType, CancellationToken)

Batch アカウントの指定したアカウント キーを再生成します。

SynchronizeAutoStorageKeys(IBatchAccountOperations, String, String)

ストレージ キー認証が使用されている場合にのみ、指定した Batch アカウント用に構成された自動ストレージ アカウントのアクセス キーを同期します。

SynchronizeAutoStorageKeysAsync(IBatchAccountOperations, String, String, CancellationToken)

ストレージ キー認証が使用されている場合にのみ、指定した Batch アカウント用に構成された自動ストレージ アカウントのアクセス キーを同期します。

Update(IBatchAccountOperations, String, String, BatchAccountUpdateParameters)

既存の Batch アカウントのプロパティを更新します。

UpdateAsync(IBatchAccountOperations, String, String, BatchAccountUpdateParameters, CancellationToken)

既存の Batch アカウントのプロパティを更新します。

適用対象