你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
NamedValueEntityBaseParameters interface
NamedValue Entity Base Parameters set.
Properties
secret | Determines whether the value is a secret and should be encrypted or not. Default value is false. |
tags | Optional tags that when provided can be used to filter the NamedValue list. |
Property Details
secret
Determines whether the value is a secret and should be encrypted or not. Default value is false.
secret?: boolean
Property Value
boolean
tags
Optional tags that when provided can be used to filter the NamedValue list.
tags?: string[]
Property Value
string[]