Поделиться через


MockableRedisEnterpriseResourceGroupResource.GetRedisEnterpriseCluster Method

Definition

Gets information about a Redis Enterprise cluster

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

Parameters

clusterName
String

The name of the Redis Enterprise cluster. Name must be 1-60 characters long. Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor consecutive hyphens.

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