Proxy zone

Synopsis

Get a proxy zone by name.

Syntax

Get-EDNSProxyZone -ProxyID <String> [-Search <String>] [-FilterMode <String>] [-Page <Int32>] [-PageSize <Int32>] [-SortBy <String>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Get-EDNSProxyZone -ProxyID <String> [-Name <String>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Get a proxy zone that the current user has access to manage by proxy zone name.

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.

‑FilterMode

Limits the proxy zones belonging to the specified filter modes.

‑Name

A domain name, including the parent zone.

‑Page

Which page of results to return. The first page is page 1.

‑PageSize

The number of results per page to return.

‑ProxyID
Required

The proxy ID you're working with.

‑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 default.

‑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 name and type.

Related Links