BatchAccountResource.GetOutboundNetworkDependenciesEndpoints Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lists the endpoints that a Batch Compute Node under this Batch Account may call as part of Batch service administration. If you are deploying a Pool inside of a virtual network that you specify, you must make sure your network allows outbound access to these endpoints. Failure to allow access to these endpoints may cause Batch to mark the affected nodes as unusable. For more information about creating a pool inside of a virtual network, see https://docs.microsoft.com/en-us/azure/batch/batch-virtual-network.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/outboundNetworkDependenciesEndpoints
- Operation Id: BatchAccount_ListOutboundNetworkDependenciesEndpoints
- Default Api Version: 2024-07-01
- Resource: BatchAccountResource
public virtual Azure.Pageable<Azure.ResourceManager.Batch.Models.BatchAccountOutboundEnvironmentEndpoint> GetOutboundNetworkDependenciesEndpoints (System.Threading.CancellationToken cancellationToken = default);
abstract member GetOutboundNetworkDependenciesEndpoints : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Batch.Models.BatchAccountOutboundEnvironmentEndpoint>
override this.GetOutboundNetworkDependenciesEndpoints : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Batch.Models.BatchAccountOutboundEnvironmentEndpoint>
Public Overridable Function GetOutboundNetworkDependenciesEndpoints (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of BatchAccountOutboundEnvironmentEndpoint)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of BatchAccountOutboundEnvironmentEndpoint that may take multiple service requests to iterate over.
Applies to
Azure SDK for .NET