For the complete documentation index, see llms.txt. This page is also available as Markdown.

New-UDEndpointSchedule

Creates a schedule for New-UDEndpoint.

SYNOPSIS

Creates a schedule for New-UDEndpoint.

SYNTAX

EverySecond

New-UDEndpointSchedule -Every <Int32> [-Repeat <Int32>] [-Consecutive] [-Second]
 [<CommonParameters>]

EveryMinute

New-UDEndpointSchedule -Every <Int32> [-Repeat <Int32>] [-Consecutive] [-Minute]
 [<CommonParameters>]

EveryHour

New-UDEndpointSchedule -Every <Int32> [-Repeat <Int32>] [-Consecutive] [-Hour]
 [<CommonParameters>]

EveryDay

New-UDEndpointSchedule -Every <Int32> [-Repeat <Int32>] [-Consecutive] [-Day]
 [<CommonParameters>]

Cron

DESCRIPTION

Creates a schedule for New-UDEndpoint.

EXAMPLES

Example 1

Caches processes every 10 seconds.

PARAMETERS

-Consecutive

-Cron

A CRON expression that defines the endpoint schedule.

-Day

The Every parameter refers to days.

-Every

The unit of time between scheduled runs.

-Hour

The Every parameter refers to hours.

-Minute

The Every parameter refers to minutes.

-Repeat

-Second

The Every parameter refers to Seconds.

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -Verbose, -WarningAction, -WarningVariable, and -ProgressAction. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

System.Object

NOTES

Last updated

Was this helpful?