UNPKG

@pulumi/azure-native

Version:

[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com) [![NPM version](https://badge.fury.io/js/%40pulumi%2Fazure-native.svg)](https://npmjs.com/package/@pulumi/azure-native) [![Python version](https://badge.fury.io/py/pu

92 lines (91 loc) 2.96 kB
export declare const DataSetKind: { readonly Blob: "Blob"; readonly Container: "Container"; readonly BlobFolder: "BlobFolder"; readonly AdlsGen2FileSystem: "AdlsGen2FileSystem"; readonly AdlsGen2Folder: "AdlsGen2Folder"; readonly AdlsGen2File: "AdlsGen2File"; readonly AdlsGen1Folder: "AdlsGen1Folder"; readonly AdlsGen1File: "AdlsGen1File"; readonly KustoCluster: "KustoCluster"; readonly KustoDatabase: "KustoDatabase"; readonly KustoTable: "KustoTable"; readonly SqlDBTable: "SqlDBTable"; readonly SqlDWTable: "SqlDWTable"; readonly SynapseWorkspaceSqlPoolTable: "SynapseWorkspaceSqlPoolTable"; }; /** * Kind of data set. */ export type DataSetKind = (typeof DataSetKind)[keyof typeof DataSetKind]; export declare const DataSetMappingKind: { readonly Blob: "Blob"; readonly Container: "Container"; readonly BlobFolder: "BlobFolder"; readonly AdlsGen2FileSystem: "AdlsGen2FileSystem"; readonly AdlsGen2Folder: "AdlsGen2Folder"; readonly AdlsGen2File: "AdlsGen2File"; readonly KustoCluster: "KustoCluster"; readonly KustoDatabase: "KustoDatabase"; readonly KustoTable: "KustoTable"; readonly SqlDBTable: "SqlDBTable"; readonly SqlDWTable: "SqlDWTable"; readonly SynapseWorkspaceSqlPoolTable: "SynapseWorkspaceSqlPoolTable"; }; /** * Kind of data set mapping. */ export type DataSetMappingKind = (typeof DataSetMappingKind)[keyof typeof DataSetMappingKind]; export declare const OutputType: { readonly Csv: "Csv"; readonly Parquet: "Parquet"; }; /** * File output type */ export type OutputType = (typeof OutputType)[keyof typeof OutputType]; export declare const RecurrenceInterval: { readonly Hour: "Hour"; readonly Day: "Day"; }; /** * Recurrence Interval */ export type RecurrenceInterval = (typeof RecurrenceInterval)[keyof typeof RecurrenceInterval]; export declare const ShareKind: { readonly CopyBased: "CopyBased"; readonly InPlace: "InPlace"; }; /** * Share kind. */ export type ShareKind = (typeof ShareKind)[keyof typeof ShareKind]; export declare const SynchronizationMode: { readonly Incremental: "Incremental"; readonly FullSync: "FullSync"; }; /** * Synchronization mode */ export type SynchronizationMode = (typeof SynchronizationMode)[keyof typeof SynchronizationMode]; export declare const SynchronizationSettingKind: { readonly ScheduleBased: "ScheduleBased"; }; /** * Kind of synchronization setting. */ export type SynchronizationSettingKind = (typeof SynchronizationSettingKind)[keyof typeof SynchronizationSettingKind]; export declare const TriggerKind: { readonly ScheduleBased: "ScheduleBased"; }; /** * Kind of synchronization on trigger. */ export type TriggerKind = (typeof TriggerKind)[keyof typeof TriggerKind]; export declare const Type: { readonly SystemAssigned: "SystemAssigned"; }; /** * Identity Type */ export type Type = (typeof Type)[keyof typeof Type];