VariableValue Class
The variable value.
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.ModelVariableValue
Constructor
VariableValue(*, values: List[_models.PolicyVariableValueColumnValue], **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
values
|
Variable value column value array. 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/values). |
values
|
Variable value column value array. Required. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python