DeploymentExtension Class

Definition

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.

Applies to