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. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python