Sdílet prostřednictvím


AzureSqlServerCommunicator.CreateOrUpdate(String, String, Server) Method

Definition

Creates or updates a Azure Sql Database Server

public Microsoft.Azure.Management.Sql.Models.Server CreateOrUpdate (string resourceGroupName, string serverName, Microsoft.Azure.Management.Sql.Models.Server parameters);
member this.CreateOrUpdate : string * string * Microsoft.Azure.Management.Sql.Models.Server -> Microsoft.Azure.Management.Sql.Models.Server
Public Function CreateOrUpdate (resourceGroupName As String, serverName As String, parameters As Server) As Server

Parameters

resourceGroupName
String
serverName
String
parameters
Server

Returns

Applies to