ApplicationLogsConfig Class

Definition

Application logs configuration.

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

Constructors

ApplicationLogsConfig()

Initializes a new instance of ApplicationLogsConfig.

Properties

AzureBlobStorage

Application logs to blob storage configuration.

AzureTableStorage

Application logs to azure table storage configuration.

FileSystemLevel

Log level.

Explicit Interface Implementations

IJsonModel<ApplicationLogsConfig>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ApplicationLogsConfig>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ApplicationLogsConfig>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ApplicationLogsConfig>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ApplicationLogsConfig>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to