IAccountOperations::CreateAsync Method (MediaServicesAccountCreateParameters^, CancellationToken)

 

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)

Namespace:   Microsoft.WindowsAzure.Management.MediaServices
Assembly:  Microsoft.WindowsAzure.Management.MediaServices (in Microsoft.WindowsAzure.Management.MediaServices.dll)

Task<MediaServicesAccountCreateResponse^>^ CreateAsync(
	MediaServicesAccountCreateParameters^ parameters,
	CancellationToken cancellationToken
)

Parameters

parameters
Type: Microsoft.WindowsAzure.Management.MediaServices.Models::MediaServicesAccountCreateParameters^

Parameters supplied to the Create Media Services Account operation.

cancellationToken
Type: System.Threading::CancellationToken

Cancellation token.

Return Value

Type: System.Threading.Tasks::Task<MediaServicesAccountCreateResponse^>^

The Create Media Services Account operation response.

Return to top
Show: