Dela via


BatchAccountOperationsExtensions.ListOutboundNetworkDependenciesEndpointsAsync Metod

Definition

Visar de slutpunkter som en Batch Compute-nod under det här Batch-kontot kan anropa som en del av Batch-tjänstadministration. Om du distribuerar en pool i ett virtuellt nätverk som du anger måste du se till att nätverket tillåter utgående åtkomst till dessa slutpunkter. Om det inte går att tillåta åtkomst till dessa slutpunkter kan Batch markera de berörda noderna som oanvändbara. Mer information om hur du skapar en pool i ett virtuellt nätverk finns i 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>> ListOutboundNetworkDependenciesEndpointsAsync(this Microsoft.Azure.Management.Batch.IBatchAccountOperations operations, string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default);
static member ListOutboundNetworkDependenciesEndpointsAsync : Microsoft.Azure.Management.Batch.IBatchAccountOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.OutboundEnvironmentEndpoint>>
<Extension()>
Public Function ListOutboundNetworkDependenciesEndpointsAsync (operations As IBatchAccountOperations, resourceGroupName As String, accountName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of OutboundEnvironmentEndpoint))

Parametrar

operations
IBatchAccountOperations

Åtgärdsgruppen för den här tilläggsmetoden.

resourceGroupName
String

Namnet på resursgruppen som innehåller Batch-kontot.

accountName
String

Namnet på Batch-kontot.

cancellationToken
CancellationToken

Annulleringstoken.

Returer

Gäller för