MapsRoutingModelFactory.EffectiveSetting(String, String) 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 EffectiveSetting.
public static Azure.Maps.Routing.Models.EffectiveSetting EffectiveSetting(string key = default, string value = default);
static member EffectiveSetting : string * string -> Azure.Maps.Routing.Models.EffectiveSetting
Public Shared Function EffectiveSetting (Optional key As String = Nothing, Optional value As String = Nothing) As EffectiveSetting
Parameters
- key
- String
Name of the parameter used.
- value
- String
Value of the parameter used.
Returns
A new EffectiveSetting instance for mocking.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET