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