Share via


AppServiceEnvironmentsOperationsExtensions.GetPrivateEndpointConnectionListNext Method

Definition

Gets the list of private endpoints associated with a hosting environment

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource> GetPrivateEndpointConnectionListNext (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink);
static member GetPrivateEndpointConnectionListNext : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource>
<Extension()>
Public Function GetPrivateEndpointConnectionListNext (operations As IAppServiceEnvironmentsOperations, nextPageLink As String) As IPage(Of RemotePrivateEndpointConnectionARMResource)

Parameters

operations
IAppServiceEnvironmentsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Remarks

Description for Gets the list of private endpoints associated with a hosting environment

Applies to