Uses of Class
com.azure.resourcemanager.monitor.fluent.models.MetricNamespaceInner
Packages that use MetricNamespaceInner
Package
Description
Package containing the service clients for MonitorClient.
Package containing the inner data models for MonitorClient.
Package containing the data models for MonitorClient.
-
Uses of MetricNamespaceInner in com.azure.resourcemanager.monitor.fluent
Methods in com.azure.resourcemanager.monitor.fluent that return types with arguments of type MetricNamespaceInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<MetricNamespaceInner> Lists the metric namespaces for the resource.com.azure.core.http.rest.PagedIterable<MetricNamespaceInner> MetricNamespacesClient.list(String resourceUri, String startTime, com.azure.core.util.Context context) Lists the metric namespaces for the resource.com.azure.core.http.rest.PagedFlux<MetricNamespaceInner> Lists the metric namespaces for the resource.com.azure.core.http.rest.PagedFlux<MetricNamespaceInner> Lists the metric namespaces for the resource. -
Uses of MetricNamespaceInner in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return MetricNamespaceInnerModifier and TypeMethodDescriptionstatic MetricNamespaceInnerMetricNamespaceInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of MetricNamespaceInner from the JsonReader.MetricNamespaceInner.withClassification(NamespaceClassification classification) Set the classification property: Kind of namespace.Set the id property: The ID of the metric namespace.Set the name property: The escaped name of the namespace.MetricNamespaceInner.withProperties(MetricNamespaceName properties) Set the properties property: Properties which include the fully qualified namespace name.Set the type property: The type of the namespace. -
Uses of MetricNamespaceInner in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type MetricNamespaceInnerModifier and TypeMethodDescriptionMetricNamespaceCollection.value()Get the value property: The values for the metric namespaces.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type MetricNamespaceInnerModifier and TypeMethodDescriptionMetricNamespaceCollection.withValue(List<MetricNamespaceInner> value) Set the value property: The values for the metric namespaces.