C# Class Etg.Yams.Storage.Config.AppDeploymentConfig

Inheritance: Etg.Yams.Install.AppInstallConfig
Afficher le fichier Open project: Microsoft/Yams Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
Equals ( AppDeploymentConfig other ) : bool

Method Details

AddClusterId() public méthode

public AddClusterId ( string clusterId ) : AppDeploymentConfig
clusterId string
Résultat AppDeploymentConfig

AddProperty() public méthode

public AddProperty ( string key, string value ) : AppDeploymentConfig
key string
value string
Résultat AppDeploymentConfig

AppDeploymentConfig() public méthode

public AppDeploymentConfig ( AppIdentity appIdentity ) : System
appIdentity AppIdentity
Résultat System

AppDeploymentConfig() public méthode

public AppDeploymentConfig ( AppIdentity appIdentity, IEnumerable clustersIds ) : System
appIdentity AppIdentity
clustersIds IEnumerable
Résultat System

AppDeploymentConfig() public méthode

public AppDeploymentConfig ( AppIdentity appIdentity, IEnumerable targetClusters, string>.IReadOnlyDictionary properties ) : System
appIdentity AppIdentity
targetClusters IEnumerable
properties string>.IReadOnlyDictionary
Résultat System

Equals() protected méthode

protected Equals ( AppDeploymentConfig other ) : bool
other AppDeploymentConfig
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

RemoveClusterId() public méthode

public RemoveClusterId ( string clusterId ) : AppDeploymentConfig
clusterId string
Résultat AppDeploymentConfig

RemoveProperty() public méthode

public RemoveProperty ( string key ) : AppDeploymentConfig
key string
Résultat AppDeploymentConfig

operator() public static méthode

public static operator ( ) : bool
Résultat bool