DeploymentExtensionConfigItem 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.
The value or how to get a value for an extension config property.
public class DeploymentExtensionConfigItem
type DeploymentExtensionConfigItem = class
Public Class DeploymentExtensionConfigItem
- Inheritance
-
DeploymentExtensionConfigItem
Constructors
| Name | Description |
|---|---|
| DeploymentExtensionConfigItem() |
Initializes a new instance of the DeploymentExtensionConfigItem class. |
| DeploymentExtensionConfigItem(String, Object, KeyVaultParameterReference) |
Initializes a new instance of the DeploymentExtensionConfigItem class. |
Properties
| Name | Description |
|---|---|
| KeyVaultReference |
Gets or sets the key vault reference of the config item. |
| Type |
Gets the type of the value. |
| Value |
Gets or sets the value of the config item. The type is determined by the extension config schema. |
Methods
| Name | Description |
|---|---|
| Validate() |
Validate the object. |