AzConfigReader.GetAzConfig<T>(String, T) 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.
public static T GetAzConfig<T> (string key, T defaultValue = default);
static member GetAzConfig : string * 'T -> 'T
Public Shared Function GetAzConfig(Of T) (key As String, Optional defaultValue As T = Nothing) As T
Type Parameters
- T
Parameters
- key
- String
- defaultValue
- T
Returns
T