Allows the implementation of parameter providers.
The name of the parameter store object.
public IParameterStore ParameterStore { get; }
Parameters configuration for this provider.
public IParameterTreeNode ParameterTree { get; }
Checks whether parameterName exists.
public Boolean Exists(parameterName)
true if the parameter exists.
Name | Type | Summary |
---|---|---|
parameterName | String | The name of the parameter to check. |
Get a parameter.
public Task<IParameter> GetAsync(parameterName)
The IParameter for the requested parameter.
Name | Type | Summary |
---|---|---|
parameterName | String | The name of the parameter to retrive. |
In this document