azure.mgmt.rdbms.mysql package

Module contents

class azure.mgmt.rdbms.mysql.MySQLManagementClient(credentials, subscription_id, base_url=None)[source]

Bases: azure.mgmt.rdbms.mysql.operations._my_sql_management_client_operations.MySQLManagementClientOperationsMixin, msrest.service_client.SDKClient

The Microsoft Azure management API provides create, read, update, and delete functionality for Azure MySQL resources including servers, databases, firewall rules, VNET rules, log files and configurations with new business model.

Variables
Parameters
  • credentials (A msrestazure Credentials object) – Credentials needed for the client to connect to Azure.

  • subscription_id (str) – The ID of the target subscription.

  • base_url (str) – Service URL

class azure.mgmt.rdbms.mysql.MySQLManagementClientConfiguration(credentials, subscription_id, base_url=None)[source]

Bases: msrestazure.azure_configuration.AzureConfiguration

Configuration for MySQLManagementClient Note that all parameters used to create this instance are saved as instance attributes.

Parameters
  • credentials (A msrestazure Credentials object) – Credentials needed for the client to connect to Azure.

  • subscription_id (str) – The ID of the target subscription.

  • base_url (str) – Service URL