SiteLogsConfigInner Class

Definition

Configuration of App Service site logs.

[Microsoft.Rest.Serialization.JsonTransformation]
public class SiteLogsConfigInner : Microsoft.Azure.Management.AppService.Fluent.Models.ProxyOnlyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SiteLogsConfigInner = class
    inherit ProxyOnlyResourceInner
Public Class SiteLogsConfigInner
Inherits ProxyOnlyResourceInner
Inheritance
Attributes

Constructors

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.

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

Resource Id. Setter is protected because Id needs to be set in Network resources.

(Inherited from ProxyResource)
Kind

Gets or sets kind of resource.

(Inherited from ProxyOnlyResourceInner)
Location

Resource location

(Inherited from Resource)
Name

Resource name

(Inherited from ProxyResource)
Tags

Resource tags

(Inherited from Resource)
Type

Resource type

(Inherited from ProxyResource)

Methods

Validate()

Validate the object.

Applies to