Start-SimanAwsRdServer⚓︎
SYNOPSIS⚓︎
Inicia servidores RDS del pool de AWS.
SYNTAX⚓︎
Object⚓︎
Start-SimanAwsRdServer -InputObject <Object> [<CommonParameters>]
Name⚓︎
Start-SimanAwsRdServer [-Name] <String[]> [<CommonParameters>]
DESCRIPTION⚓︎
Este comando inicia uno o mas servidores a la vez. Se pueden pasar los servidores a encender (obtenidos de otro comando) mediante el pipeline.
EXAMPLES⚓︎
Example 1⚓︎
PS C:\> {{ Add example code here }}
{{ Add example description here }}
PARAMETERS⚓︎
-InputObject⚓︎
Objeto proporcionado por el pipeline de tipo 'Siman.Cloud.AWS.Server'
Type: System.Object
Parameter Sets: Object
Aliases: Server
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
-Name⚓︎
Nombre o nombres de los RDS a iniciar
Type: System.String[]
Parameter Sets: Name
Aliases: ServerName, ComputerName
Required: True
Position: 1
Default value: None
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.