IServerUpgradeOperations.GetAsync(String, String, CancellationToken) Method

Definition

Returns information about Upgrade status of an Azure SQL Database Server.

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerUpgradeGetResponse> GetAsync (string resourceGroupName, string serverName, System.Threading.CancellationToken cancellationToken);
abstract member GetAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerUpgradeGetResponse>
Public Function GetAsync (resourceGroupName As String, serverName As String, cancellationToken As CancellationToken) As Task(Of ServerUpgradeGetResponse)

Parameters

resourceGroupName
String

The name of the Resource Group to which the server belongs.

serverName
String

The name of the Azure SQL Database Server to upgrade.

cancellationToken
CancellationToken

Cancellation token.

Returns

Represents the response to a Get request for Upgrade status of an Azure SQL Database Server.

Applies to