MapsRoutingModelFactory.RouteSectionTecCause Method
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.
Initializes a new instance of RouteSectionTecCause.
public static Azure.Maps.Routing.Models.RouteSectionTecCause RouteSectionTecCause (int? mainCauseCode = default, int? subCauseCode = default);
static member RouteSectionTecCause : Nullable<int> * Nullable<int> -> Azure.Maps.Routing.Models.RouteSectionTecCause
Public Shared Function RouteSectionTecCause (Optional mainCauseCode As Nullable(Of Integer) = Nothing, Optional subCauseCode As Nullable(Of Integer) = Nothing) As RouteSectionTecCause
Parameters
The main cause of the traffic event. Contains a value in the tec002:CauseCode table, as defined in the TPEG2-TEC standard.
The subcause of the traffic event. Contains a value in the sub cause table defined by the mainCauseCode, as defined in the TPEG2-TEC standard.
Returns
A new RouteSectionTecCause instance for mocking.
Applies to
Azure SDK for .NET