Package | Description |
---|---|
com.azure.resourcemanager.compute.fluent |
Package containing the service clients for ComputeManagementClient.
|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualMachineScaleSetInner>,VirtualMachineScaleSetInner> |
VirtualMachineScaleSetsClient.beginUpdate(String resourceGroupName,
String vmScaleSetName,
VirtualMachineScaleSetUpdate parameters)
Update a VM scale set.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualMachineScaleSetInner>,VirtualMachineScaleSetInner> |
VirtualMachineScaleSetsClient.beginUpdate(String resourceGroupName,
String vmScaleSetName,
VirtualMachineScaleSetUpdate parameters,
com.azure.core.util.Context context)
Update a VM scale set.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VirtualMachineScaleSetInner>,VirtualMachineScaleSetInner> |
VirtualMachineScaleSetsClient.beginUpdateAsync(String resourceGroupName,
String vmScaleSetName,
VirtualMachineScaleSetUpdate parameters)
Update a VM scale set.
|
VirtualMachineScaleSetInner |
VirtualMachineScaleSetsClient.update(String resourceGroupName,
String vmScaleSetName,
VirtualMachineScaleSetUpdate parameters)
Update a VM scale set.
|
VirtualMachineScaleSetInner |
VirtualMachineScaleSetsClient.update(String resourceGroupName,
String vmScaleSetName,
VirtualMachineScaleSetUpdate parameters,
com.azure.core.util.Context context)
Update a VM scale set.
|
Mono<VirtualMachineScaleSetInner> |
VirtualMachineScaleSetsClient.updateAsync(String resourceGroupName,
String vmScaleSetName,
VirtualMachineScaleSetUpdate parameters)
Update a VM scale set.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
VirtualMachineScaleSetsClient.updateWithResponseAsync(String resourceGroupName,
String vmScaleSetName,
VirtualMachineScaleSetUpdate parameters)
Update a VM scale set.
|
Modifier and Type | Method and Description |
---|---|
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 scale-in policy that decides which virtual machines are chosen for
removal when a Virtual Machine Scale Set is scaled-in.
|
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.withUpgradePolicy(UpgradePolicy upgradePolicy)
Set the upgradePolicy property: The upgrade policy.
|
VirtualMachineScaleSetUpdate |
VirtualMachineScaleSetUpdate.withVirtualMachineProfile(VirtualMachineScaleSetUpdateVMProfile virtualMachineProfile)
Set the virtualMachineProfile property: The virtual machine profile.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.