PolicyDefinitionsOperationsExtensions.ListBuiltInNext Method

Definition

Retrieve built-in policy definitions

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Models.PolicyDefinition> ListBuiltInNext (this Microsoft.Azure.Management.ResourceManager.IPolicyDefinitionsOperations operations, string nextPageLink);
static member ListBuiltInNext : Microsoft.Azure.Management.ResourceManager.IPolicyDefinitionsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Models.PolicyDefinition>
<Extension()>
Public Function ListBuiltInNext (operations As IPolicyDefinitionsOperations, nextPageLink As String) As IPage(Of PolicyDefinition)

Parameters

operations
IPolicyDefinitionsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Remarks

This operation retrieves a list of all the built-in policy definitions that match the optional given $filter. If $filter='policyType -eq {value}' is provided, the returned list only includes all built-in policy definitions whose type match the {value}. Possible policyType values are NotSpecified, BuiltIn, Custom, and Static. If $filter='category -eq {value}' is provided, the returned list only includes all built-in policy definitions whose category match the {value}.

Applies to