SiteLogsConfigInner 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
SiteLogsConfigInner() |
Initializes a new instance of the SiteLogsConfigInner class. |
SiteLogsConfigInner(String, String, String, String, ApplicationLogsConfig, HttpLogsConfig, EnabledConfig, EnabledConfig) |
Initializes a new instance of the SiteLogsConfigInner class. |
SiteLogsConfigInner()
Initializes a new instance of the SiteLogsConfigInner class.
public SiteLogsConfigInner ();
Public Sub New ()
Applies to
SiteLogsConfigInner(String, String, String, String, ApplicationLogsConfig, HttpLogsConfig, EnabledConfig, EnabledConfig)
Initializes a new instance of the SiteLogsConfigInner class.
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)
Parameters
- id
- String
- name
- String
- type
- String
- kind
- String
Kind of resource.
- applicationLogs
- ApplicationLogsConfig
Application logs configuration.
- httpLogs
- HttpLogsConfig
HTTP logs configuration.
- failedRequestsTracing
- EnabledConfig
Failed requests tracing configuration.
- detailedErrorMessages
- EnabledConfig
Detailed error messages configuration.
Applies to
Azure SDK for .NET