共用方式為


PolicyStatesOperationsExtensions.ListQueryResultsForResourceGroupLevelPolicyAssignmentNext Method

Definition

Queries policy states for the resource group level policy assignment.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.PolicyInsights.Models.PolicyState> ListQueryResultsForResourceGroupLevelPolicyAssignmentNext (this Microsoft.Azure.Management.PolicyInsights.IPolicyStatesOperations operations, string nextPageLink);
static member ListQueryResultsForResourceGroupLevelPolicyAssignmentNext : Microsoft.Azure.Management.PolicyInsights.IPolicyStatesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.PolicyInsights.Models.PolicyState>
<Extension()>
Public Function ListQueryResultsForResourceGroupLevelPolicyAssignmentNext (operations As IPolicyStatesOperations, nextPageLink As String) As IPage(Of PolicyState)

Parameters

operations
IPolicyStatesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to