Skip to main content

provider_actions_collection_counts

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

Overview

Nameprovider_actions_collection_counts
TypeResource
Idazure_extras.app_compliance_automation.provider_actions_collection_counts

Fields

The following fields are returned by SELECT queries:

Azure operation completed successfully.

NameDatatypeDescription
countinteger (int32)The count of the specified resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
getselectGet 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.

NameDatatypeDescription

SELECT examples

Get the count of reports.

SELECT
count
FROM azure_extras.app_compliance_automation.provider_actions_collection_counts
;