Bill config.

Hierarchy

  • BillConfig

Constructors

Properties

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
exportName: string

The name of the configured Azure Export.

exportPath: string

The path where the Azure Export is saved.

storageAccount: string

The name of the storage account where the Azure Export is saved.

storageContainer: string

The name of the storage container where the Azure Export is saved.

Generated using TypeDoc