다음을 통해 공유


PrivateLinkResourcesOperationsExtensions.ListByPrivateLinkScopeNext Method

Definition

Gets the private link resources that need to be created for a Azure Monitor PrivateLinkScope.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Monitor.Models.PrivateLinkResource> ListByPrivateLinkScopeNext (this Microsoft.Azure.Management.Monitor.IPrivateLinkResourcesOperations operations, string nextPageLink);
static member ListByPrivateLinkScopeNext : Microsoft.Azure.Management.Monitor.IPrivateLinkResourcesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Monitor.Models.PrivateLinkResource>
<Extension()>
Public Function ListByPrivateLinkScopeNext (operations As IPrivateLinkResourcesOperations, nextPageLink As String) As IPage(Of PrivateLinkResource)

Parameters

operations
IPrivateLinkResourcesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to