Package version:

Interface ReferenceInputDataSource

Describes an input data source that contains reference data.

interface ReferenceInputDataSource {
    type: "Raw" | "Microsoft.Storage/Blob" | "Microsoft.Sql/Server/Database" | "File";
}

Hierarchy (view full)

Properties

Properties

type: "Raw" | "Microsoft.Storage/Blob" | "Microsoft.Sql/Server/Database" | "File"

Polymorphic discriminator, which specifies the different types this object can be

Generated using TypeDoc