Share via


AssetFiltersOperationsExtensions.List Method

Definition

List Asset Filters

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Media.Models.AssetFilter> List (this Microsoft.Azure.Management.Media.IAssetFiltersOperations operations, string resourceGroupName, string accountName, string assetName);
static member List : Microsoft.Azure.Management.Media.IAssetFiltersOperations * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Media.Models.AssetFilter>
<Extension()>
Public Function List (operations As IAssetFiltersOperations, resourceGroupName As String, accountName As String, assetName As String) As IPage(Of AssetFilter)

Parameters

operations
IAssetFiltersOperations

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.

assetName
String

The Asset name.

Returns

Remarks

List Asset Filters associated with the specified Asset.

Applies to