Share via


IHttpLogsConfig Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.HttpLogsConfigTypeConverter))]
public interface IHttpLogsConfig : Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.HttpLogsConfigTypeConverter))>]
type IHttpLogsConfig = interface
    interface IJsonSerializable
Public Interface IHttpLogsConfig
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

AzureBlobStorageEnabled

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

AzureBlobStorageRetentionInDay

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

AzureBlobStorageSasUrl

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

FileSystemEnabled

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

FileSystemRetentionInDay

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

FileSystemRetentionInMb

Maximum size in megabytes that http log files can use. When reached old log files will be removed to make space for new ones. Value can range between 25 and 100.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to