Uses of Class
com.azure.resourcemanager.loganalytics.fluent.models.UsageMetricInner
Packages that use UsageMetricInner
Package
Description
Package containing the service clients for OperationalInsightsManagementClient.
Package containing the inner data models for OperationalInsightsManagementClient.
Package containing the data models for OperationalInsightsManagementClient.
-
Uses of UsageMetricInner in com.azure.resourcemanager.loganalytics.fluent
Methods in com.azure.resourcemanager.loganalytics.fluent that return types with arguments of type UsageMetricInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<UsageMetricInner>Gets a list of usage metrics for a workspace.com.azure.core.http.rest.PagedIterable<UsageMetricInner>UsagesClient.list(String resourceGroupName, String workspaceName, com.azure.core.util.Context context) Gets a list of usage metrics for a workspace. -
Uses of UsageMetricInner in com.azure.resourcemanager.loganalytics.fluent.models
Methods in com.azure.resourcemanager.loganalytics.fluent.models that return UsageMetricInnerModifier and TypeMethodDescriptionUsageMetricInner.withCurrentValue(Double currentValue) Set the currentValue property: The current value of the metric.Set the limit property: The quota limit for the metric.UsageMetricInner.withName(MetricName name) Set the name property: The name of the metric.UsageMetricInner.withNextResetTime(OffsetDateTime nextResetTime) Set the nextResetTime property: The time that the metric's value will reset.UsageMetricInner.withQuotaPeriod(String quotaPeriod) Set the quotaPeriod property: The quota period that determines the length of time between value resets.Set the unit property: The units used for the metric. -
Uses of UsageMetricInner in com.azure.resourcemanager.loganalytics.models
Methods in com.azure.resourcemanager.loganalytics.models that return UsageMetricInnerModifier and TypeMethodDescriptionUsageMetric.innerModel()Gets the inner com.azure.resourcemanager.loganalytics.fluent.models.UsageMetricInner object.Methods in com.azure.resourcemanager.loganalytics.models that return types with arguments of type UsageMetricInnerModifier and TypeMethodDescriptionWorkspaceListUsagesResult.value()Get the value property: Gets or sets a list of usage metrics for a workspace.Method parameters in com.azure.resourcemanager.loganalytics.models with type arguments of type UsageMetricInnerModifier and TypeMethodDescriptionWorkspaceListUsagesResult.withValue(List<UsageMetricInner> value) Set the value property: Gets or sets a list of usage metrics for a workspace.