Share via


AccessPoliciesOperationsExtensions.List Method

Definition

List all existing access policy resources.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.VideoAnalyzer.Models.AccessPolicyEntity> List (this Microsoft.Azure.Management.VideoAnalyzer.IAccessPoliciesOperations operations, string resourceGroupName, string accountName, int? top = default);
static member List : Microsoft.Azure.Management.VideoAnalyzer.IAccessPoliciesOperations * string * string * Nullable<int> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.VideoAnalyzer.Models.AccessPolicyEntity>
<Extension()>
Public Function List (operations As IAccessPoliciesOperations, resourceGroupName As String, accountName As String, Optional top As Nullable(Of Integer) = Nothing) As IPage(Of AccessPolicyEntity)

Parameters

operations
IAccessPoliciesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

accountName
String

The Azure Video Analyzer account name.

top
Nullable<Int32>

Specifies a non-negative integer n that limits the number of items returned from a collection. The service returns the number of available items up to but not greater than the specified value n.

Returns

Remarks

Retrieves all existing access policy resources, along with their JSON representations.

Applies to