你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
VirtualMachineScaleSetUpdateVMProfile 类
描述虚拟机规模集虚拟机配置文件。
- 继承
-
azure.mgmt.compute._serialization.ModelVirtualMachineScaleSetUpdateVMProfile
构造函数
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, **kwargs: Any)
仅限关键字的参数
名称 | 说明 |
---|---|
os_profile
|
虚拟机规模集 OS 配置文件。 |
storage_profile
|
虚拟机规模集存储配置文件。 |
network_profile
|
虚拟机规模集网络配置文件。 |
diagnostics_profile
|
虚拟机规模集诊断配置文件。 |
extension_profile
|
虚拟机规模集扩展配置文件。 |
license_type
|
许可证类型,用于自带许可证方案。 |
变量
名称 | 说明 |
---|---|
os_profile
|
虚拟机规模集 OS 配置文件。 |
storage_profile
|
虚拟机规模集存储配置文件。 |
network_profile
|
虚拟机规模集网络配置文件。 |
diagnostics_profile
|
虚拟机规模集诊断配置文件。 |
extension_profile
|
虚拟机规模集扩展配置文件。 |
license_type
|
许可证类型,用于自带许可证方案。 |