Share via


Server Class

 

Represents an individual Azure SQL Database Server.

Namespace:   Microsoft.WindowsAzure.Management.Sql.Models
Assembly:  Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Sql.Models.Server

Syntax

public class Server
public ref class Server 
type Server = class end
Public Class Server

Constructors

Name Description
System_CAPS_pubmethod Server()

Initializes a new instance of the Server class.

Properties

Name Description
System_CAPS_pubproperty AdministratorUserName

Optional. Gets the administrator login for the server.

System_CAPS_pubproperty FullyQualifiedDomainName

Optional. Gets the fully qualified domain name of the Azure SQL Database Server.

System_CAPS_pubproperty Location

Optional. Gets the location of this server. See https://azure.microsoft.com/regions/#services for a list of valid regions.

System_CAPS_pubproperty Name

Optional. Gets the name of the Azure SQL Database Server.

System_CAPS_pubproperty State

Optional. Gets the current state of the server.

System_CAPS_pubproperty Version

Optional. Gets the version of the server.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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