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: AsyncTokenCredential, subscription_id: str, base_url: str = 'https://management.azure.com', **kwargs: Any)

Parameters

credential
AsyncTokenCredential
Required

Credential needed for the client to connect to Azure.

subscription_id
str
Required

The ID of the target subscription.

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

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

polling_interval
int

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

Variables

servers
ServersOperations

ServersOperations operations

replicas
ReplicasOperations

ReplicasOperations operations

backups
BackupsOperations

BackupsOperations operations

firewall_rules
FirewallRulesOperations

FirewallRulesOperations operations

databases
DatabasesOperations

DatabasesOperations operations

configurations
ConfigurationsOperations

ConfigurationsOperations operations

location_based_capabilities
LocationBasedCapabilitiesOperations

LocationBasedCapabilitiesOperations operations

check_virtual_network_subnet_usage
CheckVirtualNetworkSubnetUsageOperations

CheckVirtualNetworkSubnetUsageOperations operations

check_name_availability
CheckNameAvailabilityOperations

CheckNameAvailabilityOperations operations

get_private_dns_zone_suffix
GetPrivateDnsZoneSuffixOperations

GetPrivateDnsZoneSuffixOperations operations

operations
Operations

Operations operations

Methods

close

close

async close() -> None