Uses of Class
com.azure.resourcemanager.appservice.fluent.models.SitePhpErrorLogFlagInner
-
Packages that use SitePhpErrorLogFlagInner Package Description com.azure.resourcemanager.appservice.fluent Package containing the service clients for WebSiteManagementClient.com.azure.resourcemanager.appservice.fluent.models 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 SitePhpErrorLogFlagInner Modifier and Type Method Description SitePhpErrorLogFlagInnerWebAppsClient. getSitePhpErrorLogFlag(String resourceGroupName, String name)Description for Gets web app's event logs.SitePhpErrorLogFlagInnerWebAppsClient. getSitePhpErrorLogFlagSlot(String resourceGroupName, String name, String slot)Description for Gets web app's event logs.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type SitePhpErrorLogFlagInner Modifier and Type Method Description Mono<SitePhpErrorLogFlagInner>WebAppsClient. getSitePhpErrorLogFlagAsync(String resourceGroupName, String name)Description for Gets web app's event logs.Mono<SitePhpErrorLogFlagInner>WebAppsClient. getSitePhpErrorLogFlagSlotAsync(String resourceGroupName, String name, String slot)Description for 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)Description for Gets web app's event logs.Mono<com.azure.core.http.rest.Response<SitePhpErrorLogFlagInner>>WebAppsClient. getSitePhpErrorLogFlagSlotWithResponseAsync(String resourceGroupName, String name, String slot)Description for 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)Description for Gets web app's event logs.Mono<com.azure.core.http.rest.Response<SitePhpErrorLogFlagInner>>WebAppsClient. getSitePhpErrorLogFlagWithResponseAsync(String resourceGroupName, String name)Description for 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 SitePhpErrorLogFlagInner Modifier and Type Method Description SitePhpErrorLogFlagInnerSitePhpErrorLogFlagInner. withKind(String kind)Set the kind property: Kind of resource.SitePhpErrorLogFlagInnerSitePhpErrorLogFlagInner. withLocalLogErrors(String localLogErrors)Set the localLogErrors property: Local log_errors setting.SitePhpErrorLogFlagInnerSitePhpErrorLogFlagInner. withLocalLogErrorsMaxLength(String localLogErrorsMaxLength)Set the localLogErrorsMaxLength property: Local log_errors_max_len setting.SitePhpErrorLogFlagInnerSitePhpErrorLogFlagInner. withMasterLogErrors(String masterLogErrors)Set the masterLogErrors property: Master log_errors setting.SitePhpErrorLogFlagInnerSitePhpErrorLogFlagInner. withMasterLogErrorsMaxLength(String masterLogErrorsMaxLength)Set the masterLogErrorsMaxLength property: Master log_errors_max_len setting.
-