azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

76 строки
4.4 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.monitor.Metric"
fullName: "com.microsoft.azure.management.monitor.Metric"
name: "Metric"
nameWithType: "Metric"
summary: "The Azure metric entries are of type Metric."
syntax: "public interface **Metric**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.monitor.implementation.MetricInner?alt=com.microsoft.azure.management.monitor.implementation.MetricInner&text=MetricInner\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.monitor.Metric.id()"
fullName: "com.microsoft.azure.management.monitor.Metric.id()"
name: "id()"
nameWithType: "Metric.id()"
summary: "Get the metric Id."
modifiers:
- "abstract"
syntax: "public abstract String id()"
desc: "Get the metric Id."
returns:
description: "the id value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.Metric.name()"
fullName: "com.microsoft.azure.management.monitor.Metric.name()"
name: "name()"
nameWithType: "Metric.name()"
summary: "Get the name and the display name of the metric, i.<wbr>e."
modifiers:
- "abstract"
syntax: "public abstract LocalizableString name()"
desc: "Get the name and the display name of the metric, i.e. it is localizable string."
returns:
description: "the name value"
type: "<xref href=\"com.microsoft.azure.management.monitor.LocalizableString?alt=com.microsoft.azure.management.monitor.LocalizableString&text=LocalizableString\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.Metric.timeseries()"
fullName: "com.microsoft.azure.management.monitor.Metric.timeseries()"
name: "timeseries()"
nameWithType: "Metric.timeseries()"
summary: "Get the time series returned when a data query is performed."
modifiers:
- "abstract"
syntax: "public abstract List<TimeSeriesElement> timeseries()"
desc: "Get the time series returned when a data query is performed."
returns:
description: "the timeseries value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.monitor.TimeSeriesElement?alt=com.microsoft.azure.management.monitor.TimeSeriesElement&text=TimeSeriesElement\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.monitor.Metric.type()"
fullName: "com.microsoft.azure.management.monitor.Metric.type()"
name: "type()"
nameWithType: "Metric.type()"
summary: "Get the resource type of the metric resource."
modifiers:
- "abstract"
syntax: "public abstract String type()"
desc: "Get the resource type of the metric resource."
returns:
description: "the type value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.Metric.unit()"
fullName: "com.microsoft.azure.management.monitor.Metric.unit()"
name: "unit()"
nameWithType: "Metric.unit()"
summary: "Get the unit of the metric."
modifiers:
- "abstract"
syntax: "public abstract Unit unit()"
desc: "Get the unit of the metric. Possible values include: 'Count', 'Bytes', 'Seconds', 'CountPerSecond', 'BytesPerSecond', 'Percent', 'MilliSeconds', 'ByteSeconds', 'Unspecified'."
returns:
description: "the unit value"
type: "<xref href=\"com.microsoft.azure.management.monitor.Unit?alt=com.microsoft.azure.management.monitor.Unit&text=Unit\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "The Azure metric entries are of type Metric."
implements:
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.monitor.implementation.MetricInner?alt=com.microsoft.azure.management.monitor.implementation.MetricInner&text=MetricInner\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.monitor"
artifact: com.microsoft.azure:azure-mgmt-monitor:1.41.4