SitePhpErrorLogFlag Class

Definition

Used for getting PHP error logging flag.

[Microsoft.Rest.Serialization.JsonTransformation]
public class SitePhpErrorLogFlag : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SitePhpErrorLogFlag = class
    inherit ProxyOnlyResource
Public Class SitePhpErrorLogFlag
Inherits ProxyOnlyResource
Inheritance
SitePhpErrorLogFlag
Attributes

Constructors

SitePhpErrorLogFlag()

Initializes a new instance of the SitePhpErrorLogFlag class.

SitePhpErrorLogFlag(String, String, String, String, String, String, String, String)

Initializes a new instance of the SitePhpErrorLogFlag class.

Properties

Id

Gets resource Id.

(Inherited from ProxyOnlyResource)
Kind

Gets or sets kind of resource.

(Inherited from ProxyOnlyResource)
LocalLogErrors

Gets or sets local log_errors setting.

LocalLogErrorsMaxLength

Gets or sets local log_errors_max_len setting.

MasterLogErrors

Gets or sets master log_errors setting.

MasterLogErrorsMaxLength

Gets or sets master log_errors_max_len setting.

Name

Gets resource Name.

(Inherited from ProxyOnlyResource)
Type

Gets resource type.

(Inherited from ProxyOnlyResource)

Applies to