你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ServerProperties interface

服务器的属性。

属性

administratorLogin

群集中服务器的管理员登录名。 注意:此属性不会序列化。 它只能由服务器填充。

enableHa

如果为服务器启用了或未启用高可用性(HA)。

enablePublicIpAccess

如果在服务器上启用了公共访问。 注意:此属性不会序列化。 它只能由服务器填充。

isReadOnly

如果服务器数据库按系统维护设置为只读,具体取决于磁盘空间使用率较高。 注意:此属性不会序列化。 它只能由服务器填充。

serverEdition

服务器的版本。

storageQuotaInMb

服务器的存储(以 MB 为单位)。

vCores

服务器的 vCore 计数。

属性详细信息

administratorLogin

群集中服务器的管理员登录名。 注意:此属性不会序列化。 它只能由服务器填充。

administratorLogin?: string

属性值

string

enableHa

如果为服务器启用了或未启用高可用性(HA)。

enableHa?: boolean

属性值

boolean

enablePublicIpAccess

如果在服务器上启用了公共访问。 注意:此属性不会序列化。 它只能由服务器填充。

enablePublicIpAccess?: boolean

属性值

boolean

isReadOnly

如果服务器数据库按系统维护设置为只读,具体取决于磁盘空间使用率较高。 注意:此属性不会序列化。 它只能由服务器填充。

isReadOnly?: boolean

属性值

boolean

serverEdition

服务器的版本。

serverEdition?: string

属性值

string

storageQuotaInMb

服务器的存储(以 MB 为单位)。

storageQuotaInMb?: number

属性值

number

vCores

服务器的 vCore 计数。

vCores?: number

属性值

number