Az.MySql Module
Microsoft Azure PowerShell: MySql cmdlets
Database for MySQL
| Cmdlet | Description |
|---|---|
| Get-AzMySqlFlexibleServer |
Gets information about a server. |
| Get-AzMySqlFlexibleServerAdvancedThreatProtectionSetting |
Get a server's Advanced Threat Protection state |
| Get-AzMySqlFlexibleServerConfiguration |
Gets information about a configuration of server. |
| Get-AzMySqlFlexibleServerConnectionString |
Get the connection string according to client connection provider. |
| Get-AzMySqlFlexibleServerDatabase |
Gets information about a database. |
| Get-AzMySqlFlexibleServerFirewallRule |
Gets information about a server firewall rule. |
| Get-AzMySqlFlexibleServerLocationBasedCapability |
Get the available SKU information for the location |
| Get-AzMySqlFlexibleServerReplica |
List all the replicas for a given server. |
| New-AzMySqlFlexibleServer |
Creates a new MySQL flexible server. |
| New-AzMySqlFlexibleServerDatabase |
Create a new database or create an existing database. |
| New-AzMySqlFlexibleServerFirewallRule |
Creates a new firewall rule for MySQL flexible server |
| New-AzMySqlFlexibleServerReplica |
Creates a replica server for a MySQL flexible server |
| Remove-AzMySqlFlexibleServer |
Deletes a server. |
| Remove-AzMySqlFlexibleServerDatabase |
Deletes a database. |
| Remove-AzMySqlFlexibleServerFirewallRule |
Deletes a firewall rule. |
| Restart-AzMySqlFlexibleServer |
Restarts a server. |
| Restore-AzMySqlFlexibleServer |
Restore a server from an existing backup using GeoRestore |
| Start-AzMySqlFlexibleServer |
Starts a server. |
| Stop-AzMySqlFlexibleServer |
Stops a server. |
| Test-AzMySqlFlexibleServerConnect |
Test out the connection to the database server |
| Update-AzMySqlFlexibleServer |
Updates an existing MySQL flexible server. The request body can contain one to many of the properties present in the normal server definition. Use Update-AzMySqlFlexibleServerConfiguration instead if you want update server parameters such as wait_timeout or net_retry_count. |
| Update-AzMySqlFlexibleServerAdvancedThreatProtectionSetting |
Update a server's Advanced Threat Protection state. |
| Update-AzMySqlFlexibleServerConfiguration |
Updates information about a configuration of a MySQL flexible server. |
| Update-AzMySqlFlexibleServerFirewallRule |
Updates an existing firewall rule. |