Deployment schedule

Set-CPSDeploymentSchedule

Synopsis

Update a deployment schedule.

Syntax

Set-CPSDeploymentSchedule [-EnrollmentID] <Int32> [-ChangeID] <Int32> [[-NotAfter] <String>] [[-NotBefore] <String>] [[-EdgeRCFile] <String>] [[-Section] <String>] [[-AccountSwitchKey] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Updates the current deployment schedule.

Parameters

‑AccountSwitchKey

An account credential key that lets you move between accounts when using an API client enabled for multiple accounts. To find account switch keys, use Get-AccountSwitchKey.

‑ChangeID
Required

The change ID for an enrollment on which to perform the desired operation.

‑EdgeRCFile

Your EdgeGrid resource file to authenticate your command. Defaults to ~/.edgerc.

‑EnrollmentID
Required

Enrollment on which to perform the desired operation.

‑NotAfter

The time after when the change will no longer be in effect. This value is an ISO 8601 timestamp.

‑NotBefore

An ISO 8601 timestamp indicating when you want the change to take effect. If you don't set this, the change occurs immediately, although most changes take some time to take effect even when they are immediately effective.

‑Section

The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to default.

Related Links