IServerAdministratorOperations.GetAsync Method

Definition

Returns an Azure SQL Server Administrator.

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

Parameters

resourceGroupName
String

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

serverName
String

The name of the Azure SQL Server to which the Azure SQL Server Active Directory administrator belongs.

administratorName
String

The name of the Azure SQL Server Active Directory Administrator.

cancellationToken
CancellationToken

Cancellation token.

Returns

Represents the response to a Get Azure SQL Server Active Directory Administrators request.

Applies to