MetricUnit 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.
Metric unit.
public readonly struct MetricUnit : IEquatable<Azure.Developer.LoadTesting.MetricUnit>type MetricUnit = structPublic Structure MetricUnit
Implements IEquatable(Of MetricUnit)- Inheritance
- 
				MetricUnit
- Implements
Constructors
| MetricUnit(String) | Initializes a new instance of MetricUnit. | 
Properties
| Bytes | Bytes. | 
| BytesPerSecond | Bytes per second. | 
| Count | Value count. | 
| CountPerSecond | Count per second. | 
| Milliseconds | Milliseconds. | 
| NotSpecified | No unit specified. | 
| Percent | Percentage. | 
| Seconds | Seconds. | 
Methods
| Equals(MetricUnit) | 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(MetricUnit, MetricUnit) | Determines if two MetricUnit values are the same. | 
| Implicit(String to MetricUnit) | Converts a String to a MetricUnit. | 
| Inequality(MetricUnit, MetricUnit) | Determines if two MetricUnit values are not the same. |