Skip to main content

palo_alto_networks_cloudngfws

Creates, updates, deletes, gets or lists a palo_alto_networks_cloudngfws resource.

Overview

Namepalo_alto_networks_cloudngfws
TypeResource
Idazure_isv.paloalto.palo_alto_networks_cloudngfws

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
create_product_serial_numberinsertsubscriptionId

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
subscriptionIdstringThe ID of the target subscription.

INSERT examples

No description available.

INSERT INTO azure_isv.paloalto.palo_alto_networks_cloudngfws (
subscriptionId
)
SELECT
'{{ subscriptionId }}'
RETURNING
status
;