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.ModelPolicyVariableValueColumnValue
Constructor
PolicyVariableValueColumnValue(*, column_name: str, column_value: MutableMapping[str, Any], **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
column_name
|
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
|
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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python