Share via


AzureSqlServerActiveDirectoryAdministratorCommunicator.List Method

Definition

Lists Azure SQL Server Active Directory administrators

public System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Sql.Models.ServerAzureADAdministrator> List (string resourceGroupName, string serverName);
public System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerAdministrator> List (string resourceGroupName, string serverName);
member this.List : string * string -> seq<Microsoft.Azure.Management.Sql.Models.ServerAzureADAdministrator>
member this.List : string * string -> System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerAdministrator>
Public Function List (resourceGroupName As String, serverName As String) As IEnumerable(Of ServerAzureADAdministrator)
Public Function List (resourceGroupName As String, serverName As String) As IList(Of ServerAdministrator)

Parameters

resourceGroupName
String
serverName
String

Returns

Applies to