次の方法で共有


SiteLogsConfigInner コンストラクター

定義

オーバーロード

SiteLogsConfigInner()

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

SiteLogsConfigInner(String, String, String, String, ApplicationLogsConfig, HttpLogsConfig, EnabledConfig, EnabledConfig)

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

SiteLogsConfigInner()

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

public SiteLogsConfigInner ();
Public Sub New ()

適用対象

SiteLogsConfigInner(String, String, String, String, ApplicationLogsConfig, HttpLogsConfig, EnabledConfig, EnabledConfig)

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

public SiteLogsConfigInner (string id = default, string name = default, string type = default, string kind = default, Microsoft.Azure.Management.AppService.Fluent.Models.ApplicationLogsConfig applicationLogs = default, Microsoft.Azure.Management.AppService.Fluent.Models.HttpLogsConfig httpLogs = default, Microsoft.Azure.Management.AppService.Fluent.Models.EnabledConfig failedRequestsTracing = default, Microsoft.Azure.Management.AppService.Fluent.Models.EnabledConfig detailedErrorMessages = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.SiteLogsConfigInner : string * string * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.ApplicationLogsConfig * Microsoft.Azure.Management.AppService.Fluent.Models.HttpLogsConfig * Microsoft.Azure.Management.AppService.Fluent.Models.EnabledConfig * Microsoft.Azure.Management.AppService.Fluent.Models.EnabledConfig -> Microsoft.Azure.Management.AppService.Fluent.Models.SiteLogsConfigInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As String = Nothing, Optional applicationLogs As ApplicationLogsConfig = Nothing, Optional httpLogs As HttpLogsConfig = Nothing, Optional failedRequestsTracing As EnabledConfig = Nothing, Optional detailedErrorMessages As EnabledConfig = Nothing)

パラメーター

id
String
name
String
type
String
kind
String

リソースの種類。

applicationLogs
ApplicationLogsConfig

アプリケーション ログの構成。

httpLogs
HttpLogsConfig

HTTP ログの構成。

failedRequestsTracing
EnabledConfig

失敗した要求のトレース構成。

detailedErrorMessages
EnabledConfig

詳細なエラー メッセージの構成。

適用対象