ServerPropertiesForRestore interface
用于通过从备份还原来创建新服务器的属性。
属性
| create |
多态鉴别器,它指定此对象可以的不同类型的 |
| restore |
还原点创建时间(ISO8601格式),指定要从中还原的时间。 |
| source |
要从中还原的源服务器 ID。 |
继承属性
| infrastructure |
显示服务器是否启用基础结构加密的状态。 |
| minimal |
为服务器强制实施最低 Tls 版本。 |
| public |
是否允许此服务器访问公用网络。 值是可选的,但如果传入,则必须为“Enabled”或“Disabled” |
| ssl |
在连接到服务器时启用 ssl 强制。 |
| storage |
服务器的存储配置文件。 |
| version | 服务器版本。 |
属性详细信息
createMode
多态鉴别器,它指定此对象可以的不同类型的
createMode: "PointInTimeRestore"
属性值
"PointInTimeRestore"
restorePointInTime
还原点创建时间(ISO8601格式),指定要从中还原的时间。
restorePointInTime: Date
属性值
Date
sourceServerId
要从中还原的源服务器 ID。
sourceServerId: string
属性值
string
继承属性详细信息
infrastructureEncryption
显示服务器是否启用基础结构加密的状态。
infrastructureEncryption?: string
属性值
string
minimalTlsVersion
为服务器强制实施最低 Tls 版本。
minimalTlsVersion?: string
属性值
string
publicNetworkAccess
是否允许此服务器访问公用网络。 值是可选的,但如果传入,则必须为“Enabled”或“Disabled”
publicNetworkAccess?: string
属性值
string
sslEnforcement
在连接到服务器时启用 ssl 强制。
sslEnforcement?: SslEnforcementEnum
属性值
storageProfile
服务器的存储配置文件。
storageProfile?: StorageProfile