Share via


Server Class

Definition

Represents an individual Azure SQL Database Server.

public class Server
type Server = class
Public Class Server
Inheritance
Server

Constructors

Server()

Initializes a new instance of the Server class.

Properties

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/en-us/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.

Applies to