SiteLogsConfig Class
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.
Configuration of App Service site logs.
[Microsoft.Rest.Serialization.JsonTransformation]
public class SiteLogsConfig : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SiteLogsConfig = class
inherit ProxyOnlyResource
Public Class SiteLogsConfig
Inherits ProxyOnlyResource
- Inheritance
- Attributes
Constructors
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. |
Properties
ApplicationLogs |
Gets or sets application logs configuration. |
DetailedErrorMessages |
Gets or sets detailed error messages configuration. |
FailedRequestsTracing |
Gets or sets failed requests tracing configuration. |
HttpLogs |
Gets or sets HTTP logs configuration. |
Id |
Gets resource Id. (Inherited from ProxyOnlyResource) |
Kind |
Gets or sets kind of resource. (Inherited from ProxyOnlyResource) |
Name |
Gets resource Name. (Inherited from ProxyOnlyResource) |
Type |
Gets resource type. (Inherited from ProxyOnlyResource) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET