Skip to main content

palo_alto_networks_cloudngfw_product_serial_number_status

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

Overview

Namepalo_alto_networks_cloudngfw_product_serial_number_status
TypeResource
Idazure_isv.paloalto.palo_alto_networks_cloudngfw_product_serial_number_status

Fields

The following fields are returned by SELECT queries:

The request has succeeded.

NameDatatypeDescription
serialNumberstringproduct Serial associated with given resource
statusstringallocation status of the product serial number

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
listselectsubscriptionId

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.

SELECT examples

The request has succeeded.

SELECT
serialNumber,
status
FROM azure_isv.paloalto.palo_alto_networks_cloudngfw_product_serial_number_status
WHERE subscriptionId = '{{ subscriptionId }}' -- required
;