SitePhpErrorLogFlagInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. appservice. models. ProxyOnlyResource - com.
azure. resourcemanager. appservice. fluent. models. SitePhpErrorLogFlagInner
- com.
- com.
- com.
public final class SitePhpErrorLogFlagInner
extends ProxyOnlyResource
Used for getting PHP error logging flag.
Constructor Summary
Constructor | Description |
---|---|
SitePhpErrorLogFlagInner() |
Creates an instance of Site |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Site |
fromJson(JsonReader jsonReader)
Reads an instance of Site |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
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: The name of the resource. |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Site |
withKind(String kind)
Set the kind property: Kind of resource. |
Site |
withLocalLogErrors(String localLogErrors)
Set the local |
Site |
withLocalLogErrorsMaxLength(String localLogErrorsMaxLength)
Set the local |
Site |
withMasterLogErrors(String masterLogErrors)
Set the master |
Site |
withMasterLogErrorsMaxLength(String masterLogErrorsMaxLength)
Set the master |
Methods inherited from ProxyOnlyResource
Methods inherited from java.lang.Object
Constructor Details
SitePhpErrorLogFlagInner
public SitePhpErrorLogFlagInner()
Creates an instance of SitePhpErrorLogFlagInner class.
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: Fully qualified resource Id for the resource.
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: The name of the resource.
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: The type of the resource.
Overrides:
SitePhpErrorLogFlagInner.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
SitePhpErrorLogFlagInner.validate()withKind
public SitePhpErrorLogFlagInner withKind(String kind)
Set the kind property: Kind of resource.
Overrides:
SitePhpErrorLogFlagInner.withKind(String kind)Parameters:
withLocalLogErrors
public SitePhpErrorLogFlagInner withLocalLogErrors(String localLogErrors)
Set the localLogErrors property: Local log_errors setting.
Parameters:
Returns:
withLocalLogErrorsMaxLength
public SitePhpErrorLogFlagInner withLocalLogErrorsMaxLength(String localLogErrorsMaxLength)
Set the localLogErrorsMaxLength property: Local log_errors_max_len setting.
Parameters:
Returns:
withMasterLogErrors
public SitePhpErrorLogFlagInner withMasterLogErrors(String masterLogErrors)
Set the masterLogErrors property: Master log_errors setting.
Parameters:
Returns:
withMasterLogErrorsMaxLength
public SitePhpErrorLogFlagInner withMasterLogErrorsMaxLength(String masterLogErrorsMaxLength)
Set the masterLogErrorsMaxLength property: Master log_errors_max_len setting.
Parameters:
Returns:
Applies to
Azure SDK for Java