共用方式為


BatchAccountOperationsExtensions.ListOutboundNetworkDependenciesEndpointsNext 方法

定義

列出此 Batch 帳戶下 Batch 計算節點在 Batch 服務管理過程中可能會呼叫的端點。 如果您要在指定的虛擬網路內部部署集區,您必須確定您的網路允許對這些端點的輸出存取。 無法允許存取這些端點可能會導致 Batch 將受影響的節點標示為無法使用。 如需在虛擬網路內建立集區的詳細資訊,請參閱 https://docs.microsoft.com/en-us/azure/batch/batch-virtual-network

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.OutboundEnvironmentEndpoint> ListOutboundNetworkDependenciesEndpointsNext (this Microsoft.Azure.Management.Batch.IBatchAccountOperations operations, string nextPageLink);
static member ListOutboundNetworkDependenciesEndpointsNext : Microsoft.Azure.Management.Batch.IBatchAccountOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.OutboundEnvironmentEndpoint>
<Extension()>
Public Function ListOutboundNetworkDependenciesEndpointsNext (operations As IBatchAccountOperations, nextPageLink As String) As IPage(Of OutboundEnvironmentEndpoint)

參數

operations
IBatchAccountOperations

這個擴充方法的作業群組。

nextPageLink
String

上一次成功呼叫 List 作業的 NextLink。

傳回

適用於