IPolicyVariableValueColumnValue Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.PolicyVariableValueColumnValueTypeConverter))]
public interface IPolicyVariableValueColumnValue : Microsoft.Azure.PowerShell.Cmdlets.Policy.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.PolicyVariableValueColumnValueTypeConverter))>]
type IPolicyVariableValueColumnValue = interface
interface IJsonSerializable
Public Interface IPolicyVariableValueColumnValue
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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 |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |