ArmDeploymentParameterValue 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 ArmDeploymentParameterValue : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Resources.Models.ArmDeploymentParameterValue>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Resources.Models.ArmDeploymentParameterValue>
type ArmDeploymentParameterValue = class
interface IJsonModel<ArmDeploymentParameterValue>
interface IPersistableModel<ArmDeploymentParameterValue>
Public Class ArmDeploymentParameterValue
Implements IJsonModel(Of ArmDeploymentParameterValue), IPersistableModel(Of ArmDeploymentParameterValue)
- Inheritance
-
ArmDeploymentParameterValue
- Implements
Constructors
| Name | Description |
|---|---|
| ArmDeploymentParameterValue() |
Initializes a new instance of ArmDeploymentParameterValue. |
Properties
| Name | Description |
|---|---|
| Expression |
Input expression to the parameter. |
| Reference |
Azure Key Vault parameter reference. |
| Value |
Input value to the parameter . To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|