Share via


IWithQuota<ParentT> Interface

Definition

A web app diagnostic log definition allowing web server file system logging quota to be specified.

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

Type Parameters

ParentT

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

Derived

Methods

WithWebServerFileSystemQuotaInMB(Int32)

Specifies the maximum size of logs allowed on the file system (in MB).

Applies to