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