Share via


TransformsOperationsExtensions.ListAsync Method

Definition

List Transforms

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

Parameters

operations
ITransformsOperations

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.

odataQuery
ODataQuery<Transform>

OData parameters to apply to the operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

Lists the Transforms in the account.

Applies to