Uses of Interface
com.azure.resourcemanager.compute.models.VirtualMachineScaleSet
Packages that use VirtualMachineScaleSet
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of VirtualMachineScaleSet in com.azure.resourcemanager.compute.models
Subinterfaces with type arguments of type VirtualMachineScaleSet in com.azure.resourcemanager.compute.modelsModifier and TypeInterfaceDescriptioninterfaceAn immutable client-side representation of an Azure virtual machine scale set.static interfaceThe stage of a virtual machine scale set definition containing all the required inputs for the resource to be created, but also allowing for any other optional settings to be specified.static interfaceThe stage of a virtual machine scale set update containing inputs for the resource to be updated.interfaceAn immutable client-side representation of an extension associated with virtual machines in a scale set.interfaceEntry point to virtual machine scale set management API.interfaceEntry point to virtual machine scale set management API.interfaceEntry point to virtual machine scale set management API.interfaceEntry point to virtual machine scale set management API.interfaceEntry point to virtual machine scale set management API.interfaceDescribes definition and update stages of unmanaged data disk of a scale set.interfaceAn immutable client-side representation of a virtual machine instance in an Azure virtual machine scale set.Methods in com.azure.resourcemanager.compute.models with parameters of type VirtualMachineScaleSetModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<VirtualMachine> VirtualMachines.listByVirtualMachineScaleSet(VirtualMachineScaleSet vmss) Lists all the virtual machines by a certain virtual machine scale set with orchestration modeOrchestrationMode.FLEXIBLE.com.azure.core.http.rest.PagedFlux<VirtualMachine> VirtualMachines.listByVirtualMachineScaleSetAsync(VirtualMachineScaleSet vmss) Lists all the virtual machines by a certain virtual machine scale set with orchestration modeOrchestrationMode.FLEXIBLE.VirtualMachine.DefinitionStages.WithScaleSet.withExistingVirtualMachineScaleSet(VirtualMachineScaleSet scaleSet) Specifies an existing virtual machine scale set for the virtual machine.