provider_actions_collection_counts
Creates, updates, deletes, gets or lists a provider_actions_collection_counts
resource.
Overview
Name | provider_actions_collection_counts |
Type | Resource |
Id | azure_extras.app_compliance_automation.provider_actions_collection_counts |
Fields
Name | Datatype | Description |
---|---|---|
count | integer | The count of the specified resource. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT |
| Get the count of reports. |
SELECT
examples
Get the count of reports.
SELECT
count
FROM azure_extras.app_compliance_automation.provider_actions_collection_counts
;