OutputAssetCollection.AddNew 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.
Overloads
AddNew(String)
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
- options
- AssetCreationOptions
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
- options
- AssetCreationOptions
- 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
- options
- AssetCreationOptions
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
- options
- AssetCreationOptions
- formatOption
- AssetFormatOption