Server Class
Represents an individual Azure SQL Database Server.
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
| Name | Description | |
|---|---|---|
![]() | Server() | Initializes a new instance of the Server class. |
| Name | Description | |
|---|---|---|
![]() | AdministratorUserName | Optional. Gets the administrator login for the server. |
![]() | FullyQualifiedDomainName | Optional. Gets the fully qualified domain name of the Azure SQL Database Server. |
![]() | Location | Optional. Gets the location of this server. See http://azure.microsoft.com/regions/#services for a list of valid regions. |
![]() | Name | Optional. Gets the name of the Azure SQL Database Server. |
![]() | State | Optional. Gets the current state of the server. |
![]() | Version | Optional. Gets the version of the server. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


