ComputeRecommenderGenerateResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
SpotPlacementScores API response.
public class ComputeRecommenderGenerateResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Recommender.Models.ComputeRecommenderGenerateResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Recommender.Models.ComputeRecommenderGenerateResult>
type ComputeRecommenderGenerateResult = class
interface IJsonModel<ComputeRecommenderGenerateResult>
interface IPersistableModel<ComputeRecommenderGenerateResult>
Public Class ComputeRecommenderGenerateResult
Implements IJsonModel(Of ComputeRecommenderGenerateResult), IPersistableModel(Of ComputeRecommenderGenerateResult)
- Inheritance
-
ComputeRecommenderGenerateResult
- Implements
Properties
| Name | Description |
|---|---|
| AvailabilityZones |
Defines if the scope is zonal or regional. |
| DesiredCount |
Desired instance count per region/zone based on the scope. |
| DesiredLocations |
The desired regions. |
| DesiredSizes |
The desired virtual machine SKU sizes. |
| PlacementScores |
A placement score indicating the likelihood of successfully allocating the specified Spot VM(s), as well as the expected lifetimes of the Spot VM(s) after allocation. |