PolicyVariableColumn Class
The variable column.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.resource.policy._serialization.ModelPolicyVariableColumn
Constructor
PolicyVariableColumn(*, column_name: str, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
column_name
|
The name of this policy variable column. Required. |
Variables
Name | Description |
---|---|
column_name
|
The name of this policy variable column. 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