SiteLogsConfig コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
SiteLogsConfig() |
SiteLogsConfig クラスの新しいインスタンスを初期化します。 |
SiteLogsConfig(String, String, String, String, ApplicationLogsConfig, HttpLogsConfig, EnabledConfig, EnabledConfig) |
SiteLogsConfig クラスの新しいインスタンスを初期化します。 |
SiteLogsConfig()
SiteLogsConfig クラスの新しいインスタンスを初期化します。
public SiteLogsConfig ();
Public Sub New ()
適用対象
SiteLogsConfig(String, String, String, String, ApplicationLogsConfig, HttpLogsConfig, EnabledConfig, EnabledConfig)
SiteLogsConfig クラスの新しいインスタンスを初期化します。
public SiteLogsConfig (string id = default, string name = default, string kind = default, string type = default, Microsoft.Azure.Management.WebSites.Models.ApplicationLogsConfig applicationLogs = default, Microsoft.Azure.Management.WebSites.Models.HttpLogsConfig httpLogs = default, Microsoft.Azure.Management.WebSites.Models.EnabledConfig failedRequestsTracing = default, Microsoft.Azure.Management.WebSites.Models.EnabledConfig detailedErrorMessages = default);
new Microsoft.Azure.Management.WebSites.Models.SiteLogsConfig : string * string * string * string * Microsoft.Azure.Management.WebSites.Models.ApplicationLogsConfig * Microsoft.Azure.Management.WebSites.Models.HttpLogsConfig * Microsoft.Azure.Management.WebSites.Models.EnabledConfig * Microsoft.Azure.Management.WebSites.Models.EnabledConfig -> Microsoft.Azure.Management.WebSites.Models.SiteLogsConfig
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type 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
リソース ID。
- name
- String
リソース名。
- kind
- String
リソースの種類。
- type
- String
リソースの種類。
- applicationLogs
- ApplicationLogsConfig
アプリケーション ログの構成。
- httpLogs
- HttpLogsConfig
HTTP ログの構成。
- failedRequestsTracing
- EnabledConfig
失敗した要求のトレース構成。
- detailedErrorMessages
- EnabledConfig
詳細なエラー メッセージの構成。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET