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

ServerPropertiesForDefaultCreate interface

用于创建新服务器的属性。

扩展

属性

administratorLogin

服务器的管理员登录名。 只能在 (创建服务器时指定,并且需要创建服务器) 。 更新密码时需要登录名。

administratorLoginPassword

管理员登录名的密码。 此值包含凭据。 在向用户显示之前,请考虑遮盖

createMode

多态鉴别器,它指定此对象可以是的不同类型

继承属性

infrastructureEncryption

显示服务器是否启用了基础结构加密的状态。

minimalTlsVersion

为服务器强制实施最低 Tls 版本。

publicNetworkAccess

是否允许此服务器访问公用网络。 值是可选的,但如果传入,则必须为“Enabled”或“Disabled”

sslEnforcement

连接到服务器时是否启用 ssl 强制实施。

storageProfile

服务器的存储配置文件。

version

服务器版本。

属性详细信息

administratorLogin

服务器的管理员登录名。 只能在 (创建服务器时指定,并且需要创建服务器) 。 更新密码时需要登录名。

administratorLogin: string

属性值

string

administratorLoginPassword

管理员登录名的密码。 此值包含凭据。 在向用户显示之前,请考虑遮盖

administratorLoginPassword: string

属性值

string

createMode

多态鉴别器,它指定此对象可以是的不同类型

createMode: "Default"

属性值

"Default"

继承属性详细信息

infrastructureEncryption

显示服务器是否启用了基础结构加密的状态。

infrastructureEncryption?: string

属性值

string

继承自ServerPropertiesForCreate.infrastructureEncryption

minimalTlsVersion

为服务器强制实施最低 Tls 版本。

minimalTlsVersion?: string

属性值

string

继承自ServerPropertiesForCreate.minimalTlsVersion

publicNetworkAccess

是否允许此服务器访问公用网络。 值是可选的,但如果传入,则必须为“Enabled”或“Disabled”

publicNetworkAccess?: string

属性值

string

继承自ServerPropertiesForCreate.publicNetworkAccess

sslEnforcement

连接到服务器时是否启用 ssl 强制实施。

sslEnforcement?: SslEnforcementEnum

属性值

继承自ServerPropertiesForCreate.sslEnforcement

storageProfile

服务器的存储配置文件。

storageProfile?: StorageProfile

属性值

继承自ServerPropertiesForCreate.storageProfile

version

服务器版本。

version?: string

属性值

string

继承自ServerPropertiesForCreate.version