你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

VirtualMachineScaleSetUpdateVMProfile 类

介绍虚拟机规模集虚拟机配置文件。

继承
azure.mgmt.compute._serialization.Model
VirtualMachineScaleSetUpdateVMProfile

构造函数

VirtualMachineScaleSetUpdateVMProfile(*, os_profile: _models.VirtualMachineScaleSetUpdateOSProfile | None = None, storage_profile: _models.VirtualMachineScaleSetUpdateStorageProfile | None = None, network_profile: _models.VirtualMachineScaleSetUpdateNetworkProfile | None = None, diagnostics_profile: _models.DiagnosticsProfile | None = None, extension_profile: _models.VirtualMachineScaleSetExtensionProfile | None = None, license_type: str | None = None, billing_profile: _models.BillingProfile | None = None, scheduled_events_profile: _models.ScheduledEventsProfile | None = None, **kwargs: Any)

仅限关键字的参数

名称 说明
os_profile

虚拟机规模集 OS 配置文件。

storage_profile

虚拟机规模集存储配置文件。

network_profile

虚拟机规模集网络配置文件。

diagnostics_profile

虚拟机规模集诊断配置文件。

extension_profile

虚拟机规模集扩展配置文件。

license_type
str

许可证类型,用于自带许可证方案。

billing_profile

指定 Azure 现成 VMSS 的计费相关详细信息。 <br>:code:>><<<br>Minimum api-version:2019-03-01。

scheduled_events_profile

指定与计划事件相关的配置。

变量

名称 说明
os_profile

虚拟机规模集 OS 配置文件。

storage_profile

虚拟机规模集存储配置文件。

network_profile

虚拟机规模集网络配置文件。

diagnostics_profile

虚拟机规模集诊断配置文件。

extension_profile

虚拟机规模集扩展配置文件。

license_type
str

许可证类型,用于自带许可证方案。

billing_profile

指定 Azure 现成 VMSS 的计费相关详细信息。 <br>:code:>><<<br>Minimum api-version:2019-03-01。

scheduled_events_profile

指定与计划事件相关的配置。