ArmComputeRecommenderModelFactory 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.
A factory class for creating instances of the models for mocking.
public static class ArmComputeRecommenderModelFactory
type ArmComputeRecommenderModelFactory = class
Public Class ArmComputeRecommenderModelFactory
- Inheritance
-
ArmComputeRecommenderModelFactory
Methods
| Name | Description |
|---|---|
| ComputeRecommenderDiagnosticData(ResourceIdentifier, String, ResourceType, SystemData, IList<String>) | |
| ComputeRecommenderGenerateContent(IEnumerable<AzureLocation>, IEnumerable<ComputeRecommenderResourceSize>, Nullable<Int32>, Nullable<Boolean>) |
SpotPlacementScores API Input. |
| ComputeRecommenderGenerateResult(IEnumerable<AzureLocation>, IEnumerable<ComputeRecommenderResourceSize>, Nullable<Int32>, Nullable<Boolean>, IEnumerable<ComputeRecommenderPlacementScore>) |
SpotPlacementScores API response. |
| ComputeRecommenderPlacementScore(String, Nullable<AzureLocation>, String, String, Nullable<Boolean>) |
The spot placement score for sku/region/zone combination. |