Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachineScaleSetVMExpandType
Packages that use VirtualMachineScaleSetVMExpandType
Package
Description
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 VirtualMachineScaleSetVMExpandTypeModifier and TypeFieldDescriptionstatic final VirtualMachineScaleSetVMExpandTypeVirtualMachineScaleSetVMExpandType.INSTANCE_VIEWStatic value 'instanceView' for VirtualMachineScaleSetVMExpandType.Methods in com.azure.resourcemanager.compute.models that return VirtualMachineScaleSetVMExpandTypeModifier and TypeMethodDescriptionVirtualMachineScaleSetVMExpandType.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 VirtualMachineScaleSetVMExpandTypeModifier and TypeMethodDescriptionVirtualMachineScaleSetVMExpandType.values()Gets known VirtualMachineScaleSetVMExpandType values.Methods in com.azure.resourcemanager.compute.models with parameters of type VirtualMachineScaleSetVMExpandTypeModifier and TypeMethodDescriptioncom.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.