AppServiceEnvironmentsOperationsExtensions.GetOutboundNetworkDependenciesEndpointsNextAsync 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 wychodzących App Service Environment.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.OutboundEnvironmentEndpoint>> GetOutboundNetworkDependenciesEndpointsNextAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member GetOutboundNetworkDependenciesEndpointsNextAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.OutboundEnvironmentEndpoint>>
<Extension()>
Public Function GetOutboundNetworkDependenciesEndpointsNextAsync (operations As IAppServiceEnvironmentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of OutboundEnvironmentEndpoint))
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 wychodzących App Service Environment.
Dotyczy
Azure SDK for .NET