AccountOperationsExtensions.CreateAsync Method (IAccountOperations, MediaServicesAccountCreateParameters)

 

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)

public static Task<MediaServicesAccountCreateResponse> CreateAsync(
	this IAccountOperations operations,
	MediaServicesAccountCreateParameters parameters
)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.MediaServices.IAccountOperations

Reference to the Microsoft.WindowsAzure.Management.MediaServices.IAccountOperations.

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

Required. Parameters supplied to the Create Media Services Account operation.

Return Value

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

The Create Media Services Account operation response.

Return to top
Show: