메소드 | 설명 | |
---|---|---|
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.
|
public static GetAWSOptions ( this config ) : AWSOptions | ||
config | this | |
리턴 | AWSOptions |
public static GetAWSOptions ( this config, string configSection ) : AWSOptions | ||
config | this | |
configSection | string | The config section to extract AWS options from. |
리턴 | AWSOptions |