AssetBaseCollection.CreateAsync 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
CreateAsync(String, AssetCreationOptions, CancellationToken) | |
CreateAsync(String, String, AssetCreationOptions, CancellationToken) |
CreateAsync(String, AssetCreationOptions, CancellationToken)
public abstract System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.IAsset> CreateAsync (string assetName, Microsoft.WindowsAzure.MediaServices.Client.AssetCreationOptions options, System.Threading.CancellationToken cancellationToken);
abstract member CreateAsync : string * Microsoft.WindowsAzure.MediaServices.Client.AssetCreationOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.IAsset>
Public MustOverride Function CreateAsync (assetName As String, options As AssetCreationOptions, cancellationToken As CancellationToken) As Task(Of IAsset)
Parameters
- assetName
- String
- options
- AssetCreationOptions
- cancellationToken
- CancellationToken
Returns
Applies to
CreateAsync(String, String, AssetCreationOptions, CancellationToken)
public abstract System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.IAsset> CreateAsync (string assetName, string storageAccountName, Microsoft.WindowsAzure.MediaServices.Client.AssetCreationOptions options, System.Threading.CancellationToken cancellationToken);
abstract member CreateAsync : string * string * Microsoft.WindowsAzure.MediaServices.Client.AssetCreationOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.IAsset>
Public MustOverride Function CreateAsync (assetName As String, storageAccountName As String, options As AssetCreationOptions, cancellationToken As CancellationToken) As Task(Of IAsset)
Parameters
- assetName
- String
- storageAccountName
- String
- options
- AssetCreationOptions
- cancellationToken
- CancellationToken
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