Share via


IWithoutStorageLocationForApplication<ParentT> Interface

Definition

A web app diagnostic log update allowing application log storage location to be specified.

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

Type Parameters

ParentT

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

Derived

Methods

WithoutApplicationLogsStoredOnFileSystem()

Stops application logs to be stored on the file system.

WithoutApplicationLogsStoredOnStorageBlob()

Stops application logs to be stored on in a Storage blob.

Applies to