OutputAssetCollection.AddNew Method (String, String, AssetCreationOptions)
Adds the new output asset.
Namespace: Microsoft.WindowsAzure.MediaServices.Client
Assembly: Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)
Syntax
'Declaration
Public Function AddNew ( _
assetName As String, _
storageAccountName As String, _
options As AssetCreationOptions _
) As IAsset
'Usage
Dim instance As OutputAssetCollection
Dim assetName As String
Dim storageAccountName As String
Dim options As AssetCreationOptions
Dim returnValue As IAsset
returnValue = instance.AddNew(assetName, _
storageAccountName, options)
public IAsset AddNew(
string assetName,
string storageAccountName,
AssetCreationOptions options
)
public:
IAsset^ AddNew(
String^ assetName,
String^ storageAccountName,
AssetCreationOptions options
)
member AddNew :
assetName:string *
storageAccountName:string *
options:AssetCreationOptions -> IAsset
public function AddNew(
assetName : String,
storageAccountName : String,
options : AssetCreationOptions
) : IAsset
Parameters
- assetName
Type: System.String
The asset name.
- storageAccountName
Type: System.String
The storage account.
- options
Type: Microsoft.WindowsAzure.MediaServices.Client.AssetCreationOptions
The options.
Return Value
Type: Microsoft.WindowsAzure.MediaServices.Client.IAsset
Returns IAsset.