RedisEnterpriseCacheExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class to add extension methods to Azure.ResourceManager.RedisEnterpriseCache.
public static class RedisEnterpriseCacheExtensions
type RedisEnterpriseCacheExtensions = class
Public Module RedisEnterpriseCacheExtensions
- Inheritance
-
RedisEnterpriseCacheExtensions
Methods
GetCluster(ResourceGroupResource, String, CancellationToken) |
Gets information about a RedisEnterprise cluster Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName} Operation Id: RedisEnterprise_Get |
GetClusterAsync(ResourceGroupResource, String, CancellationToken) |
Gets information about a RedisEnterprise cluster Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName} Operation Id: RedisEnterprise_Get |
GetClusterResource(ArmClient, ResourceIdentifier) |
Gets an object representing a ClusterResource 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 ClusterResourceResourceIdentifier from its components. |
GetClusters(ResourceGroupResource) |
Gets a collection of ClusterResources in the ResourceGroupResource. |
GetClusters(SubscriptionResource, CancellationToken) |
Gets all RedisEnterprise clusters in the specified subscription. Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Cache/redisEnterprise Operation Id: RedisEnterprise_List |
GetClustersAsync(SubscriptionResource, CancellationToken) |
Gets all RedisEnterprise clusters in the specified subscription. Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Cache/redisEnterprise Operation Id: RedisEnterprise_List |
GetDatabaseResource(ArmClient, ResourceIdentifier) |
Gets an object representing a DatabaseResource 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 DatabaseResourceResourceIdentifier from its components. |
GetRedisEnterpriseCachePrivateEndpointConnectionResource(ArmClient, ResourceIdentifier) |
Gets an object representing a RedisEnterpriseCachePrivateEndpointConnectionResource 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 RedisEnterpriseCachePrivateEndpointConnectionResourceResourceIdentifier from its components. |
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 |
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 |
Applies to
Azure SDK for .NET