palo_alto_networks_cloudngfw_cloud_manager_tenants
Creates, updates, deletes, gets or lists a palo_alto_networks_cloudngfw_cloud_manager_tenants
resource.
Overview
Name | palo_alto_networks_cloudngfw_cloud_manager_tenants |
Type | Resource |
Id | azure_isv.paloalto.palo_alto_networks_cloudngfw_cloud_manager_tenants |
Fields
The following fields are returned by SELECT
queries:
- list
The request has succeeded.
Name | Datatype | Description |
---|
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
list | select | 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. |
SELECT
examples
- list
The request has succeeded.
SELECT
*
FROM azure_isv.paloalto.palo_alto_networks_cloudngfw_cloud_manager_tenants
WHERE subscriptionId = '{{ subscriptionId }}' -- required
;