PredictionPreference Struct

Definition

Determines the balance between cost and performance.

public readonly struct PredictionPreference : IEquatable<Azure.ResourceManager.DevOpsInfrastructure.Models.PredictionPreference>
type PredictionPreference = struct
Public Structure PredictionPreference
Implements IEquatable(Of PredictionPreference)
Inheritance
PredictionPreference
Implements

Constructors

PredictionPreference(String)

Initializes a new instance of PredictionPreference.

Properties

Balanced

Balance between cost and performance.

BestPerformance

Optimizes for performance over cost.

MoreCostEffective

Halfway through cost and balanced.

MorePerformance

Halfway through balanced and performance.

MostCostEffective

Optimizes for cost over performance.

Methods

Equals(PredictionPreference)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(PredictionPreference, PredictionPreference)

Determines if two PredictionPreference values are the same.

Implicit(String to PredictionPreference)

Converts a string to a PredictionPreference.

Inequality(PredictionPreference, PredictionPreference)

Determines if two PredictionPreference values are not the same.

Applies to