Stop-SimanAwsServer⚓︎
SYNOPSIS⚓︎
Detiene uno o varios servidores de Siman Cloud en AWS
SYNTAX⚓︎
Object⚓︎
Stop-SimanAwsServer -InputObject <Server> [-Wait] [<CommonParameters>]
Name⚓︎
Stop-SimanAwsServer [-Name] <String[]> [-Wait] [<CommonParameters>]
DESCRIPTION⚓︎
{{ Fill in the Description }}
EXAMPLES⚓︎
Example 1⚓︎
PS C:\> {{ Add example code here }}
{{ Add example description here }}
PARAMETERS⚓︎
-InputObject⚓︎
{{ Fill InputObject Description }}
Type: System.Object
DefaultValue: None
SupportsWildcards: false
Aliases:
- Server
ParameterSets:
- Name: Object
Position: Named
IsRequired: true
ValueFromPipeline: true
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
-Name⚓︎
Nombre o nombres de los servidores a detener
Type: System.String[]
DefaultValue: None
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: Name
Position: 0
IsRequired: true
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
-Wait⚓︎
Espera a que la instancia de AWS este en state = 'stopped'
Type: System.Management.Automation.SwitchParameter
DefaultValue: False
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
Position: Named
IsRequired: false
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
CommonParameters⚓︎
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
INPUTS⚓︎
System.Object⚓︎
{{ Fill in the Description }}