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.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.testbase.getBillingHubServiceFreeHourBalance
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.89.1 published on Sunday, Mar 2, 2025 by Pulumi
Azure REST API version: 2022-04-01-preview.
Other available API versions: 2023-11-01-preview.
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>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]func GetBillingHubServiceFreeHourBalance(ctx *Context, args *GetBillingHubServiceFreeHourBalanceArgs, opts ...InvokeOption) (*GetBillingHubServiceFreeHourBalanceResult, error)
func GetBillingHubServiceFreeHourBalanceOutput(ctx *Context, args *GetBillingHubServiceFreeHourBalanceOutputArgs, opts ...InvokeOption) GetBillingHubServiceFreeHourBalanceResultOutput> 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)
}public static CompletableFuture<GetBillingHubServiceFreeHourBalanceResult> getBillingHubServiceFreeHourBalance(GetBillingHubServiceFreeHourBalanceArgs args, InvokeOptions options)
public static Output<GetBillingHubServiceFreeHourBalanceResult> getBillingHubServiceFreeHourBalance(GetBillingHubServiceFreeHourBalanceArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:testbase:getBillingHubServiceFreeHourBalance
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ResourceGroup stringName 
- The name of the resource group that contains the resource.
- TestBase stringAccount Name 
- The resource name of the Test Base Account.
- ResourceGroup stringName 
- The name of the resource group that contains the resource.
- TestBase stringAccount Name 
- The resource name of the Test Base Account.
- resourceGroup StringName 
- The name of the resource group that contains the resource.
- testBase StringAccount Name 
- The resource name of the Test Base Account.
- resourceGroup stringName 
- The name of the resource group that contains the resource.
- testBase stringAccount Name 
- The resource name of the Test Base Account.
- resource_group_ strname 
- The name of the resource group that contains the resource.
- test_base_ straccount_ name 
- The resource name of the Test Base Account.
- resourceGroup StringName 
- The name of the resource group that contains the resource.
- testBase StringAccount Name 
- The resource name of the Test Base Account.
getBillingHubServiceFreeHourBalance Result
The following output properties are available:
Supporting Types
BillingHubFreeHourIncrementEntryResponse      
- CreateTime stringStamp 
- ExpirationTime stringStamp 
- IncrementalFree doubleHours 
- RemainingFree doubleHours 
- CreateTime stringStamp 
- ExpirationTime stringStamp 
- IncrementalFree float64Hours 
- RemainingFree float64Hours 
- createTime StringStamp 
- expirationTime StringStamp 
- incrementalFree DoubleHours 
- remainingFree DoubleHours 
- createTime stringStamp 
- expirationTime stringStamp 
- incrementalFree numberHours 
- remainingFree numberHours 
- create_time_ strstamp 
- expiration_time_ strstamp 
- incremental_free_ floathours 
- remaining_free_ floathours 
- createTime StringStamp 
- expirationTime StringStamp 
- incrementalFree NumberHours 
- remainingFree NumberHours 
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.89.1 published on Sunday, Mar 2, 2025 by Pulumi