Stop-SimanAwsRdServer⚓︎
SYNOPSIS⚓︎
Detiene un servidor RDS del pool de AWS.
SYNTAX⚓︎
Stop-SimanAwsRdServer [-Name] <String> [-Force] [<CommonParameters>]
DESCRIPTION⚓︎
Este comando solo detiene un servidor a la vez. (No aplica entrada mediante el pipeline) Si el servidor tiene sesiones de usuario activas debera agregar el parametro -Force
EXAMPLES⚓︎
Example 1⚓︎
PS C:\> {{ Add example code here }}
{{ Add example description here }}
PARAMETERS⚓︎
-Name⚓︎
Nombre del servidor RDS a detener
Type: System.String
Parameter Sets: (All)
Aliases: ServerName, ComputerName
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Force⚓︎
Requerido si existe alguna sesion activa en el servidor
Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters⚓︎
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.