SiteLogsConfig Class

Definition

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
SiteLogsConfig
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