AccountOperationsExtensions.Create 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 Microsoft.WindowsAzure.Management.MediaServices.Models.MediaServicesAccountCreateResponse Create (this Microsoft.WindowsAzure.Management.MediaServices.IAccountOperations operations, Microsoft.WindowsAzure.Management.MediaServices.Models.MediaServicesAccountCreateParameters parameters);
static member Create : Microsoft.WindowsAzure.Management.MediaServices.IAccountOperations * Microsoft.WindowsAzure.Management.MediaServices.Models.MediaServicesAccountCreateParameters -> Microsoft.WindowsAzure.Management.MediaServices.Models.MediaServicesAccountCreateResponse
<Extension()>
Public Function Create (operations As IAccountOperations, parameters As MediaServicesAccountCreateParameters) As 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