你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DaprMetadata interface
Dapr component metadata.
Properties
name | Metadata property name. |
secret |
Name of the Dapr Component secret from which to pull the metadata property value. |
value | Metadata property value. |
Property Details
name
Metadata property name.
name?: string
Property Value
string
secretRef
Name of the Dapr Component secret from which to pull the metadata property value.
secretRef?: string
Property Value
string
value
Metadata property value.
value?: string
Property Value
string