Uses of Class
com.azure.resourcemanager.appservice.fluent.models.SitePhpErrorLogFlagInner
Packages that use SitePhpErrorLogFlagInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
-
Uses of SitePhpErrorLogFlagInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return SitePhpErrorLogFlagInnerModifier and TypeMethodDescriptionWebAppsClient.getSitePhpErrorLogFlag
(String resourceGroupName, String name) Gets web app's event logs.WebAppsClient.getSitePhpErrorLogFlagSlot
(String resourceGroupName, String name, String slot) Gets web app's event logs.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type SitePhpErrorLogFlagInnerModifier and TypeMethodDescriptionWebAppsClient.getSitePhpErrorLogFlagAsync
(String resourceGroupName, String name) Gets web app's event logs.WebAppsClient.getSitePhpErrorLogFlagSlotAsync
(String resourceGroupName, String name, String slot) Gets web app's event logs.com.azure.core.http.rest.Response
<SitePhpErrorLogFlagInner> WebAppsClient.getSitePhpErrorLogFlagSlotWithResponse
(String resourceGroupName, String name, String slot, com.azure.core.util.Context context) Gets web app's event logs.Mono
<com.azure.core.http.rest.Response<SitePhpErrorLogFlagInner>> WebAppsClient.getSitePhpErrorLogFlagSlotWithResponseAsync
(String resourceGroupName, String name, String slot) Gets web app's event logs.com.azure.core.http.rest.Response
<SitePhpErrorLogFlagInner> WebAppsClient.getSitePhpErrorLogFlagWithResponse
(String resourceGroupName, String name, com.azure.core.util.Context context) Gets web app's event logs.Mono
<com.azure.core.http.rest.Response<SitePhpErrorLogFlagInner>> WebAppsClient.getSitePhpErrorLogFlagWithResponseAsync
(String resourceGroupName, String name) Gets web app's event logs. -
Uses of SitePhpErrorLogFlagInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return SitePhpErrorLogFlagInnerModifier and TypeMethodDescriptionstatic SitePhpErrorLogFlagInner
SitePhpErrorLogFlagInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of SitePhpErrorLogFlagInner from the JsonReader.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.