public interface RedisManagementClient
| Modifier and Type | Method and Description |
|---|---|
String |
getApiVersion()
Gets Api Version.
|
Duration |
getDefaultPollInterval()
Gets The default poll interval for long-running operation.
|
String |
getEndpoint()
Gets server parameter.
|
FirewallRulesClient |
getFirewallRules()
Gets the FirewallRulesClient object to access its operations.
|
com.azure.core.http.HttpPipeline |
getHttpPipeline()
Gets The HTTP pipeline to send requests through.
|
LinkedServersClient |
getLinkedServers()
Gets the LinkedServersClient object to access its operations.
|
OperationsClient |
getOperations()
Gets the OperationsClient object to access its operations.
|
PatchSchedulesClient |
getPatchSchedules()
Gets the PatchSchedulesClient object to access its operations.
|
PrivateEndpointConnectionsClient |
getPrivateEndpointConnections()
Gets the PrivateEndpointConnectionsClient object to access its operations.
|
PrivateLinkResourcesClient |
getPrivateLinkResources()
Gets the PrivateLinkResourcesClient object to access its operations.
|
RedisClient |
getRedis()
Gets the RedisClient object to access its operations.
|
String |
getSubscriptionId()
Gets Gets subscription credentials which uniquely identify the Microsoft Azure subscription.
|
String getSubscriptionId()
String getEndpoint()
String getApiVersion()
com.azure.core.http.HttpPipeline getHttpPipeline()
Duration getDefaultPollInterval()
OperationsClient getOperations()
RedisClient getRedis()
FirewallRulesClient getFirewallRules()
PatchSchedulesClient getPatchSchedules()
LinkedServersClient getLinkedServers()
PrivateEndpointConnectionsClient getPrivateEndpointConnections()
PrivateLinkResourcesClient getPrivateLinkResources()
Copyright © 2021 Microsoft Corporation. All rights reserved.