PolicyVariableValueColumnValue Class

The name value tuple for this variable value column.

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.resource.policy._serialization.Model
PolicyVariableValueColumnValue

Constructor

PolicyVariableValueColumnValue(*, column_name: str, column_value: MutableMapping[str, Any], **kwargs: Any)

Keyword-Only Parameters

Name Description
column_name
str

Column name for the variable value. Required.

column_value
<xref:JSON>

Column value for the variable value; this can be an integer, double, boolean, null or a string. Required.

Variables

Name Description
column_name
str

Column name for the variable value. Required.

column_value
<xref:JSON>

Column value for the variable value; this can be an integer, double, boolean, null or a string. Required.