1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 20:36:39 +00:00
gcloud-help/gcloud/billing/budgets/describe

63 lines
1.9 KiB
Text
Raw Normal View History

2022-03-01 04:29:52 +00:00
NAME
gcloud billing budgets describe - describe a budget
SYNOPSIS
gcloud billing budgets describe
(BUDGET : --billing-account=BILLING_ACCOUNT) [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Describe a budget.
EXAMPLES
To describe the budget 'abc' in account '123', run:
$ gcloud billing budgets describe "billingAccounts/123/budgets/abc"
Alternatively, you can run:
$ gcloud billing budgets describe abc --billing-account=123
POSITIONAL ARGUMENTS
Budget resource - Billing budget to describe. The arguments in this group
can be used to specify the attributes of this resource.
This must be specified.
BUDGET
2023-05-04 10:43:54 +00:00
ID of the budget or fully qualified identifier for the budget.
To set the budget attribute:
2022-03-01 04:29:52 +00:00
▸ provide the argument budget on the command line.
2022-08-10 08:48:58 +00:00
This positional argument must be specified if any of the other
arguments in this group are specified.
2022-03-01 04:29:52 +00:00
--billing-account=BILLING_ACCOUNT
The billing account.
To set the billing-account attribute:
▸ provide the argument budget on the command line with a fully
specified name;
▸ provide the argument --billing-account on the command line.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
API REFERENCE
This command uses the billingbudgets/v1 API. The full documentation for
this API can be found at:
https://cloud.google.com/billing/docs/how-to/budget-api-overview
NOTES
These variants are also available:
$ gcloud alpha billing budgets describe
$ gcloud beta billing budgets describe