get Provider Action Collection Count
suspend fun getProviderActionCollectionCount(argument: GetProviderActionCollectionCountPlainArgs): GetProviderActionCollectionCountResult
Get the count of reports. Uses Azure REST API version 2024-06-27.
Return
The get collection count response.
Parameters
argument
null
suspend fun getProviderActionCollectionCount(type: String? = null): GetProviderActionCollectionCountResult
Return
The get collection count response.
Parameters
type
The resource type.
See also
suspend fun getProviderActionCollectionCount(argument: suspend GetProviderActionCollectionCountPlainArgsBuilder.() -> Unit): GetProviderActionCollectionCountResult
Return
The get collection count response.
Parameters
argument
Builder for com.pulumi.azurenative.appcomplianceautomation.kotlin.inputs.GetProviderActionCollectionCountPlainArgs.