Uses of Class
com.azure.resourcemanager.compute.models.ExpandTypesForListVMs
Packages that use ExpandTypesForListVMs
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of ExpandTypesForListVMs in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent with parameters of type ExpandTypesForListVMsModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<VirtualMachineInner> VirtualMachinesClient.list(String statusOnly, String filter, ExpandTypesForListVMs expand, com.azure.core.util.Context context) Lists all of the virtual machines in the specified subscription.com.azure.core.http.rest.PagedFlux<VirtualMachineInner> VirtualMachinesClient.listAsync(String statusOnly, String filter, ExpandTypesForListVMs expand) Lists all of the virtual machines in the specified subscription. -
Uses of ExpandTypesForListVMs in com.azure.resourcemanager.compute.models
Subclasses with type arguments of type ExpandTypesForListVMs in com.azure.resourcemanager.compute.modelsModifier and TypeClassDescriptionfinal classDefines values for ExpandTypesForListVMs.Fields in com.azure.resourcemanager.compute.models declared as ExpandTypesForListVMsModifier and TypeFieldDescriptionstatic final ExpandTypesForListVMsExpandTypesForListVMs.INSTANCE_VIEWStatic value instanceView for ExpandTypesForListVMs.Methods in com.azure.resourcemanager.compute.models that return ExpandTypesForListVMsModifier and TypeMethodDescriptionstatic ExpandTypesForListVMsExpandTypesForListVMs.fromString(String name) Creates or finds a ExpandTypesForListVMs from its string representation.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type ExpandTypesForListVMsModifier and TypeMethodDescriptionstatic Collection<ExpandTypesForListVMs> ExpandTypesForListVMs.values()Gets known ExpandTypesForListVMs values.