New-UDEndpoint
Creates a scheduled endpoint with a dashboard.
SYNOPSIS
SYNTAX
Generic (Default)
New-UDEndpoint [-ArgumentList <Object[]>] [-Id <String>] [-Role <String[]>]
[<CommonParameters>]Endpoint
New-UDEndpoint -Endpoint <ScriptBlock> [-ArgumentList <Object[]>] [-Id <String>] [-Role <String[]>]
[<CommonParameters>]Scheduled
New-UDEndpoint -Endpoint <ScriptBlock> [-ArgumentList <Object[]>] [-Id <String>] -Schedule <EndpointSchedule>
[-Role <String[]>] [<CommonParameters>]JavaScript
New-UDEndpoint -JavaScript <String> [-ArgumentList <Object[]>] [-Id <String>] [-Role <String[]>]
[<CommonParameters>]DESCRIPTION
EXAMPLES
Example 1
PARAMETERS
-ArgumentList
-Endpoint
-Id
-Role
-Schedule
-JavaScript
CommonParameters
INPUTS
None
OUTPUTS
System.Object
NOTES
RELATED LINKS
Last updated
Was this helpful?