Get-PodeStaticRoute
SYNOPSIS
Get a static Route(s).
SYNTAX
Get-PodeStaticRoute [[-Path] <String>] [[-EndpointName] <String[]>] [<CommonParameters>]
DESCRIPTION
Get a static Route(s).
EXAMPLES
EXAMPLE 1
Get-PodeStaticRoute -Path '/assets'
EXAMPLE 2
Get-PodeStaticRoute -Path '/assets' -EndpointName User
PARAMETERS
-EndpointName
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: False
-Path
A 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
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.