Uses of Class
com.azure.resourcemanager.compute.models.Expand
Packages that use Expand
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of Expand in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent with parameters of type ExpandModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<VirtualMachineImageInner> VirtualMachineImagesClient.listWithProperties(String location, String publisherName, String offer, String skus, Expand expand) The listWithProperties operation.com.azure.core.http.rest.PagedIterable<VirtualMachineImageInner> VirtualMachineImagesClient.listWithProperties(String location, String publisherName, String offer, String skus, Expand expand, Integer top, String orderby, com.azure.core.util.Context context) The listWithProperties operation.com.azure.core.http.rest.PagedFlux<VirtualMachineImageInner> VirtualMachineImagesClient.listWithPropertiesAsync(String location, String publisherName, String offer, String skus, Expand expand) The listWithProperties operation.com.azure.core.http.rest.PagedFlux<VirtualMachineImageInner> VirtualMachineImagesClient.listWithPropertiesAsync(String location, String publisherName, String offer, String skus, Expand expand, Integer top, String orderby) The listWithProperties operation. -
Uses of Expand in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as ExpandModifier and TypeFieldDescriptionstatic final ExpandExpand.PROPERTIESStatic value Properties for Expand.Methods in com.azure.resourcemanager.compute.models that return ExpandModifier and TypeMethodDescriptionstatic ExpandExpand.fromString(String name) Creates or finds a Expand from its string representation.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type ExpandModifier and TypeMethodDescriptionstatic Collection<Expand> Expand.values()Gets known Expand values.