Share via


DeploymentSyncParameterEntry Class

Definition

Provides the properties that defined a deployment synchronization parameter entry.

public ref class DeploymentSyncParameterEntry : IEquatable<Microsoft::Web::Deployment::DeploymentSyncParameterEntry ^>
public class DeploymentSyncParameterEntry : IEquatable<Microsoft.Web.Deployment.DeploymentSyncParameterEntry>
type DeploymentSyncParameterEntry = class
    interface IEquatable<DeploymentSyncParameterEntry>
Public Class DeploymentSyncParameterEntry
Implements IEquatable(Of DeploymentSyncParameterEntry)
Inheritance
DeploymentSyncParameterEntry
Implements

Constructors

DeploymentSyncParameterEntry(DeploymentSyncParameterEntryKind, String, String, String)
DeploymentSyncParameterEntry(String, String, String, String)

Properties

Kind
Match

Gets a string used to determine if the entry matches the criteria of the provider.

Scope

Gets the regular expression used to determine if the entry is in scope.

Tags

Methods

Equals(DeploymentSyncParameterEntry)

Applies to