AppLogsConfiguration Class

Definition

The AppLogsConfiguration.

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

Constructors

AppLogsConfiguration()

Initializes a new instance of AppLogsConfiguration.

Properties

Destination

Gets or sets the destination.

LogAnalyticsConfiguration

Gets or sets the log analytics configuration.

Explicit Interface Implementations

IJsonModel<AppLogsConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppLogsConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppLogsConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppLogsConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppLogsConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to