Change list settings
Set-EdnsChangeListSettings
Synopsis
Update change list settings.
Syntax
Set-EdnsChangeListSettings [-Zone] <String> [-Body] <Object> [[-EdgeRCFile] <String>] [[-Section] <String>] [[-AccountSwitchKey] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description
Updates the change list with new zone settings. You need to provide the entire Zone
object regardless of the number of fields you're updating.
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. |
‑Body Required |
A request body, either as a |
‑EdgeRCFile |
Your EdgeGrid resource file to authenticate your command. Defaults to |
‑Section |
The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
‑Zone Required |
Your zone's name |
Related Links
Updated about 9 hours ago