azure-native.testbase.getBillingHubServiceFreeHourBalance
Explore with Pulumi AI
Azure REST API version: 2022-04-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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:testbase:getBillingHubServiceFreeHourBalance
arguments:
# arguments dictionary
The following arguments are supported:
- Resource
Group stringName The name of the resource group that contains the resource.
- Test
Base stringAccount Name The resource name of the Test Base Account.
- Resource
Group stringName The name of the resource group that contains the resource.
- Test
Base stringAccount Name The resource name of the Test Base Account.
- resource
Group StringName The name of the resource group that contains the resource.
- test
Base StringAccount Name The resource name of the Test Base Account.
- resource
Group stringName The name of the resource group that contains the resource.
- test
Base 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.
- resource
Group StringName The name of the resource group that contains the resource.
- test
Base StringAccount Name The resource name of the Test Base Account.
getBillingHubServiceFreeHourBalance Result
The following output properties are available:
Supporting Types
BillingHubFreeHourIncrementEntryResponse
- Create
Time stringStamp - Expiration
Time stringStamp - Incremental
Free doubleHours - Remaining
Free doubleHours
- Create
Time stringStamp - Expiration
Time stringStamp - Incremental
Free float64Hours - Remaining
Free float64Hours
- create
Time StringStamp - expiration
Time StringStamp - incremental
Free DoubleHours - remaining
Free DoubleHours
- create
Time stringStamp - expiration
Time stringStamp - incremental
Free numberHours - remaining
Free numberHours
- create_
time_ strstamp - expiration_
time_ strstamp - incremental_
free_ floathours - remaining_
free_ floathours
- create
Time StringStamp - expiration
Time StringStamp - incremental
Free NumberHours - remaining
Free NumberHours
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0