RedisEnterpriseExtensions 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.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
|
GetRedisEnterpriseClusterAsync(ResourceGroupResource, String, CancellationToken) |
Gets information about a Redis Enterprise cluster
|
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.
|
GetRedisEnterpriseClustersAsync(SubscriptionResource, CancellationToken) |
Lists all Redis Enterprise clusters in the specified subscription.
|
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.
|
GetRedisEnterpriseOperationsStatusAsync(SubscriptionResource, AzureLocation, String, CancellationToken) |
Gets the status of operation.
|
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
Azure SDK for .NET