1. Packages
  2. Azure Native
  3. API Docs
  4. testbase
  5. getBillingHubServiceUsage
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.38.0 published on Monday, Apr 22, 2024 by Pulumi

azure-native.testbase.getBillingHubServiceUsage

Explore with Pulumi AI

azure-native logo
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.38.0 published on Monday, Apr 22, 2024 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)
    // Output-based functions aren't available in Java yet
    
    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 pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    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.38.0 published on Monday, Apr 22, 2024 by Pulumi