Delen via


BatchAccountOperationsExtensions.ListOutboundNetworkDependenciesEndpointsAsync Methode

Definitie

Geeft een overzicht van de eindpunten die een Batch Compute-knooppunt onder dit Batch-account kan aanroepen als onderdeel van Batch-servicebeheer. Als u een pool implementeert in een virtueel netwerk dat u opgeeft, moet u ervoor zorgen dat uw netwerk uitgaande toegang tot deze eindpunten toestaat. Het niet toestaan van toegang tot deze eindpunten kan ertoe leiden dat Batch de betrokken knooppunten als onbruikbaar markeert. Zie voor meer informatie over het maken van een pool in een virtueel netwerk 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))

Parameters

operations
IBatchAccountOperations

De bewerkingsgroep voor deze extensiemethode.

resourceGroupName
String

De naam van de resourcegroep die het Batch-account bevat.

accountName
String

De naam van het Batch-account.

cancellationToken
CancellationToken

Het annuleringstoken.

Retouren

Van toepassing op