Uses of Class
com.azure.resourcemanager.monitor.fluent.models.MetricDefinitionInner
-
Packages that use MetricDefinitionInner Package Description com.azure.resourcemanager.monitor.fluent Package containing the service clients for MonitorClient.com.azure.resourcemanager.monitor.fluent.models Package containing the inner data models for MonitorClient.com.azure.resourcemanager.monitor.models 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 MetricDefinitionInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<MetricDefinitionInner>MetricDefinitionsClient. list(String resourceUri)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>MetricDefinitionsClient. listAsync(String resourceUri)Lists the metric definitions for the resource.com.azure.core.http.rest.PagedFlux<MetricDefinitionInner>MetricDefinitionsClient. listAsync(String resourceUri, String metricnamespace)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 MetricDefinitionInner Modifier and Type Method Description MetricDefinitionInnerMetricDefinitionInner. withCategory(String category)Set the category property: Custom category name for this metric.MetricDefinitionInnerMetricDefinitionInner. withDimensions(List<LocalizableStringInner> dimensions)Set the dimensions property: the name and the display name of the dimension, i.e.MetricDefinitionInnerMetricDefinitionInner. withDisplayDescription(String displayDescription)Set the displayDescription property: Detailed description of this metric.MetricDefinitionInnerMetricDefinitionInner. withId(String id)Set the id property: the resource identifier of the metric definition.MetricDefinitionInnerMetricDefinitionInner. withIsDimensionRequired(Boolean isDimensionRequired)Set the isDimensionRequired property: Flag to indicate whether the dimension is required.MetricDefinitionInnerMetricDefinitionInner. withMetricAvailabilities(List<MetricAvailability> metricAvailabilities)Set the metricAvailabilities property: the collection of what aggregation intervals are available to be queried.MetricDefinitionInnerMetricDefinitionInner. withMetricClass(MetricClass metricClass)Set the metricClass property: The class of the metric.MetricDefinitionInnerMetricDefinitionInner. withName(LocalizableStringInner name)Set the name property: the name and the display name of the metric, i.e.MetricDefinitionInnerMetricDefinitionInner. withNamespace(String namespace)Set the namespace property: the namespace the metric belongs to.MetricDefinitionInnerMetricDefinitionInner. withPrimaryAggregationType(AggregationType primaryAggregationType)Set the primaryAggregationType property: the primary aggregation type value defining how to use the values for display.MetricDefinitionInnerMetricDefinitionInner. withResourceId(String resourceId)Set the resourceId property: the resource identifier of the resource that emitted the metric.MetricDefinitionInnerMetricDefinitionInner. withSupportedAggregationTypes(List<AggregationType> supportedAggregationTypes)Set the supportedAggregationTypes property: the collection of what aggregation types are supported.MetricDefinitionInnerMetricDefinitionInner. withUnit(Unit unit)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 MetricDefinitionInner Modifier and Type Method Description List<MetricDefinitionInner>MetricDefinitionCollection. value()Get the value property: the values for the metric definitions.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type MetricDefinitionInner Modifier and Type Method Description MetricDefinitionCollectionMetricDefinitionCollection. withValue(List<MetricDefinitionInner> value)Set the value property: the values for the metric definitions.
-