Record set for change list
Set-EdnsChangeListRecordSet
Synopsis
Modify record set for change list.
Syntax
Set-EdnsChangeListRecordSet -Zone <String> -Name <String> -Type <String> -Op <String> [-TTL <String>] [-RData <Object>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Set-EdnsChangeListRecordSet -Zone <String> -Body <Object> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description
Adds a record set change to the change list. Each change is an operation that affects a single record set: ADD
, EDIT
, or DELETE
. You can provide the record set attributes individually or pass all of them at once with the -Body
parameter.
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 Conditionally required |
A request body, either as a |
‑EdgeRCFile |
Your EdgeGrid resource file to authenticate your command. Defaults to |
‑Name Conditionally required |
A domain name, including the parent zone. |
‑Op Conditionally required |
The requested operation. You can |
‑RData |
An array or a comma-separated string. Each entry encodes the rdata for a single record. If you want to have three |
‑Section |
The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
‑TTL |
The number of seconds that this record should live in a resolver's cache before being refetched. |
‑Type Conditionally required |
The record set type. |
‑Zone Required |
Your zone's name |
Related Links
Updated 9 days ago