Uses of Class
com.azure.resourcemanager.compute.models.VMScaleSetScaleOutInput
Packages that use VMScaleSetScaleOutInput
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of VMScaleSetScaleOutInput in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent with parameters of type VMScaleSetScaleOutInputModifier and TypeMethodDescriptionVirtualMachineScaleSetsClient.beginScaleOut(String resourceGroupName, String vmScaleSetName, VMScaleSetScaleOutInput parameters) Scales out one or more virtual machines in a VM scale set.VirtualMachineScaleSetsClient.beginScaleOut(String resourceGroupName, String vmScaleSetName, VMScaleSetScaleOutInput parameters, com.azure.core.util.Context context) Scales out one or more virtual machines in a VM scale set.VirtualMachineScaleSetsClient.beginScaleOutAsync(String resourceGroupName, String vmScaleSetName, VMScaleSetScaleOutInput parameters) Scales out one or more virtual machines in a VM scale set.voidVirtualMachineScaleSetsClient.scaleOut(String resourceGroupName, String vmScaleSetName, VMScaleSetScaleOutInput parameters) Scales out one or more virtual machines in a VM scale set.voidVirtualMachineScaleSetsClient.scaleOut(String resourceGroupName, String vmScaleSetName, VMScaleSetScaleOutInput parameters, com.azure.core.util.Context context) Scales out one or more virtual machines in a VM scale set.VirtualMachineScaleSetsClient.scaleOutAsync(String resourceGroupName, String vmScaleSetName, VMScaleSetScaleOutInput parameters) Scales out one or more virtual machines in a VM scale set.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> VirtualMachineScaleSetsClient.scaleOutWithResponseAsync(String resourceGroupName, String vmScaleSetName, VMScaleSetScaleOutInput parameters) Scales out one or more virtual machines in a VM scale set. -
Uses of VMScaleSetScaleOutInput in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type VMScaleSetScaleOutInputMethods in com.azure.resourcemanager.compute.models that return VMScaleSetScaleOutInputModifier and TypeMethodDescriptionstatic VMScaleSetScaleOutInputVMScaleSetScaleOutInput.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VMScaleSetScaleOutInput from the JsonReader.VMScaleSetScaleOutInput.withCapacity(long capacity) Set the capacity property: Specifies the number of virtual machines in the scale set.VMScaleSetScaleOutInput.withProperties(VMScaleSetScaleOutInputProperties properties) Set the properties property: The input properties for ScaleOut.