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

88 строки
4.8 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.monitor.MetricCollection"
fullName: "com.microsoft.azure.management.monitor.MetricCollection"
name: "MetricCollection"
nameWithType: "MetricCollection"
summary: "The Metric<wbr>Collection representing wrapper over Response<wbr>Inner type."
syntax: "public interface **MetricCollection**</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.ResponseInner?alt=com.microsoft.azure.management.monitor.implementation.ResponseInner&text=ResponseInner\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.monitor.MetricCollection.cost()"
fullName: "com.microsoft.azure.management.monitor.MetricCollection.cost()"
name: "cost()"
nameWithType: "MetricCollection.cost()"
summary: "Get the cost value."
modifiers:
- "abstract"
syntax: "public abstract Double cost()"
desc: "Get the cost value."
returns:
description: "the cost value"
type: "<xref href=\"java.lang.Double?alt=java.lang.Double&text=Double\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.MetricCollection.interval()"
fullName: "com.microsoft.azure.management.monitor.MetricCollection.interval()"
name: "interval()"
nameWithType: "MetricCollection.interval()"
summary: "Get the interval value."
modifiers:
- "abstract"
syntax: "public abstract Period interval()"
desc: "Get the interval value."
returns:
description: "the interval value"
type: "<xref href=\"org.joda.time.Period?alt=org.joda.time.Period&text=Period\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.MetricCollection.metrics()"
fullName: "com.microsoft.azure.management.monitor.MetricCollection.metrics()"
name: "metrics()"
nameWithType: "MetricCollection.metrics()"
summary: "Get the metric collection value."
modifiers:
- "abstract"
syntax: "public abstract List<Metric> metrics()"
desc: "Get the metric collection value."
returns:
description: "the metric collection 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.Metric?alt=com.microsoft.azure.management.monitor.Metric&text=Metric\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.monitor.MetricCollection.namespace()"
fullName: "com.microsoft.azure.management.monitor.MetricCollection.namespace()"
name: "namespace()"
nameWithType: "MetricCollection.namespace()"
summary: "Get the namespace value."
modifiers:
- "abstract"
syntax: "public abstract String namespace()"
desc: "Get the namespace value."
returns:
description: "the namespace 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.MetricCollection.resourceRegion()"
fullName: "com.microsoft.azure.management.monitor.MetricCollection.resourceRegion()"
name: "resourceRegion()"
nameWithType: "MetricCollection.resourceRegion()"
summary: "Get the resource region value."
modifiers:
- "abstract"
syntax: "public abstract String resourceRegion()"
desc: "Get the resource region value."
returns:
description: "the resource region 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.MetricCollection.timespan()"
fullName: "com.microsoft.azure.management.monitor.MetricCollection.timespan()"
name: "timespan()"
nameWithType: "MetricCollection.timespan()"
summary: "Get the timespan value."
modifiers:
- "abstract"
syntax: "public abstract String timespan()"
desc: "Get the timespan value."
returns:
description: "the timespan value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "The MetricCollection representing wrapper over ResponseInner type."
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.ResponseInner?alt=com.microsoft.azure.management.monitor.implementation.ResponseInner&text=ResponseInner\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.monitor"
artifact: com.microsoft.azure:azure-mgmt-monitor:1.41.4