Uses of Class
com.azure.resourcemanager.compute.models.VMScaleSetConvertToSinglePlacementGroupInput
Packages that use VMScaleSetConvertToSinglePlacementGroupInput
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of VMScaleSetConvertToSinglePlacementGroupInput in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent with parameters of type VMScaleSetConvertToSinglePlacementGroupInputModifier and TypeMethodDescriptionvoidVirtualMachineScaleSetsClient.convertToSinglePlacementGroup(String resourceGroupName, String vmScaleSetName, VMScaleSetConvertToSinglePlacementGroupInput parameters) Converts SinglePlacementGroup property to false for a existing virtual machine scale set.VirtualMachineScaleSetsClient.convertToSinglePlacementGroupAsync(String resourceGroupName, String vmScaleSetName, VMScaleSetConvertToSinglePlacementGroupInput parameters) Converts SinglePlacementGroup property to false for a existing virtual machine scale set.com.azure.core.http.rest.Response<Void>VirtualMachineScaleSetsClient.convertToSinglePlacementGroupWithResponse(String resourceGroupName, String vmScaleSetName, VMScaleSetConvertToSinglePlacementGroupInput parameters, com.azure.core.util.Context context) Converts SinglePlacementGroup property to false for a existing virtual machine scale set.VirtualMachineScaleSetsClient.convertToSinglePlacementGroupWithResponseAsync(String resourceGroupName, String vmScaleSetName, VMScaleSetConvertToSinglePlacementGroupInput parameters) Converts SinglePlacementGroup property to false for a existing virtual machine scale set. -
Uses of VMScaleSetConvertToSinglePlacementGroupInput in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return VMScaleSetConvertToSinglePlacementGroupInputModifier and TypeMethodDescriptionVMScaleSetConvertToSinglePlacementGroupInput.withActivePlacementGroupId(String activePlacementGroupId) Set the activePlacementGroupId property: Id of the placement group in which you want future virtual machine instances to be placed.