gdcloud billing accounts create

이름

gdcloud billing accounts create - 클라우드 결제 계정을 만듭니다.

개요

gdcloud billing accounts create BILLING_ACCOUNT_NAME [flags]

EXAMPLES

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

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

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

    gdcloud billing accounts create 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 created.

GDCLOUD 전체 플래그

이러한 플래그는 모든 명령어에서 사용할 수 있습니다. --configuration, --format, --help, --project, --quiet

자세한 내용은 gdcloud CLI 참조 개요 페이지를 참고하세요.