Uses of Class
com.azure.resourcemanager.appservice.fluent.models.SitePhpErrorLogFlagInner
Packages that use SitePhpErrorLogFlagInner
Package
Description
Package containing the service clients for AppService.
Package containing the inner data models for AppService.
-
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 SitePhpErrorLogFlagInnerSitePhpErrorLogFlagInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SitePhpErrorLogFlagInner from the JsonReader.