IWithRetentionDays<ParentT> Interface

Definition

A web app diagnostic log update allowing retention days to be specified.

public interface IWithRetentionDays<ParentT>
type IWithRetentionDays<'ParentT> = interface
Public Interface IWithRetentionDays(Of ParentT)

Type Parameters

ParentT

The stage of the parent update to return to after attaching this update.

Derived

Methods

WithLogRetentionDays(Int32)

Specifies the maximum days of logs to keep. Logs older than this will be deleted.

WithUnlimitedLogRetentionDays()

Specifies the logs will not be deleted beyond a certain time.

Applies to