C# 클래스 Microsoft.Azure.Commands.Sql.ServerUpgrade.Services.AzureSqlServerUpgradeAdapter

Adapter for server upgrade operations
파일 보기 프로젝트 열기: Azure/azure-powershell

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

AzureSqlServerUpgradeAdapter() 공개 메소드

Constructs a server adapter
public AzureSqlServerUpgradeAdapter ( AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication.Models
context Microsoft.Azure.Commands.Common.Authentication.Models.AzureContext
리턴 Microsoft.Azure.Commands.Common.Authentication.Models

Cancel() 공개 메소드

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
리턴 void

GetUpgrade() 공개 메소드

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
리턴 Microsoft.Azure.Commands.Sql.ServerUpgrade.Model.AzureSqlServerUpgradeModel

Start() 공개 메소드

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
리턴 void