RedisManagementClient Class
REST API for Azure Redis Cache Service.
- Inheritance
-
builtins.objectRedisManagementClient
Constructor
RedisManagementClient(credential: AsyncTokenCredential, subscription_id: str, base_url: str = 'https://management.azure.com', **kwargs: Any)
Parameters
- subscription_id
- str
Gets subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
- base_url
- str
Service URL. Default value is 'https://management.azure.com'.
- polling_interval
- int
Default waiting time between two polls for LRO operations if no Retry-After header is present.
Variables
- operations
- Operations
Operations operations
- redis
- RedisOperations
RedisOperations operations
- firewall_rules
- FirewallRulesOperations
FirewallRulesOperations operations
- patch_schedules
- PatchSchedulesOperations
PatchSchedulesOperations operations
- linked_server
- LinkedServerOperations
LinkedServerOperations operations
- private_endpoint_connections
- PrivateEndpointConnectionsOperations
PrivateEndpointConnectionsOperations operations
- private_link_resources
- PrivateLinkResourcesOperations
PrivateLinkResourcesOperations operations
Methods
| close |
close
async close() -> None
Feedback
Submit and view feedback for