SiteLogsConfig Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SiteLogsConfig() |
Initializes a new instance of the SiteLogsConfig class. |
SiteLogsConfig(String, String, String, String, ApplicationLogsConfig, HttpLogsConfig, EnabledConfig, EnabledConfig) |
Initializes a new instance of the SiteLogsConfig class. |
SiteLogsConfig()
Initializes a new instance of the SiteLogsConfig class.
public SiteLogsConfig ();
Public Sub New ()
Applies to
SiteLogsConfig(String, String, String, String, ApplicationLogsConfig, HttpLogsConfig, EnabledConfig, EnabledConfig)
Initializes a new instance of the SiteLogsConfig class.
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)
Parameters
- id
- String
Resource Id.
- name
- String
Resource Name.
- kind
- String
Kind of resource.
- type
- String
Resource type.
- applicationLogs
- ApplicationLogsConfig
Application logs configuration.
- httpLogs
- HttpLogsConfig
HTTP logs configuration.
- failedRequestsTracing
- EnabledConfig
Failed requests tracing configuration.
- detailedErrorMessages
- EnabledConfig
Detailed error messages configuration.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET