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
SELECT
not supported for this resource, use SHOW METHODS
to view available operations for the resource.
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
create_product_serial_number | INSERT | subscriptionId |
INSERT
example
Use the following StackQL query and manifest file to create a new palo_alto_networks_cloudngfws
resource.
- All Properties
- Manifest
/*+ create */
INSERT INTO azure_isv.paloalto.palo_alto_networks_cloudngfws (
subscriptionId
)
SELECT
'{{ subscriptionId }}'
;
- name: your_resource_model_name
props: []