Share via


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