ManagedDiskParameters 類別
受控磁片的參數。
- 繼承
-
azure.mgmt.compute.v2023_03_01.models._models_py3.SubResourceManagedDiskParameters
建構函式
ManagedDiskParameters(*, id: str | None = None, storage_account_type: str | _models.StorageAccountTypes | None = None, disk_encryption_set: _models.DiskEncryptionSetParameters | None = None, security_profile: _models.VMDiskSecurityProfile | None = None, **kwargs: Any)
僅限關鍵字的參數
名稱 | Description |
---|---|
id
|
資源識別碼。 |
storage_account_type
|
指定受控磁片的儲存體帳戶類型。 注意:UltraSSD_LRS只能與資料磁片搭配使用,因此無法與 OS 磁片搭配使用。 已知值為:「Standard_LRS」、「Premium_LRS」、「StandardSSD_LRS」、「UltraSSD_LRS」、「Premium_ZRS」、「StandardSSD_ZRS」 和 「PremiumV2_LRS」。 |
disk_encryption_set
|
指定受控磁片的客戶受控磁片加密集資源識別碼。 |
security_profile
|
指定受控磁片的安全性設定檔。 |
變數
名稱 | Description |
---|---|
id
|
資源識別碼。 |
storage_account_type
|
指定受控磁片的儲存體帳戶類型。 注意:UltraSSD_LRS只能與資料磁片搭配使用,因此無法與 OS 磁片搭配使用。 已知值為:「Standard_LRS」、「Premium_LRS」、「StandardSSD_LRS」、「UltraSSD_LRS」、「Premium_ZRS」、「StandardSSD_ZRS」 和 「PremiumV2_LRS」。 |
disk_encryption_set
|
指定受控磁片的客戶受控磁片加密集資源識別碼。 |
security_profile
|
指定受控磁片的安全性設定檔。 |