1. Packages
  2. Azure Native
  3. API Docs
  4. testbase
  5. getBillingHubServiceUsage
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

azure-native.testbase.getBillingHubServiceUsage

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

Uses Azure REST API version 2023-11-01-preview.

Other available API versions: 2022-04-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native testbase [ApiVersion]. See the version guide for details.

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>
Copy
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]
Copy
func GetBillingHubServiceUsage(ctx *Context, args *GetBillingHubServiceUsageArgs, opts ...InvokeOption) (*GetBillingHubServiceUsageResult, error)
func GetBillingHubServiceUsageOutput(ctx *Context, args *GetBillingHubServiceUsageOutputArgs, opts ...InvokeOption) GetBillingHubServiceUsageResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetBillingHubServiceUsageResult> getBillingHubServiceUsage(GetBillingHubServiceUsageArgs args, InvokeOptions options)
public static Output<GetBillingHubServiceUsageResult> getBillingHubServiceUsage(GetBillingHubServiceUsageArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:testbase:getBillingHubServiceUsage
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

EndTimeStamp This property is required. string
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
StartTimeStamp This property is required. string
TestBaseAccountName
This property is required.
Changes to this property will trigger replacement.
string
The resource name of the Test Base Account.
PageIndex int
PageSize int
EndTimeStamp This property is required. string
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
StartTimeStamp This property is required. string
TestBaseAccountName
This property is required.
Changes to this property will trigger replacement.
string
The resource name of the Test Base Account.
PageIndex int
PageSize int
endTimeStamp This property is required. String
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
startTimeStamp This property is required. String
testBaseAccountName
This property is required.
Changes to this property will trigger replacement.
String
The resource name of the Test Base Account.
pageIndex Integer
pageSize Integer
endTimeStamp This property is required. string
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
startTimeStamp This property is required. string
testBaseAccountName
This property is required.
Changes to this property will trigger replacement.
string
The resource name of the Test Base Account.
pageIndex number
pageSize number
end_time_stamp This property is required. str
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group. The name is case insensitive.
start_time_stamp This property is required. str
test_base_account_name
This property is required.
Changes to this property will trigger replacement.
str
The resource name of the Test Base Account.
page_index int
page_size int
endTimeStamp This property is required. String
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
startTimeStamp This property is required. String
testBaseAccountName
This property is required.
Changes to this property will trigger replacement.
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 This property is required. string
StartTimeStamp This property is required. string
PageIndex int
PageSize int
EndTimeStamp This property is required. string
StartTimeStamp This property is required. string
PageIndex int
PageSize int
endTimeStamp This property is required. String
startTimeStamp This property is required. String
pageIndex Integer
pageSize Integer
endTimeStamp This property is required. string
startTimeStamp This property is required. string
pageIndex number
pageSize number
end_time_stamp This property is required. str
start_time_stamp This property is required. str
page_index int
page_size int
endTimeStamp This property is required. String
startTimeStamp This property is required. String
pageIndex Number
pageSize Number

BillingHubPackageUsageResponse

BillingHubUsageGroupResponse

BillingHubUsageGroupedByUpdateTypeResponse

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 v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi