Partager via


DeploymentParameter Class

Definition

Deployment parameter for the template.

public class DeploymentParameter
type DeploymentParameter = class
Public Class DeploymentParameter
Inheritance
DeploymentParameter

Constructors

DeploymentParameter()

Initializes a new instance of the DeploymentParameter class.

DeploymentParameter(Object, String, KeyVaultParameterReference)

Initializes a new instance of the DeploymentParameter class.

Properties

Reference

Gets or sets azure Key Vault parameter reference.

Type

Gets or sets type of the value.

Value

Gets or sets input value to the parameter.

Methods

Validate()

Validate the object.

Applies to