Uses of Class
com.azure.resourcemanager.monitor.fluent.models.MetricDefinitionInner
Packages that use MetricDefinitionInner
Package
Description
Package containing the service clients for MonitorClient.
Package containing the inner data models for MonitorClient.
Package containing the data models for MonitorClient.
-
Uses of MetricDefinitionInner in com.azure.resourcemanager.monitor.fluent
Methods in com.azure.resourcemanager.monitor.fluent that return types with arguments of type MetricDefinitionInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<MetricDefinitionInner> Lists the metric definitions for the resource.com.azure.core.http.rest.PagedIterable<MetricDefinitionInner> MetricDefinitionsClient.list(String resourceUri, String metricnamespace, com.azure.core.util.Context context) Lists the metric definitions for the resource.com.azure.core.http.rest.PagedFlux<MetricDefinitionInner> Lists the metric definitions for the resource.com.azure.core.http.rest.PagedFlux<MetricDefinitionInner> Lists the metric definitions for the resource. -
Uses of MetricDefinitionInner in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return MetricDefinitionInnerModifier and TypeMethodDescriptionstatic MetricDefinitionInnerMetricDefinitionInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of MetricDefinitionInner from the JsonReader.MetricDefinitionInner.withCategory(String category) Set the category property: Custom category name for this metric.MetricDefinitionInner.withDimensions(List<LocalizableStringInner> dimensions) Set the dimensions property: the name and the display name of the dimension, i.e. it is a localizable string.MetricDefinitionInner.withDisplayDescription(String displayDescription) Set the displayDescription property: Detailed description of this metric.Set the id property: the resource identifier of the metric definition.MetricDefinitionInner.withIsDimensionRequired(Boolean isDimensionRequired) Set the isDimensionRequired property: Flag to indicate whether the dimension is required.MetricDefinitionInner.withMetricAvailabilities(List<MetricAvailability> metricAvailabilities) Set the metricAvailabilities property: the collection of what aggregation intervals are available to be queried.MetricDefinitionInner.withMetricClass(MetricClass metricClass) Set the metricClass property: The class of the metric.MetricDefinitionInner.withName(LocalizableStringInner name) Set the name property: the name and the display name of the metric, i.e. it is a localizable string.MetricDefinitionInner.withNamespace(String namespace) Set the namespace property: the namespace the metric belongs to.MetricDefinitionInner.withPrimaryAggregationType(AggregationType primaryAggregationType) Set the primaryAggregationType property: the primary aggregation type value defining how to use the values for display.MetricDefinitionInner.withResourceId(String resourceId) Set the resourceId property: the resource identifier of the resource that emitted the metric.MetricDefinitionInner.withSupportedAggregationTypes(List<AggregationType> supportedAggregationTypes) Set the supportedAggregationTypes property: the collection of what aggregation types are supported.Set the unit property: The unit of the metric. -
Uses of MetricDefinitionInner in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type MetricDefinitionInnerModifier and TypeMethodDescriptionMetricDefinitionCollection.value()Get the value property: the values for the metric definitions.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type MetricDefinitionInnerModifier and TypeMethodDescriptionMetricDefinitionCollection.withValue(List<MetricDefinitionInner> value) Set the value property: the values for the metric definitions.