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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.