IAutomaticResourcePredictionsProfile.PredictionPreference Property
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.
Determines the balance between cost and performance.
[Microsoft.Azure.PowerShell.Cmdlets.Mdp.PSArgumentCompleter(new System.String[] { "Balanced", "MostCostEffective", "MoreCostEffective", "MorePerformance", "BestPerformance" })]
[Microsoft.Azure.PowerShell.Cmdlets.Mdp.Runtime.Info(Create=true, Description="Determines the balance between cost and performance.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="predictionPreference", Update=true)]
public string PredictionPreference { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Mdp.PSArgumentCompleter(new System.String[] { "Balanced", "MostCostEffective", "MoreCostEffective", "MorePerformance", "BestPerformance" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Mdp.Runtime.Info(Create=true, Description="Determines the balance between cost and performance.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="predictionPreference", Update=true)>]
member this.PredictionPreference : string with get, set
Public Property PredictionPreference As String
Property Value
- Attributes