你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PendingField interface
A field that should be evaluated against Azure Policy to determine restrictions.
Properties
field | The name of the field. This can be a top-level property like 'name' or 'type' or an Azure Policy field alias. |
values | The list of potential values for the field that should be evaluated against Azure Policy. |
Property Details
field
The name of the field. This can be a top-level property like 'name' or 'type' or an Azure Policy field alias.
field: string
Property Value
string
values
The list of potential values for the field that should be evaluated against Azure Policy.
values?: string[]
Property Value
string[]