Freigeben über


StaticSitesOperationsExtensions.GetPrivateEndpointConnectionListNextAsync Methode

Definition

Ruft die Liste der privaten Endpunktverbindungen ab, die einem statischen Standort zugeordnet sind.

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

Parameter

operations
IStaticSitesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Beschreibung für Ruft die Liste der privaten Endpunktverbindungen ab, die einem statischen Standort zugeordnet sind.

Gilt für: