DatabaseCollection.GetAllAsync(CancellationToken) 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.
Gets all databases in the specified RedisEnterprise cluster. Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/databases Operation Id: Databases_ListByCluster
public virtual Azure.AsyncPageable<Azure.ResourceManager.RedisEnterpriseCache.DatabaseResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.RedisEnterpriseCache.DatabaseResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.RedisEnterpriseCache.DatabaseResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of DatabaseResource)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
An async collection of DatabaseResource that may take multiple service requests to iterate over.
Applies to
Azure SDK for .NET