Interface RedisManagementClient
-
public interface RedisManagementClientThe interface for RedisManagementClient class.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetApiVersion()Gets Api Version.AsyncOperationStatusClientgetAsyncOperationStatus()Gets the AsyncOperationStatusClient object to access its operations.DurationgetDefaultPollInterval()Gets The default poll interval for long-running operation.StringgetEndpoint()Gets server parameter.FirewallRulesClientgetFirewallRules()Gets the FirewallRulesClient object to access its operations.com.azure.core.http.HttpPipelinegetHttpPipeline()Gets The HTTP pipeline to send requests through.LinkedServersClientgetLinkedServers()Gets the LinkedServersClient object to access its operations.OperationsClientgetOperations()Gets the OperationsClient object to access its operations.PatchSchedulesClientgetPatchSchedules()Gets the PatchSchedulesClient object to access its operations.PrivateEndpointConnectionsClientgetPrivateEndpointConnections()Gets the PrivateEndpointConnectionsClient object to access its operations.PrivateLinkResourcesClientgetPrivateLinkResources()Gets the PrivateLinkResourcesClient object to access its operations.RedisClientgetRedis()Gets the RedisClient object to access its operations.StringgetSubscriptionId()Gets Gets subscription credentials which uniquely identify the Microsoft Azure subscription.
-
-
-
Method Detail
-
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.
-
-