Variable Class
The variable.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.resource.policy._serialization.ModelVariable
Constructor
Variable(*, columns: List[_models.PolicyVariableColumn], **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
columns
|
Variable column definitions. Required. |
Variables
Name | Description |
---|---|
system_data
|
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
id
|
The ID of the variable. |
name
|
The name of the variable. |
type
|
The type of the resource (Microsoft.Authorization/variables). |
columns
|
Variable column definitions. Required. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python