AppServiceBlobStorageHttpLogsConfig Class

Definition

Http logs to azure blob storage configuration. Serialized Name: AzureBlobStorageHttpLogsConfig

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

Constructors

Name Description
AppServiceBlobStorageHttpLogsConfig()

Initializes a new instance of AppServiceBlobStorageHttpLogsConfig.

Properties

Name Description
IsEnabled

True if configuration is enabled, false if it is disabled and null if configuration is not set. Serialized Name: AzureBlobStorageHttpLogsConfig.enabled

RetentionInDays

Retention in days. Remove blobs older than X days. 0 or lower means no retention. Serialized Name: AzureBlobStorageHttpLogsConfig.retentionInDays

SasUri

SAS url to a azure blob container with read/write/list/delete permissions. Serialized Name: AzureBlobStorageHttpLogsConfig.sasUrl

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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