azure-native.testbase.getBillingHubServiceFreeHourBalance

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:

ResourceGroupName string

The name of the resource group that contains the resource.

TestBaseAccountName string

The resource name of the Test Base Account.

ResourceGroupName string

The name of the resource group that contains the resource.

TestBaseAccountName string

The resource name of the Test Base Account.

resourceGroupName String

The name of the resource group that contains the resource.

testBaseAccountName String

The resource name of the Test Base Account.

resourceGroupName string

The name of the resource group that contains the resource.

testBaseAccountName string

The resource name of the Test Base Account.

resource_group_name str

The name of the resource group that contains the resource.

test_base_account_name str

The resource name of the Test Base Account.

resourceGroupName String

The name of the resource group that contains the resource.

testBaseAccountName 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