palo_alto_networks_cloudngfws
Creates, updates, deletes, gets or lists a palo_alto_networks_cloudngfws resource.
Overview
| Name | palo_alto_networks_cloudngfws |
| Type | Resource |
| Id | azure_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:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
create_product_serial_number | insert | subscriptionId |
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.
| Name | Datatype | Description |
|---|---|---|
subscriptionId | string | The ID of the target subscription. |
INSERT examples
- create_product_serial_number
- Manifest
No description available.
INSERT INTO azure_isv.paloalto.palo_alto_networks_cloudngfws (
subscriptionId
)
SELECT
'{{ subscriptionId }}'
RETURNING
status
;
# Description fields are for documentation purposes
- name: palo_alto_networks_cloudngfws
props:
- name: subscriptionId
value: string
description: Required parameter for the palo_alto_networks_cloudngfws resource.