@@ -8,7 +8,7 @@ schema: 2.0.0
88# Restart-AzMariaDbServer
99
1010## SYNOPSIS
11-
11+ Restarts a server.
1212
1313## SYNTAX
1414
@@ -25,7 +25,7 @@ Restart-AzMariaDbServer -InputObject <IMariaDbIdentity> [-DefaultProfile <PSObje
2525```
2626
2727## DESCRIPTION
28-
28+ Restarts a server.
2929
3030## EXAMPLES
3131
@@ -48,7 +48,7 @@ This command restart a MariaDB.
4848## PARAMETERS
4949
5050### -AsJob
51-
51+ Run the command as a job
5252
5353``` yaml
5454Type : System.Management.Automation.SwitchParameter
@@ -63,7 +63,7 @@ Accept wildcard characters: False
6363` ` `
6464
6565### -DefaultProfile
66-
66+ The credentials, account, tenant, and subscription used for communication with Azure.
6767
6868` ` ` yaml
6969Type : System.Management.Automation.PSObject
@@ -78,6 +78,7 @@ Accept wildcard characters: False
7878` ` `
7979
8080### -InputObject
81+ Identity Parameter
8182To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
8283
8384` ` ` yaml
@@ -93,7 +94,7 @@ Accept wildcard characters: False
9394` ` `
9495
9596### -Name
96-
97+ The name of the server.
9798
9899` ` ` yaml
99100Type : System.String
@@ -108,7 +109,7 @@ Accept wildcard characters: False
108109` ` `
109110
110111### -NoWait
111-
112+ Run the command asynchronously
112113
113114` ` ` yaml
114115Type : System.Management.Automation.SwitchParameter
@@ -123,7 +124,7 @@ Accept wildcard characters: False
123124` ` `
124125
125126### -PassThru
126-
127+ Returns true when the command succeeds
127128
128129` ` ` yaml
129130Type : System.Management.Automation.SwitchParameter
@@ -138,7 +139,8 @@ Accept wildcard characters: False
138139` ` `
139140
140141### -ResourceGroupName
141-
142+ The name of the resource group that contains the resource.
143+ You can obtain this value from the Azure Resource Manager API or the portal.
142144
143145` ` ` yaml
144146Type : System.String
@@ -153,7 +155,7 @@ Accept wildcard characters: False
153155` ` `
154156
155157### -SubscriptionId
156-
158+ The subscription ID that identifies an Azure subscription.
157159
158160` ` ` yaml
159161Type : System.String
@@ -218,7 +220,7 @@ COMPLEX PARAMETER PROPERTIES
218220To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
219221
220222
221- INPUTOBJECT <IMariaDbIdentity>:
223+ INPUTOBJECT <IMariaDbIdentity>: Identity Parameter
222224 - ` [ConfigurationName <String>]`: The name of the server configuration.
223225 - `[DatabaseName <String>]` : The name of the database.
224226 - `[FirewallRuleName <String>]` : The name of the server firewall rule.
0 commit comments