ServerOperationsExtensions.Create Method (IServerOperations, ServerCreateParameters)
Provisions a new SQL Database server in a subscription.
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
public static ServerCreateResponse Create( this IServerOperations operations, ServerCreateParameters parameters )
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Sql.IServerOperations
Reference to the Microsoft.WindowsAzure.Management.Sql.IServerOperations.
- parameters
-
Type:
Microsoft.WindowsAzure.Management.Sql.Models.ServerCreateParameters
Required. The parameters needed to provision a server.
Return Value
Type: Microsoft.WindowsAzure.Management.Sql.Models.ServerCreateResponseThe response returned from the Create Server operation. This contains all the information returned from the service when a server is created.
Show: