Freigeben über


DeploymentRule(String, DeploymentRuleHandler) Konstruktor

Definition

Initialisiert eine neue Instanz einer Bereitstellungsregel mit dem angegebenen Namen und Regelhandler.

public:
 DeploymentRule(System::String ^ name, Microsoft::Web::Deployment::DeploymentRuleHandler ^ handler);
public DeploymentRule(string name, Microsoft.Web.Deployment.DeploymentRuleHandler handler);
new Microsoft.Web.Deployment.DeploymentRule : string * Microsoft.Web.Deployment.DeploymentRuleHandler -> Microsoft.Web.Deployment.DeploymentRule
Public Sub New (name As String, handler As DeploymentRuleHandler)

Parameter

name
String

Der Name für die Bereitstellungsregel.

handler
DeploymentRuleHandler

Der Bereitstellungsregelhandler.

Gilt für: