共用方式為


ServerPropertiesForDefaultCreate interface

用來建立新伺服器的屬性。

Extends

屬性

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