@pulumi/azure-native
Version:
[](https://slack.pulumi.com) [](https://npmjs.com/package/@pulumi/azure-native) [ • 2.96 kB
TypeScript
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];