Uses of Class
com.azure.resourcemanager.cosmos.fluent.models.UsageInner
Packages that use UsageInner
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 UsageInner in com.azure.resourcemanager.cosmos.fluent
Methods in com.azure.resourcemanager.cosmos.fluent that return types with arguments of type UsageInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<UsageInner>CollectionsClient.listUsages(String resourceGroupName, String accountName, String databaseRid, String collectionRid) Retrieves the usages (most recent storage data) for the given collection.com.azure.core.http.rest.PagedIterable<UsageInner>CollectionsClient.listUsages(String resourceGroupName, String accountName, String databaseRid, String collectionRid, String filter, com.azure.core.util.Context context) Retrieves the usages (most recent storage data) for the given collection.com.azure.core.http.rest.PagedIterable<UsageInner>DatabaseAccountsClient.listUsages(String resourceGroupName, String accountName) Retrieves the usages (most recent data) for the given database account.com.azure.core.http.rest.PagedIterable<UsageInner>DatabaseAccountsClient.listUsages(String resourceGroupName, String accountName, String filter, com.azure.core.util.Context context) Retrieves the usages (most recent data) for the given database account.com.azure.core.http.rest.PagedIterable<UsageInner>DatabasesClient.listUsages(String resourceGroupName, String accountName, String databaseRid) Retrieves the usages (most recent data) for the given database.com.azure.core.http.rest.PagedIterable<UsageInner>DatabasesClient.listUsages(String resourceGroupName, String accountName, String databaseRid, String filter, com.azure.core.util.Context context) Retrieves the usages (most recent data) for the given database.com.azure.core.http.rest.PagedFlux<UsageInner>CollectionsClient.listUsagesAsync(String resourceGroupName, String accountName, String databaseRid, String collectionRid) Retrieves the usages (most recent storage data) for the given collection.com.azure.core.http.rest.PagedFlux<UsageInner>CollectionsClient.listUsagesAsync(String resourceGroupName, String accountName, String databaseRid, String collectionRid, String filter) Retrieves the usages (most recent storage data) for the given collection.com.azure.core.http.rest.PagedFlux<UsageInner>DatabaseAccountsClient.listUsagesAsync(String resourceGroupName, String accountName) Retrieves the usages (most recent data) for the given database account.com.azure.core.http.rest.PagedFlux<UsageInner>DatabaseAccountsClient.listUsagesAsync(String resourceGroupName, String accountName, String filter) Retrieves the usages (most recent data) for the given database account.com.azure.core.http.rest.PagedFlux<UsageInner>DatabasesClient.listUsagesAsync(String resourceGroupName, String accountName, String databaseRid) Retrieves the usages (most recent data) for the given database.com.azure.core.http.rest.PagedFlux<UsageInner>DatabasesClient.listUsagesAsync(String resourceGroupName, String accountName, String databaseRid, String filter) Retrieves the usages (most recent data) for the given database. -
Uses of UsageInner in com.azure.resourcemanager.cosmos.fluent.models
Subclasses of UsageInner in com.azure.resourcemanager.cosmos.fluent.modelsModifier and TypeClassDescriptionfinal classThe partition level usage data for a usage request. -
Uses of UsageInner in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type UsageInnerModifier and TypeMethodDescriptionUsagesResult.value()Get the value property: The list of usages for the database.