Bagikan melalui


PrivateLinkScopedResourcesOperationsExtensions.ListByPrivateLinkScopeNextAsync Method

Definition

Gets all private endpoint connections on a private link scope.

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

Parameters

operations
IPrivateLinkScopedResourcesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to