CosmosDBAccountResource.GetMetricDefinitionsCollections Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves metric definitions for the given collection.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/databases/{databaseRid}/collections/{collectionRid}/metricDefinitions
- Operation Id: Collection_ListMetricDefinitions
- Default Api Version: 2024-09-01-preview
public virtual Azure.Pageable<Azure.ResourceManager.CosmosDB.Models.CosmosDBMetricDefinition> GetMetricDefinitionsCollections (string databaseRid, string collectionRid, System.Threading.CancellationToken cancellationToken = default);
abstract member GetMetricDefinitionsCollections : string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.CosmosDB.Models.CosmosDBMetricDefinition>
override this.GetMetricDefinitionsCollections : string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.CosmosDB.Models.CosmosDBMetricDefinition>
Public Overridable Function GetMetricDefinitionsCollections (databaseRid As String, collectionRid As String, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of CosmosDBMetricDefinition)
Parameters
- databaseRid
- String
Cosmos DB database rid.
- collectionRid
- String
Cosmos DB collection rid.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of CosmosDBMetricDefinition that may take multiple service requests to iterate over.
Exceptions
databaseRid
or collectionRid
is an empty string, and was expected to be non-empty.
databaseRid
or collectionRid
is null.
Applies to
Azure SDK for .NET