Share via


MockableRedisEnterpriseResourceGroupResource.GetRedisEnterpriseClusterAsync Method

Definition

Gets information about a RedisEnterprise cluster

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}
  • Operation Id: RedisEnterprise_Get
  • Default Api Version: 2024-02-01
  • Resource: RedisEnterpriseClusterResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.RedisEnterprise.RedisEnterpriseClusterResource>> GetRedisEnterpriseClusterAsync (string clusterName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetRedisEnterpriseClusterAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.RedisEnterprise.RedisEnterpriseClusterResource>>
override this.GetRedisEnterpriseClusterAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.RedisEnterprise.RedisEnterpriseClusterResource>>
Public Overridable Function GetRedisEnterpriseClusterAsync (clusterName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of RedisEnterpriseClusterResource))

Parameters

clusterName
String

The name of the RedisEnterprise cluster.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

clusterName is null.

clusterName is an empty string, and was expected to be non-empty.

Applies to