次の方法で共有


AzureTableStorageApplicationLogsConfig コンストラクター

定義

オーバーロード

AzureTableStorageApplicationLogsConfig()

AzureTableStorageApplicationLogsConfig クラスの新しいインスタンスを初期化します。

AzureTableStorageApplicationLogsConfig(String, Nullable<LogLevel>)

AzureTableStorageApplicationLogsConfig クラスの新しいインスタンスを初期化します。

AzureTableStorageApplicationLogsConfig()

AzureTableStorageApplicationLogsConfig クラスの新しいインスタンスを初期化します。

public AzureTableStorageApplicationLogsConfig ();
Public Sub New ()

適用対象

AzureTableStorageApplicationLogsConfig(String, Nullable<LogLevel>)

AzureTableStorageApplicationLogsConfig クラスの新しいインスタンスを初期化します。

public AzureTableStorageApplicationLogsConfig (string sasUrl, Microsoft.Azure.Management.WebSites.Models.LogLevel? level = default);
new Microsoft.Azure.Management.WebSites.Models.AzureTableStorageApplicationLogsConfig : string * Nullable<Microsoft.Azure.Management.WebSites.Models.LogLevel> -> Microsoft.Azure.Management.WebSites.Models.AzureTableStorageApplicationLogsConfig
Public Sub New (sasUrl As String, Optional level As Nullable(Of LogLevel) = Nothing)

パラメーター

sasUrl
String

追加/クエリ/削除のアクセス許可を持つ Azure テーブルへの SAS URL。

level
Nullable<LogLevel>

ログ レベル。 指定できる値は、'Off'、'Verbose'、'Information'、'Warning'、'Error' です。

適用対象