你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MySQLManagementClient 类

Microsoft Azure 管理 API 为 Azure MySQL 资源提供创建、读取、更新和删除功能,包括服务器、数据库、防火墙规则、VNET 规则、日志文件和具有新业务模型的配置。

继承
builtins.object
MySQLManagementClient

构造函数

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

参数

credential
TokenCredential
必需

客户端连接到 Azure 所需的凭据。

subscription_id
str
必需

目标订阅的 ID。

base_url
str
默认值: https://management.azure.com

服务 URL。 默认值为“https://management.azure.com”。

polling_interval
int

如果没有Retry-After标头,则 LRO 操作的两次轮询之间的默认等待时间。

变量

servers
ServersOperations

ServersOperations 操作

replicas
ReplicasOperations

ReplicasOperations 操作

backups
BackupsOperations

BackupOperations 操作

firewall_rules
FirewallRulesOperations

FirewallRulesOperations 操作

databases
DatabasesOperations

DatabasesOperations 操作

configurations
ConfigurationsOperations

ConfigurationsOperations 操作

location_based_capabilities
LocationBasedCapabilitiesOperations

LocationBasedCapabilitiesOperations 操作

check_virtual_network_subnet_usage
CheckVirtualNetworkSubnetUsageOperations

CheckVirtualNetworkSubnetUsageOperations 操作

check_name_availability
CheckNameAvailabilityOperations

CheckNameAvailabilityOperations 操作

get_private_dns_zone_suffix
GetPrivateDnsZoneSuffixOperations

GetPrivateDnsZoneSuffixOperations 操作

operations
Operations

操作操作

方法

close

close

close() -> None