Aracılığıyla paylaş


BatchAccountOperationsExtensions.ListOutboundNetworkDependenciesEndpointsAsync Yöntem

Tanım

Bu Batch Hesabı altındaki bir Batch İşlem Düğümü'nün Batch hizmeti yönetiminin bir parçası olarak çağırabileceği uç noktaları listeler. Belirttiğiniz bir sanal ağın içinde havuz dağıtıyorsanız, ağınızın bu uç noktalara giden erişime izin verdiğinden emin olmanız gerekir. Bu uç noktalara erişime izin verilemiyor olması Batch'in etkilenen düğümleri kullanılamaz olarak işaretlemesine neden olabilir. Sanal ağın içinde havuz oluşturma hakkında daha fazla bilgi için bkz 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))

Parametreler

operations
IBatchAccountOperations

Bu uzantı yöntemi için işlem grubu.

resourceGroupName
String

Batch hesabını içeren kaynak grubunun adı.

accountName
String

Batch hesabının adı.

cancellationToken
CancellationToken

İptal belirteci.

Döndürülenler

Şunlara uygulanır