DeploymentRule Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides properties that describe a deployment rule.
public ref class DeploymentRule : Microsoft::Web::Deployment::IDeploymentNameDescription
public class DeploymentRule : Microsoft.Web.Deployment.IDeploymentNameDescription
type DeploymentRule = class
interface IDeploymentNameDescription
Public Class DeploymentRule
Implements IDeploymentNameDescription
- Inheritance
-
DeploymentRule
- Derived
- Implements
Constructors
DeploymentRule(String, DeploymentRuleHandler) |
Initializes a new instance of a deployment rule with the specified name and rule handler. |
Properties
Description |
The description of the current deployment rule. |
ExampleOrDetail | |
FriendlyName |
Gets the friendly name of the current deployment rule. |
Name |
Gets the name of the current deployment rule. |
RuleHandler |
Gets the DeploymentRuleHandler for the current deployment rule. |