AppServiceEnvironmentsOperationsExtensions.GetInboundNetworkDependenciesEndpointsNextAsync Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Pobierz punkty końcowe sieci wszystkich zależności przychodzących App Service Environment.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.InboundEnvironmentEndpoint>> GetInboundNetworkDependenciesEndpointsNextAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member GetInboundNetworkDependenciesEndpointsNextAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.InboundEnvironmentEndpoint>>
<Extension()>
Public Function GetInboundNetworkDependenciesEndpointsNextAsync (operations As IAppServiceEnvironmentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of InboundEnvironmentEndpoint))
Parametry
- operations
- IAppServiceEnvironmentsOperations
Grupa operacji dla tej metody rozszerzenia.
- nextPageLink
- String
Operacja NextLink z poprzedniego pomyślnego wywołania listy.
- cancellationToken
- CancellationToken
Token anulowania.
Zwraca
Uwagi
Opis pobierania punktów końcowych sieci wszystkich zależności przychodzących App Service Environment.
Dotyczy
Azure SDK for .NET