Share via


RedisEnterpriseExtensions Class

Definition

A class to add extension methods to Azure.ResourceManager.RedisEnterprise.

public static class RedisEnterpriseExtensions
type RedisEnterpriseExtensions = class
Public Module RedisEnterpriseExtensions
Inheritance
RedisEnterpriseExtensions

Methods

GetAccessPolicyAssignmentResource(ArmClient, ResourceIdentifier)

Gets an object representing an AccessPolicyAssignmentResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String) to create an AccessPolicyAssignmentResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetAccessPolicyAssignmentResource(ResourceIdentifier) instead.</item>

GetRedisEnterpriseCluster(ResourceGroupResource, String, CancellationToken)

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-04-01
  • Resource: RedisEnterpriseClusterResource
<item>MockingTo mock this method, please mock GetRedisEnterpriseCluster(String, CancellationToken) instead.</item>
GetRedisEnterpriseClusterAsync(ResourceGroupResource, String, CancellationToken)

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-04-01
  • Resource: RedisEnterpriseClusterResource
<item>MockingTo mock this method, please mock GetRedisEnterpriseClusterAsync(String, CancellationToken) instead.</item>
GetRedisEnterpriseClusterResource(ArmClient, ResourceIdentifier)

Gets an object representing a RedisEnterpriseClusterResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a RedisEnterpriseClusterResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetRedisEnterpriseClusterResource(ResourceIdentifier) instead.</item>

GetRedisEnterpriseClusters(ResourceGroupResource)

Gets a collection of RedisEnterpriseClusterResources in the ResourceGroupResource. <item>MockingTo mock this method, please mock GetRedisEnterpriseClusters() instead.</item>

GetRedisEnterpriseClusters(SubscriptionResource, CancellationToken)

Lists all Redis Enterprise clusters in the specified subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Cache/redisEnterprise
  • Operation Id: RedisEnterprise_List
  • Default Api Version: 2025-04-01
  • Resource: RedisEnterpriseClusterResource
<item>MockingTo mock this method, please mock GetRedisEnterpriseClusters(CancellationToken) instead.</item>
GetRedisEnterpriseClustersAsync(SubscriptionResource, CancellationToken)

Lists all Redis Enterprise clusters in the specified subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Cache/redisEnterprise
  • Operation Id: RedisEnterprise_List
  • Default Api Version: 2025-04-01
  • Resource: RedisEnterpriseClusterResource
<item>MockingTo mock this method, please mock GetRedisEnterpriseClusters(CancellationToken) instead.</item>
GetRedisEnterpriseDatabaseResource(ArmClient, ResourceIdentifier)

Gets an object representing a RedisEnterpriseDatabaseResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a RedisEnterpriseDatabaseResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetRedisEnterpriseDatabaseResource(ResourceIdentifier) instead.</item>

GetRedisEnterpriseOperationsStatus(SubscriptionResource, AzureLocation, String, CancellationToken)

Gets the status of operation.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Cache/locations/{___location}/operationsStatus/{operationId}
  • Operation Id: OperationsStatus_Get
  • Default Api Version: 2025-04-01
<item>MockingTo mock this method, please mock GetRedisEnterpriseOperationsStatus(AzureLocation, String, CancellationToken) instead.</item>
GetRedisEnterpriseOperationsStatusAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Gets the status of operation.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Cache/locations/{___location}/operationsStatus/{operationId}
  • Operation Id: OperationsStatus_Get
  • Default Api Version: 2025-04-01
<item>MockingTo mock this method, please mock GetRedisEnterpriseOperationsStatus(AzureLocation, String, CancellationToken) instead.</item>
GetRedisEnterprisePrivateEndpointConnectionResource(ArmClient, ResourceIdentifier)

Gets an object representing a RedisEnterprisePrivateEndpointConnectionResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a RedisEnterprisePrivateEndpointConnectionResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetRedisEnterprisePrivateEndpointConnectionResource(ResourceIdentifier) instead.</item>

Applies to