ApplicationLogsConfig Class

Definition

Application logs configuration. Serialized Name: 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
    interface IJsonModel<ApplicationLogsConfig>
    interface IPersistableModel<ApplicationLogsConfig>
Public Class ApplicationLogsConfig
Implements IJsonModel(Of ApplicationLogsConfig), IPersistableModel(Of ApplicationLogsConfig)
Inheritance
ApplicationLogsConfig
Implements

Constructors

Name Description
ApplicationLogsConfig()

Initializes a new instance of ApplicationLogsConfig.

Properties

Name Description
AzureBlobStorage

Application logs to blob storage configuration. Serialized Name: ApplicationLogsConfig.azureBlobStorage

AzureTableStorage

Application logs to azure table storage configuration. Serialized Name: ApplicationLogsConfig.azureTableStorage

FileSystemLevel

Log level. Serialized Name: FileSystemApplicationLogsConfig.level

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
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