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

LoggerUpdateContract 类

定义

记录器更新协定。

[Microsoft.Rest.Serialization.JsonTransformation]
public class LoggerUpdateContract
[<Microsoft.Rest.Serialization.JsonTransformation>]
type LoggerUpdateContract = class
Public Class LoggerUpdateContract
继承
LoggerUpdateContract
属性

构造函数

LoggerUpdateContract()

初始化 LoggerUpdateContract 类的新实例。

LoggerUpdateContract(String, String, IDictionary<String,String>, Nullable<Boolean>)

初始化 LoggerUpdateContract 类的新实例。

属性

Credentials

获取或设置记录器凭据。

Description

获取或设置记录器说明。

IsBuffered

获取或设置在发布之前是否在记录器中缓冲记录。 默认值假定为 true。

LoggerType

获取或设置记录器类型。 可能的值包括:“azureEventHub”、“applicationInsights”、“azureMonitor”

适用于