gdcloud billing accounts update

名稱

gdcloud billing accounts update - 更新 Cloud 帳單帳戶。

概要

gdcloud billing accounts update BILLING_ACCOUNT_NAME [flags]

範例

To update a billing account named "BILLING_ACCOUNT_NAME" with cloud billing configuration, run:

    gdcloud billing accounts update BILLING_ACCOUNT_NAME --display-name="Billing Account" --cloud-billing-account-id="012345-6789AB-CDEF01"

To update a billing account named "BILLING_ACCOUNT_NAME" with custom configuration, run:

    gdcloud billing accounts update BILLING_ACCOUNT_NAME --display-name="Billing Account" --custom-configuration="payment-config-type=N/A"

選用旗標

      --cloud-billing-account-id string       Account ID for the cloud billing configuration.
      --custom-configuration stringToString   Comma-separated list of key-value pairs for custom payment system configuration. The list of configurations must include the payment-config-type key. (default [])
      --display-name string                   Display name of the billing account being updated.

GDCLOUD 廣泛標記

所有指令都可使用這些旗標:--configuration--format--help--project--quiet

詳情請參閱 gcloud CLI 參考資料總覽頁面。