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

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 getBillingHubServiceFreeHourBalance

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 getBillingHubServiceFreeHourBalance(args: GetBillingHubServiceFreeHourBalanceArgs, opts?: InvokeOptions): Promise<GetBillingHubServiceFreeHourBalanceResult>
function getBillingHubServiceFreeHourBalanceOutput(args: GetBillingHubServiceFreeHourBalanceOutputArgs, opts?: InvokeOptions): Output<GetBillingHubServiceFreeHourBalanceResult>
Copy
def get_billing_hub_service_free_hour_balance(resource_group_name: Optional[str] = None,
                                              test_base_account_name: Optional[str] = None,
                                              opts: Optional[InvokeOptions] = None) -> GetBillingHubServiceFreeHourBalanceResult
def get_billing_hub_service_free_hour_balance_output(resource_group_name: Optional[pulumi.Input[str]] = None,
                                              test_base_account_name: Optional[pulumi.Input[str]] = None,
                                              opts: Optional[InvokeOptions] = None) -> Output[GetBillingHubServiceFreeHourBalanceResult]
Copy
func GetBillingHubServiceFreeHourBalance(ctx *Context, args *GetBillingHubServiceFreeHourBalanceArgs, opts ...InvokeOption) (*GetBillingHubServiceFreeHourBalanceResult, error)
func GetBillingHubServiceFreeHourBalanceOutput(ctx *Context, args *GetBillingHubServiceFreeHourBalanceOutputArgs, opts ...InvokeOption) GetBillingHubServiceFreeHourBalanceResultOutput
Copy

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

public static class GetBillingHubServiceFreeHourBalance 
{
    public static Task<GetBillingHubServiceFreeHourBalanceResult> InvokeAsync(GetBillingHubServiceFreeHourBalanceArgs args, InvokeOptions? opts = null)
    public static Output<GetBillingHubServiceFreeHourBalanceResult> Invoke(GetBillingHubServiceFreeHourBalanceInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetBillingHubServiceFreeHourBalanceResult> getBillingHubServiceFreeHourBalance(GetBillingHubServiceFreeHourBalanceArgs args, InvokeOptions options)
public static Output<GetBillingHubServiceFreeHourBalanceResult> getBillingHubServiceFreeHourBalance(GetBillingHubServiceFreeHourBalanceArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:testbase:getBillingHubServiceFreeHourBalance
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
TestBaseAccountName
This property is required.
Changes to this property will trigger replacement.
string
The resource name of the Test Base Account.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
TestBaseAccountName
This property is required.
Changes to this property will trigger replacement.
string
The resource name of the Test Base Account.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
testBaseAccountName
This property is required.
Changes to this property will trigger replacement.
String
The resource name of the Test Base Account.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
testBaseAccountName
This property is required.
Changes to this property will trigger replacement.
string
The resource name of the Test Base Account.
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.
test_base_account_name
This property is required.
Changes to this property will trigger replacement.
str
The resource name of the Test Base Account.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
testBaseAccountName
This property is required.
Changes to this property will trigger replacement.
String
The resource name of the Test Base Account.

getBillingHubServiceFreeHourBalance Result

The following output properties are available:

Supporting Types

BillingHubFreeHourIncrementEntryResponse

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