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

VirtualMachineScaleSetUpdateVMProfile 类

定义

描述虚拟机规模集虚拟机配置文件。

public class VirtualMachineScaleSetUpdateVMProfile
type VirtualMachineScaleSetUpdateVMProfile = class
Public Class VirtualMachineScaleSetUpdateVMProfile
继承
VirtualMachineScaleSetUpdateVMProfile

构造函数

VirtualMachineScaleSetUpdateVMProfile()

初始化 VirtualMachineScaleSetUpdateVMProfile 类的新实例。

VirtualMachineScaleSetUpdateVMProfile(VirtualMachineScaleSetUpdateOSProfile, VirtualMachineScaleSetUpdateStorageProfile, VirtualMachineScaleSetUpdateNetworkProfile, SecurityProfile, DiagnosticsProfile, VirtualMachineScaleSetExtensionProfile, String, BillingProfile, ScheduledEventsProfile, String, VirtualMachineScaleSetHardwareProfile)

初始化 VirtualMachineScaleSetUpdateVMProfile 类的新实例。

属性

BillingProfile

获取或设置指定 Azure 现成 VMSS 的计费相关详细信息。 最低 API 版本:2019-03-01。

DiagnosticsProfile

获取或设置虚拟机规模集诊断配置文件。

ExtensionProfile

获取或设置虚拟机规模集扩展配置文件。

HardwareProfile

获取或设置指定规模集的硬件配置文件相关详细信息。 最低 API 版本:2021-11-01。

LicenseType

获取或设置许可证类型,该类型用于自带许可证方案。

NetworkProfile

获取或设置虚拟机规模集网络配置文件。

OsProfile

获取或设置虚拟机规模集 OS 配置文件。

ScheduledEventsProfile

获取或设置指定与计划事件相关的配置。

SecurityProfile

获取或设置虚拟机规模集安全配置文件

StorageProfile

获取或设置虚拟机规模集存储配置文件。

UserData

获取或设置 VM 的 userData,该 VM 必须采用 base-64 编码。 客户不应在此处传递任何机密。 <br><br>最低 API 版本:2021-03-01

适用于