1. Packages
  2. Azure Native v2
  3. API Docs
  4. testbase
  5. getBillingHubServiceUsage
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.testbase.getBillingHubServiceUsage

Explore with Pulumi AI

azure-native-v2 logo
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 REST API version: 2022-04-01-preview.

    Other available API versions: 2023-11-01-preview.

    Using getBillingHubServiceUsage

    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 getBillingHubServiceUsage(args: GetBillingHubServiceUsageArgs, opts?: InvokeOptions): Promise<GetBillingHubServiceUsageResult>
    function getBillingHubServiceUsageOutput(args: GetBillingHubServiceUsageOutputArgs, opts?: InvokeOptions): Output<GetBillingHubServiceUsageResult>
    def get_billing_hub_service_usage(end_time_stamp: Optional[str] = None,
                                      page_index: Optional[int] = None,
                                      page_size: Optional[int] = None,
                                      resource_group_name: Optional[str] = None,
                                      start_time_stamp: Optional[str] = None,
                                      test_base_account_name: Optional[str] = None,
                                      opts: Optional[InvokeOptions] = None) -> GetBillingHubServiceUsageResult
    def get_billing_hub_service_usage_output(end_time_stamp: Optional[pulumi.Input[str]] = None,
                                      page_index: Optional[pulumi.Input[int]] = None,
                                      page_size: Optional[pulumi.Input[int]] = None,
                                      resource_group_name: Optional[pulumi.Input[str]] = None,
                                      start_time_stamp: Optional[pulumi.Input[str]] = None,
                                      test_base_account_name: Optional[pulumi.Input[str]] = None,
                                      opts: Optional[InvokeOptions] = None) -> Output[GetBillingHubServiceUsageResult]
    func GetBillingHubServiceUsage(ctx *Context, args *GetBillingHubServiceUsageArgs, opts ...InvokeOption) (*GetBillingHubServiceUsageResult, error)
    func GetBillingHubServiceUsageOutput(ctx *Context, args *GetBillingHubServiceUsageOutputArgs, opts ...InvokeOption) GetBillingHubServiceUsageResultOutput

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

    public static class GetBillingHubServiceUsage 
    {
        public static Task<GetBillingHubServiceUsageResult> InvokeAsync(GetBillingHubServiceUsageArgs args, InvokeOptions? opts = null)
        public static Output<GetBillingHubServiceUsageResult> Invoke(GetBillingHubServiceUsageInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetBillingHubServiceUsageResult> getBillingHubServiceUsage(GetBillingHubServiceUsageArgs args, InvokeOptions options)
    public static Output<GetBillingHubServiceUsageResult> getBillingHubServiceUsage(GetBillingHubServiceUsageArgs args, InvokeOptions options)
    
    fn::invoke:
      function: azure-native:testbase:getBillingHubServiceUsage
      arguments:
        # arguments dictionary

    The following arguments are supported:

    EndTimeStamp string
    ResourceGroupName string
    The name of the resource group that contains the resource.
    StartTimeStamp string
    TestBaseAccountName string
    The resource name of the Test Base Account.
    PageIndex int
    PageSize int
    EndTimeStamp string
    ResourceGroupName string
    The name of the resource group that contains the resource.
    StartTimeStamp string
    TestBaseAccountName string
    The resource name of the Test Base Account.
    PageIndex int
    PageSize int
    endTimeStamp String
    resourceGroupName String
    The name of the resource group that contains the resource.
    startTimeStamp String
    testBaseAccountName String
    The resource name of the Test Base Account.
    pageIndex Integer
    pageSize Integer
    endTimeStamp string
    resourceGroupName string
    The name of the resource group that contains the resource.
    startTimeStamp string
    testBaseAccountName string
    The resource name of the Test Base Account.
    pageIndex number
    pageSize number
    end_time_stamp str
    resource_group_name str
    The name of the resource group that contains the resource.
    start_time_stamp str
    test_base_account_name str
    The resource name of the Test Base Account.
    page_index int
    page_size int
    endTimeStamp String
    resourceGroupName String
    The name of the resource group that contains the resource.
    startTimeStamp String
    testBaseAccountName String
    The resource name of the Test Base Account.
    pageIndex Number
    pageSize Number

    getBillingHubServiceUsage Result

    The following output properties are available:

    Supporting Types

    BillingHubExecutionUsageDetailResponse

    BillingHubGetUsageRequestResponse

    endTimeStamp String
    startTimeStamp String
    pageIndex Integer
    pageSize Integer

    BillingHubPackageUsageResponse

    BillingHubUsageGroupResponse

    BillingHubUsageGroupedByUpdateTypeResponse

    Package Details

    Repository
    azure-native-v2 pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native-v2 logo
    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