Freigeben über


DeploymentParameter Class

Definition

Deployment parameter for the template.

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

Constructors

Name Description
DeploymentParameter()

Initializes a new instance of the DeploymentParameter class.

DeploymentParameter(Object, String, KeyVaultParameterReference)

Initializes a new instance of the DeploymentParameter class.

Properties

Name Description
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

Name Description
Validate()

Validate the object.

Applies to