AccountOperationsExtensions.CreateAsync Method (IAccountOperations, MediaServicesAccountCreateParameters)
The Create Media Services Account operation creates a new media services account in Windows Azure. (see https://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)
Syntax
public static Task<MediaServicesAccountCreateResponse> CreateAsync(
this IAccountOperations operations,
MediaServicesAccountCreateParameters parameters
)
public:
[ExtensionAttribute]
static Task<MediaServicesAccountCreateResponse^>^ CreateAsync(
IAccountOperations^ operations,
MediaServicesAccountCreateParameters^ parameters
)
static member CreateAsync :
operations:IAccountOperations *
parameters:MediaServicesAccountCreateParameters -> Task<MediaServicesAccountCreateResponse>
<ExtensionAttribute>
Public Shared Function CreateAsync (
operations As IAccountOperations,
parameters As MediaServicesAccountCreateParameters
) As Task(Of MediaServicesAccountCreateResponse)
Parameters
operations
Type: Microsoft.WindowsAzure.Management.MediaServices.IAccountOperationsReference to the Microsoft.WindowsAzure.Management.MediaServices.IAccountOperations.
parameters
Type: Microsoft.WindowsAzure.Management.MediaServices.Models.MediaServicesAccountCreateParametersRequired. Parameters supplied to the Create Media Services Account operation.
Return Value
Type: System.Threading.Tasks.Task<MediaServicesAccountCreateResponse>
The Create Media Services Account operation response.
See Also
AccountOperationsExtensions Class
Microsoft.WindowsAzure.Management.MediaServices Namespace
Return to top