Uses of Interface
com.azure.resourcemanager.compute.models.VirtualMachineScaleSetVM
Packages that use VirtualMachineScaleSetVM
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of VirtualMachineScaleSetVM in com.azure.resourcemanager.compute.models
Subinterfaces with type arguments of type VirtualMachineScaleSetVM in com.azure.resourcemanager.compute.modelsModifier and TypeInterfaceDescriptioninterfaceAn immutable client-side representation of a virtual machine instance in an Azure virtual machine scale set.static interfaceThe template for an update operation, containing all the settings that can be modified.interfaceAn immutable client-side representation of an extension associated with virtual machine instance in a scale set.interfaceEntry point to virtual machine scale set instance management API.Methods in com.azure.resourcemanager.compute.models that return VirtualMachineScaleSetVMModifier and TypeMethodDescriptionVirtualMachineScaleSetVMs.getInstance(String instanceId) Get the specified virtual machine instance from the scale set.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type VirtualMachineScaleSetVMModifier and TypeMethodDescriptionVirtualMachineScaleSetVMs.getInstanceAsync(String instanceId) Get the specified virtual machine instance from the scale set.com.azure.core.http.rest.PagedIterable<VirtualMachineScaleSetVM> VirtualMachineScaleSetVMs.list(String filter, VirtualMachineScaleSetVMExpandType expand) Lists all the resources of the specified type in the currently selected subscription.com.azure.core.http.rest.PagedFlux<VirtualMachineScaleSetVM> VirtualMachineScaleSetVMs.listAsync(String filter, VirtualMachineScaleSetVMExpandType expand) Lists all the resources of the specified type in the currently selected subscription.