C# 클래스 Microsoft.Extensions.Configuration.ConfigurationExtensions

파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 메소드들

메소드 설명
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.

메소드 상세

GetAWSOptions() 공개 정적인 메소드

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

GetAWSOptions() 공개 정적인 메소드

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.
리턴 AWSOptions