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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.