MySqlManagementClient Interface
public interface MySqlManagementClient
The interface for MySqlManagementClient class.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Advisors |
getAdvisors()
Gets the Advisors |
|
abstract
Check |
getCheckNameAvailabilities()
Gets the Check |
|
abstract
Configurations |
getConfigurations()
Gets the Configurations |
|
abstract
Databases |
getDatabases()
Gets the Databases |
| 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
Location |
getLocationBasedPerformanceTiers()
Gets the Location |
|
abstract
Location |
getLocationBasedRecommendedActionSessionsOperationStatus()
Gets the Location |
|
abstract
Location |
getLocationBasedRecommendedActionSessionsResults()
Gets the Location |
|
abstract
Log |
getLogFiles()
Gets the Log |
|
abstract
Operations |
getOperations()
Gets the Operations |
|
abstract
Private |
getPrivateEndpointConnections()
Gets the Private |
|
abstract
Private |
getPrivateLinkResources()
Gets the Private |
|
abstract
Query |
getQueryTexts()
Gets the Query |
|
abstract
Recommended |
getRecommendedActions()
Gets the Recommended |
|
abstract
Recoverable |
getRecoverableServers()
Gets the Recoverable |
|
abstract
Replicas |
getReplicas()
Gets the Replicas |
|
abstract
Resource |
getResourceProviders()
Gets the Resource |
|
abstract
Server |
getServerAdministrators()
Gets the Server |
|
abstract
Server |
getServerBasedPerformanceTiers()
Gets the Server |
|
abstract
Server |
getServerKeys()
Gets the Server |
|
abstract
Server |
getServerParameters()
Gets the Server |
|
abstract
Servers |
getServers()
Gets the Servers |
|
abstract
Server |
getServerSecurityAlertPolicies()
Gets the Server |
| abstract String |
getSubscriptionId()
Gets The ID of the target subscription. |
|
abstract
Top |
getTopQueryStatistics()
Gets the Top |
|
abstract
Virtual |
getVirtualNetworkRules()
Gets the Virtual |
|
abstract
Wait |
getWaitStatistics()
Gets the Wait |
Method Details
getAdvisors
public abstract AdvisorsClient getAdvisors()
Gets the AdvisorsClient object to access its operations.
Returns:
getCheckNameAvailabilities
public abstract CheckNameAvailabilitiesClient getCheckNameAvailabilities()
Gets the CheckNameAvailabilitiesClient object to access its operations.
Returns:
getConfigurations
public abstract ConfigurationsClient getConfigurations()
Gets the ConfigurationsClient object to access its operations.
Returns:
getDatabases
public abstract DatabasesClient getDatabases()
Gets the DatabasesClient 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:
getLocationBasedPerformanceTiers
public abstract LocationBasedPerformanceTiersClient getLocationBasedPerformanceTiers()
Gets the LocationBasedPerformanceTiersClient object to access its operations.
Returns:
getLocationBasedRecommendedActionSessionsOperationStatus
public abstract LocationBasedRecommendedActionSessionsOperationStatusClient getLocationBasedRecommendedActionSessionsOperationStatus()
Gets the LocationBasedRecommendedActionSessionsOperationStatusClient object to access its operations.
Returns:
getLocationBasedRecommendedActionSessionsResults
public abstract LocationBasedRecommendedActionSessionsResultsClient getLocationBasedRecommendedActionSessionsResults()
Gets the LocationBasedRecommendedActionSessionsResultsClient object to access its operations.
Returns:
getLogFiles
public abstract LogFilesClient getLogFiles()
Gets the LogFilesClient object to access its operations.
Returns:
getOperations
public abstract OperationsClient getOperations()
Gets the OperationsClient 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:
getQueryTexts
public abstract QueryTextsClient getQueryTexts()
Gets the QueryTextsClient object to access its operations.
Returns:
getRecommendedActions
public abstract RecommendedActionsClient getRecommendedActions()
Gets the RecommendedActionsClient object to access its operations.
Returns:
getRecoverableServers
public abstract RecoverableServersClient getRecoverableServers()
Gets the RecoverableServersClient object to access its operations.
Returns:
getReplicas
public abstract ReplicasClient getReplicas()
Gets the ReplicasClient object to access its operations.
Returns:
getResourceProviders
public abstract ResourceProvidersClient getResourceProviders()
Gets the ResourceProvidersClient object to access its operations.
Returns:
getServerAdministrators
public abstract ServerAdministratorsClient getServerAdministrators()
Gets the ServerAdministratorsClient object to access its operations.
Returns:
getServerBasedPerformanceTiers
public abstract ServerBasedPerformanceTiersClient getServerBasedPerformanceTiers()
Gets the ServerBasedPerformanceTiersClient object to access its operations.
Returns:
getServerKeys
public abstract ServerKeysClient getServerKeys()
Gets the ServerKeysClient object to access its operations.
Returns:
getServerParameters
public abstract ServerParametersClient getServerParameters()
Gets the ServerParametersClient object to access its operations.
Returns:
getServers
public abstract ServersClient getServers()
Gets the ServersClient object to access its operations.
Returns:
getServerSecurityAlertPolicies
public abstract ServerSecurityAlertPoliciesClient getServerSecurityAlertPolicies()
Gets the ServerSecurityAlertPoliciesClient object to access its operations.
Returns:
getSubscriptionId
public abstract String getSubscriptionId()
Gets The ID of the target subscription.
Returns:
getTopQueryStatistics
public abstract TopQueryStatisticsClient getTopQueryStatistics()
Gets the TopQueryStatisticsClient object to access its operations.
Returns:
getVirtualNetworkRules
public abstract VirtualNetworkRulesClient getVirtualNetworkRules()
Gets the VirtualNetworkRulesClient object to access its operations.
Returns:
getWaitStatistics
public abstract WaitStatisticsClient getWaitStatistics()
Gets the WaitStatisticsClient object to access its operations.
Returns: