BatchAccountOperationsExtensions.ListOutboundNetworkDependenciesEndpointsNextAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.OutboundEnvironmentEndpoint>> ListOutboundNetworkDependenciesEndpointsNextAsync (this Microsoft.Azure.Management.Batch.IBatchAccountOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListOutboundNetworkDependenciesEndpointsNextAsync : Microsoft.Azure.Management.Batch.IBatchAccountOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.OutboundEnvironmentEndpoint>>
<Extension()>
Public Function ListOutboundNetworkDependenciesEndpointsNextAsync (operations As IBatchAccountOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of OutboundEnvironmentEndpoint))

パラメーター

operations
IBatchAccountOperations

この拡張メソッドの操作グループ。

nextPageLink
String

List 操作の前の正常な呼び出しからの NextLink。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象