共用方式為


ServerPropertiesForRestore interface

從備份還原,用來建立新伺服器的屬性。

Extends

屬性

createMode

多型歧視性,指定這個物件可以是的不同類型

restorePointInTime

還原點建立時間(ISO8601格式),指定要還原的時間。

sourceServerId

要從中還原的來源伺服器標識碼。

繼承的屬性

minimalTlsVersion

為伺服器強制執行最低 Tls 版本。

publicNetworkAccess

此伺服器是否允許公用網路存取。 值為選擇性值,但如果傳入,則必須是 'Enabled' 或 'Disabled'

sslEnforcement

連線到伺服器時,啟用 SSL 強制。

storageProfile

伺服器的記憶體配置檔。

version

伺服器版本。

屬性詳細資料

createMode

多型歧視性,指定這個物件可以是的不同類型

createMode: "PointInTimeRestore"

屬性值

"PointInTimeRestore"

restorePointInTime

還原點建立時間(ISO8601格式),指定要還原的時間。

restorePointInTime: Date

屬性值

Date

sourceServerId

要從中還原的來源伺服器標識碼。

sourceServerId: string

屬性值

string

繼承的屬性詳細資料

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