你当前正在访问 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)

初始化 VirtualMachineScaleSetUpdateVMProfile 类的新实例。

属性

BillingProfile

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

DiagnosticsProfile

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

ExtensionProfile

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

LicenseType

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

NetworkProfile

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

OsProfile

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

ScheduledEventsProfile

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

SecurityProfile

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

StorageProfile

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

适用于