ServerProperties interface

The properties of a server.

Properties

administratorLogin

The administrator's login name of the servers in the cluster.

enableHa

If high availability (HA) is enabled or not for the server.

enablePublicIpAccess

If public access is enabled on server.

isReadOnly

If server database is set to read-only by system maintenance depending on high disk space usage.

serverEdition

The edition of a server.

storageQuotaInMb

The storage of a server in MB.

vCores

The vCores count of a server.

Property Details

administratorLogin

The administrator's login name of the servers in the cluster.

administratorLogin?: string

Property Value

string

enableHa

If high availability (HA) is enabled or not for the server.

enableHa?: boolean

Property Value

boolean

enablePublicIpAccess

If public access is enabled on server.

enablePublicIpAccess?: boolean

Property Value

boolean

isReadOnly

If server database is set to read-only by system maintenance depending on high disk space usage.

isReadOnly?: boolean

Property Value

boolean

serverEdition

The edition of a server.

serverEdition?: string

Property Value

string

storageQuotaInMb

The storage of a server in MB.

storageQuotaInMb?: number

Property Value

number

vCores

The vCores count of a server.

vCores?: number

Property Value

number