SiteLogsConfigInner コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
詳細なエラー メッセージの構成。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET