Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachineScaleSetVMExpandType
-
Packages that use VirtualMachineScaleSetVMExpandType Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of VirtualMachineScaleSetVMExpandType in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as VirtualMachineScaleSetVMExpandType Modifier and Type Field Description static VirtualMachineScaleSetVMExpandTypeVirtualMachineScaleSetVMExpandType. INSTANCE_VIEWStatic value 'instanceView' for VirtualMachineScaleSetVMExpandType.Methods in com.azure.resourcemanager.compute.models that return VirtualMachineScaleSetVMExpandType Modifier and Type Method Description static VirtualMachineScaleSetVMExpandTypeVirtualMachineScaleSetVMExpandType. fromString(String name)Creates or finds a VirtualMachineScaleSetVMExpandType from its string representation.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type VirtualMachineScaleSetVMExpandType Modifier and Type Method Description static Collection<VirtualMachineScaleSetVMExpandType>VirtualMachineScaleSetVMExpandType. values()Methods in com.azure.resourcemanager.compute.models with parameters of type VirtualMachineScaleSetVMExpandType Modifier and Type Method Description 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.
-