AccountFiltersOperationsExtensions.ListAsync Method

Definition

List Account Filters

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Media.Models.AccountFilter>> ListAsync (this Microsoft.Azure.Management.Media.IAccountFiltersOperations operations, string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Media.IAccountFiltersOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Media.Models.AccountFilter>>
<Extension()>
Public Function ListAsync (operations As IAccountFiltersOperations, resourceGroupName As String, accountName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of AccountFilter))

Parameters

operations
IAccountFiltersOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group within the Azure subscription.

accountName
String

The Media Services account name.

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

List Account Filters in the Media Services account.

Applies to