Uses of Class
com.azure.resourcemanager.appservice.fluent.models.PerfMonResponseInner
Packages that use PerfMonResponseInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
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
Methods in com.azure.resourcemanager.appservice.fluent.models that return PerfMonResponseInnerModifier and TypeMethodDescriptionstatic PerfMonResponseInner
PerfMonResponseInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of PerfMonResponseInner from the JsonReader.Set the code property: The response code.PerfMonResponseInner.withData
(PerfMonSet data) Set the data property: The performance monitor counters.PerfMonResponseInner.withMessage
(String message) Set the message property: The message. -
Uses of PerfMonResponseInner in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type PerfMonResponseInnerModifier and TypeMethodDescriptionPerfMonCounterCollection.value()
Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type PerfMonResponseInnerModifier and TypeMethodDescriptionPerfMonCounterCollection.withValue
(List<PerfMonResponseInner> value) Set the value property: Collection of resources.