DbforpostgresqlFunctions

Functions

Link copied to clipboard

Gets information about a configuration of server. API Version: 2017-12-01.

suspend fun getConfiguration(configurationName: String, resourceGroupName: String, serverName: String): GetConfigurationResult
Link copied to clipboard

Gets information about a database. API Version: 2017-12-01.

suspend fun getDatabase(argument: suspend GetDatabasePlainArgsBuilder.() -> Unit): GetDatabaseResult
suspend fun getDatabase(databaseName: String, resourceGroupName: String, serverName: String): GetDatabaseResult
Link copied to clipboard

Gets information about a server firewall rule. API Version: 2017-12-01.

suspend fun getFirewallRule(firewallRuleName: String, resourceGroupName: String, serverName: String): GetFirewallRuleResult
Link copied to clipboard

Gets a private endpoint connection. API Version: 2018-06-01.

suspend fun getPrivateEndpointConnection(privateEndpointConnectionName: String, resourceGroupName: String, serverName: String): GetPrivateEndpointConnectionResult
Link copied to clipboard

Gets information about a server. API Version: 2017-12-01.

suspend fun getServer(argument: suspend GetServerPlainArgsBuilder.() -> Unit): GetServerResult
suspend fun getServer(resourceGroupName: String, serverName: String): GetServerResult
Link copied to clipboard

Gets information about a AAD server administrator. API Version: 2017-12-01.

suspend fun getServerAdministrator(resourceGroupName: String, serverName: String): GetServerAdministratorResult
Link copied to clipboard

Gets a PostgreSQL Server key. API Version: 2020-01-01.

suspend fun getServerKey(keyName: String, resourceGroupName: String, serverName: String): GetServerKeyResult
Link copied to clipboard

Get a server's security alert policy. API Version: 2017-12-01.

suspend fun getServerSecurityAlertPolicy(resourceGroupName: String, securityAlertPolicyName: String, serverName: String): GetServerSecurityAlertPolicyResult
Link copied to clipboard

Gets a virtual network rule. API Version: 2017-12-01.

suspend fun getVirtualNetworkRule(resourceGroupName: String, serverName: String, virtualNetworkRuleName: String): GetVirtualNetworkRuleResult