RedisManagementClient Interface
public interface RedisManagementClient
The interface for RedisManagementClient class.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Access |
getAccessPolicies()
Gets the Access |
abstract
Access |
getAccessPolicyAssignments()
Gets the Access |
abstract String |
getApiVersion()
Gets Api Version. |
abstract
Async |
getAsyncOperationStatus()
Gets the Async |
abstract Duration |
getDefaultPollInterval()
Gets The default poll interval for long-running operation. |
abstract String |
getEndpoint()
Gets server parameter. |
abstract
Firewall |
getFirewallRules()
Gets the Firewall |
abstract
Http |
getHttpPipeline()
Gets The HTTP pipeline to send requests through. |
abstract
Linked |
getLinkedServers()
Gets the Linked |
abstract
Operations |
getOperations()
Gets the Operations |
abstract
Patch |
getPatchSchedules()
Gets the Patch |
abstract
Private |
getPrivateEndpointConnections()
Gets the Private |
abstract
Private |
getPrivateLinkResources()
Gets the Private |
abstract
Redis |
getRedis()
Gets the Redis |
abstract String |
getSubscriptionId()
Gets The ID of the target subscription. |
Method Details
getAccessPolicies
public abstract AccessPoliciesClient getAccessPolicies()
Gets the AccessPoliciesClient object to access its operations.
Returns:
getAccessPolicyAssignments
public abstract AccessPolicyAssignmentsClient getAccessPolicyAssignments()
Gets the AccessPolicyAssignmentsClient object to access its operations.
Returns:
getApiVersion
public abstract String getApiVersion()
Gets Api Version.
Returns:
getAsyncOperationStatus
public abstract AsyncOperationStatusClient getAsyncOperationStatus()
Gets the AsyncOperationStatusClient object to access its operations.
Returns:
getDefaultPollInterval
public abstract Duration getDefaultPollInterval()
Gets The default poll interval for long-running operation.
Returns:
getEndpoint
public abstract String getEndpoint()
Gets server parameter.
Returns:
getFirewallRules
public abstract FirewallRulesClient getFirewallRules()
Gets the FirewallRulesClient object to access its operations.
Returns:
getHttpPipeline
public abstract HttpPipeline getHttpPipeline()
Gets The HTTP pipeline to send requests through.
Returns:
getLinkedServers
public abstract LinkedServersClient getLinkedServers()
Gets the LinkedServersClient object to access its operations.
Returns:
getOperations
public abstract OperationsClient getOperations()
Gets the OperationsClient object to access its operations.
Returns:
getPatchSchedules
public abstract PatchSchedulesClient getPatchSchedules()
Gets the PatchSchedulesClient object to access its operations.
Returns:
getPrivateEndpointConnections
public abstract PrivateEndpointConnectionsClient getPrivateEndpointConnections()
Gets the PrivateEndpointConnectionsClient object to access its operations.
Returns:
getPrivateLinkResources
public abstract PrivateLinkResourcesClient getPrivateLinkResources()
Gets the PrivateLinkResourcesClient object to access its operations.
Returns:
getRedis
public abstract RedisClient getRedis()
Gets the RedisClient object to access its operations.
Returns:
getSubscriptionId
public abstract String getSubscriptionId()
Gets The ID of the target subscription.
Returns:
Applies to
Azure SDK for Java