The VGDeployApplicationAction type exposes the following members.

Constructors

  NameDescription
VGDeployApplicationActionOverloaded.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Execute
Deploys the repository defined in the deployment configuration file
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetLogEntry
Returns the log entry representing the action.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Init
Initializes the object with the specified values.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
ConfigurationValues
Gets values defined in the deployment configuration files and used by the action
DeploymentMode
Indicates the deployment mode used by the deployment process to deploys application items.
GrantRolesLikePreviousVersion
Indicates whether the deployment process must grant roles of a new version of an application like roles of the previous version.
Overwrite
Indicates whether the deployed application can overwrite an existing repository.
RepositoryId
Gets the repository id of the application to deploy

See Also