Interface RedisManagementClient
public interface RedisManagementClient
The interface for RedisManagementClient class.
-
Method Summary
Modifier and TypeMethodDescriptionGets 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.HttpPipelineGets 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 Gets subscription credentials which uniquely identify the Microsoft Azure subscription.
-
Method Details
-
getSubscriptionId
String getSubscriptionId()Gets Gets subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.- 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.
-