PolicyAssignmentsOperationsExtensions.List Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Internal.Resources.Models.PolicyAssignment> List (this Microsoft.Azure.Management.Internal.Resources.IPolicyAssignmentsOperations operations, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Internal.Resources.Models.PolicyAssignment> odataQuery = default);
static member List : Microsoft.Azure.Management.Internal.Resources.IPolicyAssignmentsOperations * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Internal.Resources.Models.PolicyAssignment> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Internal.Resources.Models.PolicyAssignment>
<Extension()>
Public Function List (operations As IPolicyAssignmentsOperations, Optional odataQuery As ODataQuery(Of PolicyAssignment) = Nothing) As IPage(Of PolicyAssignment)
Parameters
- operations
- IPolicyAssignmentsOperations
- odataQuery
- ODataQuery<PolicyAssignment>