ServerUpgradeOperationsExtensions.StartAsync 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.
Start an Azure SQL Database Server Upgrade.
public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> StartAsync (this Microsoft.Azure.Management.Sql.LegacySdk.IServerUpgradeOperations operations, string resourceGroupName, string serverName, Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerUpgradeStartParameters parameters);
static member StartAsync : Microsoft.Azure.Management.Sql.LegacySdk.IServerUpgradeOperations * string * string * Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerUpgradeStartParameters -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function StartAsync (operations As IServerUpgradeOperations, resourceGroupName As String, serverName As String, parameters As ServerUpgradeStartParameters) As Task(Of 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
A standard service response including an HTTP status code and request ID.