Share via


AssetsOperationsExtensions.Get Method

Definition

Get an Asset

public static Microsoft.Azure.Management.Media.Models.Asset Get (this Microsoft.Azure.Management.Media.IAssetsOperations operations, string resourceGroupName, string accountName, string assetName);
static member Get : Microsoft.Azure.Management.Media.IAssetsOperations * string * string * string -> Microsoft.Azure.Management.Media.Models.Asset
<Extension()>
Public Function Get (operations As IAssetsOperations, resourceGroupName As String, accountName As String, assetName As String) As 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.

assetName
String

The Asset name.

Returns

Remarks

Get the details of an Asset in the Media Services account

Applies to