Interface RedisManagementClient
public interface RedisManagementClient
The interface for RedisManagementClient class.
-
Method Summary
Modifier and TypeMethodDescriptionGets the AccessPoliciesClient object to access its operations.Gets the AccessPolicyAssignmentsClient object to access its operations.Gets Api Version.Gets the AsyncOperationStatusClient object to access its operations.Gets The default poll interval for long-running operation.Gets server parameter.Gets the FirewallRulesClient object to access its operations.com.azure.core.http.HttpPipeline
Gets The HTTP pipeline to send requests through.Gets the LinkedServersClient object to access its operations.Gets the OperationsClient object to access its operations.Gets the PatchSchedulesClient object to access its operations.Gets the PrivateEndpointConnectionsClient object to access its operations.Gets the PrivateLinkResourcesClient object to access its operations.getRedis()
Gets the RedisClient object to access its operations.Gets The ID of the target subscription.
-
Method Details
-
getSubscriptionId
String getSubscriptionId()Gets The ID of the target subscription.- Returns:
- the subscriptionId value.
-
getEndpoint
String getEndpoint()Gets server parameter.- Returns:
- the endpoint value.
-
getApiVersion
String getApiVersion()Gets Api Version.- Returns:
- the apiVersion value.
-
getHttpPipeline
com.azure.core.http.HttpPipeline getHttpPipeline()Gets The HTTP pipeline to send requests through.- Returns:
- the httpPipeline value.
-
getDefaultPollInterval
Duration getDefaultPollInterval()Gets The default poll interval for long-running operation.- Returns:
- the defaultPollInterval value.
-
getOperations
OperationsClient getOperations()Gets the OperationsClient object to access its operations.- Returns:
- the OperationsClient object.
-
getRedis
RedisClient getRedis()Gets the RedisClient object to access its operations.- Returns:
- the RedisClient object.
-
getFirewallRules
FirewallRulesClient getFirewallRules()Gets the FirewallRulesClient object to access its operations.- Returns:
- the FirewallRulesClient object.
-
getPatchSchedules
PatchSchedulesClient getPatchSchedules()Gets the PatchSchedulesClient object to access its operations.- Returns:
- the PatchSchedulesClient object.
-
getLinkedServers
LinkedServersClient getLinkedServers()Gets the LinkedServersClient object to access its operations.- Returns:
- the LinkedServersClient object.
-
getPrivateEndpointConnections
PrivateEndpointConnectionsClient getPrivateEndpointConnections()Gets the PrivateEndpointConnectionsClient object to access its operations.- Returns:
- the PrivateEndpointConnectionsClient object.
-
getPrivateLinkResources
PrivateLinkResourcesClient getPrivateLinkResources()Gets the PrivateLinkResourcesClient object to access its operations.- Returns:
- the PrivateLinkResourcesClient object.
-
getAsyncOperationStatus
AsyncOperationStatusClient getAsyncOperationStatus()Gets the AsyncOperationStatusClient object to access its operations.- Returns:
- the AsyncOperationStatusClient object.
-
getAccessPolicies
AccessPoliciesClient getAccessPolicies()Gets the AccessPoliciesClient object to access its operations.- Returns:
- the AccessPoliciesClient object.
-
getAccessPolicyAssignments
AccessPolicyAssignmentsClient getAccessPolicyAssignments()Gets the AccessPolicyAssignmentsClient object to access its operations.- Returns:
- the AccessPolicyAssignmentsClient object.
-