共用方式為


EncryptionSettingsCollection 類別

磁片或快照集的加密設定。

必須填入所有必要的參數,才能傳送至 Azure。

繼承
azure.mgmt.compute._serialization.Model
EncryptionSettingsCollection

建構函式

EncryptionSettingsCollection(*, enabled: bool, encryption_settings: List[_models.EncryptionSettingsElement] | None = None, encryption_settings_version: str | None = None, **kwargs: Any)

Keyword-Only Parameters

enabled
bool

將此旗標設定為 true,並提供 DiskEncryptionKey 和選擇性 KeyEncryptionKey 以啟用加密。 將此旗標設定為 false,並移除 DiskEncryptionKey 和 KeyEncryptionKey 以停用加密。 如果 Request 物件中的 EncryptionSettings 為 null,則現有的設定會保持不變。 必要。

encryption_settings
list[EncryptionSettingsElement]

加密設定的集合,每個磁片區各一個。

encryption_settings_version
str

描述磁片所使用的加密類型。 設定此欄位之後,就無法覆寫。 '1.0' 對應至 AAD 應用程式的 Azure 磁片加密。'1.1' 對應至 Azure 磁片加密。

變數

enabled
bool

將此旗標設定為 true,並提供 DiskEncryptionKey 和選擇性 KeyEncryptionKey 以啟用加密。 將此旗標設定為 false,並移除 DiskEncryptionKey 和 KeyEncryptionKey 以停用加密。 如果 Request 物件中的 EncryptionSettings 為 null,則現有的設定會保持不變。 必要。

encryption_settings
list[EncryptionSettingsElement]

加密設定的集合,每個磁片區各一個。

encryption_settings_version
str

描述磁片所使用的加密類型。 設定此欄位之後,就無法覆寫。 '1.0' 對應至 AAD 應用程式的 Azure 磁片加密。'1.1' 對應至 Azure 磁片加密。