PolicyVariableValueProperties 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.
The variable value properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.PolicyVariableValuePropertiesTypeConverter))]
public class PolicyVariableValueProperties : Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IPolicyVariableValueProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.PolicyVariableValuePropertiesTypeConverter))>]
type PolicyVariableValueProperties = class
interface IPolicyVariableValueProperties
interface IJsonSerializable
Public Class PolicyVariableValueProperties
Implements IPolicyVariableValueProperties
- Inheritance
-
PolicyVariableValueProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| PolicyVariableValueProperties() |
Creates an new PolicyVariableValueProperties instance. |
Properties
| Name | Description |
|---|---|
| Value |
Variable value column value array. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PolicyVariableValueProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PolicyVariableValueProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IPolicyVariableValueProperties. |
| FromJsonString(String) |
Creates a new instance of PolicyVariableValueProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of PolicyVariableValueProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |