你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ContainerAppDaprConfiguration 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
容器应用 Dapr 配置。
public class ContainerAppDaprConfiguration
type ContainerAppDaprConfiguration = class
Public Class ContainerAppDaprConfiguration
- 继承
-
ContainerAppDaprConfiguration
构造函数
ContainerAppDaprConfiguration() |
初始化 ContainerAppDaprConfiguration 的新实例。 |
属性
AppId |
Dapr 应用程序标识符。 |
AppPort |
告知 Dapr 应用程序正在侦听哪个端口。 |
AppProtocol |
告知 Dapr 你的应用程序所使用的协议。 有效选项为 http 和 grpc。 默认值为 http。 |
HttpMaxRequestSize |
增加请求正文 http 和 grpc 服务器参数的最大大小(以 MB 为单位)以处理大文件的上传。 默认值为 4 MB。 |
HttpReadBufferSize |
发送多 KB 标头时要处理的 http 标头读取缓冲区的最大 Dapr 大小(以 KB 为单位)。 默认值为 65KB。 |
IsApiLoggingEnabled |
为 Dapr 挎斗启用 API 日志记录。 |
IsEnabled |
指示是否启用 Dapr 侧车的布尔值。 |
LogLevel |
设置 Dapr 挎斗的日志级别。 允许的值为 debug、info、warn、error。 默认值为信息。 |