DeploymentExtension Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Details about the usage of a deployment extension.
public class DeploymentExtension
type DeploymentExtension = class
Public Class DeploymentExtension
- Inheritance
-
DeploymentExtension
Constructors
| Name | Description |
|---|---|
| DeploymentExtension() |
Initializes a new instance of the DeploymentExtension class. |
| DeploymentExtension(String, String, String, IDictionary<String,DeploymentExtensionConfigItem>) |
Initializes a new instance of the DeploymentExtension class. |
Properties
| Name | Description |
|---|---|
| Config |
Gets or sets the configuration used for deployment. The keys of this object should align with the extension config schema. |
| ConfigId |
Gets or sets the configuration ID of the extension usage. It uniquely identifies a target the extension deploys to. |
| Name |
Gets or sets the extension name. |
| Version |
Gets or sets the extension version. |
Methods
| Name | Description |
|---|---|
| Validate() |
Validate the object. |