VirtualMachineScaleSetInner 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.
[Microsoft.Rest.Serialization.JsonTransformation]
public class VirtualMachineScaleSetInner : Microsoft.Azure.Management.ResourceManager.Fluent.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type VirtualMachineScaleSetInner = class
inherit Resource
Public Class VirtualMachineScaleSetInner
Inherits Resource
- Inheritance
- Attributes
Constructors
VirtualMachineScaleSetInner() |
Initializes a new instance of the VirtualMachineScaleSetInner class. |
VirtualMachineScaleSetInner(String, String, String, String, IDictionary<String, String>, Sku, Plan, UpgradePolicy, AutomaticRepairsPolicy, VirtualMachineScaleSetVMProfile, String, Nullable<Boolean>, Nullable<Boolean>, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Int32>, SubResource, SubResource, AdditionalCapabilities, ScaleInPolicy, VirtualMachineScaleSetIdentity, IList<String>) |
Initializes a new instance of the VirtualMachineScaleSetInner class. |
Properties
AdditionalCapabilities |
Gets or sets 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 |
Gets or sets policy for automatic repairs. |
DoNotRunExtensionsOnOverprovisionedVMs |
Gets or sets 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. |
HostGroup |
Gets or sets specifies information about the dedicated host group that the virtual machine scale set resides in. <br><br>Minimum api-version: 2020-06-01. |
Id |
Resource Id. Setter is protected because Id needs to be set in Network resources. (Inherited from ProxyResource) |
Identity |
Gets or sets the identity of the virtual machine scale set, if configured. |
Location |
Resource location (Inherited from Resource) |
Name |
Resource name (Inherited from ProxyResource) |
Overprovision |
Gets or sets specifies whether the Virtual Machine Scale Set should be overprovisioned. |
Plan |
Gets or sets specifies information about the marketplace image used to create the virtual machine. This element is only used for marketplace images. Before you can use a marketplace image from an API, you must enable the image for programmatic use. In the Azure portal, find the marketplace image that you want to use and then click Want to deploy programmatically, Get Started ->. Enter any required information and then click Save. |
PlatformFaultDomainCount |
Gets or sets fault Domain count for each placement group. |
ProvisioningState |
Gets the provisioning state, which only appears in the response. |
ProximityPlacementGroup |
Gets or sets specifies information about the proximity placement group that the virtual machine scale set should be assigned to. <br><br>Minimum api-version: 2018-04-01. |
ScaleInPolicy |
Gets or sets specifies the scale-in policy that decides which virtual machines are chosen for removal when a Virtual Machine Scale Set is scaled-in. |
SinglePlacementGroup |
Gets or sets 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 |
Gets or sets the virtual machine scale set sku. |
Tags |
Resource tags (Inherited from Resource) |
Type |
Resource type (Inherited from ProxyResource) |
UniqueId |
Gets specifies the ID which uniquely identifies a Virtual Machine Scale Set. |
UpgradePolicy |
Gets or sets the upgrade policy. |
VirtualMachineProfile |
Gets or sets the virtual machine profile. |
ZoneBalance |
Gets or sets whether to force strictly even Virtual Machine distribution cross x-zones in case there is zone outage. |
Zones |
Gets or sets the virtual machine scale set zones. NOTE: Availability zones can only be set when you create the scale set |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET