Zone version record set
Get-EdnsZoneVersionRecordSet
Synopsis
Get version's record sets.
Syntax
Get-EdnsZoneVersionRecordSet [-Zone] <String> [-VersionID] <String> [[-Types] <Object>] [[-Search] <String>] [[-SortBy] <Object>] [[-EdgeRCFile] <String>] [[-Section] <String>] [[-AccountSwitchKey] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description
Gets all record sets for a specific version of the zone, specified by its UUID. The operation works for primary and secondary zones. You can control response paging with the -Page
and -PageSize
parameters.
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 |
‑Search |
Displays only record sets whose NAME or RDATA field matches this value. The entire record set, that is all records with the same name and type are shown if any record in the set has a NAME or RDATA that matches the value case-insensitively. |
‑Section |
The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
‑SortBy |
Sorts the list on the specified fields. You can specify multiple fields as a comma-separated list. Placing a dash before a field name sorts it in descending order. Allowed fields include |
‑Types |
Displays only record sets that match one of the provided types. Specifies multiple fields as a comma-separated list. Ignores illegal or disallowed record types. |
‑VersionID Required |
A zone version tag ID. |
‑Zone Required |
Your zone's name |
Related Links
Updated 8 days ago