DeploymentOperationKind Enum

Definition

Defines a list of deployment operations.

public enum class DeploymentOperationKind
public enum DeploymentOperationKind
type DeploymentOperationKind = 
Public Enum DeploymentOperationKind
Inheritance
DeploymentOperationKind

Fields

Add 1

Represents an action that adds a DeploymentObject in a synchronization operation.

AddChild 2

Represents an action that add a child DeploymentObject in a synchronization operation.

AddParameter 8

Represents an action that adds a DeploymentSyncParameter in a synchronization operation.

CommitChanges 7

Represents an action that commits changes in a synchronization operation.

Delete 3

Represents an action that deletes a DeploymentObject in a synchronization operation.

DeleteParameter 10

Represents an action that deletes a DeploymentSyncParameter in a synchronization operation.

ParameterNotReplaced 12

Represents an action that does not replace a DeploymentSyncParameter.

ReplaceParameterWithValue 11

Represents an action that replaces a DeploymentSyncParameter with a specified value.

Serialization 6

Represents an action that serializes a DeploymentObject in a synchronization operation.

SyncComplete 5

Represents a completed synchronization operation.

Unknown 0

Represents an unknown action in a synchronization operation.

Update 4

Represents an action that updates a DeploymentObject in a synchronization operation.

UpdateParameter 9

Represents an action that updates a DeploymentSyncParameter in a synchronization operation.

Remarks

Events use DeploymentOperationKind flags to alert event subscribers what type of deployment operation is being executed.

Applies to