DeploymentParameter 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.
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. |