C# 클래스 Aliyun.Acs.Core.Profile.DefaultProfile

상속: IClientProfile
파일 보기 프로젝트 열기: aliyun/aliyun-openapi-net-sdk 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AddEndpoint_ void
DefaultProfile System
DefaultProfile System
DefaultProfile System
DefaultProfile System
DefaultProfile System
FindEndpointByName Aliyun.Acs.Core.Regions.Endpoint
FindProductDomain Aliyun.Acs.Core.Regions.ProductDomain
UpdateEndpoint void

공개 메소드들

메소드 설명
AddEndpoint ( String endpointName, String regionId, String product, String domain ) : void
GetCredential ( ) : Credential
GetEndpoints ( ) : List
GetFormat ( ) : FormatType
GetProfile ( ) : DefaultProfile
GetProfile ( String regionId, ICredentialProvider icredential ) : DefaultProfile
GetProfile ( String regionId, String accessKeyId, String secret ) : DefaultProfile
GetRegionId ( ) : string
GetSigner ( ) : ISigner

비공개 메소드들

메소드 설명
AddEndpoint_ ( String endpointName, String regionId, String product, String domain ) : void
DefaultProfile ( ) : System
DefaultProfile ( ICredentialProvider icredential ) : System
DefaultProfile ( ICredentialProvider icredential, String region, FormatType format ) : System
DefaultProfile ( String region, Credential creden ) : System
DefaultProfile ( String region, ICredentialProvider icredential ) : System
FindEndpointByName ( String endpointName ) : Endpoint
FindProductDomain ( List productDomains, String product ) : ProductDomain
UpdateEndpoint ( String regionId, String product, String domain, Endpoint endpoint ) : void

메소드 상세

AddEndpoint() 공개 정적인 메소드

public static AddEndpoint ( String endpointName, String regionId, String product, String domain ) : void
endpointName String
regionId String
product String
domain String
리턴 void

GetCredential() 공개 메소드

public GetCredential ( ) : Credential
리턴 Aliyun.Acs.Core.Auth.Credential

GetEndpoints() 공개 메소드

public GetEndpoints ( ) : List
리턴 List

GetFormat() 공개 메소드

public GetFormat ( ) : FormatType
리턴 FormatType

GetProfile() 공개 정적인 메소드

public static GetProfile ( ) : DefaultProfile
리턴 DefaultProfile

GetProfile() 공개 정적인 메소드

public static GetProfile ( String regionId, ICredentialProvider icredential ) : DefaultProfile
regionId String
icredential ICredentialProvider
리턴 DefaultProfile

GetProfile() 공개 정적인 메소드

public static GetProfile ( String regionId, String accessKeyId, String secret ) : DefaultProfile
regionId String
accessKeyId String
secret String
리턴 DefaultProfile

GetRegionId() 공개 메소드

public GetRegionId ( ) : string
리턴 string

GetSigner() 공개 메소드

public GetSigner ( ) : ISigner
리턴 Aliyun.Acs.Core.Auth.ISigner