CompliancesOperationsExtensions.ListNext Method

Definition

The Compliance scores of the specific management group.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Security.Models.Compliance> ListNext(this Microsoft.Azure.Management.Security.ICompliancesOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.Security.ICompliancesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Security.Models.Compliance>
<Extension()>
Public Function ListNext (operations As ICompliancesOperations, nextPageLink As String) As IPage(Of Compliance)

Parameters

operations
ICompliancesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to