Compartir a través de


AppServiceEnvironmentsOperationsExtensions.GetInboundNetworkDependenciesEndpointsNextAsync Método

Definición

Obtenga los puntos de conexión de red de todas las dependencias entrantes de un App Service Environment.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.InboundEnvironmentEndpoint>> GetInboundNetworkDependenciesEndpointsNextAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member GetInboundNetworkDependenciesEndpointsNextAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.InboundEnvironmentEndpoint>>
<Extension()>
Public Function GetInboundNetworkDependenciesEndpointsNextAsync (operations As IAppServiceEnvironmentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of InboundEnvironmentEndpoint))

Parámetros

operations
IAppServiceEnvironmentsOperations

Grupo de operaciones para este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Comentarios

Descripción para obtener los puntos de conexión de red de todas las dependencias entrantes de un App Service Environment.

Se aplica a