ArmDevOpsInfrastructureModelFactory.AutomaticResourcePredictionsProfile Method
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.
The stand-by agent scheme is determined based on historical demand.
public static Azure.ResourceManager.DevOpsInfrastructure.Models.AutomaticResourcePredictionsProfile AutomaticResourcePredictionsProfile(Azure.ResourceManager.DevOpsInfrastructure.Models.PredictionPreference? predictionPreference = default);
static member AutomaticResourcePredictionsProfile : Nullable<Azure.ResourceManager.DevOpsInfrastructure.Models.PredictionPreference> -> Azure.ResourceManager.DevOpsInfrastructure.Models.AutomaticResourcePredictionsProfile
Public Shared Function AutomaticResourcePredictionsProfile (Optional predictionPreference As Nullable(Of PredictionPreference) = Nothing) As AutomaticResourcePredictionsProfile
Parameters
- predictionPreference
- Nullable<PredictionPreference>
Determines the balance between cost and performance.
Returns
A new AutomaticResourcePredictionsProfile instance for mocking.