VirtualMachineScaleSetUpdate |
VirtualMachineScaleSetUpdate.withAdditionalCapabilities(AdditionalCapabilities additionalCapabilities) |
Set the additionalCapabilities property: Specifies additional capabilities enabled or disabled on the Virtual
Machines in the Virtual Machine Scale Set.
|
VirtualMachineScaleSetUpdate |
VirtualMachineScaleSetUpdate.withAutomaticRepairsPolicy(AutomaticRepairsPolicy automaticRepairsPolicy) |
Set the automaticRepairsPolicy property: Policy for automatic repairs.
|
VirtualMachineScaleSetUpdate |
VirtualMachineScaleSetUpdate.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.
|
VirtualMachineScaleSetUpdate |
VirtualMachineScaleSetUpdate.withIdentity(VirtualMachineScaleSetIdentity identity) |
Set the identity property: The identity of the virtual machine scale set, if configured.
|
VirtualMachineScaleSetUpdate |
VirtualMachineScaleSetUpdate.withOverprovision(Boolean overprovision) |
Set the overprovision property: Specifies whether the Virtual Machine Scale Set should be overprovisioned.
|
VirtualMachineScaleSetUpdate |
VirtualMachineScaleSetUpdate.withPlan(Plan plan) |
Set the plan property: The purchase plan when deploying a virtual machine scale set from VM Marketplace images.
|
VirtualMachineScaleSetUpdate |
VirtualMachineScaleSetUpdate.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.
|
VirtualMachineScaleSetUpdate |
VirtualMachineScaleSetUpdate.withScaleInPolicy(ScaleInPolicy scaleInPolicy) |
Set the scaleInPolicy property: Specifies the policies applied when scaling in Virtual Machines in the Virtual
Machine Scale Set.
|
VirtualMachineScaleSetUpdate |
VirtualMachineScaleSetUpdate.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.
|
VirtualMachineScaleSetUpdate |
VirtualMachineScaleSetUpdate.withSku(Sku sku) |
Set the sku property: The virtual machine scale set sku.
|
VirtualMachineScaleSetUpdate |
VirtualMachineScaleSetUpdate.withTags(Map<String,String> tags) |
Set the tags property: Resource tags.
|
VirtualMachineScaleSetUpdate |
VirtualMachineScaleSetUpdate.withUpgradePolicy(UpgradePolicy upgradePolicy) |
Set the upgradePolicy property: The upgrade policy.
|
VirtualMachineScaleSetUpdate |
VirtualMachineScaleSetUpdate.withVirtualMachineProfile(VirtualMachineScaleSetUpdateVMProfile virtualMachineProfile) |
Set the virtualMachineProfile property: The virtual machine profile.
|