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

GetRedisEnterpriseCluster(ResourceGroupResource, String, CancellationToken)

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
GetRedisEnterpriseClusterAsync(ResourceGroupResource, String, CancellationToken)

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
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. MockingTo mock this method, please mock GetRedisEnterpriseClusterResource(ResourceIdentifier) instead.

GetRedisEnterpriseClusters(ResourceGroupResource)

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

GetRedisEnterpriseClusters(SubscriptionResource, CancellationToken)

Gets all RedisEnterprise clusters in the specified subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Cache/redisEnterprise
  • Operation Id: RedisEnterprise_List
  • Default Api Version: 2024-02-01
  • Resource: RedisEnterpriseClusterResource
GetRedisEnterpriseClustersAsync(SubscriptionResource, CancellationToken)

Gets all RedisEnterprise clusters in the specified subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Cache/redisEnterprise
  • Operation Id: RedisEnterprise_List
  • Default Api Version: 2024-02-01
  • Resource: RedisEnterpriseClusterResource
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. MockingTo mock this method, please mock GetRedisEnterpriseDatabaseResource(ResourceIdentifier) instead.

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: 2024-02-01
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: 2024-02-01
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. MockingTo mock this method, please mock GetRedisEnterprisePrivateEndpointConnectionResource(ResourceIdentifier) instead.

GetRedisEnterpriseSkus(SubscriptionResource, AzureLocation, CancellationToken)

Gets information about skus in specified location for the given subscription id

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Cache/locations/{location}/skus
  • Operation Id: Skus_List
GetRedisEnterpriseSkusAsync(SubscriptionResource, AzureLocation, CancellationToken)

Gets information about skus in specified location for the given subscription id

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Cache/locations/{location}/skus
  • Operation Id: Skus_List

Applies to