ServerAdministratorListResponse Class
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.
Represents the response to a List Azure SQL Active Directory Administrators request.
public class ServerAdministratorListResponse : Microsoft.Azure.AzureOperationResponse, System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerAdministrator>
type ServerAdministratorListResponse = class
inherit AzureOperationResponse
interface seq<ServerAdministrator>
interface IEnumerable
Public Class ServerAdministratorListResponse
Inherits AzureOperationResponse
Implements IEnumerable(Of ServerAdministrator)
- Inheritance
-
Microsoft.Azure.AzureOperationResponseServerAdministratorListResponse
- Implements
Constructors
ServerAdministratorListResponse() |
Initializes a new instance of the ServerAdministratorListResponse class. |
Properties
Administrators |
Optional. Gets or sets the list of Azure SQL Server Active Directory Administrators for the server. |
Methods
GetEnumerator() |
Gets the sequence of Administrators. |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |
Gets the sequence of Administrators. |