SitePhpErrorLogFlag 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.
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
- 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
Azure SDK for .NET