Uses of Class
com.azure.resourcemanager.compute.fluent.models.VirtualMachineScaleSetUpdateProperties
Packages that use VirtualMachineScaleSetUpdateProperties
Package
Description
Package containing the inner data models for ComputeManagementClient.
-
Uses of VirtualMachineScaleSetUpdateProperties in com.azure.resourcemanager.compute.fluent.models
Classes in com.azure.resourcemanager.compute.fluent.models that implement interfaces with type arguments of type VirtualMachineScaleSetUpdatePropertiesModifier and TypeClassDescriptionfinal classDescribes the properties of a Virtual Machine Scale Set.Methods in com.azure.resourcemanager.compute.fluent.models that return VirtualMachineScaleSetUpdatePropertiesModifier and TypeMethodDescriptionVirtualMachineScaleSetUpdateProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualMachineScaleSetUpdateProperties from the JsonReader.VirtualMachineScaleSetUpdateProperties.withAdditionalCapabilities(AdditionalCapabilities additionalCapabilities) Set the additionalCapabilities property: Specifies additional capabilities enabled or disabled on the Virtual Machines in the Virtual Machine Scale Set.VirtualMachineScaleSetUpdateProperties.withAutomaticRepairsPolicy(AutomaticRepairsPolicy automaticRepairsPolicy) Set the automaticRepairsPolicy property: Policy for automatic repairs.VirtualMachineScaleSetUpdateProperties.withDoNotRunExtensionsOnOverprovisionedVMs(Boolean doNotRunExtensionsOnOverprovisionedVMs) Set the doNotRunExtensionsOnOverprovisionedVMs property: When Overprovision is enabled, extensions are launched only on the requested number of VMs which are finally kept.VirtualMachineScaleSetUpdateProperties.withOverprovision(Boolean overprovision) Set the overprovision property: Specifies whether the Virtual Machine Scale Set should be overprovisioned.VirtualMachineScaleSetUpdateProperties.withPriorityMixPolicy(PriorityMixPolicy priorityMixPolicy) Set the priorityMixPolicy property: Specifies the desired targets for mixing Spot and Regular priority VMs within the same VMSS Flex instance.VirtualMachineScaleSetUpdateProperties.withProximityPlacementGroup(com.azure.core.management.SubResource proximityPlacementGroup) Set the proximityPlacementGroup property: Specifies information about the proximity placement group that the virtual machine scale set should be assigned to.VirtualMachineScaleSetUpdateProperties.withResiliencyPolicy(ResiliencyPolicy resiliencyPolicy) Set the resiliencyPolicy property: Policy for Resiliency.VirtualMachineScaleSetUpdateProperties.withScaleInPolicy(ScaleInPolicy scaleInPolicy) Set the scaleInPolicy property: Specifies the policies applied when scaling in Virtual Machines in the Virtual Machine Scale Set.VirtualMachineScaleSetUpdateProperties.withSinglePlacementGroup(Boolean singlePlacementGroup) Set the singlePlacementGroup property: When true this limits the scale set to a single placement group, of max size 100 virtual machines.VirtualMachineScaleSetUpdateProperties.withSkuProfile(SkuProfile skuProfile) Set the skuProfile property: Specifies the sku profile for the virtual machine scale set.VirtualMachineScaleSetUpdateProperties.withSpotRestorePolicy(SpotRestorePolicy spotRestorePolicy) Set the spotRestorePolicy property: Specifies the Spot Restore properties for the virtual machine scale set.VirtualMachineScaleSetUpdateProperties.withUpgradePolicy(UpgradePolicy upgradePolicy) Set the upgradePolicy property: The upgrade policy.VirtualMachineScaleSetUpdateProperties.withVirtualMachineProfile(VirtualMachineScaleSetUpdateVMProfile virtualMachineProfile) Set the virtualMachineProfile property: The virtual machine profile.VirtualMachineScaleSetUpdateProperties.withZonalPlatformFaultDomainAlignMode(ZonalPlatformFaultDomainAlignMode zonalPlatformFaultDomainAlignMode) Set the zonalPlatformFaultDomainAlignMode property: Specifies the align mode between Virtual Machine Scale Set compute and storage Fault Domain count.