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
The following fields are returned by SELECT
queries:
- get
Azure operation completed successfully.
Name | Datatype | Description |
---|---|---|
count | integer (int32) | The count of the specified resource. |
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
get | select | Get the count of reports. |
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 |
---|
SELECT
examples
- get
Get the count of reports.
SELECT
count
FROM azure_extras.app_compliance_automation.provider_actions_collection_counts
;