DeploymentParameter Constructors
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.
Overloads
| Name | Description |
|---|---|
| DeploymentParameter() |
Initializes a new instance of the DeploymentParameter class. |
| DeploymentParameter(Object, String, KeyVaultParameterReference, String) |
Initializes a new instance of the DeploymentParameter class. |
DeploymentParameter()
Initializes a new instance of the DeploymentParameter class.
public DeploymentParameter();
Public Sub New ()
Applies to
DeploymentParameter(Object, String, KeyVaultParameterReference, String)
Initializes a new instance of the DeploymentParameter class.
public DeploymentParameter(object value = default, string type = default, Microsoft.Azure.Management.Resources.DeploymentStacks.Models.KeyVaultParameterReference reference = default, string expression = default);
new Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentParameter : obj * string * Microsoft.Azure.Management.Resources.DeploymentStacks.Models.KeyVaultParameterReference * string -> Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentParameter
Public Sub New (Optional value As Object = Nothing, Optional type As String = Nothing, Optional reference As KeyVaultParameterReference = Nothing, Optional expression As String = Nothing)
Parameters
- value
- Object
Input value to the parameter.
- type
- String
Type of the value.
- reference
- KeyVaultParameterReference
Azure Key Vault parameter reference.
- expression
- String
Input expression to the parameter.