AzureAppServicesDiagnosticsSettings 類別

定義

警告

This type is obsolete and will be removed in a future version. The recommended alternative is AzureBlobLoggerOptions.

Azure 診斷記錄設定。

public ref class AzureAppServicesDiagnosticsSettings
public class AzureAppServicesDiagnosticsSettings
[System.Obsolete("This type is obsolete and will be removed in a future version. The recommended alternative is AzureBlobLoggerOptions.")]
public class AzureAppServicesDiagnosticsSettings
type AzureAppServicesDiagnosticsSettings = class
[<System.Obsolete("This type is obsolete and will be removed in a future version. The recommended alternative is AzureBlobLoggerOptions.")>]
type AzureAppServicesDiagnosticsSettings = class
Public Class AzureAppServicesDiagnosticsSettings
繼承
AzureAppServicesDiagnosticsSettings
屬性

建構函式

AzureAppServicesDiagnosticsSettings()
已淘汰.

Azure 診斷記錄設定。

屬性

BackgroundQueueSize
已淘汰.

取得或設定背景記錄訊息佇列的大小上限。 值為 0 時表示沒有限制。 達到佇列大小上限之後,記錄事件接收就會開始封鎖。

BlobBatchSize
已淘汰.

取得或設定要包含在單一 Blob 附加批次中的事件數目上限。

BlobCommitPeriod
已淘汰.

取得或設定檢查 Blob 記錄批次之間的等候時間。

BlobName
已淘汰.

取得或設定記錄 Blob 名稱的最後一個區段。

FileFlushPeriod
已淘汰.

取得或設定將記錄排清到磁片的期間。 指定 null 是否不需要自動排清。

FileSizeLimit
已淘汰.

取得或設定以位元組為單位的最大記錄大小。 一旦記錄檔已滿,就不會再附加任何訊息。

OutputTemplate
已淘汰.

取得或設定描述輸出訊息的訊息範本。

RetainedFileCountLimit
已淘汰.

取得或設定保留的檔案計數上限。

方法

Equals(Object)
已淘汰.

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()
已淘汰.

做為預設雜湊函式。

(繼承來源 Object)
GetType()
已淘汰.

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()
已淘汰.

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()
已淘汰.

傳回代表目前物件的字串。

(繼承來源 Object)

適用於