Uses of Class
com.azure.resourcemanager.cosmos.fluent.models.MetricInner
Packages that use MetricInner
Package
Description
Package containing the service clients for CosmosDBManagementClient.
Package containing the inner data models for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of MetricInner in com.azure.resourcemanager.cosmos.fluent
Methods in com.azure.resourcemanager.cosmos.fluent that return types with arguments of type MetricInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable
<MetricInner> CollectionRegionsClient.listMetrics
(String resourceGroupName, String accountName, String region, String databaseRid, String collectionRid, String filter) Retrieves the metrics determined by the given filter for the given database account, collection and region.com.azure.core.http.rest.PagedIterable
<MetricInner> CollectionRegionsClient.listMetrics
(String resourceGroupName, String accountName, String region, String databaseRid, String collectionRid, String filter, com.azure.core.util.Context context) Retrieves the metrics determined by the given filter for the given database account, collection and region.com.azure.core.http.rest.PagedIterable
<MetricInner> CollectionsClient.listMetrics
(String resourceGroupName, String accountName, String databaseRid, String collectionRid, String filter) Retrieves the metrics determined by the given filter for the given database account and collection.com.azure.core.http.rest.PagedIterable
<MetricInner> CollectionsClient.listMetrics
(String resourceGroupName, String accountName, String databaseRid, String collectionRid, String filter, com.azure.core.util.Context context) Retrieves the metrics determined by the given filter for the given database account and collection.com.azure.core.http.rest.PagedIterable
<MetricInner> DatabaseAccountRegionsClient.listMetrics
(String resourceGroupName, String accountName, String region, String filter) Retrieves the metrics determined by the given filter for the given database account and region.com.azure.core.http.rest.PagedIterable
<MetricInner> DatabaseAccountRegionsClient.listMetrics
(String resourceGroupName, String accountName, String region, String filter, com.azure.core.util.Context context) Retrieves the metrics determined by the given filter for the given database account and region.com.azure.core.http.rest.PagedIterable
<MetricInner> DatabaseAccountsClient.listMetrics
(String resourceGroupName, String accountName, String filter) Retrieves the metrics determined by the given filter for the given database account.com.azure.core.http.rest.PagedIterable
<MetricInner> DatabaseAccountsClient.listMetrics
(String resourceGroupName, String accountName, String filter, com.azure.core.util.Context context) Retrieves the metrics determined by the given filter for the given database account.com.azure.core.http.rest.PagedIterable
<MetricInner> DatabasesClient.listMetrics
(String resourceGroupName, String accountName, String databaseRid, String filter) Retrieves the metrics determined by the given filter for the given database account and database.com.azure.core.http.rest.PagedIterable
<MetricInner> DatabasesClient.listMetrics
(String resourceGroupName, String accountName, String databaseRid, String filter, com.azure.core.util.Context context) Retrieves the metrics determined by the given filter for the given database account and database.com.azure.core.http.rest.PagedFlux
<MetricInner> CollectionRegionsClient.listMetricsAsync
(String resourceGroupName, String accountName, String region, String databaseRid, String collectionRid, String filter) Retrieves the metrics determined by the given filter for the given database account, collection and region.com.azure.core.http.rest.PagedFlux
<MetricInner> CollectionsClient.listMetricsAsync
(String resourceGroupName, String accountName, String databaseRid, String collectionRid, String filter) Retrieves the metrics determined by the given filter for the given database account and collection.com.azure.core.http.rest.PagedFlux
<MetricInner> DatabaseAccountRegionsClient.listMetricsAsync
(String resourceGroupName, String accountName, String region, String filter) Retrieves the metrics determined by the given filter for the given database account and region.com.azure.core.http.rest.PagedFlux
<MetricInner> DatabaseAccountsClient.listMetricsAsync
(String resourceGroupName, String accountName, String filter) Retrieves the metrics determined by the given filter for the given database account.com.azure.core.http.rest.PagedFlux
<MetricInner> DatabasesClient.listMetricsAsync
(String resourceGroupName, String accountName, String databaseRid, String filter) Retrieves the metrics determined by the given filter for the given database account and database. -
Uses of MetricInner in com.azure.resourcemanager.cosmos.fluent.models
Subclasses of MetricInner in com.azure.resourcemanager.cosmos.fluent.modelsModifier and TypeClassDescriptionfinal class
The metric values for a single partition.Methods in com.azure.resourcemanager.cosmos.fluent.models that return MetricInnerModifier and TypeMethodDescriptionstatic MetricInner
MetricInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of MetricInner from the JsonReader. -
Uses of MetricInner in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type MetricInnerModifier and TypeMethodDescriptionMetricListResult.value()
Get the value property: The list of metrics for the account.