RedisManagementClient Interface

public interface RedisManagementClient

The interface for RedisManagementClient class.

Method Summary

Modifier and Type Method and Description
abstract AccessPoliciesClient getAccessPolicies()

Gets the AccessPoliciesClient object to access its operations.

abstract AccessPolicyAssignmentsClient getAccessPolicyAssignments()

Gets the AccessPolicyAssignmentsClient object to access its operations.

abstract String getApiVersion()

Gets Api Version.

abstract AsyncOperationStatusClient getAsyncOperationStatus()

Gets the AsyncOperationStatusClient object to access its operations.

abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

abstract String getEndpoint()

Gets server parameter.

abstract FirewallRulesClient getFirewallRules()

Gets the FirewallRulesClient object to access its operations.

abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

abstract LinkedServersClient getLinkedServers()

Gets the LinkedServersClient object to access its operations.

abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

abstract PatchSchedulesClient getPatchSchedules()

Gets the PatchSchedulesClient object to access its operations.

abstract PrivateEndpointConnectionsClient getPrivateEndpointConnections()

Gets the PrivateEndpointConnectionsClient object to access its operations.

abstract PrivateLinkResourcesClient getPrivateLinkResources()

Gets the PrivateLinkResourcesClient object to access its operations.

abstract RedisClient getRedis()

Gets the RedisClient object to access its operations.

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:

the AccessPoliciesClient object.

getAccessPolicyAssignments

public abstract AccessPolicyAssignmentsClient getAccessPolicyAssignments()

Gets the AccessPolicyAssignmentsClient object to access its operations.

Returns:

the AccessPolicyAssignmentsClient object.

getApiVersion

public abstract String getApiVersion()

Gets Api Version.

Returns:

the apiVersion value.

getAsyncOperationStatus

public abstract AsyncOperationStatusClient getAsyncOperationStatus()

Gets the AsyncOperationStatusClient object to access its operations.

Returns:

the AsyncOperationStatusClient object.

getDefaultPollInterval

public abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

Returns:

the defaultPollInterval value.

getEndpoint

public abstract String getEndpoint()

Gets server parameter.

Returns:

the endpoint value.

getFirewallRules

public abstract FirewallRulesClient getFirewallRules()

Gets the FirewallRulesClient object to access its operations.

Returns:

the FirewallRulesClient object.

getHttpPipeline

public abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

Returns:

the httpPipeline value.

getLinkedServers

public abstract LinkedServersClient getLinkedServers()

Gets the LinkedServersClient object to access its operations.

Returns:

the LinkedServersClient object.

getOperations

public abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

Returns:

the OperationsClient object.

getPatchSchedules

public abstract PatchSchedulesClient getPatchSchedules()

Gets the PatchSchedulesClient object to access its operations.

Returns:

the PatchSchedulesClient object.

getPrivateEndpointConnections

public abstract PrivateEndpointConnectionsClient getPrivateEndpointConnections()

Gets the PrivateEndpointConnectionsClient object to access its operations.

Returns:

the PrivateEndpointConnectionsClient object.

getPrivateLinkResources

public abstract PrivateLinkResourcesClient getPrivateLinkResources()

Gets the PrivateLinkResourcesClient object to access its operations.

Returns:

the PrivateLinkResourcesClient object.

getRedis

public abstract RedisClient getRedis()

Gets the RedisClient object to access its operations.

Returns:

the RedisClient object.

getSubscriptionId

public abstract String getSubscriptionId()

Gets The ID of the target subscription.

Returns:

the subscriptionId value.

Applies to