Proxy zone manual filter names

Synopsis

Initialize manual filter names with a zone file.

Syntax

Set-EDNSProxyZoneManualFilterNames -ProxyID <String> -Name <String> [-AddSkipExisting] -Body <Object> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Set-EDNSProxyZoneManualFilterNames -ProxyID <String> -Name <String> [-ZoneFile <String>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Initializes manual filter names for a proxy zone.

Use Add-EDNSProxyZoneManualFilterName or Remove-EDNSProxyZoneManualFilterName to update 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.

‑AddSkipExisting

Whether the API should skip manual config entities that currently exist and were requested to add. If set to false, a Conflict Exception will be returned.

‑Body
Conditionally required

A request body, either as a PSCustomObject or a string. This parameter supports pipelining.

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

‑ZoneFile

Zone file from which to load manual filter names.

Related Links