gdcloud billing accounts create

NOME

gdcloud billing accounts create - Cria uma conta de faturamento do Cloud.

SINOPSE

gdcloud billing accounts create BILLING_ACCOUNT_NAME [flags]

EXEMPLOS

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"

FLAGS OPCIONAIS

      --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.

FLAGS GERAIS DA GDCLOUD

Estas flags estão disponíveis para todos os comandos: --configuration, --format, --help, --project, --quiet.

Para mais informações, consulte a página Visão geral da referência da CLI gdcloud.