ClusterLogAnalyticsApplicationLogs Class

Definition

Collection of logs to be enabled or disabled for log analytics.

public class ClusterLogAnalyticsApplicationLogs : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HDInsight.Containers.Models.ClusterLogAnalyticsApplicationLogs>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HDInsight.Containers.Models.ClusterLogAnalyticsApplicationLogs>
type ClusterLogAnalyticsApplicationLogs = class
    interface IJsonModel<ClusterLogAnalyticsApplicationLogs>
    interface IPersistableModel<ClusterLogAnalyticsApplicationLogs>
Public Class ClusterLogAnalyticsApplicationLogs
Implements IJsonModel(Of ClusterLogAnalyticsApplicationLogs), IPersistableModel(Of ClusterLogAnalyticsApplicationLogs)
Inheritance
ClusterLogAnalyticsApplicationLogs
Implements

Constructors

ClusterLogAnalyticsApplicationLogs()

Initializes a new instance of ClusterLogAnalyticsApplicationLogs.

Properties

IsStdErrorEnabled

True if stderror is enabled, otherwise false.

IsStdOutEnabled

True if stdout is enabled, otherwise false.

Explicit Interface Implementations

IJsonModel<ClusterLogAnalyticsApplicationLogs>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ClusterLogAnalyticsApplicationLogs>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ClusterLogAnalyticsApplicationLogs>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ClusterLogAnalyticsApplicationLogs>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ClusterLogAnalyticsApplicationLogs>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to