Share via


OutputAssetCollection.AddNew Method

Definition

Overloads

AddNew(String)
AddNew(String, AssetCreationOptions)
AddNew(String, AssetCreationOptions, AssetFormatOption)
AddNew(String, String, AssetCreationOptions)
AddNew(String, String, AssetCreationOptions, AssetFormatOption)

AddNew(String)

public Microsoft.WindowsAzure.MediaServices.Client.IAsset AddNew (string assetName);
member this.AddNew : string -> Microsoft.WindowsAzure.MediaServices.Client.IAsset
Public Function AddNew (assetName As String) As IAsset

Parameters

assetName
String

Returns

Applies to

AddNew(String, AssetCreationOptions)

public Microsoft.WindowsAzure.MediaServices.Client.IAsset AddNew (string assetName, Microsoft.WindowsAzure.MediaServices.Client.AssetCreationOptions options);
member this.AddNew : string * Microsoft.WindowsAzure.MediaServices.Client.AssetCreationOptions -> Microsoft.WindowsAzure.MediaServices.Client.IAsset
Public Function AddNew (assetName As String, options As AssetCreationOptions) As IAsset

Parameters

assetName
String

Returns

Applies to

AddNew(String, AssetCreationOptions, AssetFormatOption)

public Microsoft.WindowsAzure.MediaServices.Client.IAsset AddNew (string assetName, Microsoft.WindowsAzure.MediaServices.Client.AssetCreationOptions options, Microsoft.WindowsAzure.MediaServices.Client.AssetFormatOption formatOption);
member this.AddNew : string * Microsoft.WindowsAzure.MediaServices.Client.AssetCreationOptions * Microsoft.WindowsAzure.MediaServices.Client.AssetFormatOption -> Microsoft.WindowsAzure.MediaServices.Client.IAsset
Public Function AddNew (assetName As String, options As AssetCreationOptions, formatOption As AssetFormatOption) As IAsset

Parameters

assetName
String
formatOption
AssetFormatOption

Returns

Applies to

AddNew(String, String, AssetCreationOptions)

public Microsoft.WindowsAzure.MediaServices.Client.IAsset AddNew (string assetName, string storageAccountName, Microsoft.WindowsAzure.MediaServices.Client.AssetCreationOptions options);
member this.AddNew : string * string * Microsoft.WindowsAzure.MediaServices.Client.AssetCreationOptions -> Microsoft.WindowsAzure.MediaServices.Client.IAsset
Public Function AddNew (assetName As String, storageAccountName As String, options As AssetCreationOptions) As IAsset

Parameters

assetName
String
storageAccountName
String

Returns

Applies to

AddNew(String, String, AssetCreationOptions, AssetFormatOption)

public Microsoft.WindowsAzure.MediaServices.Client.IAsset AddNew (string assetName, string storageAccountName, Microsoft.WindowsAzure.MediaServices.Client.AssetCreationOptions options, Microsoft.WindowsAzure.MediaServices.Client.AssetFormatOption formatOption);
member this.AddNew : string * string * Microsoft.WindowsAzure.MediaServices.Client.AssetCreationOptions * Microsoft.WindowsAzure.MediaServices.Client.AssetFormatOption -> Microsoft.WindowsAzure.MediaServices.Client.IAsset
Public Function AddNew (assetName As String, storageAccountName As String, options As AssetCreationOptions, formatOption As AssetFormatOption) As IAsset

Parameters

assetName
String
storageAccountName
String
formatOption
AssetFormatOption

Returns

Applies to