1. Packages
  2. Azure Native v2
  3. API Docs
  4. appcomplianceautomation
  5. getProviderActionCollectionCount
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

azure-native-v2.appcomplianceautomation.getProviderActionCollectionCount

Explore with Pulumi AI

These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

Get the count of reports. Azure REST API version: 2024-06-27.

Using getProviderActionCollectionCount

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getProviderActionCollectionCount(args: GetProviderActionCollectionCountArgs, opts?: InvokeOptions): Promise<GetProviderActionCollectionCountResult>
function getProviderActionCollectionCountOutput(args: GetProviderActionCollectionCountOutputArgs, opts?: InvokeOptions): Output<GetProviderActionCollectionCountResult>
Copy
def get_provider_action_collection_count(type: Optional[str] = None,
                                         opts: Optional[InvokeOptions] = None) -> GetProviderActionCollectionCountResult
def get_provider_action_collection_count_output(type: Optional[pulumi.Input[str]] = None,
                                         opts: Optional[InvokeOptions] = None) -> Output[GetProviderActionCollectionCountResult]
Copy
func GetProviderActionCollectionCount(ctx *Context, args *GetProviderActionCollectionCountArgs, opts ...InvokeOption) (*GetProviderActionCollectionCountResult, error)
func GetProviderActionCollectionCountOutput(ctx *Context, args *GetProviderActionCollectionCountOutputArgs, opts ...InvokeOption) GetProviderActionCollectionCountResultOutput
Copy

> Note: This function is named GetProviderActionCollectionCount in the Go SDK.

public static class GetProviderActionCollectionCount 
{
    public static Task<GetProviderActionCollectionCountResult> InvokeAsync(GetProviderActionCollectionCountArgs args, InvokeOptions? opts = null)
    public static Output<GetProviderActionCollectionCountResult> Invoke(GetProviderActionCollectionCountInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetProviderActionCollectionCountResult> getProviderActionCollectionCount(GetProviderActionCollectionCountArgs args, InvokeOptions options)
public static Output<GetProviderActionCollectionCountResult> getProviderActionCollectionCount(GetProviderActionCollectionCountArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:appcomplianceautomation:getProviderActionCollectionCount
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Type string
The resource type.
Type string
The resource type.
type String
The resource type.
type string
The resource type.
type str
The resource type.
type String
The resource type.

getProviderActionCollectionCount Result

The following output properties are available:

Count int
The count of the specified resource.
Count int
The count of the specified resource.
count Integer
The count of the specified resource.
count number
The count of the specified resource.
count int
The count of the specified resource.
count Number
The count of the specified resource.

Package Details

Repository
azure-native-v2 pulumi/pulumi-azure-native
License
Apache-2.0
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi