共用方式為


ImageStorageProfile 類別

描述儲存體設定檔。

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

建構函式

ImageStorageProfile(*, os_disk: _models.ImageOSDisk | None = None, data_disks: List[_models.ImageDataDisk] | None = None, zone_resilient: bool | None = None, **kwargs: Any)

Keyword-Only Parameters

os_disk
ImageOSDisk

指定虛擬機器所使用的作業系統磁片相關資訊。 <br>``<br> 如需磁片的詳細資訊,請參閱 關於 Azure 虛擬機器的磁片和 VHD

data_disks
list[ImageDataDisk]

指定用來將資料磁碟加入至虛擬機器的參數。 <br>``<br> 如需磁片的詳細資訊,請參閱 關於 Azure 虛擬機器的磁片和 VHD

zone_resilient
bool

指定映射是否具有區域復原性。 預設值為 false。 區域復原映射只能在提供區域備援儲存體 (ZRS) 的區域建立。

變數

os_disk
ImageOSDisk

指定虛擬機器所使用的作業系統磁片相關資訊。 <br>``<br> 如需磁片的詳細資訊,請參閱 關於 Azure 虛擬機器的磁片和 VHD

data_disks
list[ImageDataDisk]

指定用來將資料磁碟加入至虛擬機器的參數。 <br>``<br> 如需磁片的詳細資訊,請參閱 關於 Azure 虛擬機器的磁片和 VHD

zone_resilient
bool

指定映射是否具有區域復原性。 預設值為 false。 區域復原映射只能在提供區域備援儲存體 (ZRS) 的區域建立。