Uses of Class
com.azure.resourcemanager.cosmos.fluent.models.PercentileMetricInner
Packages that use PercentileMetricInner
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 PercentileMetricInner in com.azure.resourcemanager.cosmos.fluent
Methods in com.azure.resourcemanager.cosmos.fluent that return types with arguments of type PercentileMetricInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable
<PercentileMetricInner> PercentilesClient.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
<PercentileMetricInner> PercentilesClient.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
<PercentileMetricInner> PercentileSourceTargetsClient.listMetrics
(String resourceGroupName, String accountName, String sourceRegion, String targetRegion, String filter) Retrieves the metrics determined by the given filter for the given account, source and target region.com.azure.core.http.rest.PagedIterable
<PercentileMetricInner> PercentileSourceTargetsClient.listMetrics
(String resourceGroupName, String accountName, String sourceRegion, String targetRegion, String filter, com.azure.core.util.Context context) Retrieves the metrics determined by the given filter for the given account, source and target region.com.azure.core.http.rest.PagedIterable
<PercentileMetricInner> PercentileTargetsClient.listMetrics
(String resourceGroupName, String accountName, String targetRegion, String filter) Retrieves the metrics determined by the given filter for the given account target region.com.azure.core.http.rest.PagedIterable
<PercentileMetricInner> PercentileTargetsClient.listMetrics
(String resourceGroupName, String accountName, String targetRegion, String filter, com.azure.core.util.Context context) Retrieves the metrics determined by the given filter for the given account target region.com.azure.core.http.rest.PagedFlux
<PercentileMetricInner> PercentilesClient.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
<PercentileMetricInner> PercentileSourceTargetsClient.listMetricsAsync
(String resourceGroupName, String accountName, String sourceRegion, String targetRegion, String filter) Retrieves the metrics determined by the given filter for the given account, source and target region.com.azure.core.http.rest.PagedFlux
<PercentileMetricInner> PercentileTargetsClient.listMetricsAsync
(String resourceGroupName, String accountName, String targetRegion, String filter) Retrieves the metrics determined by the given filter for the given account target region. -
Uses of PercentileMetricInner in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return PercentileMetricInnerModifier and TypeMethodDescriptionstatic PercentileMetricInner
PercentileMetricInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of PercentileMetricInner from the JsonReader. -
Uses of PercentileMetricInner in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type PercentileMetricInnerModifier and TypeMethodDescriptionPercentileMetricListResult.value()
Get the value property: The list of percentile metrics for the account.