Install-SimanLegacyWebApp⚓︎
SYNOPSIS⚓︎
Instala la versión 1 de la WebAPI SimanG8.
SYNTAX⚓︎
Install-SimanLegacyWebApp [-SusId] <SubscriptionId> -AppPath <string> [-WebApp <string>]
[-DatabaseName <string>] [-Force] [<CommonParameters>]
DESCRIPTION⚓︎
Instala la WebAPI v1 de SimanG8 en el servidor IIS de AWS
EXAMPLES⚓︎
Example 1⚓︎
PS> Install-SimanLegacyWebApp -SusId 55 -AppPath prodisa
SusId WebApp URI
----- ------ ----
SUS055 WebAPI https://apps.simang8.com/prodisa/WebAPI
PARAMETERS⚓︎
-AppPath⚓︎
Nombre de la ruta dentro de la url global desde donde se podra acceder a la WebAPI instalada.
https://apps.simang8.com/<<AppPath>>/WebAPI
Type: System.String
DefaultValue: ''
SupportsWildcards: false
Aliases:
- VirtualDir
ParameterSets:
- Name: (All)
Position: Named
IsRequired: true
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
-DatabaseName⚓︎
Nombre de la base de datos sin el prefijo del suscriptor
Type: System.String
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
Position: Named
IsRequired: false
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
-Force⚓︎
Elimina e instala nuevamente la WebApp si ya estuviera configurada previamente
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: ''
-SusId⚓︎
El valor de este parametro deberá ser un único ID de suscriptor SUSnnn o una variable de tipo [Siman.Cloud.Model.SubscriptionId].
Type: Siman.Cloud.Model.SubscriptionId
DefaultValue: ''
SupportsWildcards: false
Aliases:
- Id
ParameterSets:
- Name: (All)
Position: 0
IsRequired: true
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
-WebApp⚓︎
Nombre de la aplicación o servicio Web a instalar.
Actualmente solo es válida la selección de
WebAPI
Type: System.String
DefaultValue: WebAPI
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.