DeploymentExtensionConfigItem Class

Definition

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.

Applies to