AssetsOperationsExtensions.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.
List Assets
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Media.Models.Asset> List (this Microsoft.Azure.Management.Media.IAssetsOperations operations, string resourceGroupName, string accountName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Media.Models.Asset> odataQuery = default);
static member List : Microsoft.Azure.Management.Media.IAssetsOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Media.Models.Asset> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Media.Models.Asset>
<Extension()>
Public Function List (operations As IAssetsOperations, resourceGroupName As String, accountName As String, Optional odataQuery As ODataQuery(Of Asset) = Nothing) As IPage(Of Asset)
Parameters
- operations
- IAssetsOperations
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<Asset>
OData parameters to apply to the operation.
Returns
Remarks
List Assets in the Media Services account with optional filtering and ordering
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET