SitePhpErrorLogFlagInner Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. ProxyOnlyResource - com.
azure. resourcemanager. appservice. fluent. models. SitePhpErrorLogFlagInner
- com.
- com.
public final class SitePhpErrorLogFlagInner
extends ProxyOnlyResource
Used for getting PHP error logging flag.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Site |
fromJson(JsonReader jsonReader)
Reads an instance of Site |
| String |
id()
Get the id property: Resource Id. |
| String |
localLogErrors()
Get the local |
| String |
localLogErrorsMaxLength()
Get the local |
| String |
masterLogErrors()
Get the master |
| String |
masterLogErrorsMaxLength()
Get the master |
| String |
name()
Get the name property: Resource Name. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: Resource type. |
| void |
validate()
Validates the instance. |
Methods inherited from ProxyOnlyResource
Methods inherited from java.lang.Object
Method Details
fromJson
public static SitePhpErrorLogFlagInner fromJson(JsonReader jsonReader)
Reads an instance of SitePhpErrorLogFlagInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Resource Id.
Overrides:
SitePhpErrorLogFlagInner.id()Returns:
localLogErrors
public String localLogErrors()
Get the localLogErrors property: Local log_errors setting.
Returns:
localLogErrorsMaxLength
public String localLogErrorsMaxLength()
Get the localLogErrorsMaxLength property: Local log_errors_max_len setting.
Returns:
masterLogErrors
public String masterLogErrors()
Get the masterLogErrors property: Master log_errors setting.
Returns:
masterLogErrorsMaxLength
public String masterLogErrorsMaxLength()
Get the masterLogErrorsMaxLength property: Master log_errors_max_len setting.
Returns:
name
public String name()
Get the name property: Resource Name.
Overrides:
SitePhpErrorLogFlagInner.name()Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
SitePhpErrorLogFlagInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: Resource type.
Overrides:
SitePhpErrorLogFlagInner.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
SitePhpErrorLogFlagInner.validate()