PolicyVariableValueColumnValue 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 name value tuple for this variable value column.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.PolicyVariableValueColumnValueTypeConverter))]
public class PolicyVariableValueColumnValue : Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IPolicyVariableValueColumnValue
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.PolicyVariableValueColumnValueTypeConverter))>]
type PolicyVariableValueColumnValue = class
interface IPolicyVariableValueColumnValue
interface IJsonSerializable
Public Class PolicyVariableValueColumnValue
Implements IPolicyVariableValueColumnValue
- Inheritance
-
PolicyVariableValueColumnValue
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| PolicyVariableValueColumnValue() |
Creates an new PolicyVariableValueColumnValue instance. |
Properties
| Name | Description |
|---|---|
| ColumnName |
Column name for the variable value |
| ColumnValue |
Column value for the variable value; this can be an integer, double, boolean, null or a string. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PolicyVariableValueColumnValue. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PolicyVariableValueColumnValue. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IPolicyVariableValueColumnValue. |
| FromJsonString(String) |
Creates a new instance of PolicyVariableValueColumnValue, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of PolicyVariableValueColumnValue into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |