AssetBaseCollection.Create 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
Create(String, AssetCreationOptions) | |
Create(String, String, AssetCreationOptions) |
Create(String, AssetCreationOptions)
public abstract Microsoft.WindowsAzure.MediaServices.Client.IAsset Create (string assetName, Microsoft.WindowsAzure.MediaServices.Client.AssetCreationOptions options);
abstract member Create : string * Microsoft.WindowsAzure.MediaServices.Client.AssetCreationOptions -> Microsoft.WindowsAzure.MediaServices.Client.IAsset
Public MustOverride Function Create (assetName As String, options As AssetCreationOptions) As IAsset
Parameters
- assetName
- String
- options
- AssetCreationOptions
Returns
Applies to
Create(String, String, AssetCreationOptions)
public abstract Microsoft.WindowsAzure.MediaServices.Client.IAsset Create (string assetName, string storageAccountName, Microsoft.WindowsAzure.MediaServices.Client.AssetCreationOptions options);
abstract member Create : string * string * Microsoft.WindowsAzure.MediaServices.Client.AssetCreationOptions -> Microsoft.WindowsAzure.MediaServices.Client.IAsset
Public MustOverride Function Create (assetName As String, storageAccountName As String, options As AssetCreationOptions) As IAsset
Parameters
- assetName
- String
- storageAccountName
- String
- options
- AssetCreationOptions
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET