ServerListResponse Class
The response structure for the Server List operation. Contains a list of all the servers in a subscription.
Namespace: Microsoft.WindowsAzure.Management.Sql.Models
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
Inheritance Hierarchy
System.Object
Hyak.Common.HttpOperationResponse
Microsoft.Azure.AzureOperationResponse
Microsoft.WindowsAzure.Management.Sql.Models.ServerListResponse
Syntax
public class ServerListResponse : AzureOperationResponse, IEnumerable<Server>,
IEnumerable
public ref class ServerListResponse : AzureOperationResponse,
IEnumerable<Server^>, IEnumerable
type ServerListResponse =
class
inherit AzureOperationResponse
interface IEnumerable<Server>
interface IEnumerable
end
Public Class ServerListResponse
Inherits AzureOperationResponse
Implements IEnumerable(Of Server), IEnumerable
Constructors
Name | Description | |
---|---|---|
ServerListResponse() | Initializes a new instance of the ServerListResponse class. |
Properties
Name | Description | |
---|---|---|
RequestId | (Inherited from AzureOperationResponse.) |
|
Servers | Optional. Gets the collection of Azure SQL Database Servers that are valid for your subscription. |
|
StatusCode | (Inherited from HttpOperationResponse.) |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetEnumerator() | Gets the sequence of Servers. |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator() | Gets the sequence of Servers. |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsAzure.Management.Sql.Models Namespace
Return to top