PercentileOfUtilization 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 PercentileOfUtilization.
public readonly struct PercentileOfUtilization : IEquatable<Azure.ResourceManager.Migration.Assessment.Models.PercentileOfUtilization>
type PercentileOfUtilization = struct
Public Structure PercentileOfUtilization
Implements IEquatable(Of PercentileOfUtilization)
- Inheritance
-
PercentileOfUtilization
- Implements
Constructors
PercentileOfUtilization(String) |
Initializes a new instance of PercentileOfUtilization. |
Properties
Percentile50 |
Percentile50. |
Percentile90 |
Percentile90. |
Percentile95 |
Percentile95. |
Percentile99 |
Percentile99. |
Methods
Equals(PercentileOfUtilization) |
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(PercentileOfUtilization, PercentileOfUtilization) |
Determines if two PercentileOfUtilization values are the same. |
Implicit(String to PercentileOfUtilization) |
Converts a String to a PercentileOfUtilization. |
Inequality(PercentileOfUtilization, PercentileOfUtilization) |
Determines if two PercentileOfUtilization values are not the same. |