你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
RouteMatrixOptions.VehicleLoadType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
可归类为危险品并限制在一些道路的货物类型。 可用的 VehicleLoadType 值为美国 Hazmat 类 1 到 9,外加在其他国家/地区使用的泛型分类。 以 USHazmat 开头的值用于美国路由,而 otherHazmat 应用于所有其他国家/地区。 可以多次指定 VehicleLoadType。 此参数目前仅考虑用于 travelMode=truck
。
允许的值:VehicleLoadType.USHazmatClass1
、、VehicleLoadType.USHazmatClass2
、VehicleLoadType.USHazmatClass3
、VehicleLoadType.USHazmatClass4
、VehicleLoadType.USHazmatClass5
VehicleLoadType.USHazmatClass6
、VehicleLoadType.USHazmatClass7
VehicleLoadType.USHazmatClass8
、VehicleLoadType.USHazmatClass9
、VehicleLoadType.OtherHazmatExplosive
、、 VehicleLoadType.OtherHazmatGeneral
或 VehicleLoadType.OtherHazmatHarmfulToWater
。
public Azure.Maps.Routing.VehicleLoadType? VehicleLoadType { get; set; }
member this.VehicleLoadType : Nullable<Azure.Maps.Routing.VehicleLoadType> with get, set
Public Property VehicleLoadType As Nullable(Of VehicleLoadType)