共用方式為


PolicyStatesOperationsExtensions.ListQueryResultsForSubscriptionLevelPolicyAssignmentNext Method

Definition

Queries policy states for the subscription level policy assignment.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.PolicyInsights.Models.PolicyState> ListQueryResultsForSubscriptionLevelPolicyAssignmentNext (this Microsoft.Azure.Management.PolicyInsights.IPolicyStatesOperations operations, string nextPageLink);
static member ListQueryResultsForSubscriptionLevelPolicyAssignmentNext : Microsoft.Azure.Management.PolicyInsights.IPolicyStatesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.PolicyInsights.Models.PolicyState>
<Extension()>
Public Function ListQueryResultsForSubscriptionLevelPolicyAssignmentNext (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