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

NameDatatypeDescription
countintegerThe count of the specified resource.

Methods

NameAccessible byRequired ParamsDescription
getSELECTGet the count of reports.

SELECT examples

Get the count of reports.

SELECT
count
FROM azure_extras.app_compliance_automation.provider_actions_collection_counts
;