Skip to main content

application_gateways_available_response_headers

Creates, updates, deletes, gets or lists an application_gateways_available_response_headers resource.

Overview

Nameapplication_gateways_available_response_headers
TypeResource
Idazure.network.application_gateways_available_response_headers

Fields

The following fields are returned by SELECT queries:

Success. The operation returns a list of all available response headers.

NameDatatypeDescription

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
listselectsubscriptionIdLists all available response headers.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
subscriptionIdstring (uuid)The ID of the target subscription. The value must be an UUID.

SELECT examples

Lists all available response headers.

SELECT
*
FROM azure.network.application_gateways_available_response_headers
WHERE subscriptionId = '{{ subscriptionId }}' -- required
;