你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PolicyVariableValueColumnValue Class

The name value tuple for this variable value column.

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

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

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.