Get-PodeVerb
SYNOPSIS
Get a Verb(s).
SYNTAX
Get-PodeVerb [[-Verb] <String>] [[-EndpointName] <String[]>] [<CommonParameters>]
DESCRIPTION
Get a Verb(s).
EXAMPLES
EXAMPLE 1
Get-PodeVerb -Verb 'Hello'
EXAMPLE 2
Get-PodeVerb -Verb 'Hello :username' -EndpointName User
PARAMETERS
-EndpointName
The name of an endpoint to filter verbs.
Type: String[]
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Verb
A Verb to filter the verbs.
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.