This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.47.1 published on Monday, Jun 24, 2024 by Pulumi
azure-native.appcomplianceautomation.getProviderActionCollectionCount
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.47.1 published on Monday, Jun 24, 2024 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>
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]
func GetProviderActionCollectionCount(ctx *Context, args *GetProviderActionCollectionCountArgs, opts ...InvokeOption) (*GetProviderActionCollectionCountResult, error)
func GetProviderActionCollectionCountOutput(ctx *Context, args *GetProviderActionCollectionCountOutputArgs, opts ...InvokeOption) GetProviderActionCollectionCountResultOutput
> 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)
}
public static CompletableFuture<GetProviderActionCollectionCountResult> getProviderActionCollectionCount(GetProviderActionCollectionCountArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:appcomplianceautomation:getProviderActionCollectionCount
arguments:
# arguments dictionary
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 pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.47.1 published on Monday, Jun 24, 2024 by Pulumi