ServerProperties interface
The properties of a server.
Properties
administrator |
The administrator's login name of the servers in the cluster. NOTE: This property will not be serialized. It can only be populated by the server. |
enable |
If high availability (HA) is enabled or not for the server. |
enable |
If public access is enabled on server. NOTE: This property will not be serialized. It can only be populated by the server. |
is |
If server database is set to read-only by system maintenance depending on high disk space usage. NOTE: This property will not be serialized. It can only be populated by the server. |
server |
The edition of a server. |
storage |
The storage of a server in MB. |
v |
The vCores count of a server. |
Property Details
administratorLogin
The administrator's login name of the servers in the cluster. NOTE: This property will not be serialized. It can only be populated by the server.
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. NOTE: This property will not be serialized. It can only be populated by the server.
enablePublicIpAccess?: boolean
Property Value
boolean
isReadOnly
If server database is set to read-only by system maintenance depending on high disk space usage. NOTE: This property will not be serialized. It can only be populated by the server.
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