AccountOperationsExtensions.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.
The Create Media Services Account operation creates a new media services account in Windows Azure. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn194267.aspx for more information)
public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.MediaServices.Models.MediaServicesAccountCreateResponse> CreateAsync (this Microsoft.WindowsAzure.Management.MediaServices.IAccountOperations operations, Microsoft.WindowsAzure.Management.MediaServices.Models.MediaServicesAccountCreateParameters parameters);
static member CreateAsync : Microsoft.WindowsAzure.Management.MediaServices.IAccountOperations * Microsoft.WindowsAzure.Management.MediaServices.Models.MediaServicesAccountCreateParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.MediaServices.Models.MediaServicesAccountCreateResponse>
<Extension()>
Public Function CreateAsync (operations As IAccountOperations, parameters As MediaServicesAccountCreateParameters) As Task(Of MediaServicesAccountCreateResponse)
Parameters
- operations
- IAccountOperations
Reference to the Microsoft.WindowsAzure.Management.MediaServices.IAccountOperations.
- parameters
- MediaServicesAccountCreateParameters
Required. Parameters supplied to the Create Media Services Account operation.
Returns
The Create Media Services Account operation response.
Applies to
Azure SDK for .NET