The VGRepositoryDeploymentOptions type exposes the following members.

Constructors

  NameDescription
VGRepositoryDeploymentOptionsOverloaded.

Methods

  NameDescription
CopyApplicationRepositoryData
Copy application data from the source repository in the deployment configuration file
CopyRepositoryData
Copies all repository data from the source repository in the deployment configuration file.
CopyRepositoryParameter
Copies all repository parameter from the source repository in the deployment configuration file.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ExecuteActions
Executes all actions specified in the deployment configuration file against the specified target repository.
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.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
SaveSettings
Save the current deployment settings in the specified file
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Actions
Gets a VGDeploymentActionCollection object containing the list of actions to execute.
Section
Gets a VGRepositoryDeploymentSection object containing the deployment options.
TargetCacheManager
Gets the repository cache manager corresponding to the target repository.
TraceFileName
Gets the name of the file in which the trace messages are written to.
TraceLevel
Gets a TraceLevel value indicating which the messages are traced.
UpgradeMinimumSupportedRuntimeVersion
Gets or sets of a boolean value indicating when the minimum supported runtime version of the target repository can be upgraded.

See Also