Interface MariaDBManagementClient
public interface MariaDBManagementClient
The interface for MariaDBManagementClient class.
-
Method Summary
Modifier and TypeMethodDescriptionGets the AdvisorsClient object to access its operations.Gets the CheckNameAvailabilitiesClient object to access its operations.Gets the ConfigurationsClient object to access its operations.Gets the DatabasesClient 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.HttpPipeline
Gets The HTTP pipeline to send requests through.Gets the LocationBasedPerformanceTiersClient object to access its operations.Gets the LocationBasedRecommendedActionSessionsOperationStatusClient object to access its operations.Gets the LocationBasedRecommendedActionSessionsResultsClient object to access its operations.Gets the LogFilesClient object to access its operations.Gets the OperationsClient object to access its operations.Gets the PrivateEndpointConnectionsClient object to access its operations.Gets the PrivateLinkResourcesClient object to access its operations.Gets the QueryTextsClient object to access its operations.Gets the RecommendedActionsClient object to access its operations.Gets the RecoverableServersClient object to access its operations.Gets the ReplicasClient object to access its operations.Gets the ResourceProvidersClient object to access its operations.Gets the ServerBasedPerformanceTiersClient object to access its operations.Gets the ServerParametersClient object to access its operations.Gets the ServersClient object to access its operations.Gets the ServerSecurityAlertPoliciesClient object to access its operations.Gets The ID of the target subscription.Gets the TopQueryStatisticsClient object to access its operations.Gets the VirtualNetworkRulesClient object to access its operations.Gets the WaitStatisticsClient object to access its operations.
-
Method Details
-
getSubscriptionId
String getSubscriptionId()Gets The ID of the target subscription.- Returns:
- the subscriptionId value.
-
getEndpoint
String getEndpoint()Gets server parameter.- Returns:
- the endpoint 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.
-
getServers
ServersClient getServers()Gets the ServersClient object to access its operations.- Returns:
- the ServersClient object.
-
getReplicas
ReplicasClient getReplicas()Gets the ReplicasClient object to access its operations.- Returns:
- the ReplicasClient object.
-
getFirewallRules
FirewallRulesClient getFirewallRules()Gets the FirewallRulesClient object to access its operations.- Returns:
- the FirewallRulesClient object.
-
getVirtualNetworkRules
VirtualNetworkRulesClient getVirtualNetworkRules()Gets the VirtualNetworkRulesClient object to access its operations.- Returns:
- the VirtualNetworkRulesClient object.
-
getDatabases
DatabasesClient getDatabases()Gets the DatabasesClient object to access its operations.- Returns:
- the DatabasesClient object.
-
getConfigurations
ConfigurationsClient getConfigurations()Gets the ConfigurationsClient object to access its operations.- Returns:
- the ConfigurationsClient object.
-
getServerParameters
ServerParametersClient getServerParameters()Gets the ServerParametersClient object to access its operations.- Returns:
- the ServerParametersClient object.
-
getLogFiles
LogFilesClient getLogFiles()Gets the LogFilesClient object to access its operations.- Returns:
- the LogFilesClient object.
-
getRecoverableServers
RecoverableServersClient getRecoverableServers()Gets the RecoverableServersClient object to access its operations.- Returns:
- the RecoverableServersClient object.
-
getServerBasedPerformanceTiers
ServerBasedPerformanceTiersClient getServerBasedPerformanceTiers()Gets the ServerBasedPerformanceTiersClient object to access its operations.- Returns:
- the ServerBasedPerformanceTiersClient object.
-
getLocationBasedPerformanceTiers
LocationBasedPerformanceTiersClient getLocationBasedPerformanceTiers()Gets the LocationBasedPerformanceTiersClient object to access its operations.- Returns:
- the LocationBasedPerformanceTiersClient object.
-
getCheckNameAvailabilities
CheckNameAvailabilitiesClient getCheckNameAvailabilities()Gets the CheckNameAvailabilitiesClient object to access its operations.- Returns:
- the CheckNameAvailabilitiesClient object.
-
getOperations
OperationsClient getOperations()Gets the OperationsClient object to access its operations.- Returns:
- the OperationsClient object.
-
getQueryTexts
QueryTextsClient getQueryTexts()Gets the QueryTextsClient object to access its operations.- Returns:
- the QueryTextsClient object.
-
getTopQueryStatistics
TopQueryStatisticsClient getTopQueryStatistics()Gets the TopQueryStatisticsClient object to access its operations.- Returns:
- the TopQueryStatisticsClient object.
-
getWaitStatistics
WaitStatisticsClient getWaitStatistics()Gets the WaitStatisticsClient object to access its operations.- Returns:
- the WaitStatisticsClient object.
-
getResourceProviders
ResourceProvidersClient getResourceProviders()Gets the ResourceProvidersClient object to access its operations.- Returns:
- the ResourceProvidersClient object.
-
getAdvisors
AdvisorsClient getAdvisors()Gets the AdvisorsClient object to access its operations.- Returns:
- the AdvisorsClient object.
-
getRecommendedActions
RecommendedActionsClient getRecommendedActions()Gets the RecommendedActionsClient object to access its operations.- Returns:
- the RecommendedActionsClient object.
-
getLocationBasedRecommendedActionSessionsOperationStatus
LocationBasedRecommendedActionSessionsOperationStatusClient getLocationBasedRecommendedActionSessionsOperationStatus()Gets the LocationBasedRecommendedActionSessionsOperationStatusClient object to access its operations.- Returns:
- the LocationBasedRecommendedActionSessionsOperationStatusClient object.
-
getLocationBasedRecommendedActionSessionsResults
LocationBasedRecommendedActionSessionsResultsClient getLocationBasedRecommendedActionSessionsResults()Gets the LocationBasedRecommendedActionSessionsResultsClient object to access its operations.- Returns:
- the LocationBasedRecommendedActionSessionsResultsClient 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.
-
getServerSecurityAlertPolicies
ServerSecurityAlertPoliciesClient getServerSecurityAlertPolicies()Gets the ServerSecurityAlertPoliciesClient object to access its operations.- Returns:
- the ServerSecurityAlertPoliciesClient object.
-