RedisEnterpriseCacheExtensions.GetClustersAsync 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 RedisEnterprise clusters in the specified subscription. Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Cache/redisEnterprise Operation Id: RedisEnterprise_List
public static Azure.AsyncPageable<Azure.ResourceManager.RedisEnterpriseCache.ClusterResource> GetClustersAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetClustersAsync : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.RedisEnterpriseCache.ClusterResource>
<Extension()>
Public Function GetClustersAsync (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ClusterResource)
Parameters
- subscriptionResource
- SubscriptionResource
The SubscriptionResource instance the method will execute against.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
An async collection of ClusterResource that may take multiple service requests to iterate over.
Applies to
Azure SDK for .NET