MySQLManagementClient Class

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.

Inheritance
builtins.object
MySQLManagementClient

Constructor

MySQLManagementClient(credential: TokenCredential, subscription_id: str, base_url: str = 'https://management.azure.com', **kwargs: Any)

Parameters

Name Description
credential
Required

Credential needed for the client to connect to Azure.

subscription_id
Required
str

The ID of the target subscription.

base_url
str

Service URL. Default value is 'https://management.azure.com'.

default value: https://management.azure.com

Keyword-Only Parameters

Name Description
polling_interval
int

Default waiting time between two polls for LRO operations if no Retry-After header is present.

Variables

Name Description
servers

ServersOperations operations

replicas

ReplicasOperations operations

backups

BackupsOperations operations

firewall_rules

FirewallRulesOperations operations

databases

DatabasesOperations operations

configurations

ConfigurationsOperations operations

location_based_capabilities

LocationBasedCapabilitiesOperations operations

check_virtual_network_subnet_usage

CheckVirtualNetworkSubnetUsageOperations operations

check_name_availability

CheckNameAvailabilityOperations operations

get_private_dns_zone_suffix

GetPrivateDnsZoneSuffixOperations operations

operations

Operations operations

Methods

close

close

close() -> None