ServerAdministratorOperationsExtensions.GetAsync Method

Definition

Returns an Azure SQL Server Administrator.

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

Parameters

operations
IServerAdministratorOperations

Reference to the Microsoft.Azure.Management.Sql.LegacySdk.IServerAdministratorOperations.

resourceGroupName
String

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

serverName
String

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

administratorName
String

Required. The name of the Azure SQL Server Active Directory Administrator.

Returns

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

Applies to