C# Class Microsoft.Azure.Commands.Sql.ServerUpgrade.Services.AzureSqlServerUpgradeAdapter

Adapter for server upgrade operations
Afficher le fichier Open project: Azure/azure-powershell

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AzureSqlServerUpgradeAdapter ( AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication.Models

Constructs a server adapter

Cancel ( string resourceGroupName, string serverName ) : void

Cancel a server upgrade

GetUpgrade ( string resourceGroupName, string serverName ) : Microsoft.Azure.Commands.Sql.ServerUpgrade.Model.AzureSqlServerUpgradeModel

Gets a server in a resource group

Start ( AzureSqlServerUpgradeStartModel model ) : void

Start a server upgrade

Method Details

AzureSqlServerUpgradeAdapter() public méthode

Constructs a server adapter
public AzureSqlServerUpgradeAdapter ( AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication.Models
context Microsoft.Azure.Commands.Common.Authentication.Models.AzureContext
Résultat Microsoft.Azure.Commands.Common.Authentication.Models

Cancel() public méthode

Cancel a server upgrade
public Cancel ( string resourceGroupName, string serverName ) : void
resourceGroupName string The resource group the server is in
serverName string The name of the server to cancel upgrade
Résultat void

GetUpgrade() public méthode

Gets a server in a resource group
public GetUpgrade ( string resourceGroupName, string serverName ) : Microsoft.Azure.Commands.Sql.ServerUpgrade.Model.AzureSqlServerUpgradeModel
resourceGroupName string The name of the resource group
serverName string The name of the server
Résultat Microsoft.Azure.Commands.Sql.ServerUpgrade.Model.AzureSqlServerUpgradeModel

Start() public méthode

Start a server upgrade
public Start ( AzureSqlServerUpgradeStartModel model ) : void
model Microsoft.Azure.Commands.Sql.ServerUpgrade.Model.AzureSqlServerUpgradeStartModel The server upgrade model to start the upgrade
Résultat void