Get PodeStaticRoute - mdaneri/Pode GitHub Wiki
Get a static Route(s).
Get-PodeStaticRoute [[-Path] <String>] [[-EndpointName] <String[]>] [-ProgressAction <ActionPreference>]
[<CommonParameters>]
Get a static Route(s).
Get-PodeStaticRoute -Path '/assets'
Get-PodeStaticRoute -Path '/assets' -EndpointName User
The name of an endpoint to filter static routes.
Type: String[]
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseA Path to filter the static routes.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False{{ Fill ProgressAction Description }}
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.