Compartir a través de


OutboundNetworkDependenciesEndpointsOperationsExtensions.ListByServiceAsync Método

Definición

Obtiene los puntos de conexión de red de todas las dependencias salientes de un servicio ApiManagement.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.OutboundEnvironmentEndpointList> ListByServiceAsync (this Microsoft.Azure.Management.ApiManagement.IOutboundNetworkDependenciesEndpointsOperations operations, string resourceGroupName, string serviceName, System.Threading.CancellationToken cancellationToken = default);
static member ListByServiceAsync : Microsoft.Azure.Management.ApiManagement.IOutboundNetworkDependenciesEndpointsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.OutboundEnvironmentEndpointList>
<Extension()>
Public Function ListByServiceAsync (operations As IOutboundNetworkDependenciesEndpointsOperations, resourceGroupName As String, serviceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of OutboundEnvironmentEndpointList)

Parámetros

operations
IOutboundNetworkDependenciesEndpointsOperations

El grupo de operaciones de este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos.

serviceName
String

Nombre del servicio API Management.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a