ServerUpgradeOperationsExtensions.Cancel Method

Definition

Cancel a pending upgrade for the Azure SQL Database server.

public static Microsoft.Azure.AzureOperationResponse Cancel (this Microsoft.Azure.Management.Sql.LegacySdk.IServerUpgradeOperations operations, string resourceGroupName, string serverName);
static member Cancel : Microsoft.Azure.Management.Sql.LegacySdk.IServerUpgradeOperations * string * string -> Microsoft.Azure.AzureOperationResponse
<Extension()>
Public Function Cancel (operations As IServerUpgradeOperations, resourceGroupName As String, serverName As String) 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 cancel upgrade.

Returns

Microsoft.Azure.AzureOperationResponse

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

Applies to