DeploymentSyncParameterEntry Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| DeploymentSyncParameterEntry(DeploymentSyncParameterEntryKind, String, String, String) | |
| DeploymentSyncParameterEntry(String, String, String, String) |
DeploymentSyncParameterEntry(DeploymentSyncParameterEntryKind, String, String, String)
public:
DeploymentSyncParameterEntry(Microsoft::Web::Deployment::DeploymentSyncParameterEntryKind kind, System::String ^ scope, System::String ^ match, System::String ^ tags);
public DeploymentSyncParameterEntry(Microsoft.Web.Deployment.DeploymentSyncParameterEntryKind kind, string scope, string match, string tags);
new Microsoft.Web.Deployment.DeploymentSyncParameterEntry : Microsoft.Web.Deployment.DeploymentSyncParameterEntryKind * string * string * string -> Microsoft.Web.Deployment.DeploymentSyncParameterEntry
Public Sub New (kind As DeploymentSyncParameterEntryKind, scope As String, match As String, tags As String)
Parameter
- scope
- String
- match
- String
- tags
- String
Gilt für:
DeploymentSyncParameterEntry(String, String, String, String)
public:
DeploymentSyncParameterEntry(System::String ^ kind, System::String ^ scope, System::String ^ match, System::String ^ tags);
public DeploymentSyncParameterEntry(string kind, string scope, string match, string tags);
new Microsoft.Web.Deployment.DeploymentSyncParameterEntry : string * string * string * string -> Microsoft.Web.Deployment.DeploymentSyncParameterEntry
Public Sub New (kind As String, scope As String, match As String, tags As String)
Parameter
- kind
- String
- scope
- String
- match
- String
- tags
- String