ScoreAggregationLevel Struct
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 aggregation level of the score.
public readonly struct ScoreAggregationLevel : IEquatable<Azure.ResourceManager.Advisor.Models.ScoreAggregationLevel>
type ScoreAggregationLevel = struct
Public Structure ScoreAggregationLevel
Implements IEquatable(Of ScoreAggregationLevel)
- Inheritance
-
ScoreAggregationLevel
- Implements
Constructors
| Name | Description |
|---|---|
| ScoreAggregationLevel(String) |
Initializes a new instance of ScoreAggregationLevel. |
Properties
| Name | Description |
|---|---|
| Day |
Gets the Day. |
| Month |
Gets the Month. |
| Week |
Gets the Week. |
Methods
| Name | Description |
|---|---|
| Equals(ScoreAggregationLevel) |
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
| Name | Description |
|---|---|
| Equality(ScoreAggregationLevel, ScoreAggregationLevel) |
Determines if two ScoreAggregationLevel values are the same. |
| Implicit(String to Nullable<ScoreAggregationLevel>) | |
| Implicit(String to ScoreAggregationLevel) |
Converts a string to a ScoreAggregationLevel. |
| Inequality(ScoreAggregationLevel, ScoreAggregationLevel) |
Determines if two ScoreAggregationLevel values are not the same. |