Etg.Yams.Storage.Config.AppDeploymentConfig.AppDeploymentConfig C# (CSharp) Method

AppDeploymentConfig() public method

public AppDeploymentConfig ( AppIdentity appIdentity, IEnumerable targetClusters, string>.IReadOnlyDictionary properties ) : System
appIdentity AppIdentity
targetClusters IEnumerable
properties string>.IReadOnlyDictionary
return System
        public AppDeploymentConfig(AppIdentity appIdentity, IEnumerable<string> targetClusters,
            IReadOnlyDictionary<string, string> properties) : base(appIdentity, properties)
        {
            TargetClusters = new HashSet<string>(targetClusters);
        }

Same methods

AppDeploymentConfig::AppDeploymentConfig ( AppIdentity appIdentity ) : System
AppDeploymentConfig::AppDeploymentConfig ( AppIdentity appIdentity, IEnumerable clustersIds ) : System