Server Members
Represents an individual Azure SQL Database Server.
The following tables list the members exposed by the Server type.
Public Constructors
Name | Description | |
---|---|---|
Server | Initializes a new instance of the Server class. |
Top
Public Properties
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 https://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. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
See Also
Reference
Server Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace