你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ServerPropertiesForRestore interface
用于通过从备份还原创建新服务器的属性。
- 扩展
create |
多态鉴别器,它指定此对象可以是的不同类型 |
restore |
还原点创建时间 (ISO8601 格式) ,指定要从其还原的时间。 |
source |
要从中还原的源服务器 ID。 |
minimal |
为服务器强制实施最低 Tls 版本。 |
public |
是否允许此服务器访问公用网络。 值是可选的,但如果传入,则必须为“Enabled”或“Disabled” |
ssl |
连接到服务器时是否启用 ssl 强制实施。 |
storage |
服务器的存储配置文件。 |
version | 服务器版本。 |
多态鉴别器,它指定此对象可以是的不同类型
createMode: "PointInTimeRestore"
属性值
"PointInTimeRestore"
还原点创建时间 (ISO8601 格式) ,指定要从其还原的时间。
restorePointInTime: Date
属性值
Date
要从中还原的源服务器 ID。
sourceServerId: string
属性值
string
为服务器强制实施最低 Tls 版本。
minimalTlsVersion?: string
属性值
string
是否允许此服务器访问公用网络。 值是可选的,但如果传入,则必须为“Enabled”或“Disabled”
publicNetworkAccess?: string
属性值
string
连接到服务器时是否启用 ssl 强制实施。
sslEnforcement?: SslEnforcementEnum
属性值
服务器的存储配置文件。
storageProfile?: StorageProfile