DelayMagnitude 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 magnitude of delay caused by the incident. These values correspond to the values of the response field ty of the Get Traffic Incident Detail API.
public readonly struct DelayMagnitude : IEquatable<Azure.Maps.Routing.Models.DelayMagnitude>
type DelayMagnitude = struct
Public Structure DelayMagnitude
Implements IEquatable(Of DelayMagnitude)
- Inheritance
-
DelayMagnitude
- Implements
Constructors
DelayMagnitude(String) |
Initializes a new instance of DelayMagnitude. |
Properties
Major |
Major. |
Minor |
Minor. |
Moderate |
Moderate. |
Undefined |
Undefined, used for road closures and other indefinite delays. |
Unknown |
Unknown. |
Methods
Equals(DelayMagnitude) |
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(DelayMagnitude, DelayMagnitude) |
Determines if two DelayMagnitude values are the same. |
Implicit(String to DelayMagnitude) |
Converts a string to a DelayMagnitude. |
Inequality(DelayMagnitude, DelayMagnitude) |
Determines if two DelayMagnitude values are not the same. |
Applies to
Azure SDK for .NET