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.
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
|
The ID of the target subscription. |
base_url
|
Service URL Default value: None
|
Keyword-Only Parameters
Name | Description |
---|---|
polling_interval
|
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 |
firewall_rules
|
FirewallRulesOperations operations |
virtual_network_rules
|
VirtualNetworkRulesOperations operations |
databases
|
DatabasesOperations operations |
configurations
|
ConfigurationsOperations operations |
server_parameters
|
ServerParametersOperations operations |
log_files
|
LogFilesOperations operations |
server_administrators
|
ServerAdministratorsOperations operations |
recoverable_servers
|
RecoverableServersOperations operations |
server_based_performance_tier
|
ServerBasedPerformanceTierOperations operations |
location_based_performance_tier
|
LocationBasedPerformanceTierOperations operations |
check_name_availability
|
CheckNameAvailabilityOperations operations |
operations
|
Operations operations |
server_security_alert_policies
|
ServerSecurityAlertPoliciesOperations operations |
private_endpoint_connections
|
PrivateEndpointConnectionsOperations operations |
private_link_resources
|
PrivateLinkResourcesOperations operations |
server_keys
|
ServerKeysOperations operations |
Methods
close |
close
async close() -> None