Uses of Class
com.azure.resourcemanager.compute.models.AllocationStrategy
Packages that use AllocationStrategy
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of AllocationStrategy in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as AllocationStrategyModifier and TypeFieldDescriptionstatic final AllocationStrategyAllocationStrategy.CAPACITY_OPTIMIZEDStatic value CapacityOptimized for AllocationStrategy.static final AllocationStrategyAllocationStrategy.LOWEST_PRICEStatic value LowestPrice for AllocationStrategy.static final AllocationStrategyAllocationStrategy.PRIORITIZEDStatic value Prioritized for AllocationStrategy.Methods in com.azure.resourcemanager.compute.models that return AllocationStrategyModifier and TypeMethodDescriptionSkuProfile.allocationStrategy()Get the allocationStrategy property: Specifies the allocation strategy for the virtual machine scale set based on which the VMs will be allocated.static AllocationStrategyAllocationStrategy.fromString(String name) Creates or finds a AllocationStrategy from its string representation.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type AllocationStrategyModifier and TypeMethodDescriptionstatic Collection<AllocationStrategy> AllocationStrategy.values()Gets known AllocationStrategy values.Methods in com.azure.resourcemanager.compute.models with parameters of type AllocationStrategyModifier and TypeMethodDescriptionSkuProfile.withAllocationStrategy(AllocationStrategy allocationStrategy) Set the allocationStrategy property: Specifies the allocation strategy for the virtual machine scale set based on which the VMs will be allocated.