共用方式為


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

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: 2024-09-01-preview
  • Resource: RedisEnterpriseClusterResource
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: 2024-09-01-preview
  • 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)

Lists all Redis Enterprise clusters in the specified subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Cache/redisEnterprise
  • Operation Id: RedisEnterprise_List
  • Default Api Version: 2024-09-01-preview
  • Resource: RedisEnterpriseClusterResource
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: 2024-09-01-preview
  • 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-09-01-preview
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-09-01-preview
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.

Applies to