Record set types for name and change list
Get-EdnsChangeListRecordSetTypes
Synopsis
Get record set types for name and change list.
Syntax
Get-EdnsChangeListRecordSetTypes [-Zone] <String> [-Name] <String> [[-EdgeRCFile] <String>] [[-Section] <String>] [[-AccountSwitchKey] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description
Retrieves a list of record set types that exist at a given name, based on the selected change list. The list of record sets returned reflects the changes added to the change list. The response doesn't include the records deleted in this change list. If the name doesn't exist within the change list, the 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 |
‑Name Required |
A domain name, including the parent zone. |
‑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 6 days ago