Uses of Class
com.azure.resourcemanager.appservice.fluent.models.PerfMonResponseInner
-
Packages that use PerfMonResponseInner 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.com.azure.resourcemanager.appservice.models 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 PerfMonResponseInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<PerfMonResponseInner>WebAppsClient. listPerfMonCounters(String resourceGroupName, String name)Description for 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)Description for Gets perfmon counters for web app.com.azure.core.http.rest.PagedFlux<PerfMonResponseInner>WebAppsClient. listPerfMonCountersAsync(String resourceGroupName, String name)Description for Gets perfmon counters for web app.com.azure.core.http.rest.PagedFlux<PerfMonResponseInner>WebAppsClient. listPerfMonCountersAsync(String resourceGroupName, String name, String filter)Description for Gets perfmon counters for web app.com.azure.core.http.rest.PagedIterable<PerfMonResponseInner>WebAppsClient. listPerfMonCountersSlot(String resourceGroupName, String name, String slot)Description for 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)Description for Gets perfmon counters for web app.com.azure.core.http.rest.PagedFlux<PerfMonResponseInner>WebAppsClient. listPerfMonCountersSlotAsync(String resourceGroupName, String name, String slot)Description for Gets perfmon counters for web app.com.azure.core.http.rest.PagedFlux<PerfMonResponseInner>WebAppsClient. listPerfMonCountersSlotAsync(String resourceGroupName, String name, String slot, String filter)Description for 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 PerfMonResponseInner Modifier and Type Method Description PerfMonResponseInnerPerfMonResponseInner. withCode(String code)Set the code property: The response code.PerfMonResponseInnerPerfMonResponseInner. withData(PerfMonSet data)Set the data property: The performance monitor counters.PerfMonResponseInnerPerfMonResponseInner. 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 PerfMonResponseInner Modifier and Type Method Description List<PerfMonResponseInner>PerfMonCounterCollection. value()Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type PerfMonResponseInner Modifier and Type Method Description PerfMonCounterCollectionPerfMonCounterCollection. withValue(List<PerfMonResponseInner> value)Set the value property: Collection of resources.
-