C# Class Etg.Yams.Deploy.ClusterIdDeploymentMatcher

Inheritance: IAppDeploymentMatcher
Exibir arquivo Open project: Microsoft/Yams Class Usage Examples

Public Methods

Method Description
ClusterIdDeploymentMatcher ( string clusterId ) : System.Linq
IsMatch ( AppDeploymentConfig appDeploymentConfig ) : bool

Method Details

ClusterIdDeploymentMatcher() public method

public ClusterIdDeploymentMatcher ( string clusterId ) : System.Linq
clusterId string
return System.Linq

IsMatch() public method

public IsMatch ( AppDeploymentConfig appDeploymentConfig ) : bool
appDeploymentConfig Etg.Yams.Storage.Config.AppDeploymentConfig
return bool