The Azure archive destination.

Hierarchy

  • LogsArchiveDestinationAzure

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

The container where the archive will be stored.

The Azure archive's integration destination.

path?: string

The archive path.

region?: string

The region where the archive will be stored.

storageAccount: string

The associated storage account.

Type of the Azure archive destination.

Generated using TypeDoc