RedisExtensions 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.Redis.
public static class RedisExtensions
type RedisExtensions = class
Public Module RedisExtensions
- Inheritance
-
RedisExtensions
Methods
CheckRedisNameAvailability(SubscriptionResource, RedisNameAvailabilityContent, CancellationToken) |
Checks that the redis cache name is valid and is not already in use.
|
CheckRedisNameAvailabilityAsync(SubscriptionResource, RedisNameAvailabilityContent, CancellationToken) |
Checks that the redis cache name is valid and is not already in use.
|
GetAllRedis(ResourceGroupResource) |
Gets a collection of RedisResources in the ResourceGroupResource. MockingTo mock this method, please mock GetAllRedis() instead. |
GetAllRedis(SubscriptionResource, CancellationToken) |
Gets all Redis caches in the specified subscription.
|
GetAllRedisAsync(SubscriptionResource, CancellationToken) |
Gets all Redis caches in the specified subscription.
|
GetAsyncOperationStatus(SubscriptionResource, AzureLocation, String, CancellationToken) |
For checking the ongoing status of an operation
|
GetAsyncOperationStatusAsync(SubscriptionResource, AzureLocation, String, CancellationToken) |
For checking the ongoing status of an operation
|
GetRedis(ResourceGroupResource, String, CancellationToken) |
Gets a Redis cache (resource description).
|
GetRedisAsync(ResourceGroupResource, String, CancellationToken) |
Gets a Redis cache (resource description).
|
GetRedisCacheAccessPolicyAssignmentResource(ArmClient, ResourceIdentifier) |
Gets an object representing a RedisCacheAccessPolicyAssignmentResource 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 RedisCacheAccessPolicyAssignmentResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetRedisCacheAccessPolicyAssignmentResource(ResourceIdentifier) instead. |
GetRedisCacheAccessPolicyResource(ArmClient, ResourceIdentifier) |
Gets an object representing a RedisCacheAccessPolicyResource 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 RedisCacheAccessPolicyResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetRedisCacheAccessPolicyResource(ResourceIdentifier) instead. |
GetRedisFirewallRuleResource(ArmClient, ResourceIdentifier) |
Gets an object representing a RedisFirewallRuleResource 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 RedisFirewallRuleResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetRedisFirewallRuleResource(ResourceIdentifier) instead. |
GetRedisLinkedServerWithPropertyResource(ArmClient, ResourceIdentifier) |
Gets an object representing a RedisLinkedServerWithPropertyResource 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 RedisLinkedServerWithPropertyResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetRedisLinkedServerWithPropertyResource(ResourceIdentifier) instead. |
GetRedisPatchScheduleResource(ArmClient, ResourceIdentifier) |
Gets an object representing a RedisPatchScheduleResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, RedisPatchScheduleDefaultName) to create a RedisPatchScheduleResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetRedisPatchScheduleResource(ResourceIdentifier) instead. |
GetRedisPrivateEndpointConnectionResource(ArmClient, ResourceIdentifier) |
Gets an object representing a RedisPrivateEndpointConnectionResource 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 RedisPrivateEndpointConnectionResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetRedisPrivateEndpointConnectionResource(ResourceIdentifier) instead. |
GetRedisResource(ArmClient, ResourceIdentifier) |
Gets an object representing a RedisResource 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 RedisResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetRedisResource(ResourceIdentifier) instead. |
Applies to
Azure SDK for .NET