ServerOperationsExtensions.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.
Provisions a new SQL Database server in a subscription.
public static Microsoft.WindowsAzure.Management.Sql.Models.ServerCreateResponse Create (this Microsoft.WindowsAzure.Management.Sql.IServerOperations operations, Microsoft.WindowsAzure.Management.Sql.Models.ServerCreateParameters parameters);
static member Create : Microsoft.WindowsAzure.Management.Sql.IServerOperations * Microsoft.WindowsAzure.Management.Sql.Models.ServerCreateParameters -> Microsoft.WindowsAzure.Management.Sql.Models.ServerCreateResponse
<Extension()>
Public Function Create (operations As IServerOperations, parameters As ServerCreateParameters) As ServerCreateResponse
Parameters
- operations
- IServerOperations
Reference to the Microsoft.WindowsAzure.Management.Sql.IServerOperations.
- parameters
- ServerCreateParameters
Required. The parameters needed to provision a server.
Returns
The response returned from the Create Server operation. This contains all the information returned from the service when a server is created.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET