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