AppServiceBlobStorageApplicationLogsConfig Class

Definition

Application logs azure blob storage configuration.

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

Constructors

AppServiceBlobStorageApplicationLogsConfig()

Initializes a new instance of AppServiceBlobStorageApplicationLogsConfig.

Properties

Level

Log level.

RetentionInDays

Retention in days. Remove blobs older than X days. 0 or lower means no retention.

SasUri

SAS url to a azure blob container with read/write/list/delete permissions.

Explicit Interface Implementations

IJsonModel<AppServiceBlobStorageApplicationLogsConfig>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppServiceBlobStorageApplicationLogsConfig>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppServiceBlobStorageApplicationLogsConfig>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppServiceBlobStorageApplicationLogsConfig>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppServiceBlobStorageApplicationLogsConfig>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to