Uses of Class
com.azure.resourcemanager.monitor.fluent.models.MetricNamespaceInner
-
Packages that use MetricNamespaceInner Package Description com.azure.resourcemanager.monitor.fluent Package containing the service clients for MonitorClient.com.azure.resourcemanager.monitor.fluent.models Package containing the inner data models for MonitorClient.com.azure.resourcemanager.monitor.models 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 MetricNamespaceInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<MetricNamespaceInner>MetricNamespacesClient. list(String resourceUri)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>MetricNamespacesClient. listAsync(String resourceUri)Lists the metric namespaces for the resource.com.azure.core.http.rest.PagedFlux<MetricNamespaceInner>MetricNamespacesClient. listAsync(String resourceUri, String startTime)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 MetricNamespaceInner Modifier and Type Method Description MetricNamespaceInnerMetricNamespaceInner. withClassification(NamespaceClassification classification)Set the classification property: Kind of namespace.MetricNamespaceInnerMetricNamespaceInner. withId(String id)Set the id property: The ID of the metric namespace.MetricNamespaceInnerMetricNamespaceInner. withName(String name)Set the name property: The escaped name of the namespace.MetricNamespaceInnerMetricNamespaceInner. withProperties(MetricNamespaceName properties)Set the properties property: Properties which include the fully qualified namespace name.MetricNamespaceInnerMetricNamespaceInner. withType(String type)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 MetricNamespaceInner Modifier and Type Method Description List<MetricNamespaceInner>MetricNamespaceCollection. value()Get the value property: The values for the metric namespaces.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type MetricNamespaceInner Modifier and Type Method Description MetricNamespaceCollectionMetricNamespaceCollection. withValue(List<MetricNamespaceInner> value)Set the value property: The values for the metric namespaces.
-