Record set names for change list

Get-EdnsChangeListRecordSetNames

Synopsis

Get record set names for change list.

Syntax

Get-EdnsChangeListRecordSetNames [-Zone] <String> [[-EdgeRCFile] <String>] [[-Section] <String>] [[-AccountSwitchKey] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Retrieves a list of record names that exist on this zone, based on the change list. If a record is deleted from the change list, it doesn't appear on the list of records returned. If no record sets exist within the change list, this operation returns an empty list.

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.

‑EdgeRCFile

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

‑Section

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

‑Zone
Required

Your zone's name

Related Links