C# 클래스 Etg.Yams.Storage.Config.AppDeploymentConfig

상속: Etg.Yams.Install.AppInstallConfig
파일 보기 프로젝트 열기: Microsoft/Yams 1 사용 예제들

공개 메소드들

메소드 설명
AddClusterId ( string clusterId ) : AppDeploymentConfig
AddProperty ( string key, string value ) : AppDeploymentConfig
AppDeploymentConfig ( AppIdentity appIdentity ) : System
AppDeploymentConfig ( AppIdentity appIdentity, IEnumerable clustersIds ) : System
AppDeploymentConfig ( AppIdentity appIdentity, IEnumerable targetClusters, string>.IReadOnlyDictionary properties ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int
RemoveClusterId ( string clusterId ) : AppDeploymentConfig
RemoveProperty ( string key ) : AppDeploymentConfig
operator ( ) : bool

보호된 메소드들

메소드 설명
Equals ( AppDeploymentConfig other ) : bool

메소드 상세

AddClusterId() 공개 메소드

public AddClusterId ( string clusterId ) : AppDeploymentConfig
clusterId string
리턴 AppDeploymentConfig

AddProperty() 공개 메소드

public AddProperty ( string key, string value ) : AppDeploymentConfig
key string
value string
리턴 AppDeploymentConfig

AppDeploymentConfig() 공개 메소드

public AppDeploymentConfig ( AppIdentity appIdentity ) : System
appIdentity AppIdentity
리턴 System

AppDeploymentConfig() 공개 메소드

public AppDeploymentConfig ( AppIdentity appIdentity, IEnumerable clustersIds ) : System
appIdentity AppIdentity
clustersIds IEnumerable
리턴 System

AppDeploymentConfig() 공개 메소드

public AppDeploymentConfig ( AppIdentity appIdentity, IEnumerable targetClusters, string>.IReadOnlyDictionary properties ) : System
appIdentity AppIdentity
targetClusters IEnumerable
properties string>.IReadOnlyDictionary
리턴 System

Equals() 보호된 메소드

protected Equals ( AppDeploymentConfig other ) : bool
other AppDeploymentConfig
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

RemoveClusterId() 공개 메소드

public RemoveClusterId ( string clusterId ) : AppDeploymentConfig
clusterId string
리턴 AppDeploymentConfig

RemoveProperty() 공개 메소드

public RemoveProperty ( string key ) : AppDeploymentConfig
key string
리턴 AppDeploymentConfig

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool