共用方式為


SupportedCapabilities 類別

在磁片資源上保存的支援功能清單,以供 VM 使用。

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

建構函式

SupportedCapabilities(*, disk_controller_types: str | None = None, accelerated_network: bool | None = None, architecture: str | _models.Architecture | None = None, **kwargs: Any)

僅限關鍵字參數

名稱 Description
disk_controller_types
str

OS 磁片支援的磁碟控制卡。 如果設定它可以是 SCSI 或 SCSI、NVME 或 NVME、SCSI。

accelerated_network

如果建立 OS 磁片的映射支援加速網路,則為 True。

architecture

OS 磁片支援的 CPU 架構。 已知值為:「x64」 和 「Arm64」。

變數

名稱 Description
disk_controller_types
str

OS 磁片支援的磁碟控制卡。 如果設定它可以是 SCSI 或 SCSI、NVME 或 NVME、SCSI。

accelerated_network

如果建立 OS 磁片的映射支援加速網路,則為 True。

architecture

OS 磁片支援的 CPU 架構。 已知值為:「x64」 和 「Arm64」。