com.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.
|