C# Class Microsoft.Extensions.Configuration.ConfigurationExtensions

Afficher le fichier Open project: aws/aws-sdk-net

Méthodes publiques

Méthode 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 méthode

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

GetAWSOptions() public static méthode

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.
Résultat AWSOptions