EnvironmentVariablesConfigurationProvider Constructors
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.
Overloads
EnvironmentVariablesConfigurationProvider() |
Initializes a new instance. |
EnvironmentVariablesConfigurationProvider(String) |
Initializes a new instance with the specified prefix. |
EnvironmentVariablesConfigurationProvider()
Initializes a new instance.
public:
EnvironmentVariablesConfigurationProvider();
public EnvironmentVariablesConfigurationProvider ();
Public Sub New ()
Applies to
EnvironmentVariablesConfigurationProvider(String)
Initializes a new instance with the specified prefix.
public:
EnvironmentVariablesConfigurationProvider(System::String ^ prefix);
public EnvironmentVariablesConfigurationProvider (string? prefix);
new Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationProvider : string -> Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationProvider
Public Sub New (prefix As String)
Parameters
- prefix
- String
A prefix used to filter the environment variables.
Applies to
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.