你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DaprComponent 类

定义

Dapr 组件配置

public class DaprComponent
type DaprComponent = class
Public Class DaprComponent
继承
DaprComponent

构造函数

DaprComponent()

初始化 DaprComponent 类的新实例。

DaprComponent(String, String, String, IList<DaprMetadata>)

初始化 DaprComponent 类的新实例。

属性

Metadata

获取或设置组件元数据

Name

获取或设置组件名称

Type

获取或设置组件类型

Version

获取或设置组件版本

适用于