azure-docs-sdk-java/docs-ref-autogen/com.azure.monitor.query.mod...

88 строки
5.0 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.monitor.query.models.MetricNamespace"
fullName: "com.azure.monitor.query.models.MetricNamespace"
name: "MetricNamespace"
nameWithType: "MetricNamespace"
summary: "Metric namespace class specifies the metadata for a metric namespace."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **MetricNamespace**"
constructors:
- uid: "com.azure.monitor.query.models.MetricNamespace.MetricNamespace()"
fullName: "com.azure.monitor.query.models.MetricNamespace.MetricNamespace()"
name: "MetricNamespace()"
nameWithType: "MetricNamespace.MetricNamespace()"
summary: "Creates an instance of Metric<wbr>Namespace."
syntax: "public MetricNamespace()"
desc: "Creates an instance of MetricNamespace."
methods:
- uid: "com.azure.monitor.query.models.MetricNamespace.getClassification()"
fullName: "com.azure.monitor.query.models.MetricNamespace.getClassification()"
name: "getClassification()"
nameWithType: "MetricNamespace.getClassification()"
summary: "Returns the kind of namespace."
syntax: "public NamespaceClassification getClassification()"
desc: "Returns the kind of namespace."
returns:
description: "the kind of namespace."
type: "<xref href=\"com.azure.monitor.query.models.NamespaceClassification?alt=com.azure.monitor.query.models.NamespaceClassification&text=NamespaceClassification\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.monitor.query.models.MetricNamespace.getFullyQualifiedName()"
fullName: "com.azure.monitor.query.models.MetricNamespace.getFullyQualifiedName()"
name: "getFullyQualifiedName()"
nameWithType: "MetricNamespace.getFullyQualifiedName()"
summary: "Returns the fully qualified name of the metric namespace."
syntax: "public String getFullyQualifiedName()"
desc: "Returns the fully qualified name of the metric namespace."
returns:
description: "the fully qualified name of the metric namespace."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.monitor.query.models.MetricNamespace.getId()"
fullName: "com.azure.monitor.query.models.MetricNamespace.getId()"
name: "getId()"
nameWithType: "MetricNamespace.getId()"
summary: "Returns the ID of the metric namespace."
syntax: "public String getId()"
desc: "Returns the ID of the metric namespace."
returns:
description: "the ID of the metric namespace."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.monitor.query.models.MetricNamespace.getName()"
fullName: "com.azure.monitor.query.models.MetricNamespace.getName()"
name: "getName()"
nameWithType: "MetricNamespace.getName()"
summary: "Returns the escaped name of the namespace."
syntax: "public String getName()"
desc: "Returns the escaped name of the namespace."
returns:
description: "the escaped name of the namespace."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.monitor.query.models.MetricNamespace.getType()"
fullName: "com.azure.monitor.query.models.MetricNamespace.getType()"
name: "getType()"
nameWithType: "MetricNamespace.getType()"
summary: "Returns the type of the namespace."
syntax: "public String getType()"
desc: "Returns the type of the namespace."
returns:
description: "the type of the namespace."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "class"
desc: "Metric namespace class specifies the metadata for a metric namespace."
metadata: {}
package: "com.azure.monitor.query.models"
artifact: com.azure:azure-monitor-query:1.5.1