ServerUpgradeOperationsExtensions.Cancel 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.
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
A standard service response including an HTTP status code and request ID.