Interface MySqlManagementClient


  • public interface MySqlManagementClient
    The interface for MySqlManagementClient class.
    • Method Detail

      • getSubscriptionId

        String getSubscriptionId()
        Gets The ID of the target subscription.
        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.
      • 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.
      • getBackups

        BackupsClient getBackups()
        Gets the BackupsClient object to access its operations.
        Returns:
        the BackupsClient object.
      • getFirewallRules

        FirewallRulesClient getFirewallRules()
        Gets the FirewallRulesClient object to access its operations.
        Returns:
        the FirewallRulesClient 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.
      • getLocationBasedCapabilities

        LocationBasedCapabilitiesClient getLocationBasedCapabilities()
        Gets the LocationBasedCapabilitiesClient object to access its operations.
        Returns:
        the LocationBasedCapabilitiesClient object.
      • getCheckVirtualNetworkSubnetUsages

        CheckVirtualNetworkSubnetUsagesClient getCheckVirtualNetworkSubnetUsages()
        Gets the CheckVirtualNetworkSubnetUsagesClient object to access its operations.
        Returns:
        the CheckVirtualNetworkSubnetUsagesClient object.
      • getCheckNameAvailabilities

        CheckNameAvailabilitiesClient getCheckNameAvailabilities()
        Gets the CheckNameAvailabilitiesClient object to access its operations.
        Returns:
        the CheckNameAvailabilitiesClient object.
      • getGetPrivateDnsZoneSuffixes

        GetPrivateDnsZoneSuffixesClient getGetPrivateDnsZoneSuffixes()
        Gets the GetPrivateDnsZoneSuffixesClient object to access its operations.
        Returns:
        the GetPrivateDnsZoneSuffixesClient object.
      • getOperations

        OperationsClient getOperations()
        Gets the OperationsClient object to access its operations.
        Returns:
        the OperationsClient object.