ThroughputPoolsOperations interface
Interface representing a ThroughputPools operations.
Properties
| list | Lists all the Azure Cosmos DB Throughput Pools available under the subscription. |
| list |
List all the ThroughputPools in a given resource group. |
Property Details
list
Lists all the Azure Cosmos DB Throughput Pools available under the subscription.
list: (options?: ThroughputPoolsListOptionalParams) => PagedAsyncIterableIterator<ThroughputPoolResource, ThroughputPoolResource[], PageSettings>
Property Value
(options?: ThroughputPoolsListOptionalParams) => PagedAsyncIterableIterator<ThroughputPoolResource, ThroughputPoolResource[], PageSettings>
listByResourceGroup
List all the ThroughputPools in a given resource group.
listByResourceGroup: (resourceGroupName: string, options?: ThroughputPoolsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<ThroughputPoolResource, ThroughputPoolResource[], PageSettings>
Property Value
(resourceGroupName: string, options?: ThroughputPoolsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<ThroughputPoolResource, ThroughputPoolResource[], PageSettings>