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

This class is responsible for all the REST communication with the server upgrade REST endpoints
파일 보기 프로젝트 열기: Azure/azure-powershell 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetCurrentSqlClient Microsoft.Azure.Management.Sql.SqlManagementClient

공개 메소드들

메소드 설명
AzureSqlServerUpgradeCommunicator ( AzureContext context ) : Hyak.Common

Creates a communicator for Azure Sql Databases

Cancel ( string resourceGroupName, string serverName, string clientRequestId ) : void

Cancel an Azure Sql Database Server Upgrade

GetUpgrade ( string resourceGroupName, string serverName, string clientRequestId ) : Microsoft.Azure.Management.Sql.Models.ServerUpgradeGetResponse

Gets the Azure Sql Database Server Upgrade status

Start ( string resourceGroupName, string serverName, Microsoft.Azure.Management.Sql.Models.ServerUpgradeStartParameters parameters, string clientRequestId ) : void

Start an Azure Sql Database Server Upgrade

비공개 메소드들

메소드 설명
GetCurrentSqlClient ( String clientRequestId ) : Microsoft.Azure.Management.Sql.SqlManagementClient

Retrieve the SQL Management client for the currently selected subscription, adding the session and request id tracing headers for the current cmdlet invocation.

메소드 상세

AzureSqlServerUpgradeCommunicator() 공개 메소드

Creates a communicator for Azure Sql Databases
public AzureSqlServerUpgradeCommunicator ( AzureContext context ) : Hyak.Common
context Microsoft.Azure.Commands.Common.Authentication.Models.AzureContext
리턴 Hyak.Common

Cancel() 공개 메소드

Cancel an Azure Sql Database Server Upgrade
public Cancel ( string resourceGroupName, string serverName, string clientRequestId ) : void
resourceGroupName string
serverName string
clientRequestId string
리턴 void

GetUpgrade() 공개 메소드

Gets the Azure Sql Database Server Upgrade status
public GetUpgrade ( string resourceGroupName, string serverName, string clientRequestId ) : Microsoft.Azure.Management.Sql.Models.ServerUpgradeGetResponse
resourceGroupName string
serverName string
clientRequestId string
리턴 Microsoft.Azure.Management.Sql.Models.ServerUpgradeGetResponse

Start() 공개 메소드

Start an Azure Sql Database Server Upgrade
public Start ( string resourceGroupName, string serverName, Microsoft.Azure.Management.Sql.Models.ServerUpgradeStartParameters parameters, string clientRequestId ) : void
resourceGroupName string
serverName string
parameters Microsoft.Azure.Management.Sql.Models.ServerUpgradeStartParameters
clientRequestId string
리턴 void