RouteMatrixResult Class
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.
This object is returned from a successful Route Matrix call. For ex, if 2 origins and 3 destinations are provided, there are going to 2 arrays with 3 elements in each. Each element's content depends on the options provided in the query.
public class RouteMatrixResult
type RouteMatrixResult = class
Public Class RouteMatrixResult
- Inheritance
-
RouteMatrixResult
Properties
FormatVersion |
Format Version property. |
Matrix |
Results as a 2 dimensional array of route summaries. |
Summary |
Summary object. |
Applies to
Azure SDK for .NET