Proxy zone apex alias

Synopsis

Save the apex alias for a proxy zone.

Syntax

Set-EDNSProxyZoneApexAlias [-ProxyID] <String> [-Name] <String> [-ApexAlias] <String> [[-EdgeRCFile] <String>] [[-Section] <String>] [[-AccountSwitchKey] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Save the apex alias for a proxy zone.

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.

‑ApexAlias
Required

An Edge DNS proxy zones apex alias record.

‑EdgeRCFile

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

‑Name
Required

A domain name, including the parent zone.

‑ProxyID
Required

The proxy ID you're working with.

‑Section

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

Related Links