Proxy zone delete result

Synopsis

Get a bulk proxy zone delete result.

Syntax

Get-EDNSProxyZoneDeleteResult -ProxyID <String> [-Page <Int32>] [-PageSize <Int32>] [-ShowAll] [-IsComplete] [-IsExpired] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Get-EDNSProxyZoneDeleteResult -ProxyID <String> -RequestID <String> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Retrieves the result from a completed request.

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.

‑IsComplete

Returns only completed requests.

‑IsExpired

Returns requests based on request expiration.

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

‑RequestID
Conditionally required

The ID of the create request.

‑Section

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

‑ShowAll

Disables paging and sorting and shows the entire list all at once, false by default. Using this parameter may significantly increase the response time.

Related Links