Uses of Interface
com.azure.resourcemanager.compute.models.VirtualMachineScaleSetVM
-
Packages that use VirtualMachineScaleSetVM Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of VirtualMachineScaleSetVM in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return VirtualMachineScaleSetVM Modifier and Type Method Description VirtualMachineScaleSetVMVirtualMachineScaleSetVMs. 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 VirtualMachineScaleSetVM Modifier and Type Method Description Mono<VirtualMachineScaleSetVM>VirtualMachineScaleSetVMs. 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.
-