C# Class Microsoft.Extensions.Configuration.ConfigurationExtensions

Datei anzeigen Open project: aws/aws-sdk-net

Public Methods

Method Description
GetAWSOptions ( this config ) : AWSOptions

Constructs an AWSOptions class with the options specifed in the "AWS" section in the IConfiguration object.

GetAWSOptions ( this config, string configSection ) : AWSOptions

Constructs an AWSOptions class with the options specifed in the "AWS" section in the IConfiguration object.

Method Details

GetAWSOptions() public static method

Constructs an AWSOptions class with the options specifed in the "AWS" section in the IConfiguration object.
public static GetAWSOptions ( this config ) : AWSOptions
config this
return AWSOptions

GetAWSOptions() public static method

Constructs an AWSOptions class with the options specifed in the "AWS" section in the IConfiguration object.
public static GetAWSOptions ( this config, string configSection ) : AWSOptions
config this
configSection string The config section to extract AWS options from.
return AWSOptions