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. |
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for Python