public class SitePhpErrorLogFlagInner extends ProxyOnlyResource
| Constructor and Description |
|---|
SitePhpErrorLogFlagInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
localLogErrors()
Get the localLogErrors property: Local log_errors setting.
|
String |
localLogErrorsMaxLength()
Get the localLogErrorsMaxLength property: Local log_errors_max_len setting.
|
String |
masterLogErrors()
Get the masterLogErrors property: Master log_errors setting.
|
String |
masterLogErrorsMaxLength()
Get the masterLogErrorsMaxLength property: Master log_errors_max_len setting.
|
void |
validate()
Validates the instance.
|
SitePhpErrorLogFlagInner |
withKind(String kind)
Set the kind property: Kind of resource.
|
SitePhpErrorLogFlagInner |
withLocalLogErrors(String localLogErrors)
Set the localLogErrors property: Local log_errors setting.
|
SitePhpErrorLogFlagInner |
withLocalLogErrorsMaxLength(String localLogErrorsMaxLength)
Set the localLogErrorsMaxLength property: Local log_errors_max_len setting.
|
SitePhpErrorLogFlagInner |
withMasterLogErrors(String masterLogErrors)
Set the masterLogErrors property: Master log_errors setting.
|
SitePhpErrorLogFlagInner |
withMasterLogErrorsMaxLength(String masterLogErrorsMaxLength)
Set the masterLogErrorsMaxLength property: Master log_errors_max_len setting.
|
kindpublic String localLogErrors()
public SitePhpErrorLogFlagInner withLocalLogErrors(String localLogErrors)
localLogErrors - the localLogErrors value to set.public String masterLogErrors()
public SitePhpErrorLogFlagInner withMasterLogErrors(String masterLogErrors)
masterLogErrors - the masterLogErrors value to set.public String localLogErrorsMaxLength()
public SitePhpErrorLogFlagInner withLocalLogErrorsMaxLength(String localLogErrorsMaxLength)
localLogErrorsMaxLength - the localLogErrorsMaxLength value to set.public String masterLogErrorsMaxLength()
public SitePhpErrorLogFlagInner withMasterLogErrorsMaxLength(String masterLogErrorsMaxLength)
masterLogErrorsMaxLength - the masterLogErrorsMaxLength value to set.public SitePhpErrorLogFlagInner withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.