PostgreSQLManagementClient Class

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

Inheritance
builtins.object
PostgreSQLManagementClient

Constructor

PostgreSQLManagementClient(credential: AsyncTokenCredential, subscription_id: str, base_url: str | None = None, **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: None

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

firewall_rules

FirewallRulesOperations operations

configurations

ConfigurationsOperations operations

check_name_availability

CheckNameAvailabilityOperations operations

location_based_capabilities

LocationBasedCapabilitiesOperations operations

virtual_network_subnet_usage

VirtualNetworkSubnetUsageOperations operations

operations

Operations operations

databases

DatabasesOperations operations

get_private_dns_zone_suffix

GetPrivateDnsZoneSuffixOperations operations

Methods

close

close

async close() -> None