Az.PostgreSql
Microsoft Azure PowerShell: PostgreSql cmdlets
Database for PostgreSQL
Get-AzPostgreSqlConfiguration |
Gets information about a configuration of server. |
Get-AzPostgreSqlConnectionString |
Get the connection string according to client connection provider. |
Get-AzPostgreSqlFirewallRule |
Gets information about a server firewall rule. |
Get-AzPostgreSqlFlexibleServer |
Gets information about a server. |
Get-AzPostgreSqlFlexibleServerConfiguration |
Gets information about a configuration of server. |
Get-AzPostgreSqlFlexibleServerConnectionString |
Get the connection string according to client connection provider. |
Get-AzPostgreSqlFlexibleServerDatabase |
Gets information about a database. |
Get-AzPostgreSqlFlexibleServerFirewallRule |
List all the firewall rules in a given server. |
Get-AzPostgreSqlFlexibleServerLocationBasedCapability |
Get the available SKU information for the location |
Get-AzPostgreSqlReplica |
List all the replicas for a given server. |
Get-AzPostgreSqlServer |
Gets information about a server. |
Get-AzPostgreSqlVirtualNetworkRule |
Gets a virtual network rule. |
New-AzPostgreSqlFirewallRule |
Creates a new firewall rule or updates an existing firewall rule. |
New-AzPostgreSqlFlexibleServer |
Creates a new server. |
New-AzPostgreSqlFlexibleServerDatabase |
Creates a new database or updates an existing database. |
New-AzPostgreSqlFlexibleServerFirewallRule |
Creates a new firewall rule or updates an existing firewall rule. |
New-AzPostgreSqlReplica |
Creates a new replica from an existing database. |
New-AzPostgreSqlServer |
Creates a new server. |
New-AzPostgreSqlVirtualNetworkRule |
Creates or updates an existing virtual network rule. |
Remove-AzPostgreSqlFirewallRule |
Deletes a server firewall rule. |
Remove-AzPostgreSqlFlexibleServer |
Deletes a server. |
Remove-AzPostgreSqlFlexibleServerDatabase |
Deletes a database. |
Remove-AzPostgreSqlFlexibleServerFirewallRule |
Deletes a PostgreSQL server firewall rule. |
Remove-AzPostgreSqlServer |
Deletes a server. |
Remove-AzPostgreSqlVirtualNetworkRule |
Deletes the virtual network rule with the given name. |
Restart-AzPostgreSqlFlexibleServer |
Restarts a server. |
Restart-AzPostgreSqlServer |
Restarts a server. |
Restore-AzPostgreSqlFlexibleServer |
Restore a server from an existing backup |
Restore-AzPostgreSqlServer |
Restore a server from an existing backup |
Start-AzPostgreSqlFlexibleServer |
Starts a server. |
Stop-AzPostgreSqlFlexibleServer |
Stops a server. |
Test-AzPostgreSqlFlexibleServerConnect |
Test out the connection to the database server |
Update-AzPostgreSqlConfiguration |
Updates a configuration of a server. Use Update-AzPostgreSqlServer instead if you want update AdministratorLoginPassword, sku, etc. |
Update-AzPostgreSqlFirewallRule |
Creates a new firewall rule or updates an existing firewall rule. |
Update-AzPostgreSqlFlexibleServer |
Updates an existing server. The request body can contain one to many of the properties present in the normal server definition. Use Update-AzPostSqlFlexibleServerConfiguration instead if you want update server parameters such as wait_timeout or net_retry_count. |
Update-AzPostgreSqlFlexibleServerConfiguration |
Updates a configuration of a server. Use Update-AzPostgreSqlFlexibleServer instead if you want update AdministratorLoginPassword, sku, etc. |
Update-AzPostgreSqlFlexibleServerFirewallRule |
Creates a new firewall rule or updates an existing firewall rule. |
Update-AzPostgreSqlServer |
Updates an existing server. The request body can contain one to many of the properties present in the normal server definition. Use Update-AzPostSqlConfiguration instead if you want update server parameters such as wait_timeout or net_retry_count. |
Update-AzPostgreSqlVirtualNetworkRule |
Creates or updates an existing virtual network rule. |
Azure PowerShell