共用方式為


BatchAccountOperationsExtensions.ListOutboundNetworkDependenciesEndpoints 方法

定義

列出此 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> ListOutboundNetworkDependenciesEndpoints (this Microsoft.Azure.Management.Batch.IBatchAccountOperations operations, string resourceGroupName, string accountName);
static member ListOutboundNetworkDependenciesEndpoints : Microsoft.Azure.Management.Batch.IBatchAccountOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.OutboundEnvironmentEndpoint>
<Extension()>
Public Function ListOutboundNetworkDependenciesEndpoints (operations As IBatchAccountOperations, resourceGroupName As String, accountName As String) As IPage(Of OutboundEnvironmentEndpoint)

參數

operations
IBatchAccountOperations

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

resourceGroupName
String

包含 Batch 帳戶的資源組名。

accountName
String

Batch 帳戶的名稱。

傳回

適用於