ServerAdministratorOperationsExtensions.List Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a list of Azure SQL Server Administrators.
public static Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerAdministratorListResponse List (this Microsoft.Azure.Management.Sql.LegacySdk.IServerAdministratorOperations operations, string resourceGroupName, string serverName);
static member List : Microsoft.Azure.Management.Sql.LegacySdk.IServerAdministratorOperations * string * string -> Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerAdministratorListResponse
<Extension()>
Public Function List (operations As IServerAdministratorOperations, resourceGroupName As String, serverName As String) As ServerAdministratorListResponse
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 administrators belongs.
Returns
Represents the response to a List Azure SQL Active Directory Administrators request.