AppServiceBlobStorageHttpLogsConfig Class

Definition

Http logs to azure blob storage configuration.

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

Constructors

AppServiceBlobStorageHttpLogsConfig()

Initializes a new instance of AppServiceBlobStorageHttpLogsConfig.

Properties

IsEnabled

True if configuration is enabled, false if it is disabled and null if configuration is not set.

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<AppServiceBlobStorageHttpLogsConfig>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppServiceBlobStorageHttpLogsConfig>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppServiceBlobStorageHttpLogsConfig>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppServiceBlobStorageHttpLogsConfig>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppServiceBlobStorageHttpLogsConfig>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to