Class AzureUCConfigPostRequestAttributes

Attributes for Azure config Post Request.

Hierarchy

  • AzureUCConfigPostRequestAttributes

Constructors

Properties

accountId: string

The tenant ID of the azure account.

actualBillConfig: BillConfig

Bill config.

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
amortizedBillConfig: BillConfig

Bill config.

clientId: string

The client ID of the azure account.

isEnabled?: boolean

Whether or not the Cloud Cost Management account is enabled.

scope: string

The scope of your observed subscription.

Generated using TypeDoc