Language

IPolicyVariableValueColumnValue Interface

Definition

[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)

Applies to