Uses of Class
com.azure.resourcemanager.compute.models.VMScaleSetConvertToSinglePlacementGroupInput
-
Packages that use VMScaleSetConvertToSinglePlacementGroupInput 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. -
-
Uses of VMScaleSetConvertToSinglePlacementGroupInput in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent with parameters of type VMScaleSetConvertToSinglePlacementGroupInput Modifier and Type Method Description voidVirtualMachineScaleSetsClient. convertToSinglePlacementGroup(String resourceGroupName, String vmScaleSetName, VMScaleSetConvertToSinglePlacementGroupInput parameters)Converts SinglePlacementGroup property to false for a existing virtual machine scale set.Mono<Void>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.Mono<com.azure.core.http.rest.Response<Void>>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 VMScaleSetConvertToSinglePlacementGroupInput Modifier and Type Method Description VMScaleSetConvertToSinglePlacementGroupInputVMScaleSetConvertToSinglePlacementGroupInput. withActivePlacementGroupId(String activePlacementGroupId)Set the activePlacementGroupId property: Id of the placement group in which you want future virtual machine instances to be placed.
-