VariableValue interface
The variable value.
Properties
| id | The ID of the variable. NOTE: This property will not be serialized. It can only be populated by the server. |
| name | The name of the variable. NOTE: This property will not be serialized. It can only be populated by the server. |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server. |
| type | The type of the resource (Microsoft.Authorization/variables/values). NOTE: This property will not be serialized. It can only be populated by the server. |
| values | Variable value column value array. |
Property Details
id
The ID of the variable. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
name
The name of the variable. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: SystemData
Property Value
type
The type of the resource (Microsoft.Authorization/variables/values). NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
values
Variable value column value array.
values: PolicyVariableValueColumnValue[]