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

LoggerUpdateContract Class

Definition

Logger update contract.

[Microsoft.Rest.Serialization.JsonTransformation]
public class LoggerUpdateContract
[<Microsoft.Rest.Serialization.JsonTransformation>]
type LoggerUpdateContract = class
Public Class LoggerUpdateContract
Inheritance
LoggerUpdateContract
Attributes

Constructors

LoggerUpdateContract()

Initializes a new instance of the LoggerUpdateContract class.

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

Initializes a new instance of the LoggerUpdateContract class.

Properties

Credentials

Gets or sets logger credentials.

Description

Gets or sets logger description.

IsBuffered

Gets or sets whether records are buffered in the logger before publishing. Default is assumed to be true.

LoggerType

Gets or sets logger type. Possible values include: 'azureEventHub', 'applicationInsights', 'azureMonitor'

Applies to