Operation Enum

Summary

MsDeploy operations
Namespace
Cake.MsDeploy
Interfaces
  • IComparable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
graph TD Base0["Enum"]-->Type Base1["ValueType"]-->Base0 Base2["object"]-->Base1 Interface0["IComparable"]-.->Type Interface1["IFormattable"]-.->Type Interface2["IConvertible"]-.->Type Type["Operation"] class Type type-node

Syntax

public enum Operation

Fields

Name Constant Value Summary
Delete 2
Deletes the object(s) specified by the destination argument.
static
Dump 1
Returns information about a source object
static
Sync 0
Synchronizes data between a source and a destination.
static