ServerUpgradeOperationsExtensions.Start Method

Definition

Start an Azure SQL Database Server Upgrade.

public static Microsoft.Azure.AzureOperationResponse Start (this Microsoft.Azure.Management.Sql.LegacySdk.IServerUpgradeOperations operations, string resourceGroupName, string serverName, Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerUpgradeStartParameters parameters);
static member Start : Microsoft.Azure.Management.Sql.LegacySdk.IServerUpgradeOperations * string * string * Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerUpgradeStartParameters -> Microsoft.Azure.AzureOperationResponse
<Extension()>
Public Function Start (operations As IServerUpgradeOperations, resourceGroupName As String, serverName As String, parameters As ServerUpgradeStartParameters) As AzureOperationResponse

Parameters

operations
IServerUpgradeOperations

Reference to the Microsoft.Azure.Management.Sql.LegacySdk.IServerUpgradeOperations.

resourceGroupName
String

Required. The name of the Resource Group to which the server belongs.

serverName
String

Required. The name of the Azure SQL Database Server to upgrade.

parameters
ServerUpgradeStartParameters

Required. The required parameters for the Azure SQL Database Server Upgrade.

Returns

Microsoft.Azure.AzureOperationResponse

A standard service response including an HTTP status code and request ID.

Applies to