VirtualMachineScaleSetPatch Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes a Virtual Machine Scale Set.
public class VirtualMachineScaleSetPatch : Azure.ResourceManager.Compute.Models.ComputeResourcePatch, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetPatch>
type VirtualMachineScaleSetPatch = class
inherit ComputeResourcePatch
interface IJsonModel<VirtualMachineScaleSetPatch>
interface IPersistableModel<VirtualMachineScaleSetPatch>
Public Class VirtualMachineScaleSetPatch
Inherits ComputeResourcePatch
Implements IJsonModel(Of VirtualMachineScaleSetPatch), IPersistableModel(Of VirtualMachineScaleSetPatch)
- Inheritance
- Implements
Constructors
VirtualMachineScaleSetPatch() |
Initializes a new instance of VirtualMachineScaleSetPatch. |
Properties
AdditionalCapabilities |
Specifies additional capabilities enabled or disabled on the Virtual Machines in the Virtual Machine Scale Set. For instance: whether the Virtual Machines have the capability to support attaching managed data disks with UltraSSD_LRS storage account type. |
AutomaticRepairsPolicy |
Policy for automatic repairs. |
DoNotRunExtensionsOnOverprovisionedVms |
When Overprovision is enabled, extensions are launched only on the requested number of VMs which are finally kept. This property will hence ensure that the extensions do not run on the extra overprovisioned VMs. |
Identity |
The identity of the virtual machine scale set, if configured. |
Overprovision |
Specifies whether the Virtual Machine Scale Set should be overprovisioned. |
Plan |
The purchase plan when deploying a virtual machine scale set from VM Marketplace images. |
PriorityMixPolicy |
Specifies the desired targets for mixing Spot and Regular priority VMs within the same VMSS Flex instance. |
ProximityPlacementGroupId |
Gets or sets Id. |
ResiliencyPolicy |
Policy for Resiliency. |
ScaleInPolicy |
Specifies the policies applied when scaling in Virtual Machines in the Virtual Machine Scale Set. |
SinglePlacementGroup |
When true this limits the scale set to a single placement group, of max size 100 virtual machines. NOTE: If singlePlacementGroup is true, it may be modified to false. However, if singlePlacementGroup is false, it may not be modified to true. |
Sku |
The virtual machine scale set sku. |
SkuProfile |
Specifies the sku profile for the virtual machine scale set. |
SpotRestorePolicy |
Specifies the Spot Restore properties for the virtual machine scale set. |
Tags |
Resource tags. (Inherited from ComputeResourcePatch) |
UpgradePolicy |
The upgrade policy. |
VirtualMachineProfile |
The virtual machine profile. |
ZonalPlatformFaultDomainAlignMode |
Specifies the align mode between Virtual Machine Scale Set compute and storage Fault Domain count. |
Zones |
The virtual machine scale set zones. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ComputeResourcePatch) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET