IServerUpgradeOperations Interface
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.
Represents all the operations for Azure SQL Database Server Upgrade
public interface IServerUpgradeOperations
type IServerUpgradeOperations = interface
Public Interface IServerUpgradeOperations
Methods
CancelAsync(String, String, CancellationToken) |
Cancel a pending upgrade for the Azure SQL Database server. |
GetAsync(String, String, CancellationToken) |
Returns information about Upgrade status of an Azure SQL Database Server. |
StartAsync(String, String, ServerUpgradeStartParameters, CancellationToken) |
Start an Azure SQL Database Server Upgrade. |
Extension Methods
Cancel(IServerUpgradeOperations, String, String) |
Cancel a pending upgrade for the Azure SQL Database server. |
CancelAsync(IServerUpgradeOperations, String, String) |
Cancel a pending upgrade for the Azure SQL Database server. |
Get(IServerUpgradeOperations, String, String) |
Returns information about Upgrade status of an Azure SQL Database Server. |
GetAsync(IServerUpgradeOperations, String, String) |
Returns information about Upgrade status of an Azure SQL Database Server. |
Start(IServerUpgradeOperations, String, String, ServerUpgradeStartParameters) |
Start an Azure SQL Database Server Upgrade. |
StartAsync(IServerUpgradeOperations, String, String, ServerUpgradeStartParameters) |
Start an Azure SQL Database Server Upgrade. |