Dela via


BatchAccountOperationsExtensions.ListOutboundNetworkDependenciesEndpointsNext 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 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)

Parametrar

operations
IBatchAccountOperations

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

nextPageLink
String

NextLink från det tidigare lyckade anropet till liståtgärden.

Returer

Gäller för