Uses of Class
com.azure.resourcemanager.appservice.fluent.models.PerfMonResponseInner
Packages that use PerfMonResponseInner
Package
Description
Package containing the service clients for AppService.
Package containing the inner data models for AppService.
-
Uses of PerfMonResponseInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type PerfMonResponseInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<PerfMonResponseInner> WebAppsClient.listPerfMonCounters(String resourceGroupName, String name) Gets perfmon counters for web app.com.azure.core.http.rest.PagedIterable<PerfMonResponseInner> WebAppsClient.listPerfMonCounters(String resourceGroupName, String name, String filter, com.azure.core.util.Context context) Gets perfmon counters for web app.com.azure.core.http.rest.PagedFlux<PerfMonResponseInner> WebAppsClient.listPerfMonCountersAsync(String resourceGroupName, String name) Gets perfmon counters for web app.com.azure.core.http.rest.PagedFlux<PerfMonResponseInner> WebAppsClient.listPerfMonCountersAsync(String resourceGroupName, String name, String filter) Gets perfmon counters for web app.com.azure.core.http.rest.PagedIterable<PerfMonResponseInner> WebAppsClient.listPerfMonCountersSlot(String resourceGroupName, String name, String slot) Gets perfmon counters for web app.com.azure.core.http.rest.PagedIterable<PerfMonResponseInner> WebAppsClient.listPerfMonCountersSlot(String resourceGroupName, String name, String slot, String filter, com.azure.core.util.Context context) Gets perfmon counters for web app.com.azure.core.http.rest.PagedFlux<PerfMonResponseInner> WebAppsClient.listPerfMonCountersSlotAsync(String resourceGroupName, String name, String slot) Gets perfmon counters for web app.com.azure.core.http.rest.PagedFlux<PerfMonResponseInner> WebAppsClient.listPerfMonCountersSlotAsync(String resourceGroupName, String name, String slot, String filter) Gets perfmon counters for web app. -
Uses of PerfMonResponseInner in com.azure.resourcemanager.appservice.fluent.models
Classes in com.azure.resourcemanager.appservice.fluent.models that implement interfaces with type arguments of type PerfMonResponseInnerModifier and TypeClassDescriptionfinal classPerformance monitor API response.Methods in com.azure.resourcemanager.appservice.fluent.models that return PerfMonResponseInnerModifier and TypeMethodDescriptionstatic PerfMonResponseInnerPerfMonResponseInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PerfMonResponseInner from the JsonReader.