Uses of Class
com.azure.resourcemanager.automation.fluent.models.UsageInner
Package
Description
Package containing the service clients for AutomationClient.
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of UsageInner in com.azure.resourcemanager.automation.fluent
Modifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<UsageInner>
UsagesClient.listByAutomationAccount
(String resourceGroupName, String automationAccountName) Retrieve the usage for the account id.com.azure.core.http.rest.PagedIterable<UsageInner>
UsagesClient.listByAutomationAccount
(String resourceGroupName, String automationAccountName, com.azure.core.util.Context context) Retrieve the usage for the account id. -
Uses of UsageInner in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionUsageInner.withCurrentValue
(Double currentValue) Set the currentValue property: Gets or sets the current usage value.Set the id property: Gets or sets the id of the resource.Set the limit property: Gets or sets max limit.UsageInner.withName
(UsageCounterName name) Set the name property: Gets or sets the usage counter name.UsageInner.withThrottleStatus
(String throttleStatus) Set the throttleStatus property: Gets or sets the throttle status.Set the unit property: Gets or sets the usage unit name. -
Uses of UsageInner in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionUsage.innerModel()
Gets the inner com.azure.resourcemanager.automation.fluent.models.UsageInner object.Modifier and TypeMethodDescriptionUsageListResult.value()
Get the value property: Gets or sets usage.Modifier and TypeMethodDescriptionUsageListResult.withValue
(List<UsageInner> value) Set the value property: Gets or sets usage.