azure.mgmt.rdbms.mysql package

Module contents

class azure.mgmt.rdbms.mysql.MySQLManagementClient(credential: ‘TokenCredential’, subscription_id: str, base_url: Optional[str] = None, **kwargs: Any)[source]

Bases: azure.mgmt.rdbms.mysql.operations._my_sql_management_client_operations.MySQLManagementClientOperationsMixin

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
  • credential (TokenCredential) – Credential needed for the client to connect to Azure.

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

  • base_url (str) – Service URL

Keyword Arguments

polling_interval (int) – Default waiting time between two polls for LRO operations if no Retry-After header is present.

close()None[source]