Uses of Class
com.azure.resourcemanager.monitor.models.NamespaceClassification
Packages that use NamespaceClassification
Package
Description
Package containing the inner data models for MonitorClient.
Package containing the data models for MonitorClient.
-
Uses of NamespaceClassification in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return NamespaceClassificationModifier and TypeMethodDescriptionMetricNamespaceInner.classification()Get the classification property: Kind of namespace.Methods in com.azure.resourcemanager.monitor.fluent.models with parameters of type NamespaceClassificationModifier and TypeMethodDescriptionMetricNamespaceInner.withClassification(NamespaceClassification classification) Set the classification property: Kind of namespace. -
Uses of NamespaceClassification in com.azure.resourcemanager.monitor.models
Fields in com.azure.resourcemanager.monitor.models declared as NamespaceClassificationModifier and TypeFieldDescriptionstatic final NamespaceClassificationNamespaceClassification.CUSTOMStatic value Custom for NamespaceClassification.static final NamespaceClassificationNamespaceClassification.PLATFORMStatic value Platform for NamespaceClassification.static final NamespaceClassificationNamespaceClassification.QOSStatic value Qos for NamespaceClassification.Methods in com.azure.resourcemanager.monitor.models that return NamespaceClassificationModifier and TypeMethodDescriptionstatic NamespaceClassificationNamespaceClassification.fromString(String name) Creates or finds a NamespaceClassification from its string representation.Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type NamespaceClassificationModifier and TypeMethodDescriptionstatic Collection<NamespaceClassification> NamespaceClassification.values()Gets known NamespaceClassification values.