Uses of Class
com.azure.resourcemanager.automation.fluent.models.StatisticsInner
Package
Description
Package containing the service clients for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of StatisticsInner in com.azure.resourcemanager.automation.fluent
Modifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<StatisticsInner>
StatisticsOperationsClient.listByAutomationAccount
(String resourceGroupName, String automationAccountName) Retrieve the statistics for the account.com.azure.core.http.rest.PagedIterable<StatisticsInner>
StatisticsOperationsClient.listByAutomationAccount
(String resourceGroupName, String automationAccountName, String filter, com.azure.core.util.Context context) Retrieve the statistics for the account. -
Uses of StatisticsInner in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionStatistics.innerModel()
Gets the inner com.azure.resourcemanager.automation.fluent.models.StatisticsInner object.Modifier and TypeMethodDescriptionStatisticsListResult.value()
Get the value property: Gets or sets a list of statistics.Modifier and TypeMethodDescriptionStatisticsListResult.withValue
(List<StatisticsInner> value) Set the value property: Gets or sets a list of statistics.