1//go:build go1.9
2// +build go1.9
3
4// Copyright (c) Microsoft Corporation. All rights reserved.
5// Licensed under the MIT License. See License.txt in the project root for license information.
6
7// This code was auto-generated by:
8// github.com/Azure/azure-sdk-for-go/tools/profileBuilder
9
10package datafactory
11
12import (
13	"context"
14
15	original "github.com/Azure/azure-sdk-for-go/services/datafactory/mgmt/2018-06-01/datafactory"
16)
17
18const (
19	DefaultBaseURI = original.DefaultBaseURI
20)
21
22type AuthenticationType = original.AuthenticationType
23
24const (
25	AuthenticationTypeAnonymous                      AuthenticationType = original.AuthenticationTypeAnonymous
26	AuthenticationTypeBasic                          AuthenticationType = original.AuthenticationTypeBasic
27	AuthenticationTypeClientCertificate              AuthenticationType = original.AuthenticationTypeClientCertificate
28	AuthenticationTypeWebLinkedServiceTypeProperties AuthenticationType = original.AuthenticationTypeWebLinkedServiceTypeProperties
29)
30
31type AuthorizationType = original.AuthorizationType
32
33const (
34	AuthorizationTypeKey                          AuthorizationType = original.AuthorizationTypeKey
35	AuthorizationTypeLinkedIntegrationRuntimeType AuthorizationType = original.AuthorizationTypeLinkedIntegrationRuntimeType
36	AuthorizationTypeRBAC                         AuthorizationType = original.AuthorizationTypeRBAC
37)
38
39type AvroCompressionCodec = original.AvroCompressionCodec
40
41const (
42	AvroCompressionCodecBzip2   AvroCompressionCodec = original.AvroCompressionCodecBzip2
43	AvroCompressionCodecDeflate AvroCompressionCodec = original.AvroCompressionCodecDeflate
44	AvroCompressionCodecNone    AvroCompressionCodec = original.AvroCompressionCodecNone
45	AvroCompressionCodecSnappy  AvroCompressionCodec = original.AvroCompressionCodecSnappy
46	AvroCompressionCodecXz      AvroCompressionCodec = original.AvroCompressionCodecXz
47)
48
49type AzureFunctionActivityMethod = original.AzureFunctionActivityMethod
50
51const (
52	AzureFunctionActivityMethodDELETE  AzureFunctionActivityMethod = original.AzureFunctionActivityMethodDELETE
53	AzureFunctionActivityMethodGET     AzureFunctionActivityMethod = original.AzureFunctionActivityMethodGET
54	AzureFunctionActivityMethodHEAD    AzureFunctionActivityMethod = original.AzureFunctionActivityMethodHEAD
55	AzureFunctionActivityMethodOPTIONS AzureFunctionActivityMethod = original.AzureFunctionActivityMethodOPTIONS
56	AzureFunctionActivityMethodPOST    AzureFunctionActivityMethod = original.AzureFunctionActivityMethodPOST
57	AzureFunctionActivityMethodPUT     AzureFunctionActivityMethod = original.AzureFunctionActivityMethodPUT
58	AzureFunctionActivityMethodTRACE   AzureFunctionActivityMethod = original.AzureFunctionActivityMethodTRACE
59)
60
61type AzureSearchIndexWriteBehaviorType = original.AzureSearchIndexWriteBehaviorType
62
63const (
64	AzureSearchIndexWriteBehaviorTypeMerge  AzureSearchIndexWriteBehaviorType = original.AzureSearchIndexWriteBehaviorTypeMerge
65	AzureSearchIndexWriteBehaviorTypeUpload AzureSearchIndexWriteBehaviorType = original.AzureSearchIndexWriteBehaviorTypeUpload
66)
67
68type BlobEventTypes = original.BlobEventTypes
69
70const (
71	BlobEventTypesMicrosoftStorageBlobCreated BlobEventTypes = original.BlobEventTypesMicrosoftStorageBlobCreated
72	BlobEventTypesMicrosoftStorageBlobDeleted BlobEventTypes = original.BlobEventTypesMicrosoftStorageBlobDeleted
73)
74
75type CassandraSourceReadConsistencyLevels = original.CassandraSourceReadConsistencyLevels
76
77const (
78	CassandraSourceReadConsistencyLevelsALL         CassandraSourceReadConsistencyLevels = original.CassandraSourceReadConsistencyLevelsALL
79	CassandraSourceReadConsistencyLevelsEACHQUORUM  CassandraSourceReadConsistencyLevels = original.CassandraSourceReadConsistencyLevelsEACHQUORUM
80	CassandraSourceReadConsistencyLevelsLOCALONE    CassandraSourceReadConsistencyLevels = original.CassandraSourceReadConsistencyLevelsLOCALONE
81	CassandraSourceReadConsistencyLevelsLOCALQUORUM CassandraSourceReadConsistencyLevels = original.CassandraSourceReadConsistencyLevelsLOCALQUORUM
82	CassandraSourceReadConsistencyLevelsLOCALSERIAL CassandraSourceReadConsistencyLevels = original.CassandraSourceReadConsistencyLevelsLOCALSERIAL
83	CassandraSourceReadConsistencyLevelsONE         CassandraSourceReadConsistencyLevels = original.CassandraSourceReadConsistencyLevelsONE
84	CassandraSourceReadConsistencyLevelsQUORUM      CassandraSourceReadConsistencyLevels = original.CassandraSourceReadConsistencyLevelsQUORUM
85	CassandraSourceReadConsistencyLevelsSERIAL      CassandraSourceReadConsistencyLevels = original.CassandraSourceReadConsistencyLevelsSERIAL
86	CassandraSourceReadConsistencyLevelsTHREE       CassandraSourceReadConsistencyLevels = original.CassandraSourceReadConsistencyLevelsTHREE
87	CassandraSourceReadConsistencyLevelsTWO         CassandraSourceReadConsistencyLevels = original.CassandraSourceReadConsistencyLevelsTWO
88)
89
90type CompressionCodec = original.CompressionCodec
91
92const (
93	CompressionCodecBzip2      CompressionCodec = original.CompressionCodecBzip2
94	CompressionCodecDeflate    CompressionCodec = original.CompressionCodecDeflate
95	CompressionCodecGzip       CompressionCodec = original.CompressionCodecGzip
96	CompressionCodecLz4        CompressionCodec = original.CompressionCodecLz4
97	CompressionCodecLzo        CompressionCodec = original.CompressionCodecLzo
98	CompressionCodecNone       CompressionCodec = original.CompressionCodecNone
99	CompressionCodecSnappy     CompressionCodec = original.CompressionCodecSnappy
100	CompressionCodecTar        CompressionCodec = original.CompressionCodecTar
101	CompressionCodecTarGZip    CompressionCodec = original.CompressionCodecTarGZip
102	CompressionCodecZipDeflate CompressionCodec = original.CompressionCodecZipDeflate
103)
104
105type CopyBehaviorType = original.CopyBehaviorType
106
107const (
108	CopyBehaviorTypeFlattenHierarchy  CopyBehaviorType = original.CopyBehaviorTypeFlattenHierarchy
109	CopyBehaviorTypeMergeFiles        CopyBehaviorType = original.CopyBehaviorTypeMergeFiles
110	CopyBehaviorTypePreserveHierarchy CopyBehaviorType = original.CopyBehaviorTypePreserveHierarchy
111)
112
113type CosmosDbConnectionMode = original.CosmosDbConnectionMode
114
115const (
116	CosmosDbConnectionModeDirect  CosmosDbConnectionMode = original.CosmosDbConnectionModeDirect
117	CosmosDbConnectionModeGateway CosmosDbConnectionMode = original.CosmosDbConnectionModeGateway
118)
119
120type CosmosDbServicePrincipalCredentialType = original.CosmosDbServicePrincipalCredentialType
121
122const (
123	CosmosDbServicePrincipalCredentialTypeServicePrincipalCert CosmosDbServicePrincipalCredentialType = original.CosmosDbServicePrincipalCredentialTypeServicePrincipalCert
124	CosmosDbServicePrincipalCredentialTypeServicePrincipalKey  CosmosDbServicePrincipalCredentialType = original.CosmosDbServicePrincipalCredentialTypeServicePrincipalKey
125)
126
127type DataFlowComputeType = original.DataFlowComputeType
128
129const (
130	DataFlowComputeTypeComputeOptimized DataFlowComputeType = original.DataFlowComputeTypeComputeOptimized
131	DataFlowComputeTypeGeneral          DataFlowComputeType = original.DataFlowComputeTypeGeneral
132	DataFlowComputeTypeMemoryOptimized  DataFlowComputeType = original.DataFlowComputeTypeMemoryOptimized
133)
134
135type DataFlowDebugCommandType = original.DataFlowDebugCommandType
136
137const (
138	DataFlowDebugCommandTypeExecuteExpressionQuery DataFlowDebugCommandType = original.DataFlowDebugCommandTypeExecuteExpressionQuery
139	DataFlowDebugCommandTypeExecutePreviewQuery    DataFlowDebugCommandType = original.DataFlowDebugCommandTypeExecutePreviewQuery
140	DataFlowDebugCommandTypeExecuteStatisticsQuery DataFlowDebugCommandType = original.DataFlowDebugCommandTypeExecuteStatisticsQuery
141)
142
143type DatasetCompressionLevel = original.DatasetCompressionLevel
144
145const (
146	DatasetCompressionLevelFastest DatasetCompressionLevel = original.DatasetCompressionLevelFastest
147	DatasetCompressionLevelOptimal DatasetCompressionLevel = original.DatasetCompressionLevelOptimal
148)
149
150type DayOfWeek = original.DayOfWeek
151
152const (
153	DayOfWeekFriday    DayOfWeek = original.DayOfWeekFriday
154	DayOfWeekMonday    DayOfWeek = original.DayOfWeekMonday
155	DayOfWeekSaturday  DayOfWeek = original.DayOfWeekSaturday
156	DayOfWeekSunday    DayOfWeek = original.DayOfWeekSunday
157	DayOfWeekThursday  DayOfWeek = original.DayOfWeekThursday
158	DayOfWeekTuesday   DayOfWeek = original.DayOfWeekTuesday
159	DayOfWeekWednesday DayOfWeek = original.DayOfWeekWednesday
160)
161
162type DaysOfWeek = original.DaysOfWeek
163
164const (
165	DaysOfWeekFriday    DaysOfWeek = original.DaysOfWeekFriday
166	DaysOfWeekMonday    DaysOfWeek = original.DaysOfWeekMonday
167	DaysOfWeekSaturday  DaysOfWeek = original.DaysOfWeekSaturday
168	DaysOfWeekSunday    DaysOfWeek = original.DaysOfWeekSunday
169	DaysOfWeekThursday  DaysOfWeek = original.DaysOfWeekThursday
170	DaysOfWeekTuesday   DaysOfWeek = original.DaysOfWeekTuesday
171	DaysOfWeekWednesday DaysOfWeek = original.DaysOfWeekWednesday
172)
173
174type Db2AuthenticationType = original.Db2AuthenticationType
175
176const (
177	Db2AuthenticationTypeBasic Db2AuthenticationType = original.Db2AuthenticationTypeBasic
178)
179
180type DependencyCondition = original.DependencyCondition
181
182const (
183	DependencyConditionCompleted DependencyCondition = original.DependencyConditionCompleted
184	DependencyConditionFailed    DependencyCondition = original.DependencyConditionFailed
185	DependencyConditionSkipped   DependencyCondition = original.DependencyConditionSkipped
186	DependencyConditionSucceeded DependencyCondition = original.DependencyConditionSucceeded
187)
188
189type DynamicsAuthenticationType = original.DynamicsAuthenticationType
190
191const (
192	DynamicsAuthenticationTypeAADServicePrincipal DynamicsAuthenticationType = original.DynamicsAuthenticationTypeAADServicePrincipal
193	DynamicsAuthenticationTypeIfd                 DynamicsAuthenticationType = original.DynamicsAuthenticationTypeIfd
194	DynamicsAuthenticationTypeOffice365           DynamicsAuthenticationType = original.DynamicsAuthenticationTypeOffice365
195)
196
197type DynamicsDeploymentType = original.DynamicsDeploymentType
198
199const (
200	DynamicsDeploymentTypeOnline            DynamicsDeploymentType = original.DynamicsDeploymentTypeOnline
201	DynamicsDeploymentTypeOnPremisesWithIfd DynamicsDeploymentType = original.DynamicsDeploymentTypeOnPremisesWithIfd
202)
203
204type DynamicsSinkWriteBehavior = original.DynamicsSinkWriteBehavior
205
206const (
207	DynamicsSinkWriteBehaviorUpsert DynamicsSinkWriteBehavior = original.DynamicsSinkWriteBehaviorUpsert
208)
209
210type EventSubscriptionStatus = original.EventSubscriptionStatus
211
212const (
213	EventSubscriptionStatusDeprovisioning EventSubscriptionStatus = original.EventSubscriptionStatusDeprovisioning
214	EventSubscriptionStatusDisabled       EventSubscriptionStatus = original.EventSubscriptionStatusDisabled
215	EventSubscriptionStatusEnabled        EventSubscriptionStatus = original.EventSubscriptionStatusEnabled
216	EventSubscriptionStatusProvisioning   EventSubscriptionStatus = original.EventSubscriptionStatusProvisioning
217	EventSubscriptionStatusUnknown        EventSubscriptionStatus = original.EventSubscriptionStatusUnknown
218)
219
220type FactoryIdentityType = original.FactoryIdentityType
221
222const (
223	FactoryIdentityTypeSystemAssigned             FactoryIdentityType = original.FactoryIdentityTypeSystemAssigned
224	FactoryIdentityTypeSystemAssignedUserAssigned FactoryIdentityType = original.FactoryIdentityTypeSystemAssignedUserAssigned
225	FactoryIdentityTypeUserAssigned               FactoryIdentityType = original.FactoryIdentityTypeUserAssigned
226)
227
228type FtpAuthenticationType = original.FtpAuthenticationType
229
230const (
231	FtpAuthenticationTypeAnonymous FtpAuthenticationType = original.FtpAuthenticationTypeAnonymous
232	FtpAuthenticationTypeBasic     FtpAuthenticationType = original.FtpAuthenticationTypeBasic
233)
234
235type GlobalParameterType = original.GlobalParameterType
236
237const (
238	GlobalParameterTypeArray  GlobalParameterType = original.GlobalParameterTypeArray
239	GlobalParameterTypeBool   GlobalParameterType = original.GlobalParameterTypeBool
240	GlobalParameterTypeFloat  GlobalParameterType = original.GlobalParameterTypeFloat
241	GlobalParameterTypeInt    GlobalParameterType = original.GlobalParameterTypeInt
242	GlobalParameterTypeObject GlobalParameterType = original.GlobalParameterTypeObject
243	GlobalParameterTypeString GlobalParameterType = original.GlobalParameterTypeString
244)
245
246type GoogleAdWordsAuthenticationType = original.GoogleAdWordsAuthenticationType
247
248const (
249	GoogleAdWordsAuthenticationTypeServiceAuthentication GoogleAdWordsAuthenticationType = original.GoogleAdWordsAuthenticationTypeServiceAuthentication
250	GoogleAdWordsAuthenticationTypeUserAuthentication    GoogleAdWordsAuthenticationType = original.GoogleAdWordsAuthenticationTypeUserAuthentication
251)
252
253type GoogleBigQueryAuthenticationType = original.GoogleBigQueryAuthenticationType
254
255const (
256	GoogleBigQueryAuthenticationTypeServiceAuthentication GoogleBigQueryAuthenticationType = original.GoogleBigQueryAuthenticationTypeServiceAuthentication
257	GoogleBigQueryAuthenticationTypeUserAuthentication    GoogleBigQueryAuthenticationType = original.GoogleBigQueryAuthenticationTypeUserAuthentication
258)
259
260type HBaseAuthenticationType = original.HBaseAuthenticationType
261
262const (
263	HBaseAuthenticationTypeAnonymous HBaseAuthenticationType = original.HBaseAuthenticationTypeAnonymous
264	HBaseAuthenticationTypeBasic     HBaseAuthenticationType = original.HBaseAuthenticationTypeBasic
265)
266
267type HDInsightActivityDebugInfoOption = original.HDInsightActivityDebugInfoOption
268
269const (
270	HDInsightActivityDebugInfoOptionAlways  HDInsightActivityDebugInfoOption = original.HDInsightActivityDebugInfoOptionAlways
271	HDInsightActivityDebugInfoOptionFailure HDInsightActivityDebugInfoOption = original.HDInsightActivityDebugInfoOptionFailure
272	HDInsightActivityDebugInfoOptionNone    HDInsightActivityDebugInfoOption = original.HDInsightActivityDebugInfoOptionNone
273)
274
275type HTTPAuthenticationType = original.HTTPAuthenticationType
276
277const (
278	HTTPAuthenticationTypeAnonymous         HTTPAuthenticationType = original.HTTPAuthenticationTypeAnonymous
279	HTTPAuthenticationTypeBasic             HTTPAuthenticationType = original.HTTPAuthenticationTypeBasic
280	HTTPAuthenticationTypeClientCertificate HTTPAuthenticationType = original.HTTPAuthenticationTypeClientCertificate
281	HTTPAuthenticationTypeDigest            HTTPAuthenticationType = original.HTTPAuthenticationTypeDigest
282	HTTPAuthenticationTypeWindows           HTTPAuthenticationType = original.HTTPAuthenticationTypeWindows
283)
284
285type HdiNodeTypes = original.HdiNodeTypes
286
287const (
288	HdiNodeTypesHeadnode   HdiNodeTypes = original.HdiNodeTypesHeadnode
289	HdiNodeTypesWorkernode HdiNodeTypes = original.HdiNodeTypesWorkernode
290	HdiNodeTypesZookeeper  HdiNodeTypes = original.HdiNodeTypesZookeeper
291)
292
293type HiveAuthenticationType = original.HiveAuthenticationType
294
295const (
296	HiveAuthenticationTypeAnonymous                    HiveAuthenticationType = original.HiveAuthenticationTypeAnonymous
297	HiveAuthenticationTypeUsername                     HiveAuthenticationType = original.HiveAuthenticationTypeUsername
298	HiveAuthenticationTypeUsernameAndPassword          HiveAuthenticationType = original.HiveAuthenticationTypeUsernameAndPassword
299	HiveAuthenticationTypeWindowsAzureHDInsightService HiveAuthenticationType = original.HiveAuthenticationTypeWindowsAzureHDInsightService
300)
301
302type HiveServerType = original.HiveServerType
303
304const (
305	HiveServerTypeHiveServer1      HiveServerType = original.HiveServerTypeHiveServer1
306	HiveServerTypeHiveServer2      HiveServerType = original.HiveServerTypeHiveServer2
307	HiveServerTypeHiveThriftServer HiveServerType = original.HiveServerTypeHiveThriftServer
308)
309
310type HiveThriftTransportProtocol = original.HiveThriftTransportProtocol
311
312const (
313	HiveThriftTransportProtocolBinary HiveThriftTransportProtocol = original.HiveThriftTransportProtocolBinary
314	HiveThriftTransportProtocolHTTP   HiveThriftTransportProtocol = original.HiveThriftTransportProtocolHTTP
315	HiveThriftTransportProtocolSASL   HiveThriftTransportProtocol = original.HiveThriftTransportProtocolSASL
316)
317
318type ImpalaAuthenticationType = original.ImpalaAuthenticationType
319
320const (
321	ImpalaAuthenticationTypeAnonymous           ImpalaAuthenticationType = original.ImpalaAuthenticationTypeAnonymous
322	ImpalaAuthenticationTypeSASLUsername        ImpalaAuthenticationType = original.ImpalaAuthenticationTypeSASLUsername
323	ImpalaAuthenticationTypeUsernameAndPassword ImpalaAuthenticationType = original.ImpalaAuthenticationTypeUsernameAndPassword
324)
325
326type IntegrationRuntimeAuthKeyName = original.IntegrationRuntimeAuthKeyName
327
328const (
329	IntegrationRuntimeAuthKeyNameAuthKey1 IntegrationRuntimeAuthKeyName = original.IntegrationRuntimeAuthKeyNameAuthKey1
330	IntegrationRuntimeAuthKeyNameAuthKey2 IntegrationRuntimeAuthKeyName = original.IntegrationRuntimeAuthKeyNameAuthKey2
331)
332
333type IntegrationRuntimeAutoUpdate = original.IntegrationRuntimeAutoUpdate
334
335const (
336	IntegrationRuntimeAutoUpdateOff IntegrationRuntimeAutoUpdate = original.IntegrationRuntimeAutoUpdateOff
337	IntegrationRuntimeAutoUpdateOn  IntegrationRuntimeAutoUpdate = original.IntegrationRuntimeAutoUpdateOn
338)
339
340type IntegrationRuntimeEdition = original.IntegrationRuntimeEdition
341
342const (
343	IntegrationRuntimeEditionEnterprise IntegrationRuntimeEdition = original.IntegrationRuntimeEditionEnterprise
344	IntegrationRuntimeEditionStandard   IntegrationRuntimeEdition = original.IntegrationRuntimeEditionStandard
345)
346
347type IntegrationRuntimeEntityReferenceType = original.IntegrationRuntimeEntityReferenceType
348
349const (
350	IntegrationRuntimeEntityReferenceTypeIntegrationRuntimeReference IntegrationRuntimeEntityReferenceType = original.IntegrationRuntimeEntityReferenceTypeIntegrationRuntimeReference
351	IntegrationRuntimeEntityReferenceTypeLinkedServiceReference      IntegrationRuntimeEntityReferenceType = original.IntegrationRuntimeEntityReferenceTypeLinkedServiceReference
352)
353
354type IntegrationRuntimeInternalChannelEncryptionMode = original.IntegrationRuntimeInternalChannelEncryptionMode
355
356const (
357	IntegrationRuntimeInternalChannelEncryptionModeNotEncrypted IntegrationRuntimeInternalChannelEncryptionMode = original.IntegrationRuntimeInternalChannelEncryptionModeNotEncrypted
358	IntegrationRuntimeInternalChannelEncryptionModeNotSet       IntegrationRuntimeInternalChannelEncryptionMode = original.IntegrationRuntimeInternalChannelEncryptionModeNotSet
359	IntegrationRuntimeInternalChannelEncryptionModeSslEncrypted IntegrationRuntimeInternalChannelEncryptionMode = original.IntegrationRuntimeInternalChannelEncryptionModeSslEncrypted
360)
361
362type IntegrationRuntimeLicenseType = original.IntegrationRuntimeLicenseType
363
364const (
365	IntegrationRuntimeLicenseTypeBasePrice       IntegrationRuntimeLicenseType = original.IntegrationRuntimeLicenseTypeBasePrice
366	IntegrationRuntimeLicenseTypeLicenseIncluded IntegrationRuntimeLicenseType = original.IntegrationRuntimeLicenseTypeLicenseIncluded
367)
368
369type IntegrationRuntimeSsisCatalogPricingTier = original.IntegrationRuntimeSsisCatalogPricingTier
370
371const (
372	IntegrationRuntimeSsisCatalogPricingTierBasic     IntegrationRuntimeSsisCatalogPricingTier = original.IntegrationRuntimeSsisCatalogPricingTierBasic
373	IntegrationRuntimeSsisCatalogPricingTierPremium   IntegrationRuntimeSsisCatalogPricingTier = original.IntegrationRuntimeSsisCatalogPricingTierPremium
374	IntegrationRuntimeSsisCatalogPricingTierPremiumRS IntegrationRuntimeSsisCatalogPricingTier = original.IntegrationRuntimeSsisCatalogPricingTierPremiumRS
375	IntegrationRuntimeSsisCatalogPricingTierStandard  IntegrationRuntimeSsisCatalogPricingTier = original.IntegrationRuntimeSsisCatalogPricingTierStandard
376)
377
378type IntegrationRuntimeState = original.IntegrationRuntimeState
379
380const (
381	IntegrationRuntimeStateAccessDenied     IntegrationRuntimeState = original.IntegrationRuntimeStateAccessDenied
382	IntegrationRuntimeStateInitial          IntegrationRuntimeState = original.IntegrationRuntimeStateInitial
383	IntegrationRuntimeStateLimited          IntegrationRuntimeState = original.IntegrationRuntimeStateLimited
384	IntegrationRuntimeStateNeedRegistration IntegrationRuntimeState = original.IntegrationRuntimeStateNeedRegistration
385	IntegrationRuntimeStateOffline          IntegrationRuntimeState = original.IntegrationRuntimeStateOffline
386	IntegrationRuntimeStateOnline           IntegrationRuntimeState = original.IntegrationRuntimeStateOnline
387	IntegrationRuntimeStateStarted          IntegrationRuntimeState = original.IntegrationRuntimeStateStarted
388	IntegrationRuntimeStateStarting         IntegrationRuntimeState = original.IntegrationRuntimeStateStarting
389	IntegrationRuntimeStateStopped          IntegrationRuntimeState = original.IntegrationRuntimeStateStopped
390	IntegrationRuntimeStateStopping         IntegrationRuntimeState = original.IntegrationRuntimeStateStopping
391)
392
393type IntegrationRuntimeType = original.IntegrationRuntimeType
394
395const (
396	IntegrationRuntimeTypeManaged    IntegrationRuntimeType = original.IntegrationRuntimeTypeManaged
397	IntegrationRuntimeTypeSelfHosted IntegrationRuntimeType = original.IntegrationRuntimeTypeSelfHosted
398)
399
400type IntegrationRuntimeUpdateResult = original.IntegrationRuntimeUpdateResult
401
402const (
403	IntegrationRuntimeUpdateResultFail    IntegrationRuntimeUpdateResult = original.IntegrationRuntimeUpdateResultFail
404	IntegrationRuntimeUpdateResultNone    IntegrationRuntimeUpdateResult = original.IntegrationRuntimeUpdateResultNone
405	IntegrationRuntimeUpdateResultSucceed IntegrationRuntimeUpdateResult = original.IntegrationRuntimeUpdateResultSucceed
406)
407
408type JSONFormatFilePattern = original.JSONFormatFilePattern
409
410const (
411	JSONFormatFilePatternArrayOfObjects JSONFormatFilePattern = original.JSONFormatFilePatternArrayOfObjects
412	JSONFormatFilePatternSetOfObjects   JSONFormatFilePattern = original.JSONFormatFilePatternSetOfObjects
413)
414
415type JSONWriteFilePattern = original.JSONWriteFilePattern
416
417const (
418	JSONWriteFilePatternArrayOfObjects JSONWriteFilePattern = original.JSONWriteFilePatternArrayOfObjects
419	JSONWriteFilePatternSetOfObjects   JSONWriteFilePattern = original.JSONWriteFilePatternSetOfObjects
420)
421
422type ManagedIntegrationRuntimeNodeStatus = original.ManagedIntegrationRuntimeNodeStatus
423
424const (
425	ManagedIntegrationRuntimeNodeStatusAvailable   ManagedIntegrationRuntimeNodeStatus = original.ManagedIntegrationRuntimeNodeStatusAvailable
426	ManagedIntegrationRuntimeNodeStatusRecycling   ManagedIntegrationRuntimeNodeStatus = original.ManagedIntegrationRuntimeNodeStatusRecycling
427	ManagedIntegrationRuntimeNodeStatusStarting    ManagedIntegrationRuntimeNodeStatus = original.ManagedIntegrationRuntimeNodeStatusStarting
428	ManagedIntegrationRuntimeNodeStatusUnavailable ManagedIntegrationRuntimeNodeStatus = original.ManagedIntegrationRuntimeNodeStatusUnavailable
429)
430
431type MongoDbAuthenticationType = original.MongoDbAuthenticationType
432
433const (
434	MongoDbAuthenticationTypeAnonymous MongoDbAuthenticationType = original.MongoDbAuthenticationTypeAnonymous
435	MongoDbAuthenticationTypeBasic     MongoDbAuthenticationType = original.MongoDbAuthenticationTypeBasic
436)
437
438type NetezzaPartitionOption = original.NetezzaPartitionOption
439
440const (
441	NetezzaPartitionOptionDataSlice    NetezzaPartitionOption = original.NetezzaPartitionOptionDataSlice
442	NetezzaPartitionOptionDynamicRange NetezzaPartitionOption = original.NetezzaPartitionOptionDynamicRange
443	NetezzaPartitionOptionNone         NetezzaPartitionOption = original.NetezzaPartitionOptionNone
444)
445
446type ODataAadServicePrincipalCredentialType = original.ODataAadServicePrincipalCredentialType
447
448const (
449	ODataAadServicePrincipalCredentialTypeServicePrincipalCert ODataAadServicePrincipalCredentialType = original.ODataAadServicePrincipalCredentialTypeServicePrincipalCert
450	ODataAadServicePrincipalCredentialTypeServicePrincipalKey  ODataAadServicePrincipalCredentialType = original.ODataAadServicePrincipalCredentialTypeServicePrincipalKey
451)
452
453type ODataAuthenticationType = original.ODataAuthenticationType
454
455const (
456	ODataAuthenticationTypeAadServicePrincipal    ODataAuthenticationType = original.ODataAuthenticationTypeAadServicePrincipal
457	ODataAuthenticationTypeAnonymous              ODataAuthenticationType = original.ODataAuthenticationTypeAnonymous
458	ODataAuthenticationTypeBasic                  ODataAuthenticationType = original.ODataAuthenticationTypeBasic
459	ODataAuthenticationTypeManagedServiceIdentity ODataAuthenticationType = original.ODataAuthenticationTypeManagedServiceIdentity
460	ODataAuthenticationTypeWindows                ODataAuthenticationType = original.ODataAuthenticationTypeWindows
461)
462
463type OraclePartitionOption = original.OraclePartitionOption
464
465const (
466	OraclePartitionOptionDynamicRange              OraclePartitionOption = original.OraclePartitionOptionDynamicRange
467	OraclePartitionOptionNone                      OraclePartitionOption = original.OraclePartitionOptionNone
468	OraclePartitionOptionPhysicalPartitionsOfTable OraclePartitionOption = original.OraclePartitionOptionPhysicalPartitionsOfTable
469)
470
471type OrcCompressionCodec = original.OrcCompressionCodec
472
473const (
474	OrcCompressionCodecLzo    OrcCompressionCodec = original.OrcCompressionCodecLzo
475	OrcCompressionCodecNone   OrcCompressionCodec = original.OrcCompressionCodecNone
476	OrcCompressionCodecSnappy OrcCompressionCodec = original.OrcCompressionCodecSnappy
477	OrcCompressionCodecZlib   OrcCompressionCodec = original.OrcCompressionCodecZlib
478)
479
480type ParameterType = original.ParameterType
481
482const (
483	ParameterTypeArray        ParameterType = original.ParameterTypeArray
484	ParameterTypeBool         ParameterType = original.ParameterTypeBool
485	ParameterTypeFloat        ParameterType = original.ParameterTypeFloat
486	ParameterTypeInt          ParameterType = original.ParameterTypeInt
487	ParameterTypeObject       ParameterType = original.ParameterTypeObject
488	ParameterTypeSecureString ParameterType = original.ParameterTypeSecureString
489	ParameterTypeString       ParameterType = original.ParameterTypeString
490)
491
492type PhoenixAuthenticationType = original.PhoenixAuthenticationType
493
494const (
495	PhoenixAuthenticationTypeAnonymous                    PhoenixAuthenticationType = original.PhoenixAuthenticationTypeAnonymous
496	PhoenixAuthenticationTypeUsernameAndPassword          PhoenixAuthenticationType = original.PhoenixAuthenticationTypeUsernameAndPassword
497	PhoenixAuthenticationTypeWindowsAzureHDInsightService PhoenixAuthenticationType = original.PhoenixAuthenticationTypeWindowsAzureHDInsightService
498)
499
500type PolybaseSettingsRejectType = original.PolybaseSettingsRejectType
501
502const (
503	PolybaseSettingsRejectTypePercentage PolybaseSettingsRejectType = original.PolybaseSettingsRejectTypePercentage
504	PolybaseSettingsRejectTypeValue      PolybaseSettingsRejectType = original.PolybaseSettingsRejectTypeValue
505)
506
507type PrestoAuthenticationType = original.PrestoAuthenticationType
508
509const (
510	PrestoAuthenticationTypeAnonymous PrestoAuthenticationType = original.PrestoAuthenticationTypeAnonymous
511	PrestoAuthenticationTypeLDAP      PrestoAuthenticationType = original.PrestoAuthenticationTypeLDAP
512)
513
514type PublicNetworkAccess = original.PublicNetworkAccess
515
516const (
517	PublicNetworkAccessDisabled PublicNetworkAccess = original.PublicNetworkAccessDisabled
518	PublicNetworkAccessEnabled  PublicNetworkAccess = original.PublicNetworkAccessEnabled
519)
520
521type RecurrenceFrequency = original.RecurrenceFrequency
522
523const (
524	RecurrenceFrequencyDay          RecurrenceFrequency = original.RecurrenceFrequencyDay
525	RecurrenceFrequencyHour         RecurrenceFrequency = original.RecurrenceFrequencyHour
526	RecurrenceFrequencyMinute       RecurrenceFrequency = original.RecurrenceFrequencyMinute
527	RecurrenceFrequencyMonth        RecurrenceFrequency = original.RecurrenceFrequencyMonth
528	RecurrenceFrequencyNotSpecified RecurrenceFrequency = original.RecurrenceFrequencyNotSpecified
529	RecurrenceFrequencyWeek         RecurrenceFrequency = original.RecurrenceFrequencyWeek
530	RecurrenceFrequencyYear         RecurrenceFrequency = original.RecurrenceFrequencyYear
531)
532
533type RestServiceAuthenticationType = original.RestServiceAuthenticationType
534
535const (
536	RestServiceAuthenticationTypeAadServicePrincipal    RestServiceAuthenticationType = original.RestServiceAuthenticationTypeAadServicePrincipal
537	RestServiceAuthenticationTypeAnonymous              RestServiceAuthenticationType = original.RestServiceAuthenticationTypeAnonymous
538	RestServiceAuthenticationTypeBasic                  RestServiceAuthenticationType = original.RestServiceAuthenticationTypeBasic
539	RestServiceAuthenticationTypeManagedServiceIdentity RestServiceAuthenticationType = original.RestServiceAuthenticationTypeManagedServiceIdentity
540)
541
542type RunQueryFilterOperand = original.RunQueryFilterOperand
543
544const (
545	RunQueryFilterOperandActivityName        RunQueryFilterOperand = original.RunQueryFilterOperandActivityName
546	RunQueryFilterOperandActivityRunEnd      RunQueryFilterOperand = original.RunQueryFilterOperandActivityRunEnd
547	RunQueryFilterOperandActivityRunStart    RunQueryFilterOperand = original.RunQueryFilterOperandActivityRunStart
548	RunQueryFilterOperandActivityType        RunQueryFilterOperand = original.RunQueryFilterOperandActivityType
549	RunQueryFilterOperandLatestOnly          RunQueryFilterOperand = original.RunQueryFilterOperandLatestOnly
550	RunQueryFilterOperandPipelineName        RunQueryFilterOperand = original.RunQueryFilterOperandPipelineName
551	RunQueryFilterOperandRunEnd              RunQueryFilterOperand = original.RunQueryFilterOperandRunEnd
552	RunQueryFilterOperandRunGroupID          RunQueryFilterOperand = original.RunQueryFilterOperandRunGroupID
553	RunQueryFilterOperandRunStart            RunQueryFilterOperand = original.RunQueryFilterOperandRunStart
554	RunQueryFilterOperandStatus              RunQueryFilterOperand = original.RunQueryFilterOperandStatus
555	RunQueryFilterOperandTriggerName         RunQueryFilterOperand = original.RunQueryFilterOperandTriggerName
556	RunQueryFilterOperandTriggerRunTimestamp RunQueryFilterOperand = original.RunQueryFilterOperandTriggerRunTimestamp
557)
558
559type RunQueryFilterOperator = original.RunQueryFilterOperator
560
561const (
562	RunQueryFilterOperatorEquals    RunQueryFilterOperator = original.RunQueryFilterOperatorEquals
563	RunQueryFilterOperatorIn        RunQueryFilterOperator = original.RunQueryFilterOperatorIn
564	RunQueryFilterOperatorNotEquals RunQueryFilterOperator = original.RunQueryFilterOperatorNotEquals
565	RunQueryFilterOperatorNotIn     RunQueryFilterOperator = original.RunQueryFilterOperatorNotIn
566)
567
568type RunQueryOrder = original.RunQueryOrder
569
570const (
571	RunQueryOrderASC  RunQueryOrder = original.RunQueryOrderASC
572	RunQueryOrderDESC RunQueryOrder = original.RunQueryOrderDESC
573)
574
575type RunQueryOrderByField = original.RunQueryOrderByField
576
577const (
578	RunQueryOrderByFieldActivityName        RunQueryOrderByField = original.RunQueryOrderByFieldActivityName
579	RunQueryOrderByFieldActivityRunEnd      RunQueryOrderByField = original.RunQueryOrderByFieldActivityRunEnd
580	RunQueryOrderByFieldActivityRunStart    RunQueryOrderByField = original.RunQueryOrderByFieldActivityRunStart
581	RunQueryOrderByFieldPipelineName        RunQueryOrderByField = original.RunQueryOrderByFieldPipelineName
582	RunQueryOrderByFieldRunEnd              RunQueryOrderByField = original.RunQueryOrderByFieldRunEnd
583	RunQueryOrderByFieldRunStart            RunQueryOrderByField = original.RunQueryOrderByFieldRunStart
584	RunQueryOrderByFieldStatus              RunQueryOrderByField = original.RunQueryOrderByFieldStatus
585	RunQueryOrderByFieldTriggerName         RunQueryOrderByField = original.RunQueryOrderByFieldTriggerName
586	RunQueryOrderByFieldTriggerRunTimestamp RunQueryOrderByField = original.RunQueryOrderByFieldTriggerRunTimestamp
587)
588
589type SQLAlwaysEncryptedAkvAuthType = original.SQLAlwaysEncryptedAkvAuthType
590
591const (
592	SQLAlwaysEncryptedAkvAuthTypeManagedIdentity  SQLAlwaysEncryptedAkvAuthType = original.SQLAlwaysEncryptedAkvAuthTypeManagedIdentity
593	SQLAlwaysEncryptedAkvAuthTypeServicePrincipal SQLAlwaysEncryptedAkvAuthType = original.SQLAlwaysEncryptedAkvAuthTypeServicePrincipal
594)
595
596type SQLDWWriteBehaviorEnum = original.SQLDWWriteBehaviorEnum
597
598const (
599	SQLDWWriteBehaviorEnumInsert SQLDWWriteBehaviorEnum = original.SQLDWWriteBehaviorEnumInsert
600	SQLDWWriteBehaviorEnumUpsert SQLDWWriteBehaviorEnum = original.SQLDWWriteBehaviorEnumUpsert
601)
602
603type SQLPartitionOption = original.SQLPartitionOption
604
605const (
606	SQLPartitionOptionDynamicRange              SQLPartitionOption = original.SQLPartitionOptionDynamicRange
607	SQLPartitionOptionNone                      SQLPartitionOption = original.SQLPartitionOptionNone
608	SQLPartitionOptionPhysicalPartitionsOfTable SQLPartitionOption = original.SQLPartitionOptionPhysicalPartitionsOfTable
609)
610
611type SQLWriteBehaviorEnum = original.SQLWriteBehaviorEnum
612
613const (
614	SQLWriteBehaviorEnumInsert          SQLWriteBehaviorEnum = original.SQLWriteBehaviorEnumInsert
615	SQLWriteBehaviorEnumStoredProcedure SQLWriteBehaviorEnum = original.SQLWriteBehaviorEnumStoredProcedure
616	SQLWriteBehaviorEnumUpsert          SQLWriteBehaviorEnum = original.SQLWriteBehaviorEnumUpsert
617)
618
619type SalesforceSinkWriteBehavior = original.SalesforceSinkWriteBehavior
620
621const (
622	SalesforceSinkWriteBehaviorInsert SalesforceSinkWriteBehavior = original.SalesforceSinkWriteBehaviorInsert
623	SalesforceSinkWriteBehaviorUpsert SalesforceSinkWriteBehavior = original.SalesforceSinkWriteBehaviorUpsert
624)
625
626type SalesforceSourceReadBehavior = original.SalesforceSourceReadBehavior
627
628const (
629	SalesforceSourceReadBehaviorQuery    SalesforceSourceReadBehavior = original.SalesforceSourceReadBehaviorQuery
630	SalesforceSourceReadBehaviorQueryAll SalesforceSourceReadBehavior = original.SalesforceSourceReadBehaviorQueryAll
631)
632
633type SapCloudForCustomerSinkWriteBehavior = original.SapCloudForCustomerSinkWriteBehavior
634
635const (
636	SapCloudForCustomerSinkWriteBehaviorInsert SapCloudForCustomerSinkWriteBehavior = original.SapCloudForCustomerSinkWriteBehaviorInsert
637	SapCloudForCustomerSinkWriteBehaviorUpdate SapCloudForCustomerSinkWriteBehavior = original.SapCloudForCustomerSinkWriteBehaviorUpdate
638)
639
640type SapHanaAuthenticationType = original.SapHanaAuthenticationType
641
642const (
643	SapHanaAuthenticationTypeBasic   SapHanaAuthenticationType = original.SapHanaAuthenticationTypeBasic
644	SapHanaAuthenticationTypeWindows SapHanaAuthenticationType = original.SapHanaAuthenticationTypeWindows
645)
646
647type SapHanaPartitionOption = original.SapHanaPartitionOption
648
649const (
650	SapHanaPartitionOptionNone                      SapHanaPartitionOption = original.SapHanaPartitionOptionNone
651	SapHanaPartitionOptionPhysicalPartitionsOfTable SapHanaPartitionOption = original.SapHanaPartitionOptionPhysicalPartitionsOfTable
652	SapHanaPartitionOptionSapHanaDynamicRange       SapHanaPartitionOption = original.SapHanaPartitionOptionSapHanaDynamicRange
653)
654
655type SapTablePartitionOption = original.SapTablePartitionOption
656
657const (
658	SapTablePartitionOptionNone                     SapTablePartitionOption = original.SapTablePartitionOptionNone
659	SapTablePartitionOptionPartitionOnCalendarDate  SapTablePartitionOption = original.SapTablePartitionOptionPartitionOnCalendarDate
660	SapTablePartitionOptionPartitionOnCalendarMonth SapTablePartitionOption = original.SapTablePartitionOptionPartitionOnCalendarMonth
661	SapTablePartitionOptionPartitionOnCalendarYear  SapTablePartitionOption = original.SapTablePartitionOptionPartitionOnCalendarYear
662	SapTablePartitionOptionPartitionOnInt           SapTablePartitionOption = original.SapTablePartitionOptionPartitionOnInt
663	SapTablePartitionOptionPartitionOnTime          SapTablePartitionOption = original.SapTablePartitionOptionPartitionOnTime
664)
665
666type SelfHostedIntegrationRuntimeNodeStatus = original.SelfHostedIntegrationRuntimeNodeStatus
667
668const (
669	SelfHostedIntegrationRuntimeNodeStatusInitializeFailed SelfHostedIntegrationRuntimeNodeStatus = original.SelfHostedIntegrationRuntimeNodeStatusInitializeFailed
670	SelfHostedIntegrationRuntimeNodeStatusInitializing     SelfHostedIntegrationRuntimeNodeStatus = original.SelfHostedIntegrationRuntimeNodeStatusInitializing
671	SelfHostedIntegrationRuntimeNodeStatusLimited          SelfHostedIntegrationRuntimeNodeStatus = original.SelfHostedIntegrationRuntimeNodeStatusLimited
672	SelfHostedIntegrationRuntimeNodeStatusNeedRegistration SelfHostedIntegrationRuntimeNodeStatus = original.SelfHostedIntegrationRuntimeNodeStatusNeedRegistration
673	SelfHostedIntegrationRuntimeNodeStatusOffline          SelfHostedIntegrationRuntimeNodeStatus = original.SelfHostedIntegrationRuntimeNodeStatusOffline
674	SelfHostedIntegrationRuntimeNodeStatusOnline           SelfHostedIntegrationRuntimeNodeStatus = original.SelfHostedIntegrationRuntimeNodeStatusOnline
675	SelfHostedIntegrationRuntimeNodeStatusUpgrading        SelfHostedIntegrationRuntimeNodeStatus = original.SelfHostedIntegrationRuntimeNodeStatusUpgrading
676)
677
678type ServiceNowAuthenticationType = original.ServiceNowAuthenticationType
679
680const (
681	ServiceNowAuthenticationTypeBasic  ServiceNowAuthenticationType = original.ServiceNowAuthenticationTypeBasic
682	ServiceNowAuthenticationTypeOAuth2 ServiceNowAuthenticationType = original.ServiceNowAuthenticationTypeOAuth2
683)
684
685type ServicePrincipalCredentialType = original.ServicePrincipalCredentialType
686
687const (
688	ServicePrincipalCredentialTypeServicePrincipalCert ServicePrincipalCredentialType = original.ServicePrincipalCredentialTypeServicePrincipalCert
689	ServicePrincipalCredentialTypeServicePrincipalKey  ServicePrincipalCredentialType = original.ServicePrincipalCredentialTypeServicePrincipalKey
690)
691
692type SftpAuthenticationType = original.SftpAuthenticationType
693
694const (
695	SftpAuthenticationTypeBasic        SftpAuthenticationType = original.SftpAuthenticationTypeBasic
696	SftpAuthenticationTypeMultiFactor  SftpAuthenticationType = original.SftpAuthenticationTypeMultiFactor
697	SftpAuthenticationTypeSSHPublicKey SftpAuthenticationType = original.SftpAuthenticationTypeSSHPublicKey
698)
699
700type SparkAuthenticationType = original.SparkAuthenticationType
701
702const (
703	SparkAuthenticationTypeAnonymous                    SparkAuthenticationType = original.SparkAuthenticationTypeAnonymous
704	SparkAuthenticationTypeUsername                     SparkAuthenticationType = original.SparkAuthenticationTypeUsername
705	SparkAuthenticationTypeUsernameAndPassword          SparkAuthenticationType = original.SparkAuthenticationTypeUsernameAndPassword
706	SparkAuthenticationTypeWindowsAzureHDInsightService SparkAuthenticationType = original.SparkAuthenticationTypeWindowsAzureHDInsightService
707)
708
709type SparkServerType = original.SparkServerType
710
711const (
712	SparkServerTypeSharkServer       SparkServerType = original.SparkServerTypeSharkServer
713	SparkServerTypeSharkServer2      SparkServerType = original.SparkServerTypeSharkServer2
714	SparkServerTypeSparkThriftServer SparkServerType = original.SparkServerTypeSparkThriftServer
715)
716
717type SparkThriftTransportProtocol = original.SparkThriftTransportProtocol
718
719const (
720	SparkThriftTransportProtocolBinary SparkThriftTransportProtocol = original.SparkThriftTransportProtocolBinary
721	SparkThriftTransportProtocolHTTP   SparkThriftTransportProtocol = original.SparkThriftTransportProtocolHTTP
722	SparkThriftTransportProtocolSASL   SparkThriftTransportProtocol = original.SparkThriftTransportProtocolSASL
723)
724
725type SsisObjectMetadataType = original.SsisObjectMetadataType
726
727const (
728	SsisObjectMetadataTypeEnvironment SsisObjectMetadataType = original.SsisObjectMetadataTypeEnvironment
729	SsisObjectMetadataTypeFolder      SsisObjectMetadataType = original.SsisObjectMetadataTypeFolder
730	SsisObjectMetadataTypePackage     SsisObjectMetadataType = original.SsisObjectMetadataTypePackage
731	SsisObjectMetadataTypeProject     SsisObjectMetadataType = original.SsisObjectMetadataTypeProject
732)
733
734type SsisPackageLocationType = original.SsisPackageLocationType
735
736const (
737	SsisPackageLocationTypeFile          SsisPackageLocationType = original.SsisPackageLocationTypeFile
738	SsisPackageLocationTypeInlinePackage SsisPackageLocationType = original.SsisPackageLocationTypeInlinePackage
739	SsisPackageLocationTypePackageStore  SsisPackageLocationType = original.SsisPackageLocationTypePackageStore
740	SsisPackageLocationTypeSSISDB        SsisPackageLocationType = original.SsisPackageLocationTypeSSISDB
741)
742
743type StoredProcedureParameterType = original.StoredProcedureParameterType
744
745const (
746	StoredProcedureParameterTypeBoolean StoredProcedureParameterType = original.StoredProcedureParameterTypeBoolean
747	StoredProcedureParameterTypeDate    StoredProcedureParameterType = original.StoredProcedureParameterTypeDate
748	StoredProcedureParameterTypeDecimal StoredProcedureParameterType = original.StoredProcedureParameterTypeDecimal
749	StoredProcedureParameterTypeGUID    StoredProcedureParameterType = original.StoredProcedureParameterTypeGUID
750	StoredProcedureParameterTypeInt     StoredProcedureParameterType = original.StoredProcedureParameterTypeInt
751	StoredProcedureParameterTypeInt64   StoredProcedureParameterType = original.StoredProcedureParameterTypeInt64
752	StoredProcedureParameterTypeString  StoredProcedureParameterType = original.StoredProcedureParameterTypeString
753)
754
755type SybaseAuthenticationType = original.SybaseAuthenticationType
756
757const (
758	SybaseAuthenticationTypeBasic   SybaseAuthenticationType = original.SybaseAuthenticationTypeBasic
759	SybaseAuthenticationTypeWindows SybaseAuthenticationType = original.SybaseAuthenticationTypeWindows
760)
761
762type TeradataAuthenticationType = original.TeradataAuthenticationType
763
764const (
765	TeradataAuthenticationTypeBasic   TeradataAuthenticationType = original.TeradataAuthenticationTypeBasic
766	TeradataAuthenticationTypeWindows TeradataAuthenticationType = original.TeradataAuthenticationTypeWindows
767)
768
769type TeradataPartitionOption = original.TeradataPartitionOption
770
771const (
772	TeradataPartitionOptionDynamicRange TeradataPartitionOption = original.TeradataPartitionOptionDynamicRange
773	TeradataPartitionOptionHash         TeradataPartitionOption = original.TeradataPartitionOptionHash
774	TeradataPartitionOptionNone         TeradataPartitionOption = original.TeradataPartitionOptionNone
775)
776
777type TriggerRunStatus = original.TriggerRunStatus
778
779const (
780	TriggerRunStatusFailed     TriggerRunStatus = original.TriggerRunStatusFailed
781	TriggerRunStatusInprogress TriggerRunStatus = original.TriggerRunStatusInprogress
782	TriggerRunStatusSucceeded  TriggerRunStatus = original.TriggerRunStatusSucceeded
783)
784
785type TriggerRuntimeState = original.TriggerRuntimeState
786
787const (
788	TriggerRuntimeStateDisabled TriggerRuntimeState = original.TriggerRuntimeStateDisabled
789	TriggerRuntimeStateStarted  TriggerRuntimeState = original.TriggerRuntimeStateStarted
790	TriggerRuntimeStateStopped  TriggerRuntimeState = original.TriggerRuntimeStateStopped
791)
792
793type TumblingWindowFrequency = original.TumblingWindowFrequency
794
795const (
796	TumblingWindowFrequencyHour   TumblingWindowFrequency = original.TumblingWindowFrequencyHour
797	TumblingWindowFrequencyMinute TumblingWindowFrequency = original.TumblingWindowFrequencyMinute
798	TumblingWindowFrequencyMonth  TumblingWindowFrequency = original.TumblingWindowFrequencyMonth
799)
800
801type Type = original.Type
802
803const (
804	TypeAzureKeyVaultSecret Type = original.TypeAzureKeyVaultSecret
805	TypeSecretBase          Type = original.TypeSecretBase
806	TypeSecureString        Type = original.TypeSecureString
807)
808
809type TypeBasicActivity = original.TypeBasicActivity
810
811const (
812	TypeBasicActivityTypeActivity                 TypeBasicActivity = original.TypeBasicActivityTypeActivity
813	TypeBasicActivityTypeAppendVariable           TypeBasicActivity = original.TypeBasicActivityTypeAppendVariable
814	TypeBasicActivityTypeAzureDataExplorerCommand TypeBasicActivity = original.TypeBasicActivityTypeAzureDataExplorerCommand
815	TypeBasicActivityTypeAzureFunctionActivity    TypeBasicActivity = original.TypeBasicActivityTypeAzureFunctionActivity
816	TypeBasicActivityTypeAzureMLBatchExecution    TypeBasicActivity = original.TypeBasicActivityTypeAzureMLBatchExecution
817	TypeBasicActivityTypeAzureMLExecutePipeline   TypeBasicActivity = original.TypeBasicActivityTypeAzureMLExecutePipeline
818	TypeBasicActivityTypeAzureMLUpdateResource    TypeBasicActivity = original.TypeBasicActivityTypeAzureMLUpdateResource
819	TypeBasicActivityTypeContainer                TypeBasicActivity = original.TypeBasicActivityTypeContainer
820	TypeBasicActivityTypeCopy                     TypeBasicActivity = original.TypeBasicActivityTypeCopy
821	TypeBasicActivityTypeCustom                   TypeBasicActivity = original.TypeBasicActivityTypeCustom
822	TypeBasicActivityTypeDatabricksNotebook       TypeBasicActivity = original.TypeBasicActivityTypeDatabricksNotebook
823	TypeBasicActivityTypeDatabricksSparkJar       TypeBasicActivity = original.TypeBasicActivityTypeDatabricksSparkJar
824	TypeBasicActivityTypeDatabricksSparkPython    TypeBasicActivity = original.TypeBasicActivityTypeDatabricksSparkPython
825	TypeBasicActivityTypeDataLakeAnalyticsUSQL    TypeBasicActivity = original.TypeBasicActivityTypeDataLakeAnalyticsUSQL
826	TypeBasicActivityTypeDelete                   TypeBasicActivity = original.TypeBasicActivityTypeDelete
827	TypeBasicActivityTypeExecuteDataFlow          TypeBasicActivity = original.TypeBasicActivityTypeExecuteDataFlow
828	TypeBasicActivityTypeExecutePipeline          TypeBasicActivity = original.TypeBasicActivityTypeExecutePipeline
829	TypeBasicActivityTypeExecuteSSISPackage       TypeBasicActivity = original.TypeBasicActivityTypeExecuteSSISPackage
830	TypeBasicActivityTypeExecution                TypeBasicActivity = original.TypeBasicActivityTypeExecution
831	TypeBasicActivityTypeFilter                   TypeBasicActivity = original.TypeBasicActivityTypeFilter
832	TypeBasicActivityTypeForEach                  TypeBasicActivity = original.TypeBasicActivityTypeForEach
833	TypeBasicActivityTypeGetMetadata              TypeBasicActivity = original.TypeBasicActivityTypeGetMetadata
834	TypeBasicActivityTypeHDInsightHive            TypeBasicActivity = original.TypeBasicActivityTypeHDInsightHive
835	TypeBasicActivityTypeHDInsightMapReduce       TypeBasicActivity = original.TypeBasicActivityTypeHDInsightMapReduce
836	TypeBasicActivityTypeHDInsightPig             TypeBasicActivity = original.TypeBasicActivityTypeHDInsightPig
837	TypeBasicActivityTypeHDInsightSpark           TypeBasicActivity = original.TypeBasicActivityTypeHDInsightSpark
838	TypeBasicActivityTypeHDInsightStreaming       TypeBasicActivity = original.TypeBasicActivityTypeHDInsightStreaming
839	TypeBasicActivityTypeIfCondition              TypeBasicActivity = original.TypeBasicActivityTypeIfCondition
840	TypeBasicActivityTypeLookup                   TypeBasicActivity = original.TypeBasicActivityTypeLookup
841	TypeBasicActivityTypeSetVariable              TypeBasicActivity = original.TypeBasicActivityTypeSetVariable
842	TypeBasicActivityTypeSQLServerStoredProcedure TypeBasicActivity = original.TypeBasicActivityTypeSQLServerStoredProcedure
843	TypeBasicActivityTypeSwitch                   TypeBasicActivity = original.TypeBasicActivityTypeSwitch
844	TypeBasicActivityTypeUntil                    TypeBasicActivity = original.TypeBasicActivityTypeUntil
845	TypeBasicActivityTypeValidation               TypeBasicActivity = original.TypeBasicActivityTypeValidation
846	TypeBasicActivityTypeWait                     TypeBasicActivity = original.TypeBasicActivityTypeWait
847	TypeBasicActivityTypeWebActivity              TypeBasicActivity = original.TypeBasicActivityTypeWebActivity
848	TypeBasicActivityTypeWebHook                  TypeBasicActivity = original.TypeBasicActivityTypeWebHook
849)
850
851type TypeBasicCompressionReadSettings = original.TypeBasicCompressionReadSettings
852
853const (
854	TypeBasicCompressionReadSettingsTypeCompressionReadSettings TypeBasicCompressionReadSettings = original.TypeBasicCompressionReadSettingsTypeCompressionReadSettings
855	TypeBasicCompressionReadSettingsTypeTarGZipReadSettings     TypeBasicCompressionReadSettings = original.TypeBasicCompressionReadSettingsTypeTarGZipReadSettings
856	TypeBasicCompressionReadSettingsTypeTarReadSettings         TypeBasicCompressionReadSettings = original.TypeBasicCompressionReadSettingsTypeTarReadSettings
857	TypeBasicCompressionReadSettingsTypeZipDeflateReadSettings  TypeBasicCompressionReadSettings = original.TypeBasicCompressionReadSettingsTypeZipDeflateReadSettings
858)
859
860type TypeBasicCopySink = original.TypeBasicCopySink
861
862const (
863	TypeBasicCopySinkTypeAvroSink                     TypeBasicCopySink = original.TypeBasicCopySinkTypeAvroSink
864	TypeBasicCopySinkTypeAzureBlobFSSink              TypeBasicCopySink = original.TypeBasicCopySinkTypeAzureBlobFSSink
865	TypeBasicCopySinkTypeAzureDatabricksDeltaLakeSink TypeBasicCopySink = original.TypeBasicCopySinkTypeAzureDatabricksDeltaLakeSink
866	TypeBasicCopySinkTypeAzureDataExplorerSink        TypeBasicCopySink = original.TypeBasicCopySinkTypeAzureDataExplorerSink
867	TypeBasicCopySinkTypeAzureDataLakeStoreSink       TypeBasicCopySink = original.TypeBasicCopySinkTypeAzureDataLakeStoreSink
868	TypeBasicCopySinkTypeAzureMySQLSink               TypeBasicCopySink = original.TypeBasicCopySinkTypeAzureMySQLSink
869	TypeBasicCopySinkTypeAzurePostgreSQLSink          TypeBasicCopySink = original.TypeBasicCopySinkTypeAzurePostgreSQLSink
870	TypeBasicCopySinkTypeAzureQueueSink               TypeBasicCopySink = original.TypeBasicCopySinkTypeAzureQueueSink
871	TypeBasicCopySinkTypeAzureSearchIndexSink         TypeBasicCopySink = original.TypeBasicCopySinkTypeAzureSearchIndexSink
872	TypeBasicCopySinkTypeAzureSQLSink                 TypeBasicCopySink = original.TypeBasicCopySinkTypeAzureSQLSink
873	TypeBasicCopySinkTypeAzureTableSink               TypeBasicCopySink = original.TypeBasicCopySinkTypeAzureTableSink
874	TypeBasicCopySinkTypeBinarySink                   TypeBasicCopySink = original.TypeBasicCopySinkTypeBinarySink
875	TypeBasicCopySinkTypeBlobSink                     TypeBasicCopySink = original.TypeBasicCopySinkTypeBlobSink
876	TypeBasicCopySinkTypeCommonDataServiceForAppsSink TypeBasicCopySink = original.TypeBasicCopySinkTypeCommonDataServiceForAppsSink
877	TypeBasicCopySinkTypeCopySink                     TypeBasicCopySink = original.TypeBasicCopySinkTypeCopySink
878	TypeBasicCopySinkTypeCosmosDbMongoDbAPISink       TypeBasicCopySink = original.TypeBasicCopySinkTypeCosmosDbMongoDbAPISink
879	TypeBasicCopySinkTypeCosmosDbSQLAPISink           TypeBasicCopySink = original.TypeBasicCopySinkTypeCosmosDbSQLAPISink
880	TypeBasicCopySinkTypeDelimitedTextSink            TypeBasicCopySink = original.TypeBasicCopySinkTypeDelimitedTextSink
881	TypeBasicCopySinkTypeDocumentDbCollectionSink     TypeBasicCopySink = original.TypeBasicCopySinkTypeDocumentDbCollectionSink
882	TypeBasicCopySinkTypeDynamicsCrmSink              TypeBasicCopySink = original.TypeBasicCopySinkTypeDynamicsCrmSink
883	TypeBasicCopySinkTypeDynamicsSink                 TypeBasicCopySink = original.TypeBasicCopySinkTypeDynamicsSink
884	TypeBasicCopySinkTypeFileSystemSink               TypeBasicCopySink = original.TypeBasicCopySinkTypeFileSystemSink
885	TypeBasicCopySinkTypeInformixSink                 TypeBasicCopySink = original.TypeBasicCopySinkTypeInformixSink
886	TypeBasicCopySinkTypeJSONSink                     TypeBasicCopySink = original.TypeBasicCopySinkTypeJSONSink
887	TypeBasicCopySinkTypeMicrosoftAccessSink          TypeBasicCopySink = original.TypeBasicCopySinkTypeMicrosoftAccessSink
888	TypeBasicCopySinkTypeMongoDbAtlasSink             TypeBasicCopySink = original.TypeBasicCopySinkTypeMongoDbAtlasSink
889	TypeBasicCopySinkTypeMongoDbV2Sink                TypeBasicCopySink = original.TypeBasicCopySinkTypeMongoDbV2Sink
890	TypeBasicCopySinkTypeOdbcSink                     TypeBasicCopySink = original.TypeBasicCopySinkTypeOdbcSink
891	TypeBasicCopySinkTypeOracleSink                   TypeBasicCopySink = original.TypeBasicCopySinkTypeOracleSink
892	TypeBasicCopySinkTypeOrcSink                      TypeBasicCopySink = original.TypeBasicCopySinkTypeOrcSink
893	TypeBasicCopySinkTypeParquetSink                  TypeBasicCopySink = original.TypeBasicCopySinkTypeParquetSink
894	TypeBasicCopySinkTypeRestSink                     TypeBasicCopySink = original.TypeBasicCopySinkTypeRestSink
895	TypeBasicCopySinkTypeSalesforceServiceCloudSink   TypeBasicCopySink = original.TypeBasicCopySinkTypeSalesforceServiceCloudSink
896	TypeBasicCopySinkTypeSalesforceSink               TypeBasicCopySink = original.TypeBasicCopySinkTypeSalesforceSink
897	TypeBasicCopySinkTypeSapCloudForCustomerSink      TypeBasicCopySink = original.TypeBasicCopySinkTypeSapCloudForCustomerSink
898	TypeBasicCopySinkTypeSnowflakeSink                TypeBasicCopySink = original.TypeBasicCopySinkTypeSnowflakeSink
899	TypeBasicCopySinkTypeSQLDWSink                    TypeBasicCopySink = original.TypeBasicCopySinkTypeSQLDWSink
900	TypeBasicCopySinkTypeSQLMISink                    TypeBasicCopySink = original.TypeBasicCopySinkTypeSQLMISink
901	TypeBasicCopySinkTypeSQLServerSink                TypeBasicCopySink = original.TypeBasicCopySinkTypeSQLServerSink
902	TypeBasicCopySinkTypeSQLSink                      TypeBasicCopySink = original.TypeBasicCopySinkTypeSQLSink
903)
904
905type TypeBasicCopySource = original.TypeBasicCopySource
906
907const (
908	TypeBasicCopySourceTypeAmazonMWSSource                TypeBasicCopySource = original.TypeBasicCopySourceTypeAmazonMWSSource
909	TypeBasicCopySourceTypeAmazonRedshiftSource           TypeBasicCopySource = original.TypeBasicCopySourceTypeAmazonRedshiftSource
910	TypeBasicCopySourceTypeAvroSource                     TypeBasicCopySource = original.TypeBasicCopySourceTypeAvroSource
911	TypeBasicCopySourceTypeAzureBlobFSSource              TypeBasicCopySource = original.TypeBasicCopySourceTypeAzureBlobFSSource
912	TypeBasicCopySourceTypeAzureDatabricksDeltaLakeSource TypeBasicCopySource = original.TypeBasicCopySourceTypeAzureDatabricksDeltaLakeSource
913	TypeBasicCopySourceTypeAzureDataExplorerSource        TypeBasicCopySource = original.TypeBasicCopySourceTypeAzureDataExplorerSource
914	TypeBasicCopySourceTypeAzureDataLakeStoreSource       TypeBasicCopySource = original.TypeBasicCopySourceTypeAzureDataLakeStoreSource
915	TypeBasicCopySourceTypeAzureMariaDBSource             TypeBasicCopySource = original.TypeBasicCopySourceTypeAzureMariaDBSource
916	TypeBasicCopySourceTypeAzureMySQLSource               TypeBasicCopySource = original.TypeBasicCopySourceTypeAzureMySQLSource
917	TypeBasicCopySourceTypeAzurePostgreSQLSource          TypeBasicCopySource = original.TypeBasicCopySourceTypeAzurePostgreSQLSource
918	TypeBasicCopySourceTypeAzureSQLSource                 TypeBasicCopySource = original.TypeBasicCopySourceTypeAzureSQLSource
919	TypeBasicCopySourceTypeAzureTableSource               TypeBasicCopySource = original.TypeBasicCopySourceTypeAzureTableSource
920	TypeBasicCopySourceTypeBinarySource                   TypeBasicCopySource = original.TypeBasicCopySourceTypeBinarySource
921	TypeBasicCopySourceTypeBlobSource                     TypeBasicCopySource = original.TypeBasicCopySourceTypeBlobSource
922	TypeBasicCopySourceTypeCassandraSource                TypeBasicCopySource = original.TypeBasicCopySourceTypeCassandraSource
923	TypeBasicCopySourceTypeCommonDataServiceForAppsSource TypeBasicCopySource = original.TypeBasicCopySourceTypeCommonDataServiceForAppsSource
924	TypeBasicCopySourceTypeConcurSource                   TypeBasicCopySource = original.TypeBasicCopySourceTypeConcurSource
925	TypeBasicCopySourceTypeCopySource                     TypeBasicCopySource = original.TypeBasicCopySourceTypeCopySource
926	TypeBasicCopySourceTypeCosmosDbMongoDbAPISource       TypeBasicCopySource = original.TypeBasicCopySourceTypeCosmosDbMongoDbAPISource
927	TypeBasicCopySourceTypeCosmosDbSQLAPISource           TypeBasicCopySource = original.TypeBasicCopySourceTypeCosmosDbSQLAPISource
928	TypeBasicCopySourceTypeCouchbaseSource                TypeBasicCopySource = original.TypeBasicCopySourceTypeCouchbaseSource
929	TypeBasicCopySourceTypeDb2Source                      TypeBasicCopySource = original.TypeBasicCopySourceTypeDb2Source
930	TypeBasicCopySourceTypeDelimitedTextSource            TypeBasicCopySource = original.TypeBasicCopySourceTypeDelimitedTextSource
931	TypeBasicCopySourceTypeDocumentDbCollectionSource     TypeBasicCopySource = original.TypeBasicCopySourceTypeDocumentDbCollectionSource
932	TypeBasicCopySourceTypeDrillSource                    TypeBasicCopySource = original.TypeBasicCopySourceTypeDrillSource
933	TypeBasicCopySourceTypeDynamicsAXSource               TypeBasicCopySource = original.TypeBasicCopySourceTypeDynamicsAXSource
934	TypeBasicCopySourceTypeDynamicsCrmSource              TypeBasicCopySource = original.TypeBasicCopySourceTypeDynamicsCrmSource
935	TypeBasicCopySourceTypeDynamicsSource                 TypeBasicCopySource = original.TypeBasicCopySourceTypeDynamicsSource
936	TypeBasicCopySourceTypeEloquaSource                   TypeBasicCopySource = original.TypeBasicCopySourceTypeEloquaSource
937	TypeBasicCopySourceTypeExcelSource                    TypeBasicCopySource = original.TypeBasicCopySourceTypeExcelSource
938	TypeBasicCopySourceTypeFileSystemSource               TypeBasicCopySource = original.TypeBasicCopySourceTypeFileSystemSource
939	TypeBasicCopySourceTypeGoogleAdWordsSource            TypeBasicCopySource = original.TypeBasicCopySourceTypeGoogleAdWordsSource
940	TypeBasicCopySourceTypeGoogleBigQuerySource           TypeBasicCopySource = original.TypeBasicCopySourceTypeGoogleBigQuerySource
941	TypeBasicCopySourceTypeGreenplumSource                TypeBasicCopySource = original.TypeBasicCopySourceTypeGreenplumSource
942	TypeBasicCopySourceTypeHBaseSource                    TypeBasicCopySource = original.TypeBasicCopySourceTypeHBaseSource
943	TypeBasicCopySourceTypeHdfsSource                     TypeBasicCopySource = original.TypeBasicCopySourceTypeHdfsSource
944	TypeBasicCopySourceTypeHiveSource                     TypeBasicCopySource = original.TypeBasicCopySourceTypeHiveSource
945	TypeBasicCopySourceTypeHTTPSource                     TypeBasicCopySource = original.TypeBasicCopySourceTypeHTTPSource
946	TypeBasicCopySourceTypeHubspotSource                  TypeBasicCopySource = original.TypeBasicCopySourceTypeHubspotSource
947	TypeBasicCopySourceTypeImpalaSource                   TypeBasicCopySource = original.TypeBasicCopySourceTypeImpalaSource
948	TypeBasicCopySourceTypeInformixSource                 TypeBasicCopySource = original.TypeBasicCopySourceTypeInformixSource
949	TypeBasicCopySourceTypeJiraSource                     TypeBasicCopySource = original.TypeBasicCopySourceTypeJiraSource
950	TypeBasicCopySourceTypeJSONSource                     TypeBasicCopySource = original.TypeBasicCopySourceTypeJSONSource
951	TypeBasicCopySourceTypeMagentoSource                  TypeBasicCopySource = original.TypeBasicCopySourceTypeMagentoSource
952	TypeBasicCopySourceTypeMariaDBSource                  TypeBasicCopySource = original.TypeBasicCopySourceTypeMariaDBSource
953	TypeBasicCopySourceTypeMarketoSource                  TypeBasicCopySource = original.TypeBasicCopySourceTypeMarketoSource
954	TypeBasicCopySourceTypeMicrosoftAccessSource          TypeBasicCopySource = original.TypeBasicCopySourceTypeMicrosoftAccessSource
955	TypeBasicCopySourceTypeMongoDbAtlasSource             TypeBasicCopySource = original.TypeBasicCopySourceTypeMongoDbAtlasSource
956	TypeBasicCopySourceTypeMongoDbSource                  TypeBasicCopySource = original.TypeBasicCopySourceTypeMongoDbSource
957	TypeBasicCopySourceTypeMongoDbV2Source                TypeBasicCopySource = original.TypeBasicCopySourceTypeMongoDbV2Source
958	TypeBasicCopySourceTypeMySQLSource                    TypeBasicCopySource = original.TypeBasicCopySourceTypeMySQLSource
959	TypeBasicCopySourceTypeNetezzaSource                  TypeBasicCopySource = original.TypeBasicCopySourceTypeNetezzaSource
960	TypeBasicCopySourceTypeODataSource                    TypeBasicCopySource = original.TypeBasicCopySourceTypeODataSource
961	TypeBasicCopySourceTypeOdbcSource                     TypeBasicCopySource = original.TypeBasicCopySourceTypeOdbcSource
962	TypeBasicCopySourceTypeOffice365Source                TypeBasicCopySource = original.TypeBasicCopySourceTypeOffice365Source
963	TypeBasicCopySourceTypeOracleServiceCloudSource       TypeBasicCopySource = original.TypeBasicCopySourceTypeOracleServiceCloudSource
964	TypeBasicCopySourceTypeOracleSource                   TypeBasicCopySource = original.TypeBasicCopySourceTypeOracleSource
965	TypeBasicCopySourceTypeOrcSource                      TypeBasicCopySource = original.TypeBasicCopySourceTypeOrcSource
966	TypeBasicCopySourceTypeParquetSource                  TypeBasicCopySource = original.TypeBasicCopySourceTypeParquetSource
967	TypeBasicCopySourceTypePaypalSource                   TypeBasicCopySource = original.TypeBasicCopySourceTypePaypalSource
968	TypeBasicCopySourceTypePhoenixSource                  TypeBasicCopySource = original.TypeBasicCopySourceTypePhoenixSource
969	TypeBasicCopySourceTypePostgreSQLSource               TypeBasicCopySource = original.TypeBasicCopySourceTypePostgreSQLSource
970	TypeBasicCopySourceTypePrestoSource                   TypeBasicCopySource = original.TypeBasicCopySourceTypePrestoSource
971	TypeBasicCopySourceTypeQuickBooksSource               TypeBasicCopySource = original.TypeBasicCopySourceTypeQuickBooksSource
972	TypeBasicCopySourceTypeRelationalSource               TypeBasicCopySource = original.TypeBasicCopySourceTypeRelationalSource
973	TypeBasicCopySourceTypeResponsysSource                TypeBasicCopySource = original.TypeBasicCopySourceTypeResponsysSource
974	TypeBasicCopySourceTypeRestSource                     TypeBasicCopySource = original.TypeBasicCopySourceTypeRestSource
975	TypeBasicCopySourceTypeSalesforceMarketingCloudSource TypeBasicCopySource = original.TypeBasicCopySourceTypeSalesforceMarketingCloudSource
976	TypeBasicCopySourceTypeSalesforceServiceCloudSource   TypeBasicCopySource = original.TypeBasicCopySourceTypeSalesforceServiceCloudSource
977	TypeBasicCopySourceTypeSalesforceSource               TypeBasicCopySource = original.TypeBasicCopySourceTypeSalesforceSource
978	TypeBasicCopySourceTypeSapBwSource                    TypeBasicCopySource = original.TypeBasicCopySourceTypeSapBwSource
979	TypeBasicCopySourceTypeSapCloudForCustomerSource      TypeBasicCopySource = original.TypeBasicCopySourceTypeSapCloudForCustomerSource
980	TypeBasicCopySourceTypeSapEccSource                   TypeBasicCopySource = original.TypeBasicCopySourceTypeSapEccSource
981	TypeBasicCopySourceTypeSapHanaSource                  TypeBasicCopySource = original.TypeBasicCopySourceTypeSapHanaSource
982	TypeBasicCopySourceTypeSapOpenHubSource               TypeBasicCopySource = original.TypeBasicCopySourceTypeSapOpenHubSource
983	TypeBasicCopySourceTypeSapTableSource                 TypeBasicCopySource = original.TypeBasicCopySourceTypeSapTableSource
984	TypeBasicCopySourceTypeServiceNowSource               TypeBasicCopySource = original.TypeBasicCopySourceTypeServiceNowSource
985	TypeBasicCopySourceTypeSharePointOnlineListSource     TypeBasicCopySource = original.TypeBasicCopySourceTypeSharePointOnlineListSource
986	TypeBasicCopySourceTypeShopifySource                  TypeBasicCopySource = original.TypeBasicCopySourceTypeShopifySource
987	TypeBasicCopySourceTypeSnowflakeSource                TypeBasicCopySource = original.TypeBasicCopySourceTypeSnowflakeSource
988	TypeBasicCopySourceTypeSparkSource                    TypeBasicCopySource = original.TypeBasicCopySourceTypeSparkSource
989	TypeBasicCopySourceTypeSQLDWSource                    TypeBasicCopySource = original.TypeBasicCopySourceTypeSQLDWSource
990	TypeBasicCopySourceTypeSQLMISource                    TypeBasicCopySource = original.TypeBasicCopySourceTypeSQLMISource
991	TypeBasicCopySourceTypeSQLServerSource                TypeBasicCopySource = original.TypeBasicCopySourceTypeSQLServerSource
992	TypeBasicCopySourceTypeSQLSource                      TypeBasicCopySource = original.TypeBasicCopySourceTypeSQLSource
993	TypeBasicCopySourceTypeSquareSource                   TypeBasicCopySource = original.TypeBasicCopySourceTypeSquareSource
994	TypeBasicCopySourceTypeSybaseSource                   TypeBasicCopySource = original.TypeBasicCopySourceTypeSybaseSource
995	TypeBasicCopySourceTypeTabularSource                  TypeBasicCopySource = original.TypeBasicCopySourceTypeTabularSource
996	TypeBasicCopySourceTypeTeradataSource                 TypeBasicCopySource = original.TypeBasicCopySourceTypeTeradataSource
997	TypeBasicCopySourceTypeVerticaSource                  TypeBasicCopySource = original.TypeBasicCopySourceTypeVerticaSource
998	TypeBasicCopySourceTypeWebSource                      TypeBasicCopySource = original.TypeBasicCopySourceTypeWebSource
999	TypeBasicCopySourceTypeXeroSource                     TypeBasicCopySource = original.TypeBasicCopySourceTypeXeroSource
1000	TypeBasicCopySourceTypeXMLSource                      TypeBasicCopySource = original.TypeBasicCopySourceTypeXMLSource
1001	TypeBasicCopySourceTypeZohoSource                     TypeBasicCopySource = original.TypeBasicCopySourceTypeZohoSource
1002)
1003
1004type TypeBasicCopyTranslator = original.TypeBasicCopyTranslator
1005
1006const (
1007	TypeBasicCopyTranslatorTypeCopyTranslator    TypeBasicCopyTranslator = original.TypeBasicCopyTranslatorTypeCopyTranslator
1008	TypeBasicCopyTranslatorTypeTabularTranslator TypeBasicCopyTranslator = original.TypeBasicCopyTranslatorTypeTabularTranslator
1009)
1010
1011type TypeBasicCredential = original.TypeBasicCredential
1012
1013const (
1014	TypeBasicCredentialTypeCredential       TypeBasicCredential = original.TypeBasicCredentialTypeCredential
1015	TypeBasicCredentialTypeManagedIdentity  TypeBasicCredential = original.TypeBasicCredentialTypeManagedIdentity
1016	TypeBasicCredentialTypeServicePrincipal TypeBasicCredential = original.TypeBasicCredentialTypeServicePrincipal
1017)
1018
1019type TypeBasicCustomSetupBase = original.TypeBasicCustomSetupBase
1020
1021const (
1022	TypeBasicCustomSetupBaseTypeAzPowerShellSetup        TypeBasicCustomSetupBase = original.TypeBasicCustomSetupBaseTypeAzPowerShellSetup
1023	TypeBasicCustomSetupBaseTypeCmdkeySetup              TypeBasicCustomSetupBase = original.TypeBasicCustomSetupBaseTypeCmdkeySetup
1024	TypeBasicCustomSetupBaseTypeComponentSetup           TypeBasicCustomSetupBase = original.TypeBasicCustomSetupBaseTypeComponentSetup
1025	TypeBasicCustomSetupBaseTypeCustomSetupBase          TypeBasicCustomSetupBase = original.TypeBasicCustomSetupBaseTypeCustomSetupBase
1026	TypeBasicCustomSetupBaseTypeEnvironmentVariableSetup TypeBasicCustomSetupBase = original.TypeBasicCustomSetupBaseTypeEnvironmentVariableSetup
1027)
1028
1029type TypeBasicDataFlow = original.TypeBasicDataFlow
1030
1031const (
1032	TypeBasicDataFlowTypeDataFlow        TypeBasicDataFlow = original.TypeBasicDataFlowTypeDataFlow
1033	TypeBasicDataFlowTypeMappingDataFlow TypeBasicDataFlow = original.TypeBasicDataFlowTypeMappingDataFlow
1034)
1035
1036type TypeBasicDataset = original.TypeBasicDataset
1037
1038const (
1039	TypeBasicDatasetTypeAmazonMWSObject                 TypeBasicDataset = original.TypeBasicDatasetTypeAmazonMWSObject
1040	TypeBasicDatasetTypeAmazonRedshiftTable             TypeBasicDataset = original.TypeBasicDatasetTypeAmazonRedshiftTable
1041	TypeBasicDatasetTypeAmazonS3Object                  TypeBasicDataset = original.TypeBasicDatasetTypeAmazonS3Object
1042	TypeBasicDatasetTypeAvro                            TypeBasicDataset = original.TypeBasicDatasetTypeAvro
1043	TypeBasicDatasetTypeAzureBlob                       TypeBasicDataset = original.TypeBasicDatasetTypeAzureBlob
1044	TypeBasicDatasetTypeAzureBlobFSFile                 TypeBasicDataset = original.TypeBasicDatasetTypeAzureBlobFSFile
1045	TypeBasicDatasetTypeAzureDatabricksDeltaLakeDataset TypeBasicDataset = original.TypeBasicDatasetTypeAzureDatabricksDeltaLakeDataset
1046	TypeBasicDatasetTypeAzureDataExplorerTable          TypeBasicDataset = original.TypeBasicDatasetTypeAzureDataExplorerTable
1047	TypeBasicDatasetTypeAzureDataLakeStoreFile          TypeBasicDataset = original.TypeBasicDatasetTypeAzureDataLakeStoreFile
1048	TypeBasicDatasetTypeAzureMariaDBTable               TypeBasicDataset = original.TypeBasicDatasetTypeAzureMariaDBTable
1049	TypeBasicDatasetTypeAzureMySQLTable                 TypeBasicDataset = original.TypeBasicDatasetTypeAzureMySQLTable
1050	TypeBasicDatasetTypeAzurePostgreSQLTable            TypeBasicDataset = original.TypeBasicDatasetTypeAzurePostgreSQLTable
1051	TypeBasicDatasetTypeAzureSearchIndex                TypeBasicDataset = original.TypeBasicDatasetTypeAzureSearchIndex
1052	TypeBasicDatasetTypeAzureSQLDWTable                 TypeBasicDataset = original.TypeBasicDatasetTypeAzureSQLDWTable
1053	TypeBasicDatasetTypeAzureSQLMITable                 TypeBasicDataset = original.TypeBasicDatasetTypeAzureSQLMITable
1054	TypeBasicDatasetTypeAzureSQLTable                   TypeBasicDataset = original.TypeBasicDatasetTypeAzureSQLTable
1055	TypeBasicDatasetTypeAzureTable                      TypeBasicDataset = original.TypeBasicDatasetTypeAzureTable
1056	TypeBasicDatasetTypeBinary                          TypeBasicDataset = original.TypeBasicDatasetTypeBinary
1057	TypeBasicDatasetTypeCassandraTable                  TypeBasicDataset = original.TypeBasicDatasetTypeCassandraTable
1058	TypeBasicDatasetTypeCommonDataServiceForAppsEntity  TypeBasicDataset = original.TypeBasicDatasetTypeCommonDataServiceForAppsEntity
1059	TypeBasicDatasetTypeConcurObject                    TypeBasicDataset = original.TypeBasicDatasetTypeConcurObject
1060	TypeBasicDatasetTypeCosmosDbMongoDbAPICollection    TypeBasicDataset = original.TypeBasicDatasetTypeCosmosDbMongoDbAPICollection
1061	TypeBasicDatasetTypeCosmosDbSQLAPICollection        TypeBasicDataset = original.TypeBasicDatasetTypeCosmosDbSQLAPICollection
1062	TypeBasicDatasetTypeCouchbaseTable                  TypeBasicDataset = original.TypeBasicDatasetTypeCouchbaseTable
1063	TypeBasicDatasetTypeCustomDataset                   TypeBasicDataset = original.TypeBasicDatasetTypeCustomDataset
1064	TypeBasicDatasetTypeDataset                         TypeBasicDataset = original.TypeBasicDatasetTypeDataset
1065	TypeBasicDatasetTypeDb2Table                        TypeBasicDataset = original.TypeBasicDatasetTypeDb2Table
1066	TypeBasicDatasetTypeDelimitedText                   TypeBasicDataset = original.TypeBasicDatasetTypeDelimitedText
1067	TypeBasicDatasetTypeDocumentDbCollection            TypeBasicDataset = original.TypeBasicDatasetTypeDocumentDbCollection
1068	TypeBasicDatasetTypeDrillTable                      TypeBasicDataset = original.TypeBasicDatasetTypeDrillTable
1069	TypeBasicDatasetTypeDynamicsAXResource              TypeBasicDataset = original.TypeBasicDatasetTypeDynamicsAXResource
1070	TypeBasicDatasetTypeDynamicsCrmEntity               TypeBasicDataset = original.TypeBasicDatasetTypeDynamicsCrmEntity
1071	TypeBasicDatasetTypeDynamicsEntity                  TypeBasicDataset = original.TypeBasicDatasetTypeDynamicsEntity
1072	TypeBasicDatasetTypeEloquaObject                    TypeBasicDataset = original.TypeBasicDatasetTypeEloquaObject
1073	TypeBasicDatasetTypeExcel                           TypeBasicDataset = original.TypeBasicDatasetTypeExcel
1074	TypeBasicDatasetTypeFileShare                       TypeBasicDataset = original.TypeBasicDatasetTypeFileShare
1075	TypeBasicDatasetTypeGoogleAdWordsObject             TypeBasicDataset = original.TypeBasicDatasetTypeGoogleAdWordsObject
1076	TypeBasicDatasetTypeGoogleBigQueryObject            TypeBasicDataset = original.TypeBasicDatasetTypeGoogleBigQueryObject
1077	TypeBasicDatasetTypeGreenplumTable                  TypeBasicDataset = original.TypeBasicDatasetTypeGreenplumTable
1078	TypeBasicDatasetTypeHBaseObject                     TypeBasicDataset = original.TypeBasicDatasetTypeHBaseObject
1079	TypeBasicDatasetTypeHiveObject                      TypeBasicDataset = original.TypeBasicDatasetTypeHiveObject
1080	TypeBasicDatasetTypeHTTPFile                        TypeBasicDataset = original.TypeBasicDatasetTypeHTTPFile
1081	TypeBasicDatasetTypeHubspotObject                   TypeBasicDataset = original.TypeBasicDatasetTypeHubspotObject
1082	TypeBasicDatasetTypeImpalaObject                    TypeBasicDataset = original.TypeBasicDatasetTypeImpalaObject
1083	TypeBasicDatasetTypeInformixTable                   TypeBasicDataset = original.TypeBasicDatasetTypeInformixTable
1084	TypeBasicDatasetTypeJiraObject                      TypeBasicDataset = original.TypeBasicDatasetTypeJiraObject
1085	TypeBasicDatasetTypeJSON                            TypeBasicDataset = original.TypeBasicDatasetTypeJSON
1086	TypeBasicDatasetTypeMagentoObject                   TypeBasicDataset = original.TypeBasicDatasetTypeMagentoObject
1087	TypeBasicDatasetTypeMariaDBTable                    TypeBasicDataset = original.TypeBasicDatasetTypeMariaDBTable
1088	TypeBasicDatasetTypeMarketoObject                   TypeBasicDataset = original.TypeBasicDatasetTypeMarketoObject
1089	TypeBasicDatasetTypeMicrosoftAccessTable            TypeBasicDataset = original.TypeBasicDatasetTypeMicrosoftAccessTable
1090	TypeBasicDatasetTypeMongoDbAtlasCollection          TypeBasicDataset = original.TypeBasicDatasetTypeMongoDbAtlasCollection
1091	TypeBasicDatasetTypeMongoDbCollection               TypeBasicDataset = original.TypeBasicDatasetTypeMongoDbCollection
1092	TypeBasicDatasetTypeMongoDbV2Collection             TypeBasicDataset = original.TypeBasicDatasetTypeMongoDbV2Collection
1093	TypeBasicDatasetTypeMySQLTable                      TypeBasicDataset = original.TypeBasicDatasetTypeMySQLTable
1094	TypeBasicDatasetTypeNetezzaTable                    TypeBasicDataset = original.TypeBasicDatasetTypeNetezzaTable
1095	TypeBasicDatasetTypeODataResource                   TypeBasicDataset = original.TypeBasicDatasetTypeODataResource
1096	TypeBasicDatasetTypeOdbcTable                       TypeBasicDataset = original.TypeBasicDatasetTypeOdbcTable
1097	TypeBasicDatasetTypeOffice365Table                  TypeBasicDataset = original.TypeBasicDatasetTypeOffice365Table
1098	TypeBasicDatasetTypeOracleServiceCloudObject        TypeBasicDataset = original.TypeBasicDatasetTypeOracleServiceCloudObject
1099	TypeBasicDatasetTypeOracleTable                     TypeBasicDataset = original.TypeBasicDatasetTypeOracleTable
1100	TypeBasicDatasetTypeOrc                             TypeBasicDataset = original.TypeBasicDatasetTypeOrc
1101	TypeBasicDatasetTypeParquet                         TypeBasicDataset = original.TypeBasicDatasetTypeParquet
1102	TypeBasicDatasetTypePaypalObject                    TypeBasicDataset = original.TypeBasicDatasetTypePaypalObject
1103	TypeBasicDatasetTypePhoenixObject                   TypeBasicDataset = original.TypeBasicDatasetTypePhoenixObject
1104	TypeBasicDatasetTypePostgreSQLTable                 TypeBasicDataset = original.TypeBasicDatasetTypePostgreSQLTable
1105	TypeBasicDatasetTypePrestoObject                    TypeBasicDataset = original.TypeBasicDatasetTypePrestoObject
1106	TypeBasicDatasetTypeQuickBooksObject                TypeBasicDataset = original.TypeBasicDatasetTypeQuickBooksObject
1107	TypeBasicDatasetTypeRelationalTable                 TypeBasicDataset = original.TypeBasicDatasetTypeRelationalTable
1108	TypeBasicDatasetTypeResponsysObject                 TypeBasicDataset = original.TypeBasicDatasetTypeResponsysObject
1109	TypeBasicDatasetTypeRestResource                    TypeBasicDataset = original.TypeBasicDatasetTypeRestResource
1110	TypeBasicDatasetTypeSalesforceMarketingCloudObject  TypeBasicDataset = original.TypeBasicDatasetTypeSalesforceMarketingCloudObject
1111	TypeBasicDatasetTypeSalesforceObject                TypeBasicDataset = original.TypeBasicDatasetTypeSalesforceObject
1112	TypeBasicDatasetTypeSalesforceServiceCloudObject    TypeBasicDataset = original.TypeBasicDatasetTypeSalesforceServiceCloudObject
1113	TypeBasicDatasetTypeSapBwCube                       TypeBasicDataset = original.TypeBasicDatasetTypeSapBwCube
1114	TypeBasicDatasetTypeSapCloudForCustomerResource     TypeBasicDataset = original.TypeBasicDatasetTypeSapCloudForCustomerResource
1115	TypeBasicDatasetTypeSapEccResource                  TypeBasicDataset = original.TypeBasicDatasetTypeSapEccResource
1116	TypeBasicDatasetTypeSapHanaTable                    TypeBasicDataset = original.TypeBasicDatasetTypeSapHanaTable
1117	TypeBasicDatasetTypeSapOpenHubTable                 TypeBasicDataset = original.TypeBasicDatasetTypeSapOpenHubTable
1118	TypeBasicDatasetTypeSapTableResource                TypeBasicDataset = original.TypeBasicDatasetTypeSapTableResource
1119	TypeBasicDatasetTypeServiceNowObject                TypeBasicDataset = original.TypeBasicDatasetTypeServiceNowObject
1120	TypeBasicDatasetTypeSharePointOnlineListResource    TypeBasicDataset = original.TypeBasicDatasetTypeSharePointOnlineListResource
1121	TypeBasicDatasetTypeShopifyObject                   TypeBasicDataset = original.TypeBasicDatasetTypeShopifyObject
1122	TypeBasicDatasetTypeSnowflakeTable                  TypeBasicDataset = original.TypeBasicDatasetTypeSnowflakeTable
1123	TypeBasicDatasetTypeSparkObject                     TypeBasicDataset = original.TypeBasicDatasetTypeSparkObject
1124	TypeBasicDatasetTypeSQLServerTable                  TypeBasicDataset = original.TypeBasicDatasetTypeSQLServerTable
1125	TypeBasicDatasetTypeSquareObject                    TypeBasicDataset = original.TypeBasicDatasetTypeSquareObject
1126	TypeBasicDatasetTypeSybaseTable                     TypeBasicDataset = original.TypeBasicDatasetTypeSybaseTable
1127	TypeBasicDatasetTypeTeradataTable                   TypeBasicDataset = original.TypeBasicDatasetTypeTeradataTable
1128	TypeBasicDatasetTypeVerticaTable                    TypeBasicDataset = original.TypeBasicDatasetTypeVerticaTable
1129	TypeBasicDatasetTypeWebTable                        TypeBasicDataset = original.TypeBasicDatasetTypeWebTable
1130	TypeBasicDatasetTypeXeroObject                      TypeBasicDataset = original.TypeBasicDatasetTypeXeroObject
1131	TypeBasicDatasetTypeXML                             TypeBasicDataset = original.TypeBasicDatasetTypeXML
1132	TypeBasicDatasetTypeZohoObject                      TypeBasicDataset = original.TypeBasicDatasetTypeZohoObject
1133)
1134
1135type TypeBasicDatasetCompression = original.TypeBasicDatasetCompression
1136
1137const (
1138	TypeBasicDatasetCompressionTypeBZip2              TypeBasicDatasetCompression = original.TypeBasicDatasetCompressionTypeBZip2
1139	TypeBasicDatasetCompressionTypeDatasetCompression TypeBasicDatasetCompression = original.TypeBasicDatasetCompressionTypeDatasetCompression
1140	TypeBasicDatasetCompressionTypeDeflate            TypeBasicDatasetCompression = original.TypeBasicDatasetCompressionTypeDeflate
1141	TypeBasicDatasetCompressionTypeGZip               TypeBasicDatasetCompression = original.TypeBasicDatasetCompressionTypeGZip
1142	TypeBasicDatasetCompressionTypeTar                TypeBasicDatasetCompression = original.TypeBasicDatasetCompressionTypeTar
1143	TypeBasicDatasetCompressionTypeTarGZip            TypeBasicDatasetCompression = original.TypeBasicDatasetCompressionTypeTarGZip
1144	TypeBasicDatasetCompressionTypeZipDeflate         TypeBasicDatasetCompression = original.TypeBasicDatasetCompressionTypeZipDeflate
1145)
1146
1147type TypeBasicDatasetLocation = original.TypeBasicDatasetLocation
1148
1149const (
1150	TypeBasicDatasetLocationTypeAmazonS3CompatibleLocation TypeBasicDatasetLocation = original.TypeBasicDatasetLocationTypeAmazonS3CompatibleLocation
1151	TypeBasicDatasetLocationTypeAmazonS3Location           TypeBasicDatasetLocation = original.TypeBasicDatasetLocationTypeAmazonS3Location
1152	TypeBasicDatasetLocationTypeAzureBlobFSLocation        TypeBasicDatasetLocation = original.TypeBasicDatasetLocationTypeAzureBlobFSLocation
1153	TypeBasicDatasetLocationTypeAzureBlobStorageLocation   TypeBasicDatasetLocation = original.TypeBasicDatasetLocationTypeAzureBlobStorageLocation
1154	TypeBasicDatasetLocationTypeAzureDataLakeStoreLocation TypeBasicDatasetLocation = original.TypeBasicDatasetLocationTypeAzureDataLakeStoreLocation
1155	TypeBasicDatasetLocationTypeAzureFileStorageLocation   TypeBasicDatasetLocation = original.TypeBasicDatasetLocationTypeAzureFileStorageLocation
1156	TypeBasicDatasetLocationTypeDatasetLocation            TypeBasicDatasetLocation = original.TypeBasicDatasetLocationTypeDatasetLocation
1157	TypeBasicDatasetLocationTypeFileServerLocation         TypeBasicDatasetLocation = original.TypeBasicDatasetLocationTypeFileServerLocation
1158	TypeBasicDatasetLocationTypeFtpServerLocation          TypeBasicDatasetLocation = original.TypeBasicDatasetLocationTypeFtpServerLocation
1159	TypeBasicDatasetLocationTypeGoogleCloudStorageLocation TypeBasicDatasetLocation = original.TypeBasicDatasetLocationTypeGoogleCloudStorageLocation
1160	TypeBasicDatasetLocationTypeHdfsLocation               TypeBasicDatasetLocation = original.TypeBasicDatasetLocationTypeHdfsLocation
1161	TypeBasicDatasetLocationTypeHTTPServerLocation         TypeBasicDatasetLocation = original.TypeBasicDatasetLocationTypeHTTPServerLocation
1162	TypeBasicDatasetLocationTypeOracleCloudStorageLocation TypeBasicDatasetLocation = original.TypeBasicDatasetLocationTypeOracleCloudStorageLocation
1163	TypeBasicDatasetLocationTypeSftpLocation               TypeBasicDatasetLocation = original.TypeBasicDatasetLocationTypeSftpLocation
1164)
1165
1166type TypeBasicDatasetStorageFormat = original.TypeBasicDatasetStorageFormat
1167
1168const (
1169	TypeBasicDatasetStorageFormatTypeAvroFormat           TypeBasicDatasetStorageFormat = original.TypeBasicDatasetStorageFormatTypeAvroFormat
1170	TypeBasicDatasetStorageFormatTypeDatasetStorageFormat TypeBasicDatasetStorageFormat = original.TypeBasicDatasetStorageFormatTypeDatasetStorageFormat
1171	TypeBasicDatasetStorageFormatTypeJSONFormat           TypeBasicDatasetStorageFormat = original.TypeBasicDatasetStorageFormatTypeJSONFormat
1172	TypeBasicDatasetStorageFormatTypeOrcFormat            TypeBasicDatasetStorageFormat = original.TypeBasicDatasetStorageFormatTypeOrcFormat
1173	TypeBasicDatasetStorageFormatTypeParquetFormat        TypeBasicDatasetStorageFormat = original.TypeBasicDatasetStorageFormatTypeParquetFormat
1174	TypeBasicDatasetStorageFormatTypeTextFormat           TypeBasicDatasetStorageFormat = original.TypeBasicDatasetStorageFormatTypeTextFormat
1175)
1176
1177type TypeBasicDependencyReference = original.TypeBasicDependencyReference
1178
1179const (
1180	TypeBasicDependencyReferenceTypeDependencyReference                          TypeBasicDependencyReference = original.TypeBasicDependencyReferenceTypeDependencyReference
1181	TypeBasicDependencyReferenceTypeSelfDependencyTumblingWindowTriggerReference TypeBasicDependencyReference = original.TypeBasicDependencyReferenceTypeSelfDependencyTumblingWindowTriggerReference
1182	TypeBasicDependencyReferenceTypeTriggerDependencyReference                   TypeBasicDependencyReference = original.TypeBasicDependencyReferenceTypeTriggerDependencyReference
1183	TypeBasicDependencyReferenceTypeTumblingWindowTriggerDependencyReference     TypeBasicDependencyReference = original.TypeBasicDependencyReferenceTypeTumblingWindowTriggerDependencyReference
1184)
1185
1186type TypeBasicExportSettings = original.TypeBasicExportSettings
1187
1188const (
1189	TypeBasicExportSettingsTypeAzureDatabricksDeltaLakeExportCommand TypeBasicExportSettings = original.TypeBasicExportSettingsTypeAzureDatabricksDeltaLakeExportCommand
1190	TypeBasicExportSettingsTypeExportSettings                        TypeBasicExportSettings = original.TypeBasicExportSettingsTypeExportSettings
1191	TypeBasicExportSettingsTypeSnowflakeExportCopyCommand            TypeBasicExportSettings = original.TypeBasicExportSettingsTypeSnowflakeExportCopyCommand
1192)
1193
1194type TypeBasicFactoryRepoConfiguration = original.TypeBasicFactoryRepoConfiguration
1195
1196const (
1197	TypeBasicFactoryRepoConfigurationTypeFactoryGitHubConfiguration TypeBasicFactoryRepoConfiguration = original.TypeBasicFactoryRepoConfigurationTypeFactoryGitHubConfiguration
1198	TypeBasicFactoryRepoConfigurationTypeFactoryRepoConfiguration   TypeBasicFactoryRepoConfiguration = original.TypeBasicFactoryRepoConfigurationTypeFactoryRepoConfiguration
1199	TypeBasicFactoryRepoConfigurationTypeFactoryVSTSConfiguration   TypeBasicFactoryRepoConfiguration = original.TypeBasicFactoryRepoConfigurationTypeFactoryVSTSConfiguration
1200)
1201
1202type TypeBasicFormatReadSettings = original.TypeBasicFormatReadSettings
1203
1204const (
1205	TypeBasicFormatReadSettingsTypeBinaryReadSettings        TypeBasicFormatReadSettings = original.TypeBasicFormatReadSettingsTypeBinaryReadSettings
1206	TypeBasicFormatReadSettingsTypeDelimitedTextReadSettings TypeBasicFormatReadSettings = original.TypeBasicFormatReadSettingsTypeDelimitedTextReadSettings
1207	TypeBasicFormatReadSettingsTypeFormatReadSettings        TypeBasicFormatReadSettings = original.TypeBasicFormatReadSettingsTypeFormatReadSettings
1208	TypeBasicFormatReadSettingsTypeJSONReadSettings          TypeBasicFormatReadSettings = original.TypeBasicFormatReadSettingsTypeJSONReadSettings
1209	TypeBasicFormatReadSettingsTypeXMLReadSettings           TypeBasicFormatReadSettings = original.TypeBasicFormatReadSettingsTypeXMLReadSettings
1210)
1211
1212type TypeBasicFormatWriteSettings = original.TypeBasicFormatWriteSettings
1213
1214const (
1215	TypeBasicFormatWriteSettingsTypeAvroWriteSettings          TypeBasicFormatWriteSettings = original.TypeBasicFormatWriteSettingsTypeAvroWriteSettings
1216	TypeBasicFormatWriteSettingsTypeDelimitedTextWriteSettings TypeBasicFormatWriteSettings = original.TypeBasicFormatWriteSettingsTypeDelimitedTextWriteSettings
1217	TypeBasicFormatWriteSettingsTypeFormatWriteSettings        TypeBasicFormatWriteSettings = original.TypeBasicFormatWriteSettingsTypeFormatWriteSettings
1218	TypeBasicFormatWriteSettingsTypeJSONWriteSettings          TypeBasicFormatWriteSettings = original.TypeBasicFormatWriteSettingsTypeJSONWriteSettings
1219	TypeBasicFormatWriteSettingsTypeOrcWriteSettings           TypeBasicFormatWriteSettings = original.TypeBasicFormatWriteSettingsTypeOrcWriteSettings
1220	TypeBasicFormatWriteSettingsTypeParquetWriteSettings       TypeBasicFormatWriteSettings = original.TypeBasicFormatWriteSettingsTypeParquetWriteSettings
1221)
1222
1223type TypeBasicImportSettings = original.TypeBasicImportSettings
1224
1225const (
1226	TypeBasicImportSettingsTypeAzureDatabricksDeltaLakeImportCommand TypeBasicImportSettings = original.TypeBasicImportSettingsTypeAzureDatabricksDeltaLakeImportCommand
1227	TypeBasicImportSettingsTypeImportSettings                        TypeBasicImportSettings = original.TypeBasicImportSettingsTypeImportSettings
1228	TypeBasicImportSettingsTypeSnowflakeImportCopyCommand            TypeBasicImportSettings = original.TypeBasicImportSettingsTypeSnowflakeImportCopyCommand
1229)
1230
1231type TypeBasicIntegrationRuntime = original.TypeBasicIntegrationRuntime
1232
1233const (
1234	TypeBasicIntegrationRuntimeTypeIntegrationRuntime TypeBasicIntegrationRuntime = original.TypeBasicIntegrationRuntimeTypeIntegrationRuntime
1235	TypeBasicIntegrationRuntimeTypeManaged            TypeBasicIntegrationRuntime = original.TypeBasicIntegrationRuntimeTypeManaged
1236	TypeBasicIntegrationRuntimeTypeSelfHosted         TypeBasicIntegrationRuntime = original.TypeBasicIntegrationRuntimeTypeSelfHosted
1237)
1238
1239type TypeBasicIntegrationRuntimeStatus = original.TypeBasicIntegrationRuntimeStatus
1240
1241const (
1242	TypeBasicIntegrationRuntimeStatusTypeIntegrationRuntimeStatus TypeBasicIntegrationRuntimeStatus = original.TypeBasicIntegrationRuntimeStatusTypeIntegrationRuntimeStatus
1243	TypeBasicIntegrationRuntimeStatusTypeManaged                  TypeBasicIntegrationRuntimeStatus = original.TypeBasicIntegrationRuntimeStatusTypeManaged
1244	TypeBasicIntegrationRuntimeStatusTypeSelfHosted               TypeBasicIntegrationRuntimeStatus = original.TypeBasicIntegrationRuntimeStatusTypeSelfHosted
1245)
1246
1247type TypeBasicLinkedService = original.TypeBasicLinkedService
1248
1249const (
1250	TypeBasicLinkedServiceTypeAmazonMWS                TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeAmazonMWS
1251	TypeBasicLinkedServiceTypeAmazonRedshift           TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeAmazonRedshift
1252	TypeBasicLinkedServiceTypeAmazonS3                 TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeAmazonS3
1253	TypeBasicLinkedServiceTypeAmazonS3Compatible       TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeAmazonS3Compatible
1254	TypeBasicLinkedServiceTypeAzureBatch               TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeAzureBatch
1255	TypeBasicLinkedServiceTypeAzureBlobFS              TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeAzureBlobFS
1256	TypeBasicLinkedServiceTypeAzureBlobStorage         TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeAzureBlobStorage
1257	TypeBasicLinkedServiceTypeAzureDatabricks          TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeAzureDatabricks
1258	TypeBasicLinkedServiceTypeAzureDatabricksDeltaLake TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeAzureDatabricksDeltaLake
1259	TypeBasicLinkedServiceTypeAzureDataExplorer        TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeAzureDataExplorer
1260	TypeBasicLinkedServiceTypeAzureDataLakeAnalytics   TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeAzureDataLakeAnalytics
1261	TypeBasicLinkedServiceTypeAzureDataLakeStore       TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeAzureDataLakeStore
1262	TypeBasicLinkedServiceTypeAzureFileStorage         TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeAzureFileStorage
1263	TypeBasicLinkedServiceTypeAzureFunction            TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeAzureFunction
1264	TypeBasicLinkedServiceTypeAzureKeyVault            TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeAzureKeyVault
1265	TypeBasicLinkedServiceTypeAzureMariaDB             TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeAzureMariaDB
1266	TypeBasicLinkedServiceTypeAzureML                  TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeAzureML
1267	TypeBasicLinkedServiceTypeAzureMLService           TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeAzureMLService
1268	TypeBasicLinkedServiceTypeAzureMySQL               TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeAzureMySQL
1269	TypeBasicLinkedServiceTypeAzurePostgreSQL          TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeAzurePostgreSQL
1270	TypeBasicLinkedServiceTypeAzureSearch              TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeAzureSearch
1271	TypeBasicLinkedServiceTypeAzureSQLDatabase         TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeAzureSQLDatabase
1272	TypeBasicLinkedServiceTypeAzureSQLDW               TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeAzureSQLDW
1273	TypeBasicLinkedServiceTypeAzureSQLMI               TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeAzureSQLMI
1274	TypeBasicLinkedServiceTypeAzureStorage             TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeAzureStorage
1275	TypeBasicLinkedServiceTypeAzureTableStorage        TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeAzureTableStorage
1276	TypeBasicLinkedServiceTypeCassandra                TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeCassandra
1277	TypeBasicLinkedServiceTypeCommonDataServiceForApps TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeCommonDataServiceForApps
1278	TypeBasicLinkedServiceTypeConcur                   TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeConcur
1279	TypeBasicLinkedServiceTypeCosmosDb                 TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeCosmosDb
1280	TypeBasicLinkedServiceTypeCosmosDbMongoDbAPI       TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeCosmosDbMongoDbAPI
1281	TypeBasicLinkedServiceTypeCouchbase                TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeCouchbase
1282	TypeBasicLinkedServiceTypeCustomDataSource         TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeCustomDataSource
1283	TypeBasicLinkedServiceTypeDb2                      TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeDb2
1284	TypeBasicLinkedServiceTypeDrill                    TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeDrill
1285	TypeBasicLinkedServiceTypeDynamics                 TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeDynamics
1286	TypeBasicLinkedServiceTypeDynamicsAX               TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeDynamicsAX
1287	TypeBasicLinkedServiceTypeDynamicsCrm              TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeDynamicsCrm
1288	TypeBasicLinkedServiceTypeEloqua                   TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeEloqua
1289	TypeBasicLinkedServiceTypeFileServer               TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeFileServer
1290	TypeBasicLinkedServiceTypeFtpServer                TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeFtpServer
1291	TypeBasicLinkedServiceTypeGoogleAdWords            TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeGoogleAdWords
1292	TypeBasicLinkedServiceTypeGoogleBigQuery           TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeGoogleBigQuery
1293	TypeBasicLinkedServiceTypeGoogleCloudStorage       TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeGoogleCloudStorage
1294	TypeBasicLinkedServiceTypeGreenplum                TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeGreenplum
1295	TypeBasicLinkedServiceTypeHBase                    TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeHBase
1296	TypeBasicLinkedServiceTypeHdfs                     TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeHdfs
1297	TypeBasicLinkedServiceTypeHDInsight                TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeHDInsight
1298	TypeBasicLinkedServiceTypeHDInsightOnDemand        TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeHDInsightOnDemand
1299	TypeBasicLinkedServiceTypeHive                     TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeHive
1300	TypeBasicLinkedServiceTypeHTTPServer               TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeHTTPServer
1301	TypeBasicLinkedServiceTypeHubspot                  TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeHubspot
1302	TypeBasicLinkedServiceTypeImpala                   TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeImpala
1303	TypeBasicLinkedServiceTypeInformix                 TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeInformix
1304	TypeBasicLinkedServiceTypeJira                     TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeJira
1305	TypeBasicLinkedServiceTypeLinkedService            TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeLinkedService
1306	TypeBasicLinkedServiceTypeMagento                  TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeMagento
1307	TypeBasicLinkedServiceTypeMariaDB                  TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeMariaDB
1308	TypeBasicLinkedServiceTypeMarketo                  TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeMarketo
1309	TypeBasicLinkedServiceTypeMicrosoftAccess          TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeMicrosoftAccess
1310	TypeBasicLinkedServiceTypeMongoDb                  TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeMongoDb
1311	TypeBasicLinkedServiceTypeMongoDbAtlas             TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeMongoDbAtlas
1312	TypeBasicLinkedServiceTypeMongoDbV2                TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeMongoDbV2
1313	TypeBasicLinkedServiceTypeMySQL                    TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeMySQL
1314	TypeBasicLinkedServiceTypeNetezza                  TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeNetezza
1315	TypeBasicLinkedServiceTypeOData                    TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeOData
1316	TypeBasicLinkedServiceTypeOdbc                     TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeOdbc
1317	TypeBasicLinkedServiceTypeOffice365                TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeOffice365
1318	TypeBasicLinkedServiceTypeOracle                   TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeOracle
1319	TypeBasicLinkedServiceTypeOracleCloudStorage       TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeOracleCloudStorage
1320	TypeBasicLinkedServiceTypeOracleServiceCloud       TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeOracleServiceCloud
1321	TypeBasicLinkedServiceTypePaypal                   TypeBasicLinkedService = original.TypeBasicLinkedServiceTypePaypal
1322	TypeBasicLinkedServiceTypePhoenix                  TypeBasicLinkedService = original.TypeBasicLinkedServiceTypePhoenix
1323	TypeBasicLinkedServiceTypePostgreSQL               TypeBasicLinkedService = original.TypeBasicLinkedServiceTypePostgreSQL
1324	TypeBasicLinkedServiceTypePresto                   TypeBasicLinkedService = original.TypeBasicLinkedServiceTypePresto
1325	TypeBasicLinkedServiceTypeQuickBooks               TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeQuickBooks
1326	TypeBasicLinkedServiceTypeResponsys                TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeResponsys
1327	TypeBasicLinkedServiceTypeRestService              TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeRestService
1328	TypeBasicLinkedServiceTypeSalesforce               TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeSalesforce
1329	TypeBasicLinkedServiceTypeSalesforceMarketingCloud TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeSalesforceMarketingCloud
1330	TypeBasicLinkedServiceTypeSalesforceServiceCloud   TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeSalesforceServiceCloud
1331	TypeBasicLinkedServiceTypeSapBW                    TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeSapBW
1332	TypeBasicLinkedServiceTypeSapCloudForCustomer      TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeSapCloudForCustomer
1333	TypeBasicLinkedServiceTypeSapEcc                   TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeSapEcc
1334	TypeBasicLinkedServiceTypeSapHana                  TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeSapHana
1335	TypeBasicLinkedServiceTypeSapOpenHub               TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeSapOpenHub
1336	TypeBasicLinkedServiceTypeSapTable                 TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeSapTable
1337	TypeBasicLinkedServiceTypeServiceNow               TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeServiceNow
1338	TypeBasicLinkedServiceTypeSftp                     TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeSftp
1339	TypeBasicLinkedServiceTypeSharePointOnlineList     TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeSharePointOnlineList
1340	TypeBasicLinkedServiceTypeShopify                  TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeShopify
1341	TypeBasicLinkedServiceTypeSnowflake                TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeSnowflake
1342	TypeBasicLinkedServiceTypeSpark                    TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeSpark
1343	TypeBasicLinkedServiceTypeSQLServer                TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeSQLServer
1344	TypeBasicLinkedServiceTypeSquare                   TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeSquare
1345	TypeBasicLinkedServiceTypeSybase                   TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeSybase
1346	TypeBasicLinkedServiceTypeTeradata                 TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeTeradata
1347	TypeBasicLinkedServiceTypeVertica                  TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeVertica
1348	TypeBasicLinkedServiceTypeWeb                      TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeWeb
1349	TypeBasicLinkedServiceTypeXero                     TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeXero
1350	TypeBasicLinkedServiceTypeZoho                     TypeBasicLinkedService = original.TypeBasicLinkedServiceTypeZoho
1351)
1352
1353type TypeBasicSsisObjectMetadata = original.TypeBasicSsisObjectMetadata
1354
1355const (
1356	TypeBasicSsisObjectMetadataTypeEnvironment        TypeBasicSsisObjectMetadata = original.TypeBasicSsisObjectMetadataTypeEnvironment
1357	TypeBasicSsisObjectMetadataTypeFolder             TypeBasicSsisObjectMetadata = original.TypeBasicSsisObjectMetadataTypeFolder
1358	TypeBasicSsisObjectMetadataTypePackage            TypeBasicSsisObjectMetadata = original.TypeBasicSsisObjectMetadataTypePackage
1359	TypeBasicSsisObjectMetadataTypeProject            TypeBasicSsisObjectMetadata = original.TypeBasicSsisObjectMetadataTypeProject
1360	TypeBasicSsisObjectMetadataTypeSsisObjectMetadata TypeBasicSsisObjectMetadata = original.TypeBasicSsisObjectMetadataTypeSsisObjectMetadata
1361)
1362
1363type TypeBasicStoreReadSettings = original.TypeBasicStoreReadSettings
1364
1365const (
1366	TypeBasicStoreReadSettingsTypeAmazonS3CompatibleReadSettings TypeBasicStoreReadSettings = original.TypeBasicStoreReadSettingsTypeAmazonS3CompatibleReadSettings
1367	TypeBasicStoreReadSettingsTypeAmazonS3ReadSettings           TypeBasicStoreReadSettings = original.TypeBasicStoreReadSettingsTypeAmazonS3ReadSettings
1368	TypeBasicStoreReadSettingsTypeAzureBlobFSReadSettings        TypeBasicStoreReadSettings = original.TypeBasicStoreReadSettingsTypeAzureBlobFSReadSettings
1369	TypeBasicStoreReadSettingsTypeAzureBlobStorageReadSettings   TypeBasicStoreReadSettings = original.TypeBasicStoreReadSettingsTypeAzureBlobStorageReadSettings
1370	TypeBasicStoreReadSettingsTypeAzureDataLakeStoreReadSettings TypeBasicStoreReadSettings = original.TypeBasicStoreReadSettingsTypeAzureDataLakeStoreReadSettings
1371	TypeBasicStoreReadSettingsTypeAzureFileStorageReadSettings   TypeBasicStoreReadSettings = original.TypeBasicStoreReadSettingsTypeAzureFileStorageReadSettings
1372	TypeBasicStoreReadSettingsTypeFileServerReadSettings         TypeBasicStoreReadSettings = original.TypeBasicStoreReadSettingsTypeFileServerReadSettings
1373	TypeBasicStoreReadSettingsTypeFtpReadSettings                TypeBasicStoreReadSettings = original.TypeBasicStoreReadSettingsTypeFtpReadSettings
1374	TypeBasicStoreReadSettingsTypeGoogleCloudStorageReadSettings TypeBasicStoreReadSettings = original.TypeBasicStoreReadSettingsTypeGoogleCloudStorageReadSettings
1375	TypeBasicStoreReadSettingsTypeHdfsReadSettings               TypeBasicStoreReadSettings = original.TypeBasicStoreReadSettingsTypeHdfsReadSettings
1376	TypeBasicStoreReadSettingsTypeHTTPReadSettings               TypeBasicStoreReadSettings = original.TypeBasicStoreReadSettingsTypeHTTPReadSettings
1377	TypeBasicStoreReadSettingsTypeOracleCloudStorageReadSettings TypeBasicStoreReadSettings = original.TypeBasicStoreReadSettingsTypeOracleCloudStorageReadSettings
1378	TypeBasicStoreReadSettingsTypeSftpReadSettings               TypeBasicStoreReadSettings = original.TypeBasicStoreReadSettingsTypeSftpReadSettings
1379	TypeBasicStoreReadSettingsTypeStoreReadSettings              TypeBasicStoreReadSettings = original.TypeBasicStoreReadSettingsTypeStoreReadSettings
1380)
1381
1382type TypeBasicStoreWriteSettings = original.TypeBasicStoreWriteSettings
1383
1384const (
1385	TypeBasicStoreWriteSettingsTypeAzureBlobFSWriteSettings        TypeBasicStoreWriteSettings = original.TypeBasicStoreWriteSettingsTypeAzureBlobFSWriteSettings
1386	TypeBasicStoreWriteSettingsTypeAzureBlobStorageWriteSettings   TypeBasicStoreWriteSettings = original.TypeBasicStoreWriteSettingsTypeAzureBlobStorageWriteSettings
1387	TypeBasicStoreWriteSettingsTypeAzureDataLakeStoreWriteSettings TypeBasicStoreWriteSettings = original.TypeBasicStoreWriteSettingsTypeAzureDataLakeStoreWriteSettings
1388	TypeBasicStoreWriteSettingsTypeAzureFileStorageWriteSettings   TypeBasicStoreWriteSettings = original.TypeBasicStoreWriteSettingsTypeAzureFileStorageWriteSettings
1389	TypeBasicStoreWriteSettingsTypeFileServerWriteSettings         TypeBasicStoreWriteSettings = original.TypeBasicStoreWriteSettingsTypeFileServerWriteSettings
1390	TypeBasicStoreWriteSettingsTypeSftpWriteSettings               TypeBasicStoreWriteSettings = original.TypeBasicStoreWriteSettingsTypeSftpWriteSettings
1391	TypeBasicStoreWriteSettingsTypeStoreWriteSettings              TypeBasicStoreWriteSettings = original.TypeBasicStoreWriteSettingsTypeStoreWriteSettings
1392)
1393
1394type TypeBasicTrigger = original.TypeBasicTrigger
1395
1396const (
1397	TypeBasicTriggerTypeBlobEventsTrigger          TypeBasicTrigger = original.TypeBasicTriggerTypeBlobEventsTrigger
1398	TypeBasicTriggerTypeBlobTrigger                TypeBasicTrigger = original.TypeBasicTriggerTypeBlobTrigger
1399	TypeBasicTriggerTypeChainingTrigger            TypeBasicTrigger = original.TypeBasicTriggerTypeChainingTrigger
1400	TypeBasicTriggerTypeCustomEventsTrigger        TypeBasicTrigger = original.TypeBasicTriggerTypeCustomEventsTrigger
1401	TypeBasicTriggerTypeMultiplePipelineTrigger    TypeBasicTrigger = original.TypeBasicTriggerTypeMultiplePipelineTrigger
1402	TypeBasicTriggerTypeRerunTumblingWindowTrigger TypeBasicTrigger = original.TypeBasicTriggerTypeRerunTumblingWindowTrigger
1403	TypeBasicTriggerTypeScheduleTrigger            TypeBasicTrigger = original.TypeBasicTriggerTypeScheduleTrigger
1404	TypeBasicTriggerTypeTrigger                    TypeBasicTrigger = original.TypeBasicTriggerTypeTrigger
1405	TypeBasicTriggerTypeTumblingWindowTrigger      TypeBasicTrigger = original.TypeBasicTriggerTypeTumblingWindowTrigger
1406)
1407
1408type VariableType = original.VariableType
1409
1410const (
1411	VariableTypeArray  VariableType = original.VariableTypeArray
1412	VariableTypeBool   VariableType = original.VariableTypeBool
1413	VariableTypeString VariableType = original.VariableTypeString
1414)
1415
1416type WebActivityMethod = original.WebActivityMethod
1417
1418const (
1419	WebActivityMethodDELETE WebActivityMethod = original.WebActivityMethodDELETE
1420	WebActivityMethodGET    WebActivityMethod = original.WebActivityMethodGET
1421	WebActivityMethodPOST   WebActivityMethod = original.WebActivityMethodPOST
1422	WebActivityMethodPUT    WebActivityMethod = original.WebActivityMethodPUT
1423)
1424
1425type WebHookActivityMethod = original.WebHookActivityMethod
1426
1427const (
1428	WebHookActivityMethodPOST WebHookActivityMethod = original.WebHookActivityMethodPOST
1429)
1430
1431type AccessPolicyResponse = original.AccessPolicyResponse
1432type Activity = original.Activity
1433type ActivityDependency = original.ActivityDependency
1434type ActivityPolicy = original.ActivityPolicy
1435type ActivityRun = original.ActivityRun
1436type ActivityRunsClient = original.ActivityRunsClient
1437type ActivityRunsQueryResponse = original.ActivityRunsQueryResponse
1438type AddDataFlowToDebugSessionResponse = original.AddDataFlowToDebugSessionResponse
1439type AdditionalColumns = original.AdditionalColumns
1440type AmazonMWSLinkedService = original.AmazonMWSLinkedService
1441type AmazonMWSLinkedServiceTypeProperties = original.AmazonMWSLinkedServiceTypeProperties
1442type AmazonMWSObjectDataset = original.AmazonMWSObjectDataset
1443type AmazonMWSSource = original.AmazonMWSSource
1444type AmazonRedshiftLinkedService = original.AmazonRedshiftLinkedService
1445type AmazonRedshiftLinkedServiceTypeProperties = original.AmazonRedshiftLinkedServiceTypeProperties
1446type AmazonRedshiftSource = original.AmazonRedshiftSource
1447type AmazonRedshiftTableDataset = original.AmazonRedshiftTableDataset
1448type AmazonRedshiftTableDatasetTypeProperties = original.AmazonRedshiftTableDatasetTypeProperties
1449type AmazonS3CompatibleLinkedService = original.AmazonS3CompatibleLinkedService
1450type AmazonS3CompatibleLinkedServiceTypeProperties = original.AmazonS3CompatibleLinkedServiceTypeProperties
1451type AmazonS3CompatibleLocation = original.AmazonS3CompatibleLocation
1452type AmazonS3CompatibleReadSettings = original.AmazonS3CompatibleReadSettings
1453type AmazonS3Dataset = original.AmazonS3Dataset
1454type AmazonS3DatasetTypeProperties = original.AmazonS3DatasetTypeProperties
1455type AmazonS3LinkedService = original.AmazonS3LinkedService
1456type AmazonS3LinkedServiceTypeProperties = original.AmazonS3LinkedServiceTypeProperties
1457type AmazonS3Location = original.AmazonS3Location
1458type AmazonS3ReadSettings = original.AmazonS3ReadSettings
1459type AppendVariableActivity = original.AppendVariableActivity
1460type AppendVariableActivityTypeProperties = original.AppendVariableActivityTypeProperties
1461type ArmIDWrapper = original.ArmIDWrapper
1462type AvroDataset = original.AvroDataset
1463type AvroDatasetTypeProperties = original.AvroDatasetTypeProperties
1464type AvroFormat = original.AvroFormat
1465type AvroSink = original.AvroSink
1466type AvroSource = original.AvroSource
1467type AvroWriteSettings = original.AvroWriteSettings
1468type AzPowerShellSetup = original.AzPowerShellSetup
1469type AzPowerShellSetupTypeProperties = original.AzPowerShellSetupTypeProperties
1470type AzureBatchLinkedService = original.AzureBatchLinkedService
1471type AzureBatchLinkedServiceTypeProperties = original.AzureBatchLinkedServiceTypeProperties
1472type AzureBlobDataset = original.AzureBlobDataset
1473type AzureBlobDatasetTypeProperties = original.AzureBlobDatasetTypeProperties
1474type AzureBlobFSDataset = original.AzureBlobFSDataset
1475type AzureBlobFSDatasetTypeProperties = original.AzureBlobFSDatasetTypeProperties
1476type AzureBlobFSLinkedService = original.AzureBlobFSLinkedService
1477type AzureBlobFSLinkedServiceTypeProperties = original.AzureBlobFSLinkedServiceTypeProperties
1478type AzureBlobFSLocation = original.AzureBlobFSLocation
1479type AzureBlobFSReadSettings = original.AzureBlobFSReadSettings
1480type AzureBlobFSSink = original.AzureBlobFSSink
1481type AzureBlobFSSource = original.AzureBlobFSSource
1482type AzureBlobFSWriteSettings = original.AzureBlobFSWriteSettings
1483type AzureBlobStorageLinkedService = original.AzureBlobStorageLinkedService
1484type AzureBlobStorageLinkedServiceTypeProperties = original.AzureBlobStorageLinkedServiceTypeProperties
1485type AzureBlobStorageLocation = original.AzureBlobStorageLocation
1486type AzureBlobStorageReadSettings = original.AzureBlobStorageReadSettings
1487type AzureBlobStorageWriteSettings = original.AzureBlobStorageWriteSettings
1488type AzureDataExplorerCommandActivity = original.AzureDataExplorerCommandActivity
1489type AzureDataExplorerCommandActivityTypeProperties = original.AzureDataExplorerCommandActivityTypeProperties
1490type AzureDataExplorerDatasetTypeProperties = original.AzureDataExplorerDatasetTypeProperties
1491type AzureDataExplorerLinkedService = original.AzureDataExplorerLinkedService
1492type AzureDataExplorerLinkedServiceTypeProperties = original.AzureDataExplorerLinkedServiceTypeProperties
1493type AzureDataExplorerSink = original.AzureDataExplorerSink
1494type AzureDataExplorerSource = original.AzureDataExplorerSource
1495type AzureDataExplorerTableDataset = original.AzureDataExplorerTableDataset
1496type AzureDataLakeAnalyticsLinkedService = original.AzureDataLakeAnalyticsLinkedService
1497type AzureDataLakeAnalyticsLinkedServiceTypeProperties = original.AzureDataLakeAnalyticsLinkedServiceTypeProperties
1498type AzureDataLakeStoreDataset = original.AzureDataLakeStoreDataset
1499type AzureDataLakeStoreDatasetTypeProperties = original.AzureDataLakeStoreDatasetTypeProperties
1500type AzureDataLakeStoreLinkedService = original.AzureDataLakeStoreLinkedService
1501type AzureDataLakeStoreLinkedServiceTypeProperties = original.AzureDataLakeStoreLinkedServiceTypeProperties
1502type AzureDataLakeStoreLocation = original.AzureDataLakeStoreLocation
1503type AzureDataLakeStoreReadSettings = original.AzureDataLakeStoreReadSettings
1504type AzureDataLakeStoreSink = original.AzureDataLakeStoreSink
1505type AzureDataLakeStoreSource = original.AzureDataLakeStoreSource
1506type AzureDataLakeStoreWriteSettings = original.AzureDataLakeStoreWriteSettings
1507type AzureDatabricksDeltaLakeDataset = original.AzureDatabricksDeltaLakeDataset
1508type AzureDatabricksDeltaLakeDatasetTypeProperties = original.AzureDatabricksDeltaLakeDatasetTypeProperties
1509type AzureDatabricksDeltaLakeExportCommand = original.AzureDatabricksDeltaLakeExportCommand
1510type AzureDatabricksDeltaLakeImportCommand = original.AzureDatabricksDeltaLakeImportCommand
1511type AzureDatabricksDeltaLakeLinkedService = original.AzureDatabricksDeltaLakeLinkedService
1512type AzureDatabricksDeltaLakeSink = original.AzureDatabricksDeltaLakeSink
1513type AzureDatabricksDeltaLakeSource = original.AzureDatabricksDeltaLakeSource
1514type AzureDatabricksDetltaLakeLinkedServiceTypeProperties = original.AzureDatabricksDetltaLakeLinkedServiceTypeProperties
1515type AzureDatabricksLinkedService = original.AzureDatabricksLinkedService
1516type AzureDatabricksLinkedServiceTypeProperties = original.AzureDatabricksLinkedServiceTypeProperties
1517type AzureFileStorageLinkedService = original.AzureFileStorageLinkedService
1518type AzureFileStorageLinkedServiceTypeProperties = original.AzureFileStorageLinkedServiceTypeProperties
1519type AzureFileStorageLocation = original.AzureFileStorageLocation
1520type AzureFileStorageReadSettings = original.AzureFileStorageReadSettings
1521type AzureFileStorageWriteSettings = original.AzureFileStorageWriteSettings
1522type AzureFunctionActivity = original.AzureFunctionActivity
1523type AzureFunctionActivityTypeProperties = original.AzureFunctionActivityTypeProperties
1524type AzureFunctionLinkedService = original.AzureFunctionLinkedService
1525type AzureFunctionLinkedServiceTypeProperties = original.AzureFunctionLinkedServiceTypeProperties
1526type AzureKeyVaultLinkedService = original.AzureKeyVaultLinkedService
1527type AzureKeyVaultLinkedServiceTypeProperties = original.AzureKeyVaultLinkedServiceTypeProperties
1528type AzureKeyVaultSecretReference = original.AzureKeyVaultSecretReference
1529type AzureMLBatchExecutionActivity = original.AzureMLBatchExecutionActivity
1530type AzureMLBatchExecutionActivityTypeProperties = original.AzureMLBatchExecutionActivityTypeProperties
1531type AzureMLExecutePipelineActivity = original.AzureMLExecutePipelineActivity
1532type AzureMLExecutePipelineActivityTypeProperties = original.AzureMLExecutePipelineActivityTypeProperties
1533type AzureMLLinkedService = original.AzureMLLinkedService
1534type AzureMLLinkedServiceTypeProperties = original.AzureMLLinkedServiceTypeProperties
1535type AzureMLServiceLinkedService = original.AzureMLServiceLinkedService
1536type AzureMLServiceLinkedServiceTypeProperties = original.AzureMLServiceLinkedServiceTypeProperties
1537type AzureMLUpdateResourceActivity = original.AzureMLUpdateResourceActivity
1538type AzureMLUpdateResourceActivityTypeProperties = original.AzureMLUpdateResourceActivityTypeProperties
1539type AzureMLWebServiceFile = original.AzureMLWebServiceFile
1540type AzureMariaDBLinkedService = original.AzureMariaDBLinkedService
1541type AzureMariaDBLinkedServiceTypeProperties = original.AzureMariaDBLinkedServiceTypeProperties
1542type AzureMariaDBSource = original.AzureMariaDBSource
1543type AzureMariaDBTableDataset = original.AzureMariaDBTableDataset
1544type AzureMySQLLinkedService = original.AzureMySQLLinkedService
1545type AzureMySQLLinkedServiceTypeProperties = original.AzureMySQLLinkedServiceTypeProperties
1546type AzureMySQLSink = original.AzureMySQLSink
1547type AzureMySQLSource = original.AzureMySQLSource
1548type AzureMySQLTableDataset = original.AzureMySQLTableDataset
1549type AzureMySQLTableDatasetTypeProperties = original.AzureMySQLTableDatasetTypeProperties
1550type AzurePostgreSQLLinkedService = original.AzurePostgreSQLLinkedService
1551type AzurePostgreSQLLinkedServiceTypeProperties = original.AzurePostgreSQLLinkedServiceTypeProperties
1552type AzurePostgreSQLSink = original.AzurePostgreSQLSink
1553type AzurePostgreSQLSource = original.AzurePostgreSQLSource
1554type AzurePostgreSQLTableDataset = original.AzurePostgreSQLTableDataset
1555type AzurePostgreSQLTableDatasetTypeProperties = original.AzurePostgreSQLTableDatasetTypeProperties
1556type AzureQueueSink = original.AzureQueueSink
1557type AzureSQLDWLinkedService = original.AzureSQLDWLinkedService
1558type AzureSQLDWLinkedServiceTypeProperties = original.AzureSQLDWLinkedServiceTypeProperties
1559type AzureSQLDWTableDataset = original.AzureSQLDWTableDataset
1560type AzureSQLDWTableDatasetTypeProperties = original.AzureSQLDWTableDatasetTypeProperties
1561type AzureSQLDatabaseLinkedService = original.AzureSQLDatabaseLinkedService
1562type AzureSQLDatabaseLinkedServiceTypeProperties = original.AzureSQLDatabaseLinkedServiceTypeProperties
1563type AzureSQLMILinkedService = original.AzureSQLMILinkedService
1564type AzureSQLMILinkedServiceTypeProperties = original.AzureSQLMILinkedServiceTypeProperties
1565type AzureSQLMITableDataset = original.AzureSQLMITableDataset
1566type AzureSQLMITableDatasetTypeProperties = original.AzureSQLMITableDatasetTypeProperties
1567type AzureSQLSink = original.AzureSQLSink
1568type AzureSQLSource = original.AzureSQLSource
1569type AzureSQLTableDataset = original.AzureSQLTableDataset
1570type AzureSQLTableDatasetTypeProperties = original.AzureSQLTableDatasetTypeProperties
1571type AzureSearchIndexDataset = original.AzureSearchIndexDataset
1572type AzureSearchIndexDatasetTypeProperties = original.AzureSearchIndexDatasetTypeProperties
1573type AzureSearchIndexSink = original.AzureSearchIndexSink
1574type AzureSearchLinkedService = original.AzureSearchLinkedService
1575type AzureSearchLinkedServiceTypeProperties = original.AzureSearchLinkedServiceTypeProperties
1576type AzureStorageLinkedService = original.AzureStorageLinkedService
1577type AzureStorageLinkedServiceTypeProperties = original.AzureStorageLinkedServiceTypeProperties
1578type AzureTableDataset = original.AzureTableDataset
1579type AzureTableDatasetTypeProperties = original.AzureTableDatasetTypeProperties
1580type AzureTableSink = original.AzureTableSink
1581type AzureTableSource = original.AzureTableSource
1582type AzureTableStorageLinkedService = original.AzureTableStorageLinkedService
1583type BaseClient = original.BaseClient
1584type BasicActivity = original.BasicActivity
1585type BasicCompressionReadSettings = original.BasicCompressionReadSettings
1586type BasicControlActivity = original.BasicControlActivity
1587type BasicCopySink = original.BasicCopySink
1588type BasicCopySource = original.BasicCopySource
1589type BasicCopyTranslator = original.BasicCopyTranslator
1590type BasicCredential = original.BasicCredential
1591type BasicCustomSetupBase = original.BasicCustomSetupBase
1592type BasicDataFlow = original.BasicDataFlow
1593type BasicDataset = original.BasicDataset
1594type BasicDatasetCompression = original.BasicDatasetCompression
1595type BasicDatasetLocation = original.BasicDatasetLocation
1596type BasicDatasetStorageFormat = original.BasicDatasetStorageFormat
1597type BasicDependencyReference = original.BasicDependencyReference
1598type BasicExecutionActivity = original.BasicExecutionActivity
1599type BasicExportSettings = original.BasicExportSettings
1600type BasicFactoryRepoConfiguration = original.BasicFactoryRepoConfiguration
1601type BasicFormatReadSettings = original.BasicFormatReadSettings
1602type BasicFormatWriteSettings = original.BasicFormatWriteSettings
1603type BasicImportSettings = original.BasicImportSettings
1604type BasicIntegrationRuntime = original.BasicIntegrationRuntime
1605type BasicIntegrationRuntimeStatus = original.BasicIntegrationRuntimeStatus
1606type BasicLinkedIntegrationRuntimeType = original.BasicLinkedIntegrationRuntimeType
1607type BasicLinkedService = original.BasicLinkedService
1608type BasicMultiplePipelineTrigger = original.BasicMultiplePipelineTrigger
1609type BasicSecretBase = original.BasicSecretBase
1610type BasicSsisObjectMetadata = original.BasicSsisObjectMetadata
1611type BasicStoreReadSettings = original.BasicStoreReadSettings
1612type BasicStoreWriteSettings = original.BasicStoreWriteSettings
1613type BasicTabularSource = original.BasicTabularSource
1614type BasicTrigger = original.BasicTrigger
1615type BasicTriggerDependencyReference = original.BasicTriggerDependencyReference
1616type BasicWebLinkedServiceTypeProperties = original.BasicWebLinkedServiceTypeProperties
1617type BinaryDataset = original.BinaryDataset
1618type BinaryDatasetTypeProperties = original.BinaryDatasetTypeProperties
1619type BinaryReadSettings = original.BinaryReadSettings
1620type BinarySink = original.BinarySink
1621type BinarySource = original.BinarySource
1622type BlobEventsTrigger = original.BlobEventsTrigger
1623type BlobEventsTriggerTypeProperties = original.BlobEventsTriggerTypeProperties
1624type BlobSink = original.BlobSink
1625type BlobSource = original.BlobSource
1626type BlobTrigger = original.BlobTrigger
1627type BlobTriggerTypeProperties = original.BlobTriggerTypeProperties
1628type CMKIdentityDefinition = original.CMKIdentityDefinition
1629type CassandraLinkedService = original.CassandraLinkedService
1630type CassandraLinkedServiceTypeProperties = original.CassandraLinkedServiceTypeProperties
1631type CassandraSource = original.CassandraSource
1632type CassandraTableDataset = original.CassandraTableDataset
1633type CassandraTableDatasetTypeProperties = original.CassandraTableDatasetTypeProperties
1634type ChainingTrigger = original.ChainingTrigger
1635type ChainingTriggerTypeProperties = original.ChainingTriggerTypeProperties
1636type CloudError = original.CloudError
1637type CloudErrorBody = original.CloudErrorBody
1638type CmdkeySetup = original.CmdkeySetup
1639type CmdkeySetupTypeProperties = original.CmdkeySetupTypeProperties
1640type CommonDataServiceForAppsEntityDataset = original.CommonDataServiceForAppsEntityDataset
1641type CommonDataServiceForAppsEntityDatasetTypeProperties = original.CommonDataServiceForAppsEntityDatasetTypeProperties
1642type CommonDataServiceForAppsLinkedService = original.CommonDataServiceForAppsLinkedService
1643type CommonDataServiceForAppsLinkedServiceTypeProperties = original.CommonDataServiceForAppsLinkedServiceTypeProperties
1644type CommonDataServiceForAppsSink = original.CommonDataServiceForAppsSink
1645type CommonDataServiceForAppsSource = original.CommonDataServiceForAppsSource
1646type ComponentSetup = original.ComponentSetup
1647type CompressionReadSettings = original.CompressionReadSettings
1648type ConcurLinkedService = original.ConcurLinkedService
1649type ConcurLinkedServiceTypeProperties = original.ConcurLinkedServiceTypeProperties
1650type ConcurObjectDataset = original.ConcurObjectDataset
1651type ConcurSource = original.ConcurSource
1652type ConnectionStateProperties = original.ConnectionStateProperties
1653type ControlActivity = original.ControlActivity
1654type CopyActivity = original.CopyActivity
1655type CopyActivityLogSettings = original.CopyActivityLogSettings
1656type CopyActivityTypeProperties = original.CopyActivityTypeProperties
1657type CopySink = original.CopySink
1658type CopySource = original.CopySource
1659type CopyTranslator = original.CopyTranslator
1660type CosmosDbLinkedService = original.CosmosDbLinkedService
1661type CosmosDbLinkedServiceTypeProperties = original.CosmosDbLinkedServiceTypeProperties
1662type CosmosDbMongoDbAPICollectionDataset = original.CosmosDbMongoDbAPICollectionDataset
1663type CosmosDbMongoDbAPICollectionDatasetTypeProperties = original.CosmosDbMongoDbAPICollectionDatasetTypeProperties
1664type CosmosDbMongoDbAPILinkedService = original.CosmosDbMongoDbAPILinkedService
1665type CosmosDbMongoDbAPILinkedServiceTypeProperties = original.CosmosDbMongoDbAPILinkedServiceTypeProperties
1666type CosmosDbMongoDbAPISink = original.CosmosDbMongoDbAPISink
1667type CosmosDbMongoDbAPISource = original.CosmosDbMongoDbAPISource
1668type CosmosDbSQLAPICollectionDataset = original.CosmosDbSQLAPICollectionDataset
1669type CosmosDbSQLAPICollectionDatasetTypeProperties = original.CosmosDbSQLAPICollectionDatasetTypeProperties
1670type CosmosDbSQLAPISink = original.CosmosDbSQLAPISink
1671type CosmosDbSQLAPISource = original.CosmosDbSQLAPISource
1672type CouchbaseLinkedService = original.CouchbaseLinkedService
1673type CouchbaseLinkedServiceTypeProperties = original.CouchbaseLinkedServiceTypeProperties
1674type CouchbaseSource = original.CouchbaseSource
1675type CouchbaseTableDataset = original.CouchbaseTableDataset
1676type CreateDataFlowDebugSessionRequest = original.CreateDataFlowDebugSessionRequest
1677type CreateDataFlowDebugSessionResponse = original.CreateDataFlowDebugSessionResponse
1678type CreateLinkedIntegrationRuntimeRequest = original.CreateLinkedIntegrationRuntimeRequest
1679type CreateRunResponse = original.CreateRunResponse
1680type Credential = original.Credential
1681type CredentialReference = original.CredentialReference
1682type CredentialResource = original.CredentialResource
1683type CustomActivity = original.CustomActivity
1684type CustomActivityReferenceObject = original.CustomActivityReferenceObject
1685type CustomActivityTypeProperties = original.CustomActivityTypeProperties
1686type CustomDataSourceLinkedService = original.CustomDataSourceLinkedService
1687type CustomDataset = original.CustomDataset
1688type CustomEventsTrigger = original.CustomEventsTrigger
1689type CustomEventsTriggerTypeProperties = original.CustomEventsTriggerTypeProperties
1690type CustomSetupBase = original.CustomSetupBase
1691type DWCopyCommandDefaultValue = original.DWCopyCommandDefaultValue
1692type DWCopyCommandSettings = original.DWCopyCommandSettings
1693type DataFlow = original.DataFlow
1694type DataFlowDebugCommandPayload = original.DataFlowDebugCommandPayload
1695type DataFlowDebugCommandRequest = original.DataFlowDebugCommandRequest
1696type DataFlowDebugCommandResponse = original.DataFlowDebugCommandResponse
1697type DataFlowDebugPackage = original.DataFlowDebugPackage
1698type DataFlowDebugPackageDebugSettings = original.DataFlowDebugPackageDebugSettings
1699type DataFlowDebugResource = original.DataFlowDebugResource
1700type DataFlowDebugSessionClient = original.DataFlowDebugSessionClient
1701type DataFlowDebugSessionCreateFuture = original.DataFlowDebugSessionCreateFuture
1702type DataFlowDebugSessionExecuteCommandFuture = original.DataFlowDebugSessionExecuteCommandFuture
1703type DataFlowDebugSessionInfo = original.DataFlowDebugSessionInfo
1704type DataFlowFolder = original.DataFlowFolder
1705type DataFlowListResponse = original.DataFlowListResponse
1706type DataFlowListResponseIterator = original.DataFlowListResponseIterator
1707type DataFlowListResponsePage = original.DataFlowListResponsePage
1708type DataFlowReference = original.DataFlowReference
1709type DataFlowResource = original.DataFlowResource
1710type DataFlowSink = original.DataFlowSink
1711type DataFlowSource = original.DataFlowSource
1712type DataFlowSourceSetting = original.DataFlowSourceSetting
1713type DataFlowStagingInfo = original.DataFlowStagingInfo
1714type DataFlowsClient = original.DataFlowsClient
1715type DataLakeAnalyticsUSQLActivity = original.DataLakeAnalyticsUSQLActivity
1716type DataLakeAnalyticsUSQLActivityTypeProperties = original.DataLakeAnalyticsUSQLActivityTypeProperties
1717type DatabricksNotebookActivity = original.DatabricksNotebookActivity
1718type DatabricksNotebookActivityTypeProperties = original.DatabricksNotebookActivityTypeProperties
1719type DatabricksSparkJarActivity = original.DatabricksSparkJarActivity
1720type DatabricksSparkJarActivityTypeProperties = original.DatabricksSparkJarActivityTypeProperties
1721type DatabricksSparkPythonActivity = original.DatabricksSparkPythonActivity
1722type DatabricksSparkPythonActivityTypeProperties = original.DatabricksSparkPythonActivityTypeProperties
1723type Dataset = original.Dataset
1724type DatasetBZip2Compression = original.DatasetBZip2Compression
1725type DatasetCompression = original.DatasetCompression
1726type DatasetDataElement = original.DatasetDataElement
1727type DatasetDebugResource = original.DatasetDebugResource
1728type DatasetDeflateCompression = original.DatasetDeflateCompression
1729type DatasetFolder = original.DatasetFolder
1730type DatasetGZipCompression = original.DatasetGZipCompression
1731type DatasetListResponse = original.DatasetListResponse
1732type DatasetListResponseIterator = original.DatasetListResponseIterator
1733type DatasetListResponsePage = original.DatasetListResponsePage
1734type DatasetLocation = original.DatasetLocation
1735type DatasetReference = original.DatasetReference
1736type DatasetResource = original.DatasetResource
1737type DatasetSchemaDataElement = original.DatasetSchemaDataElement
1738type DatasetStorageFormat = original.DatasetStorageFormat
1739type DatasetTarCompression = original.DatasetTarCompression
1740type DatasetTarGZipCompression = original.DatasetTarGZipCompression
1741type DatasetZipDeflateCompression = original.DatasetZipDeflateCompression
1742type DatasetsClient = original.DatasetsClient
1743type Db2LinkedService = original.Db2LinkedService
1744type Db2LinkedServiceTypeProperties = original.Db2LinkedServiceTypeProperties
1745type Db2Source = original.Db2Source
1746type Db2TableDataset = original.Db2TableDataset
1747type Db2TableDatasetTypeProperties = original.Db2TableDatasetTypeProperties
1748type DeleteActivity = original.DeleteActivity
1749type DeleteActivityTypeProperties = original.DeleteActivityTypeProperties
1750type DeleteDataFlowDebugSessionRequest = original.DeleteDataFlowDebugSessionRequest
1751type DelimitedTextDataset = original.DelimitedTextDataset
1752type DelimitedTextDatasetTypeProperties = original.DelimitedTextDatasetTypeProperties
1753type DelimitedTextReadSettings = original.DelimitedTextReadSettings
1754type DelimitedTextSink = original.DelimitedTextSink
1755type DelimitedTextSource = original.DelimitedTextSource
1756type DelimitedTextWriteSettings = original.DelimitedTextWriteSettings
1757type DependencyReference = original.DependencyReference
1758type DistcpSettings = original.DistcpSettings
1759type DocumentDbCollectionDataset = original.DocumentDbCollectionDataset
1760type DocumentDbCollectionDatasetTypeProperties = original.DocumentDbCollectionDatasetTypeProperties
1761type DocumentDbCollectionSink = original.DocumentDbCollectionSink
1762type DocumentDbCollectionSource = original.DocumentDbCollectionSource
1763type DrillDatasetTypeProperties = original.DrillDatasetTypeProperties
1764type DrillLinkedService = original.DrillLinkedService
1765type DrillLinkedServiceTypeProperties = original.DrillLinkedServiceTypeProperties
1766type DrillSource = original.DrillSource
1767type DrillTableDataset = original.DrillTableDataset
1768type DynamicsAXLinkedService = original.DynamicsAXLinkedService
1769type DynamicsAXLinkedServiceTypeProperties = original.DynamicsAXLinkedServiceTypeProperties
1770type DynamicsAXResourceDataset = original.DynamicsAXResourceDataset
1771type DynamicsAXResourceDatasetTypeProperties = original.DynamicsAXResourceDatasetTypeProperties
1772type DynamicsAXSource = original.DynamicsAXSource
1773type DynamicsCrmEntityDataset = original.DynamicsCrmEntityDataset
1774type DynamicsCrmEntityDatasetTypeProperties = original.DynamicsCrmEntityDatasetTypeProperties
1775type DynamicsCrmLinkedService = original.DynamicsCrmLinkedService
1776type DynamicsCrmLinkedServiceTypeProperties = original.DynamicsCrmLinkedServiceTypeProperties
1777type DynamicsCrmSink = original.DynamicsCrmSink
1778type DynamicsCrmSource = original.DynamicsCrmSource
1779type DynamicsEntityDataset = original.DynamicsEntityDataset
1780type DynamicsEntityDatasetTypeProperties = original.DynamicsEntityDatasetTypeProperties
1781type DynamicsLinkedService = original.DynamicsLinkedService
1782type DynamicsLinkedServiceTypeProperties = original.DynamicsLinkedServiceTypeProperties
1783type DynamicsSink = original.DynamicsSink
1784type DynamicsSource = original.DynamicsSource
1785type EloquaLinkedService = original.EloquaLinkedService
1786type EloquaLinkedServiceTypeProperties = original.EloquaLinkedServiceTypeProperties
1787type EloquaObjectDataset = original.EloquaObjectDataset
1788type EloquaSource = original.EloquaSource
1789type EncryptionConfiguration = original.EncryptionConfiguration
1790type EntityReference = original.EntityReference
1791type EnvironmentVariableSetup = original.EnvironmentVariableSetup
1792type EnvironmentVariableSetupTypeProperties = original.EnvironmentVariableSetupTypeProperties
1793type ExcelDataset = original.ExcelDataset
1794type ExcelDatasetTypeProperties = original.ExcelDatasetTypeProperties
1795type ExcelSource = original.ExcelSource
1796type ExecuteDataFlowActivity = original.ExecuteDataFlowActivity
1797type ExecuteDataFlowActivityTypeProperties = original.ExecuteDataFlowActivityTypeProperties
1798type ExecuteDataFlowActivityTypePropertiesCompute = original.ExecuteDataFlowActivityTypePropertiesCompute
1799type ExecutePipelineActivity = original.ExecutePipelineActivity
1800type ExecutePipelineActivityTypeProperties = original.ExecutePipelineActivityTypeProperties
1801type ExecuteSSISPackageActivity = original.ExecuteSSISPackageActivity
1802type ExecuteSSISPackageActivityTypeProperties = original.ExecuteSSISPackageActivityTypeProperties
1803type ExecutionActivity = original.ExecutionActivity
1804type ExportSettings = original.ExportSettings
1805type ExposureControlBatchRequest = original.ExposureControlBatchRequest
1806type ExposureControlBatchResponse = original.ExposureControlBatchResponse
1807type ExposureControlClient = original.ExposureControlClient
1808type ExposureControlRequest = original.ExposureControlRequest
1809type ExposureControlResponse = original.ExposureControlResponse
1810type Expression = original.Expression
1811type FactoriesClient = original.FactoriesClient
1812type Factory = original.Factory
1813type FactoryGitHubConfiguration = original.FactoryGitHubConfiguration
1814type FactoryIdentity = original.FactoryIdentity
1815type FactoryListResponse = original.FactoryListResponse
1816type FactoryListResponseIterator = original.FactoryListResponseIterator
1817type FactoryListResponsePage = original.FactoryListResponsePage
1818type FactoryProperties = original.FactoryProperties
1819type FactoryRepoConfiguration = original.FactoryRepoConfiguration
1820type FactoryRepoUpdate = original.FactoryRepoUpdate
1821type FactoryUpdateParameters = original.FactoryUpdateParameters
1822type FactoryVSTSConfiguration = original.FactoryVSTSConfiguration
1823type FileServerLinkedService = original.FileServerLinkedService
1824type FileServerLinkedServiceTypeProperties = original.FileServerLinkedServiceTypeProperties
1825type FileServerLocation = original.FileServerLocation
1826type FileServerReadSettings = original.FileServerReadSettings
1827type FileServerWriteSettings = original.FileServerWriteSettings
1828type FileShareDataset = original.FileShareDataset
1829type FileShareDatasetTypeProperties = original.FileShareDatasetTypeProperties
1830type FileSystemSink = original.FileSystemSink
1831type FileSystemSource = original.FileSystemSource
1832type FilterActivity = original.FilterActivity
1833type FilterActivityTypeProperties = original.FilterActivityTypeProperties
1834type ForEachActivity = original.ForEachActivity
1835type ForEachActivityTypeProperties = original.ForEachActivityTypeProperties
1836type FormatReadSettings = original.FormatReadSettings
1837type FormatWriteSettings = original.FormatWriteSettings
1838type FtpReadSettings = original.FtpReadSettings
1839type FtpServerLinkedService = original.FtpServerLinkedService
1840type FtpServerLinkedServiceTypeProperties = original.FtpServerLinkedServiceTypeProperties
1841type FtpServerLocation = original.FtpServerLocation
1842type GenericDatasetTypeProperties = original.GenericDatasetTypeProperties
1843type GetDataFactoryOperationStatusResponse = original.GetDataFactoryOperationStatusResponse
1844type GetMetadataActivity = original.GetMetadataActivity
1845type GetMetadataActivityTypeProperties = original.GetMetadataActivityTypeProperties
1846type GetSsisObjectMetadataRequest = original.GetSsisObjectMetadataRequest
1847type GitHubAccessTokenRequest = original.GitHubAccessTokenRequest
1848type GitHubAccessTokenResponse = original.GitHubAccessTokenResponse
1849type GitHubClientSecret = original.GitHubClientSecret
1850type GlobalParameterSpecification = original.GlobalParameterSpecification
1851type GoogleAdWordsLinkedService = original.GoogleAdWordsLinkedService
1852type GoogleAdWordsLinkedServiceTypeProperties = original.GoogleAdWordsLinkedServiceTypeProperties
1853type GoogleAdWordsObjectDataset = original.GoogleAdWordsObjectDataset
1854type GoogleAdWordsSource = original.GoogleAdWordsSource
1855type GoogleBigQueryDatasetTypeProperties = original.GoogleBigQueryDatasetTypeProperties
1856type GoogleBigQueryLinkedService = original.GoogleBigQueryLinkedService
1857type GoogleBigQueryLinkedServiceTypeProperties = original.GoogleBigQueryLinkedServiceTypeProperties
1858type GoogleBigQueryObjectDataset = original.GoogleBigQueryObjectDataset
1859type GoogleBigQuerySource = original.GoogleBigQuerySource
1860type GoogleCloudStorageLinkedService = original.GoogleCloudStorageLinkedService
1861type GoogleCloudStorageLinkedServiceTypeProperties = original.GoogleCloudStorageLinkedServiceTypeProperties
1862type GoogleCloudStorageLocation = original.GoogleCloudStorageLocation
1863type GoogleCloudStorageReadSettings = original.GoogleCloudStorageReadSettings
1864type GreenplumDatasetTypeProperties = original.GreenplumDatasetTypeProperties
1865type GreenplumLinkedService = original.GreenplumLinkedService
1866type GreenplumLinkedServiceTypeProperties = original.GreenplumLinkedServiceTypeProperties
1867type GreenplumSource = original.GreenplumSource
1868type GreenplumTableDataset = original.GreenplumTableDataset
1869type HBaseLinkedService = original.HBaseLinkedService
1870type HBaseLinkedServiceTypeProperties = original.HBaseLinkedServiceTypeProperties
1871type HBaseObjectDataset = original.HBaseObjectDataset
1872type HBaseSource = original.HBaseSource
1873type HDInsightHiveActivity = original.HDInsightHiveActivity
1874type HDInsightHiveActivityTypeProperties = original.HDInsightHiveActivityTypeProperties
1875type HDInsightLinkedService = original.HDInsightLinkedService
1876type HDInsightLinkedServiceTypeProperties = original.HDInsightLinkedServiceTypeProperties
1877type HDInsightMapReduceActivity = original.HDInsightMapReduceActivity
1878type HDInsightMapReduceActivityTypeProperties = original.HDInsightMapReduceActivityTypeProperties
1879type HDInsightOnDemandLinkedService = original.HDInsightOnDemandLinkedService
1880type HDInsightOnDemandLinkedServiceTypeProperties = original.HDInsightOnDemandLinkedServiceTypeProperties
1881type HDInsightPigActivity = original.HDInsightPigActivity
1882type HDInsightPigActivityTypeProperties = original.HDInsightPigActivityTypeProperties
1883type HDInsightSparkActivity = original.HDInsightSparkActivity
1884type HDInsightSparkActivityTypeProperties = original.HDInsightSparkActivityTypeProperties
1885type HDInsightStreamingActivity = original.HDInsightStreamingActivity
1886type HDInsightStreamingActivityTypeProperties = original.HDInsightStreamingActivityTypeProperties
1887type HTTPDataset = original.HTTPDataset
1888type HTTPDatasetTypeProperties = original.HTTPDatasetTypeProperties
1889type HTTPLinkedService = original.HTTPLinkedService
1890type HTTPLinkedServiceTypeProperties = original.HTTPLinkedServiceTypeProperties
1891type HTTPReadSettings = original.HTTPReadSettings
1892type HTTPServerLocation = original.HTTPServerLocation
1893type HTTPSource = original.HTTPSource
1894type HdfsLinkedService = original.HdfsLinkedService
1895type HdfsLinkedServiceTypeProperties = original.HdfsLinkedServiceTypeProperties
1896type HdfsLocation = original.HdfsLocation
1897type HdfsReadSettings = original.HdfsReadSettings
1898type HdfsSource = original.HdfsSource
1899type HiveDatasetTypeProperties = original.HiveDatasetTypeProperties
1900type HiveLinkedService = original.HiveLinkedService
1901type HiveLinkedServiceTypeProperties = original.HiveLinkedServiceTypeProperties
1902type HiveObjectDataset = original.HiveObjectDataset
1903type HiveSource = original.HiveSource
1904type HubspotLinkedService = original.HubspotLinkedService
1905type HubspotLinkedServiceTypeProperties = original.HubspotLinkedServiceTypeProperties
1906type HubspotObjectDataset = original.HubspotObjectDataset
1907type HubspotSource = original.HubspotSource
1908type IfConditionActivity = original.IfConditionActivity
1909type IfConditionActivityTypeProperties = original.IfConditionActivityTypeProperties
1910type ImpalaDatasetTypeProperties = original.ImpalaDatasetTypeProperties
1911type ImpalaLinkedService = original.ImpalaLinkedService
1912type ImpalaLinkedServiceTypeProperties = original.ImpalaLinkedServiceTypeProperties
1913type ImpalaObjectDataset = original.ImpalaObjectDataset
1914type ImpalaSource = original.ImpalaSource
1915type ImportSettings = original.ImportSettings
1916type InformixLinkedService = original.InformixLinkedService
1917type InformixLinkedServiceTypeProperties = original.InformixLinkedServiceTypeProperties
1918type InformixSink = original.InformixSink
1919type InformixSource = original.InformixSource
1920type InformixTableDataset = original.InformixTableDataset
1921type InformixTableDatasetTypeProperties = original.InformixTableDatasetTypeProperties
1922type IntegrationRuntime = original.IntegrationRuntime
1923type IntegrationRuntimeAuthKeys = original.IntegrationRuntimeAuthKeys
1924type IntegrationRuntimeComputeProperties = original.IntegrationRuntimeComputeProperties
1925type IntegrationRuntimeConnectionInfo = original.IntegrationRuntimeConnectionInfo
1926type IntegrationRuntimeCustomSetupScriptProperties = original.IntegrationRuntimeCustomSetupScriptProperties
1927type IntegrationRuntimeDataFlowProperties = original.IntegrationRuntimeDataFlowProperties
1928type IntegrationRuntimeDataProxyProperties = original.IntegrationRuntimeDataProxyProperties
1929type IntegrationRuntimeDebugResource = original.IntegrationRuntimeDebugResource
1930type IntegrationRuntimeListResponse = original.IntegrationRuntimeListResponse
1931type IntegrationRuntimeListResponseIterator = original.IntegrationRuntimeListResponseIterator
1932type IntegrationRuntimeListResponsePage = original.IntegrationRuntimeListResponsePage
1933type IntegrationRuntimeMonitoringData = original.IntegrationRuntimeMonitoringData
1934type IntegrationRuntimeNodeIPAddress = original.IntegrationRuntimeNodeIPAddress
1935type IntegrationRuntimeNodeMonitoringData = original.IntegrationRuntimeNodeMonitoringData
1936type IntegrationRuntimeNodesClient = original.IntegrationRuntimeNodesClient
1937type IntegrationRuntimeObjectMetadataClient = original.IntegrationRuntimeObjectMetadataClient
1938type IntegrationRuntimeObjectMetadataRefreshFuture = original.IntegrationRuntimeObjectMetadataRefreshFuture
1939type IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint = original.IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint
1940type IntegrationRuntimeOutboundNetworkDependenciesEndpoint = original.IntegrationRuntimeOutboundNetworkDependenciesEndpoint
1941type IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails = original.IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails
1942type IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse = original.IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse
1943type IntegrationRuntimeReference = original.IntegrationRuntimeReference
1944type IntegrationRuntimeRegenerateKeyParameters = original.IntegrationRuntimeRegenerateKeyParameters
1945type IntegrationRuntimeResource = original.IntegrationRuntimeResource
1946type IntegrationRuntimeSsisCatalogInfo = original.IntegrationRuntimeSsisCatalogInfo
1947type IntegrationRuntimeSsisProperties = original.IntegrationRuntimeSsisProperties
1948type IntegrationRuntimeStatus = original.IntegrationRuntimeStatus
1949type IntegrationRuntimeStatusListResponse = original.IntegrationRuntimeStatusListResponse
1950type IntegrationRuntimeStatusResponse = original.IntegrationRuntimeStatusResponse
1951type IntegrationRuntimeVNetProperties = original.IntegrationRuntimeVNetProperties
1952type IntegrationRuntimesClient = original.IntegrationRuntimesClient
1953type IntegrationRuntimesStartFuture = original.IntegrationRuntimesStartFuture
1954type IntegrationRuntimesStopFuture = original.IntegrationRuntimesStopFuture
1955type JSONDataset = original.JSONDataset
1956type JSONDatasetTypeProperties = original.JSONDatasetTypeProperties
1957type JSONFormat = original.JSONFormat
1958type JSONReadSettings = original.JSONReadSettings
1959type JSONSink = original.JSONSink
1960type JSONSource = original.JSONSource
1961type JSONWriteSettings = original.JSONWriteSettings
1962type JiraLinkedService = original.JiraLinkedService
1963type JiraLinkedServiceTypeProperties = original.JiraLinkedServiceTypeProperties
1964type JiraObjectDataset = original.JiraObjectDataset
1965type JiraSource = original.JiraSource
1966type LicensedComponentSetupTypeProperties = original.LicensedComponentSetupTypeProperties
1967type LinkedIntegrationRuntime = original.LinkedIntegrationRuntime
1968type LinkedIntegrationRuntimeKeyAuthorization = original.LinkedIntegrationRuntimeKeyAuthorization
1969type LinkedIntegrationRuntimeRbacAuthorization = original.LinkedIntegrationRuntimeRbacAuthorization
1970type LinkedIntegrationRuntimeRequest = original.LinkedIntegrationRuntimeRequest
1971type LinkedIntegrationRuntimeType = original.LinkedIntegrationRuntimeType
1972type LinkedService = original.LinkedService
1973type LinkedServiceDebugResource = original.LinkedServiceDebugResource
1974type LinkedServiceListResponse = original.LinkedServiceListResponse
1975type LinkedServiceListResponseIterator = original.LinkedServiceListResponseIterator
1976type LinkedServiceListResponsePage = original.LinkedServiceListResponsePage
1977type LinkedServiceReference = original.LinkedServiceReference
1978type LinkedServiceResource = original.LinkedServiceResource
1979type LinkedServicesClient = original.LinkedServicesClient
1980type LogLocationSettings = original.LogLocationSettings
1981type LogSettings = original.LogSettings
1982type LogStorageSettings = original.LogStorageSettings
1983type LookupActivity = original.LookupActivity
1984type LookupActivityTypeProperties = original.LookupActivityTypeProperties
1985type MagentoLinkedService = original.MagentoLinkedService
1986type MagentoLinkedServiceTypeProperties = original.MagentoLinkedServiceTypeProperties
1987type MagentoObjectDataset = original.MagentoObjectDataset
1988type MagentoSource = original.MagentoSource
1989type ManagedIdentityCredential = original.ManagedIdentityCredential
1990type ManagedIdentityTypeProperties = original.ManagedIdentityTypeProperties
1991type ManagedIntegrationRuntime = original.ManagedIntegrationRuntime
1992type ManagedIntegrationRuntimeError = original.ManagedIntegrationRuntimeError
1993type ManagedIntegrationRuntimeNode = original.ManagedIntegrationRuntimeNode
1994type ManagedIntegrationRuntimeOperationResult = original.ManagedIntegrationRuntimeOperationResult
1995type ManagedIntegrationRuntimeStatus = original.ManagedIntegrationRuntimeStatus
1996type ManagedIntegrationRuntimeStatusTypeProperties = original.ManagedIntegrationRuntimeStatusTypeProperties
1997type ManagedIntegrationRuntimeTypeProperties = original.ManagedIntegrationRuntimeTypeProperties
1998type ManagedPrivateEndpoint = original.ManagedPrivateEndpoint
1999type ManagedPrivateEndpointListResponse = original.ManagedPrivateEndpointListResponse
2000type ManagedPrivateEndpointListResponseIterator = original.ManagedPrivateEndpointListResponseIterator
2001type ManagedPrivateEndpointListResponsePage = original.ManagedPrivateEndpointListResponsePage
2002type ManagedPrivateEndpointResource = original.ManagedPrivateEndpointResource
2003type ManagedPrivateEndpointsClient = original.ManagedPrivateEndpointsClient
2004type ManagedVirtualNetwork = original.ManagedVirtualNetwork
2005type ManagedVirtualNetworkListResponse = original.ManagedVirtualNetworkListResponse
2006type ManagedVirtualNetworkListResponseIterator = original.ManagedVirtualNetworkListResponseIterator
2007type ManagedVirtualNetworkListResponsePage = original.ManagedVirtualNetworkListResponsePage
2008type ManagedVirtualNetworkReference = original.ManagedVirtualNetworkReference
2009type ManagedVirtualNetworkResource = original.ManagedVirtualNetworkResource
2010type ManagedVirtualNetworksClient = original.ManagedVirtualNetworksClient
2011type MappingDataFlow = original.MappingDataFlow
2012type MappingDataFlowTypeProperties = original.MappingDataFlowTypeProperties
2013type MariaDBLinkedService = original.MariaDBLinkedService
2014type MariaDBLinkedServiceTypeProperties = original.MariaDBLinkedServiceTypeProperties
2015type MariaDBSource = original.MariaDBSource
2016type MariaDBTableDataset = original.MariaDBTableDataset
2017type MarketoLinkedService = original.MarketoLinkedService
2018type MarketoLinkedServiceTypeProperties = original.MarketoLinkedServiceTypeProperties
2019type MarketoObjectDataset = original.MarketoObjectDataset
2020type MarketoSource = original.MarketoSource
2021type MetadataItem = original.MetadataItem
2022type MicrosoftAccessLinkedService = original.MicrosoftAccessLinkedService
2023type MicrosoftAccessLinkedServiceTypeProperties = original.MicrosoftAccessLinkedServiceTypeProperties
2024type MicrosoftAccessSink = original.MicrosoftAccessSink
2025type MicrosoftAccessSource = original.MicrosoftAccessSource
2026type MicrosoftAccessTableDataset = original.MicrosoftAccessTableDataset
2027type MicrosoftAccessTableDatasetTypeProperties = original.MicrosoftAccessTableDatasetTypeProperties
2028type MongoDbAtlasCollectionDataset = original.MongoDbAtlasCollectionDataset
2029type MongoDbAtlasCollectionDatasetTypeProperties = original.MongoDbAtlasCollectionDatasetTypeProperties
2030type MongoDbAtlasLinkedService = original.MongoDbAtlasLinkedService
2031type MongoDbAtlasLinkedServiceTypeProperties = original.MongoDbAtlasLinkedServiceTypeProperties
2032type MongoDbAtlasSink = original.MongoDbAtlasSink
2033type MongoDbAtlasSource = original.MongoDbAtlasSource
2034type MongoDbCollectionDataset = original.MongoDbCollectionDataset
2035type MongoDbCollectionDatasetTypeProperties = original.MongoDbCollectionDatasetTypeProperties
2036type MongoDbCursorMethodsProperties = original.MongoDbCursorMethodsProperties
2037type MongoDbLinkedService = original.MongoDbLinkedService
2038type MongoDbLinkedServiceTypeProperties = original.MongoDbLinkedServiceTypeProperties
2039type MongoDbSource = original.MongoDbSource
2040type MongoDbV2CollectionDataset = original.MongoDbV2CollectionDataset
2041type MongoDbV2CollectionDatasetTypeProperties = original.MongoDbV2CollectionDatasetTypeProperties
2042type MongoDbV2LinkedService = original.MongoDbV2LinkedService
2043type MongoDbV2LinkedServiceTypeProperties = original.MongoDbV2LinkedServiceTypeProperties
2044type MongoDbV2Sink = original.MongoDbV2Sink
2045type MongoDbV2Source = original.MongoDbV2Source
2046type MultiplePipelineTrigger = original.MultiplePipelineTrigger
2047type MySQLLinkedService = original.MySQLLinkedService
2048type MySQLLinkedServiceTypeProperties = original.MySQLLinkedServiceTypeProperties
2049type MySQLSource = original.MySQLSource
2050type MySQLTableDataset = original.MySQLTableDataset
2051type MySQLTableDatasetTypeProperties = original.MySQLTableDatasetTypeProperties
2052type NetezzaLinkedService = original.NetezzaLinkedService
2053type NetezzaLinkedServiceTypeProperties = original.NetezzaLinkedServiceTypeProperties
2054type NetezzaPartitionSettings = original.NetezzaPartitionSettings
2055type NetezzaSource = original.NetezzaSource
2056type NetezzaTableDataset = original.NetezzaTableDataset
2057type NetezzaTableDatasetTypeProperties = original.NetezzaTableDatasetTypeProperties
2058type ODataLinkedService = original.ODataLinkedService
2059type ODataLinkedServiceTypeProperties = original.ODataLinkedServiceTypeProperties
2060type ODataResourceDataset = original.ODataResourceDataset
2061type ODataResourceDatasetTypeProperties = original.ODataResourceDatasetTypeProperties
2062type ODataSource = original.ODataSource
2063type OdbcLinkedService = original.OdbcLinkedService
2064type OdbcLinkedServiceTypeProperties = original.OdbcLinkedServiceTypeProperties
2065type OdbcSink = original.OdbcSink
2066type OdbcSource = original.OdbcSource
2067type OdbcTableDataset = original.OdbcTableDataset
2068type OdbcTableDatasetTypeProperties = original.OdbcTableDatasetTypeProperties
2069type Office365Dataset = original.Office365Dataset
2070type Office365DatasetTypeProperties = original.Office365DatasetTypeProperties
2071type Office365LinkedService = original.Office365LinkedService
2072type Office365LinkedServiceTypeProperties = original.Office365LinkedServiceTypeProperties
2073type Office365Source = original.Office365Source
2074type Operation = original.Operation
2075type OperationDisplay = original.OperationDisplay
2076type OperationListResponse = original.OperationListResponse
2077type OperationListResponseIterator = original.OperationListResponseIterator
2078type OperationListResponsePage = original.OperationListResponsePage
2079type OperationLogSpecification = original.OperationLogSpecification
2080type OperationMetricAvailability = original.OperationMetricAvailability
2081type OperationMetricDimension = original.OperationMetricDimension
2082type OperationMetricSpecification = original.OperationMetricSpecification
2083type OperationProperties = original.OperationProperties
2084type OperationServiceSpecification = original.OperationServiceSpecification
2085type OperationsClient = original.OperationsClient
2086type OracleCloudStorageLinkedService = original.OracleCloudStorageLinkedService
2087type OracleCloudStorageLinkedServiceTypeProperties = original.OracleCloudStorageLinkedServiceTypeProperties
2088type OracleCloudStorageLocation = original.OracleCloudStorageLocation
2089type OracleCloudStorageReadSettings = original.OracleCloudStorageReadSettings
2090type OracleLinkedService = original.OracleLinkedService
2091type OracleLinkedServiceTypeProperties = original.OracleLinkedServiceTypeProperties
2092type OraclePartitionSettings = original.OraclePartitionSettings
2093type OracleServiceCloudLinkedService = original.OracleServiceCloudLinkedService
2094type OracleServiceCloudLinkedServiceTypeProperties = original.OracleServiceCloudLinkedServiceTypeProperties
2095type OracleServiceCloudObjectDataset = original.OracleServiceCloudObjectDataset
2096type OracleServiceCloudSource = original.OracleServiceCloudSource
2097type OracleSink = original.OracleSink
2098type OracleSource = original.OracleSource
2099type OracleTableDataset = original.OracleTableDataset
2100type OracleTableDatasetTypeProperties = original.OracleTableDatasetTypeProperties
2101type OrcDataset = original.OrcDataset
2102type OrcDatasetTypeProperties = original.OrcDatasetTypeProperties
2103type OrcFormat = original.OrcFormat
2104type OrcSink = original.OrcSink
2105type OrcSource = original.OrcSource
2106type OrcWriteSettings = original.OrcWriteSettings
2107type PackageStore = original.PackageStore
2108type ParameterSpecification = original.ParameterSpecification
2109type ParquetDataset = original.ParquetDataset
2110type ParquetDatasetTypeProperties = original.ParquetDatasetTypeProperties
2111type ParquetFormat = original.ParquetFormat
2112type ParquetSink = original.ParquetSink
2113type ParquetSource = original.ParquetSource
2114type ParquetWriteSettings = original.ParquetWriteSettings
2115type PaypalLinkedService = original.PaypalLinkedService
2116type PaypalLinkedServiceTypeProperties = original.PaypalLinkedServiceTypeProperties
2117type PaypalObjectDataset = original.PaypalObjectDataset
2118type PaypalSource = original.PaypalSource
2119type PhoenixDatasetTypeProperties = original.PhoenixDatasetTypeProperties
2120type PhoenixLinkedService = original.PhoenixLinkedService
2121type PhoenixLinkedServiceTypeProperties = original.PhoenixLinkedServiceTypeProperties
2122type PhoenixObjectDataset = original.PhoenixObjectDataset
2123type PhoenixSource = original.PhoenixSource
2124type Pipeline = original.Pipeline
2125type PipelineElapsedTimeMetricPolicy = original.PipelineElapsedTimeMetricPolicy
2126type PipelineFolder = original.PipelineFolder
2127type PipelineListResponse = original.PipelineListResponse
2128type PipelineListResponseIterator = original.PipelineListResponseIterator
2129type PipelineListResponsePage = original.PipelineListResponsePage
2130type PipelinePolicy = original.PipelinePolicy
2131type PipelineReference = original.PipelineReference
2132type PipelineResource = original.PipelineResource
2133type PipelineRun = original.PipelineRun
2134type PipelineRunInvokedBy = original.PipelineRunInvokedBy
2135type PipelineRunsClient = original.PipelineRunsClient
2136type PipelineRunsQueryResponse = original.PipelineRunsQueryResponse
2137type PipelinesClient = original.PipelinesClient
2138type PolybaseSettings = original.PolybaseSettings
2139type PostgreSQLLinkedService = original.PostgreSQLLinkedService
2140type PostgreSQLLinkedServiceTypeProperties = original.PostgreSQLLinkedServiceTypeProperties
2141type PostgreSQLSource = original.PostgreSQLSource
2142type PostgreSQLTableDataset = original.PostgreSQLTableDataset
2143type PostgreSQLTableDatasetTypeProperties = original.PostgreSQLTableDatasetTypeProperties
2144type PrestoDatasetTypeProperties = original.PrestoDatasetTypeProperties
2145type PrestoLinkedService = original.PrestoLinkedService
2146type PrestoLinkedServiceTypeProperties = original.PrestoLinkedServiceTypeProperties
2147type PrestoObjectDataset = original.PrestoObjectDataset
2148type PrestoSource = original.PrestoSource
2149type PrivateEndPointConnectionsClient = original.PrivateEndPointConnectionsClient
2150type PrivateEndpointConnectionClient = original.PrivateEndpointConnectionClient
2151type PrivateEndpointConnectionListResponse = original.PrivateEndpointConnectionListResponse
2152type PrivateEndpointConnectionListResponseIterator = original.PrivateEndpointConnectionListResponseIterator
2153type PrivateEndpointConnectionListResponsePage = original.PrivateEndpointConnectionListResponsePage
2154type PrivateEndpointConnectionResource = original.PrivateEndpointConnectionResource
2155type PrivateLinkConnectionApprovalRequest = original.PrivateLinkConnectionApprovalRequest
2156type PrivateLinkConnectionApprovalRequestResource = original.PrivateLinkConnectionApprovalRequestResource
2157type PrivateLinkConnectionState = original.PrivateLinkConnectionState
2158type PrivateLinkResource = original.PrivateLinkResource
2159type PrivateLinkResourceProperties = original.PrivateLinkResourceProperties
2160type PrivateLinkResourcesClient = original.PrivateLinkResourcesClient
2161type PrivateLinkResourcesWrapper = original.PrivateLinkResourcesWrapper
2162type QueryDataFlowDebugSessionsResponse = original.QueryDataFlowDebugSessionsResponse
2163type QueryDataFlowDebugSessionsResponseIterator = original.QueryDataFlowDebugSessionsResponseIterator
2164type QueryDataFlowDebugSessionsResponsePage = original.QueryDataFlowDebugSessionsResponsePage
2165type QuickBooksLinkedService = original.QuickBooksLinkedService
2166type QuickBooksLinkedServiceTypeProperties = original.QuickBooksLinkedServiceTypeProperties
2167type QuickBooksObjectDataset = original.QuickBooksObjectDataset
2168type QuickBooksSource = original.QuickBooksSource
2169type RecurrenceSchedule = original.RecurrenceSchedule
2170type RecurrenceScheduleOccurrence = original.RecurrenceScheduleOccurrence
2171type RedirectIncompatibleRowSettings = original.RedirectIncompatibleRowSettings
2172type RedshiftUnloadSettings = original.RedshiftUnloadSettings
2173type RelationalSource = original.RelationalSource
2174type RelationalTableDataset = original.RelationalTableDataset
2175type RelationalTableDatasetTypeProperties = original.RelationalTableDatasetTypeProperties
2176type RemotePrivateEndpointConnection = original.RemotePrivateEndpointConnection
2177type RerunTumblingWindowTrigger = original.RerunTumblingWindowTrigger
2178type RerunTumblingWindowTriggerTypeProperties = original.RerunTumblingWindowTriggerTypeProperties
2179type Resource = original.Resource
2180type ResponsysLinkedService = original.ResponsysLinkedService
2181type ResponsysLinkedServiceTypeProperties = original.ResponsysLinkedServiceTypeProperties
2182type ResponsysObjectDataset = original.ResponsysObjectDataset
2183type ResponsysSource = original.ResponsysSource
2184type RestResourceDataset = original.RestResourceDataset
2185type RestResourceDatasetTypeProperties = original.RestResourceDatasetTypeProperties
2186type RestServiceLinkedService = original.RestServiceLinkedService
2187type RestServiceLinkedServiceTypeProperties = original.RestServiceLinkedServiceTypeProperties
2188type RestSink = original.RestSink
2189type RestSource = original.RestSource
2190type RetryPolicy = original.RetryPolicy
2191type RunFilterParameters = original.RunFilterParameters
2192type RunQueryFilter = original.RunQueryFilter
2193type RunQueryOrderBy = original.RunQueryOrderBy
2194type SQLAlwaysEncryptedProperties = original.SQLAlwaysEncryptedProperties
2195type SQLDWSink = original.SQLDWSink
2196type SQLDWSource = original.SQLDWSource
2197type SQLDWUpsertSettings = original.SQLDWUpsertSettings
2198type SQLMISink = original.SQLMISink
2199type SQLMISource = original.SQLMISource
2200type SQLPartitionSettings = original.SQLPartitionSettings
2201type SQLServerLinkedService = original.SQLServerLinkedService
2202type SQLServerLinkedServiceTypeProperties = original.SQLServerLinkedServiceTypeProperties
2203type SQLServerSink = original.SQLServerSink
2204type SQLServerSource = original.SQLServerSource
2205type SQLServerStoredProcedureActivity = original.SQLServerStoredProcedureActivity
2206type SQLServerStoredProcedureActivityTypeProperties = original.SQLServerStoredProcedureActivityTypeProperties
2207type SQLServerTableDataset = original.SQLServerTableDataset
2208type SQLServerTableDatasetTypeProperties = original.SQLServerTableDatasetTypeProperties
2209type SQLSink = original.SQLSink
2210type SQLSource = original.SQLSource
2211type SQLUpsertSettings = original.SQLUpsertSettings
2212type SSISAccessCredential = original.SSISAccessCredential
2213type SSISChildPackage = original.SSISChildPackage
2214type SSISExecutionCredential = original.SSISExecutionCredential
2215type SSISExecutionParameter = original.SSISExecutionParameter
2216type SSISLogLocation = original.SSISLogLocation
2217type SSISLogLocationTypeProperties = original.SSISLogLocationTypeProperties
2218type SSISPackageLocation = original.SSISPackageLocation
2219type SSISPackageLocationTypeProperties = original.SSISPackageLocationTypeProperties
2220type SSISPropertyOverride = original.SSISPropertyOverride
2221type SalesforceLinkedService = original.SalesforceLinkedService
2222type SalesforceLinkedServiceTypeProperties = original.SalesforceLinkedServiceTypeProperties
2223type SalesforceMarketingCloudLinkedService = original.SalesforceMarketingCloudLinkedService
2224type SalesforceMarketingCloudLinkedServiceTypeProperties = original.SalesforceMarketingCloudLinkedServiceTypeProperties
2225type SalesforceMarketingCloudObjectDataset = original.SalesforceMarketingCloudObjectDataset
2226type SalesforceMarketingCloudSource = original.SalesforceMarketingCloudSource
2227type SalesforceObjectDataset = original.SalesforceObjectDataset
2228type SalesforceObjectDatasetTypeProperties = original.SalesforceObjectDatasetTypeProperties
2229type SalesforceServiceCloudLinkedService = original.SalesforceServiceCloudLinkedService
2230type SalesforceServiceCloudLinkedServiceTypeProperties = original.SalesforceServiceCloudLinkedServiceTypeProperties
2231type SalesforceServiceCloudObjectDataset = original.SalesforceServiceCloudObjectDataset
2232type SalesforceServiceCloudObjectDatasetTypeProperties = original.SalesforceServiceCloudObjectDatasetTypeProperties
2233type SalesforceServiceCloudSink = original.SalesforceServiceCloudSink
2234type SalesforceServiceCloudSource = original.SalesforceServiceCloudSource
2235type SalesforceSink = original.SalesforceSink
2236type SalesforceSource = original.SalesforceSource
2237type SapBWLinkedService = original.SapBWLinkedService
2238type SapBWLinkedServiceTypeProperties = original.SapBWLinkedServiceTypeProperties
2239type SapBwCubeDataset = original.SapBwCubeDataset
2240type SapBwSource = original.SapBwSource
2241type SapCloudForCustomerLinkedService = original.SapCloudForCustomerLinkedService
2242type SapCloudForCustomerLinkedServiceTypeProperties = original.SapCloudForCustomerLinkedServiceTypeProperties
2243type SapCloudForCustomerResourceDataset = original.SapCloudForCustomerResourceDataset
2244type SapCloudForCustomerResourceDatasetTypeProperties = original.SapCloudForCustomerResourceDatasetTypeProperties
2245type SapCloudForCustomerSink = original.SapCloudForCustomerSink
2246type SapCloudForCustomerSource = original.SapCloudForCustomerSource
2247type SapEccLinkedService = original.SapEccLinkedService
2248type SapEccLinkedServiceTypeProperties = original.SapEccLinkedServiceTypeProperties
2249type SapEccResourceDataset = original.SapEccResourceDataset
2250type SapEccResourceDatasetTypeProperties = original.SapEccResourceDatasetTypeProperties
2251type SapEccSource = original.SapEccSource
2252type SapHanaLinkedService = original.SapHanaLinkedService
2253type SapHanaLinkedServiceProperties = original.SapHanaLinkedServiceProperties
2254type SapHanaPartitionSettings = original.SapHanaPartitionSettings
2255type SapHanaSource = original.SapHanaSource
2256type SapHanaTableDataset = original.SapHanaTableDataset
2257type SapHanaTableDatasetTypeProperties = original.SapHanaTableDatasetTypeProperties
2258type SapOpenHubLinkedService = original.SapOpenHubLinkedService
2259type SapOpenHubLinkedServiceTypeProperties = original.SapOpenHubLinkedServiceTypeProperties
2260type SapOpenHubSource = original.SapOpenHubSource
2261type SapOpenHubTableDataset = original.SapOpenHubTableDataset
2262type SapOpenHubTableDatasetTypeProperties = original.SapOpenHubTableDatasetTypeProperties
2263type SapTableLinkedService = original.SapTableLinkedService
2264type SapTableLinkedServiceTypeProperties = original.SapTableLinkedServiceTypeProperties
2265type SapTablePartitionSettings = original.SapTablePartitionSettings
2266type SapTableResourceDataset = original.SapTableResourceDataset
2267type SapTableResourceDatasetTypeProperties = original.SapTableResourceDatasetTypeProperties
2268type SapTableSource = original.SapTableSource
2269type ScheduleTrigger = original.ScheduleTrigger
2270type ScheduleTriggerRecurrence = original.ScheduleTriggerRecurrence
2271type ScheduleTriggerTypeProperties = original.ScheduleTriggerTypeProperties
2272type ScriptAction = original.ScriptAction
2273type SecretBase = original.SecretBase
2274type SecureString = original.SecureString
2275type SelfDependencyTumblingWindowTriggerReference = original.SelfDependencyTumblingWindowTriggerReference
2276type SelfHostedIntegrationRuntime = original.SelfHostedIntegrationRuntime
2277type SelfHostedIntegrationRuntimeNode = original.SelfHostedIntegrationRuntimeNode
2278type SelfHostedIntegrationRuntimeStatus = original.SelfHostedIntegrationRuntimeStatus
2279type SelfHostedIntegrationRuntimeStatusTypeProperties = original.SelfHostedIntegrationRuntimeStatusTypeProperties
2280type SelfHostedIntegrationRuntimeTypeProperties = original.SelfHostedIntegrationRuntimeTypeProperties
2281type ServiceNowLinkedService = original.ServiceNowLinkedService
2282type ServiceNowLinkedServiceTypeProperties = original.ServiceNowLinkedServiceTypeProperties
2283type ServiceNowObjectDataset = original.ServiceNowObjectDataset
2284type ServiceNowSource = original.ServiceNowSource
2285type ServicePrincipalCredential = original.ServicePrincipalCredential
2286type ServicePrincipalCredentialTypeProperties = original.ServicePrincipalCredentialTypeProperties
2287type SetVariableActivity = original.SetVariableActivity
2288type SetVariableActivityTypeProperties = original.SetVariableActivityTypeProperties
2289type SftpLocation = original.SftpLocation
2290type SftpReadSettings = original.SftpReadSettings
2291type SftpServerLinkedService = original.SftpServerLinkedService
2292type SftpServerLinkedServiceTypeProperties = original.SftpServerLinkedServiceTypeProperties
2293type SftpWriteSettings = original.SftpWriteSettings
2294type SharePointOnlineListDatasetTypeProperties = original.SharePointOnlineListDatasetTypeProperties
2295type SharePointOnlineListLinkedService = original.SharePointOnlineListLinkedService
2296type SharePointOnlineListLinkedServiceTypeProperties = original.SharePointOnlineListLinkedServiceTypeProperties
2297type SharePointOnlineListResourceDataset = original.SharePointOnlineListResourceDataset
2298type SharePointOnlineListSource = original.SharePointOnlineListSource
2299type ShopifyLinkedService = original.ShopifyLinkedService
2300type ShopifyLinkedServiceTypeProperties = original.ShopifyLinkedServiceTypeProperties
2301type ShopifyObjectDataset = original.ShopifyObjectDataset
2302type ShopifySource = original.ShopifySource
2303type SkipErrorFile = original.SkipErrorFile
2304type SnowflakeDataset = original.SnowflakeDataset
2305type SnowflakeDatasetTypeProperties = original.SnowflakeDatasetTypeProperties
2306type SnowflakeExportCopyCommand = original.SnowflakeExportCopyCommand
2307type SnowflakeImportCopyCommand = original.SnowflakeImportCopyCommand
2308type SnowflakeLinkedService = original.SnowflakeLinkedService
2309type SnowflakeLinkedServiceTypeProperties = original.SnowflakeLinkedServiceTypeProperties
2310type SnowflakeSink = original.SnowflakeSink
2311type SnowflakeSource = original.SnowflakeSource
2312type SparkDatasetTypeProperties = original.SparkDatasetTypeProperties
2313type SparkLinkedService = original.SparkLinkedService
2314type SparkLinkedServiceTypeProperties = original.SparkLinkedServiceTypeProperties
2315type SparkObjectDataset = original.SparkObjectDataset
2316type SparkSource = original.SparkSource
2317type SquareLinkedService = original.SquareLinkedService
2318type SquareLinkedServiceTypeProperties = original.SquareLinkedServiceTypeProperties
2319type SquareObjectDataset = original.SquareObjectDataset
2320type SquareSource = original.SquareSource
2321type SsisEnvironment = original.SsisEnvironment
2322type SsisEnvironmentReference = original.SsisEnvironmentReference
2323type SsisFolder = original.SsisFolder
2324type SsisObjectMetadata = original.SsisObjectMetadata
2325type SsisObjectMetadataListResponse = original.SsisObjectMetadataListResponse
2326type SsisObjectMetadataStatusResponse = original.SsisObjectMetadataStatusResponse
2327type SsisPackage = original.SsisPackage
2328type SsisParameter = original.SsisParameter
2329type SsisProject = original.SsisProject
2330type SsisVariable = original.SsisVariable
2331type StagingSettings = original.StagingSettings
2332type StoreReadSettings = original.StoreReadSettings
2333type StoreWriteSettings = original.StoreWriteSettings
2334type StoredProcedureParameter = original.StoredProcedureParameter
2335type SubResource = original.SubResource
2336type SubResourceDebugResource = original.SubResourceDebugResource
2337type SwitchActivity = original.SwitchActivity
2338type SwitchActivityTypeProperties = original.SwitchActivityTypeProperties
2339type SwitchCase = original.SwitchCase
2340type SybaseLinkedService = original.SybaseLinkedService
2341type SybaseLinkedServiceTypeProperties = original.SybaseLinkedServiceTypeProperties
2342type SybaseSource = original.SybaseSource
2343type SybaseTableDataset = original.SybaseTableDataset
2344type SybaseTableDatasetTypeProperties = original.SybaseTableDatasetTypeProperties
2345type TabularSource = original.TabularSource
2346type TabularTranslator = original.TabularTranslator
2347type TarGZipReadSettings = original.TarGZipReadSettings
2348type TarReadSettings = original.TarReadSettings
2349type TeradataLinkedService = original.TeradataLinkedService
2350type TeradataLinkedServiceTypeProperties = original.TeradataLinkedServiceTypeProperties
2351type TeradataPartitionSettings = original.TeradataPartitionSettings
2352type TeradataSource = original.TeradataSource
2353type TeradataTableDataset = original.TeradataTableDataset
2354type TeradataTableDatasetTypeProperties = original.TeradataTableDatasetTypeProperties
2355type TextFormat = original.TextFormat
2356type Transformation = original.Transformation
2357type Trigger = original.Trigger
2358type TriggerDependencyReference = original.TriggerDependencyReference
2359type TriggerFilterParameters = original.TriggerFilterParameters
2360type TriggerListResponse = original.TriggerListResponse
2361type TriggerListResponseIterator = original.TriggerListResponseIterator
2362type TriggerListResponsePage = original.TriggerListResponsePage
2363type TriggerPipelineReference = original.TriggerPipelineReference
2364type TriggerQueryResponse = original.TriggerQueryResponse
2365type TriggerReference = original.TriggerReference
2366type TriggerResource = original.TriggerResource
2367type TriggerRun = original.TriggerRun
2368type TriggerRunsClient = original.TriggerRunsClient
2369type TriggerRunsQueryResponse = original.TriggerRunsQueryResponse
2370type TriggerSubscriptionOperationStatus = original.TriggerSubscriptionOperationStatus
2371type TriggersClient = original.TriggersClient
2372type TriggersStartFuture = original.TriggersStartFuture
2373type TriggersStopFuture = original.TriggersStopFuture
2374type TriggersSubscribeToEventsFuture = original.TriggersSubscribeToEventsFuture
2375type TriggersUnsubscribeFromEventsFuture = original.TriggersUnsubscribeFromEventsFuture
2376type TumblingWindowTrigger = original.TumblingWindowTrigger
2377type TumblingWindowTriggerDependencyReference = original.TumblingWindowTriggerDependencyReference
2378type TumblingWindowTriggerTypeProperties = original.TumblingWindowTriggerTypeProperties
2379type TypeConversionSettings = original.TypeConversionSettings
2380type UntilActivity = original.UntilActivity
2381type UntilActivityTypeProperties = original.UntilActivityTypeProperties
2382type UpdateIntegrationRuntimeNodeRequest = original.UpdateIntegrationRuntimeNodeRequest
2383type UpdateIntegrationRuntimeRequest = original.UpdateIntegrationRuntimeRequest
2384type UserAccessPolicy = original.UserAccessPolicy
2385type UserProperty = original.UserProperty
2386type ValidationActivity = original.ValidationActivity
2387type ValidationActivityTypeProperties = original.ValidationActivityTypeProperties
2388type VariableSpecification = original.VariableSpecification
2389type VerticaDatasetTypeProperties = original.VerticaDatasetTypeProperties
2390type VerticaLinkedService = original.VerticaLinkedService
2391type VerticaLinkedServiceTypeProperties = original.VerticaLinkedServiceTypeProperties
2392type VerticaSource = original.VerticaSource
2393type VerticaTableDataset = original.VerticaTableDataset
2394type WaitActivity = original.WaitActivity
2395type WaitActivityTypeProperties = original.WaitActivityTypeProperties
2396type WebActivity = original.WebActivity
2397type WebActivityAuthentication = original.WebActivityAuthentication
2398type WebActivityTypeProperties = original.WebActivityTypeProperties
2399type WebAnonymousAuthentication = original.WebAnonymousAuthentication
2400type WebBasicAuthentication = original.WebBasicAuthentication
2401type WebClientCertificateAuthentication = original.WebClientCertificateAuthentication
2402type WebHookActivity = original.WebHookActivity
2403type WebHookActivityTypeProperties = original.WebHookActivityTypeProperties
2404type WebLinkedService = original.WebLinkedService
2405type WebLinkedServiceTypeProperties = original.WebLinkedServiceTypeProperties
2406type WebSource = original.WebSource
2407type WebTableDataset = original.WebTableDataset
2408type WebTableDatasetTypeProperties = original.WebTableDatasetTypeProperties
2409type XMLDataset = original.XMLDataset
2410type XMLDatasetTypeProperties = original.XMLDatasetTypeProperties
2411type XMLReadSettings = original.XMLReadSettings
2412type XMLSource = original.XMLSource
2413type XeroLinkedService = original.XeroLinkedService
2414type XeroLinkedServiceTypeProperties = original.XeroLinkedServiceTypeProperties
2415type XeroObjectDataset = original.XeroObjectDataset
2416type XeroSource = original.XeroSource
2417type ZipDeflateReadSettings = original.ZipDeflateReadSettings
2418type ZohoLinkedService = original.ZohoLinkedService
2419type ZohoLinkedServiceTypeProperties = original.ZohoLinkedServiceTypeProperties
2420type ZohoObjectDataset = original.ZohoObjectDataset
2421type ZohoSource = original.ZohoSource
2422
2423func New(subscriptionID string) BaseClient {
2424	return original.New(subscriptionID)
2425}
2426func NewActivityRunsClient(subscriptionID string) ActivityRunsClient {
2427	return original.NewActivityRunsClient(subscriptionID)
2428}
2429func NewActivityRunsClientWithBaseURI(baseURI string, subscriptionID string) ActivityRunsClient {
2430	return original.NewActivityRunsClientWithBaseURI(baseURI, subscriptionID)
2431}
2432func NewDataFlowDebugSessionClient(subscriptionID string) DataFlowDebugSessionClient {
2433	return original.NewDataFlowDebugSessionClient(subscriptionID)
2434}
2435func NewDataFlowDebugSessionClientWithBaseURI(baseURI string, subscriptionID string) DataFlowDebugSessionClient {
2436	return original.NewDataFlowDebugSessionClientWithBaseURI(baseURI, subscriptionID)
2437}
2438func NewDataFlowListResponseIterator(page DataFlowListResponsePage) DataFlowListResponseIterator {
2439	return original.NewDataFlowListResponseIterator(page)
2440}
2441func NewDataFlowListResponsePage(cur DataFlowListResponse, getNextPage func(context.Context, DataFlowListResponse) (DataFlowListResponse, error)) DataFlowListResponsePage {
2442	return original.NewDataFlowListResponsePage(cur, getNextPage)
2443}
2444func NewDataFlowsClient(subscriptionID string) DataFlowsClient {
2445	return original.NewDataFlowsClient(subscriptionID)
2446}
2447func NewDataFlowsClientWithBaseURI(baseURI string, subscriptionID string) DataFlowsClient {
2448	return original.NewDataFlowsClientWithBaseURI(baseURI, subscriptionID)
2449}
2450func NewDatasetListResponseIterator(page DatasetListResponsePage) DatasetListResponseIterator {
2451	return original.NewDatasetListResponseIterator(page)
2452}
2453func NewDatasetListResponsePage(cur DatasetListResponse, getNextPage func(context.Context, DatasetListResponse) (DatasetListResponse, error)) DatasetListResponsePage {
2454	return original.NewDatasetListResponsePage(cur, getNextPage)
2455}
2456func NewDatasetsClient(subscriptionID string) DatasetsClient {
2457	return original.NewDatasetsClient(subscriptionID)
2458}
2459func NewDatasetsClientWithBaseURI(baseURI string, subscriptionID string) DatasetsClient {
2460	return original.NewDatasetsClientWithBaseURI(baseURI, subscriptionID)
2461}
2462func NewExposureControlClient(subscriptionID string) ExposureControlClient {
2463	return original.NewExposureControlClient(subscriptionID)
2464}
2465func NewExposureControlClientWithBaseURI(baseURI string, subscriptionID string) ExposureControlClient {
2466	return original.NewExposureControlClientWithBaseURI(baseURI, subscriptionID)
2467}
2468func NewFactoriesClient(subscriptionID string) FactoriesClient {
2469	return original.NewFactoriesClient(subscriptionID)
2470}
2471func NewFactoriesClientWithBaseURI(baseURI string, subscriptionID string) FactoriesClient {
2472	return original.NewFactoriesClientWithBaseURI(baseURI, subscriptionID)
2473}
2474func NewFactoryListResponseIterator(page FactoryListResponsePage) FactoryListResponseIterator {
2475	return original.NewFactoryListResponseIterator(page)
2476}
2477func NewFactoryListResponsePage(cur FactoryListResponse, getNextPage func(context.Context, FactoryListResponse) (FactoryListResponse, error)) FactoryListResponsePage {
2478	return original.NewFactoryListResponsePage(cur, getNextPage)
2479}
2480func NewIntegrationRuntimeListResponseIterator(page IntegrationRuntimeListResponsePage) IntegrationRuntimeListResponseIterator {
2481	return original.NewIntegrationRuntimeListResponseIterator(page)
2482}
2483func NewIntegrationRuntimeListResponsePage(cur IntegrationRuntimeListResponse, getNextPage func(context.Context, IntegrationRuntimeListResponse) (IntegrationRuntimeListResponse, error)) IntegrationRuntimeListResponsePage {
2484	return original.NewIntegrationRuntimeListResponsePage(cur, getNextPage)
2485}
2486func NewIntegrationRuntimeNodesClient(subscriptionID string) IntegrationRuntimeNodesClient {
2487	return original.NewIntegrationRuntimeNodesClient(subscriptionID)
2488}
2489func NewIntegrationRuntimeNodesClientWithBaseURI(baseURI string, subscriptionID string) IntegrationRuntimeNodesClient {
2490	return original.NewIntegrationRuntimeNodesClientWithBaseURI(baseURI, subscriptionID)
2491}
2492func NewIntegrationRuntimeObjectMetadataClient(subscriptionID string) IntegrationRuntimeObjectMetadataClient {
2493	return original.NewIntegrationRuntimeObjectMetadataClient(subscriptionID)
2494}
2495func NewIntegrationRuntimeObjectMetadataClientWithBaseURI(baseURI string, subscriptionID string) IntegrationRuntimeObjectMetadataClient {
2496	return original.NewIntegrationRuntimeObjectMetadataClientWithBaseURI(baseURI, subscriptionID)
2497}
2498func NewIntegrationRuntimesClient(subscriptionID string) IntegrationRuntimesClient {
2499	return original.NewIntegrationRuntimesClient(subscriptionID)
2500}
2501func NewIntegrationRuntimesClientWithBaseURI(baseURI string, subscriptionID string) IntegrationRuntimesClient {
2502	return original.NewIntegrationRuntimesClientWithBaseURI(baseURI, subscriptionID)
2503}
2504func NewLinkedServiceListResponseIterator(page LinkedServiceListResponsePage) LinkedServiceListResponseIterator {
2505	return original.NewLinkedServiceListResponseIterator(page)
2506}
2507func NewLinkedServiceListResponsePage(cur LinkedServiceListResponse, getNextPage func(context.Context, LinkedServiceListResponse) (LinkedServiceListResponse, error)) LinkedServiceListResponsePage {
2508	return original.NewLinkedServiceListResponsePage(cur, getNextPage)
2509}
2510func NewLinkedServicesClient(subscriptionID string) LinkedServicesClient {
2511	return original.NewLinkedServicesClient(subscriptionID)
2512}
2513func NewLinkedServicesClientWithBaseURI(baseURI string, subscriptionID string) LinkedServicesClient {
2514	return original.NewLinkedServicesClientWithBaseURI(baseURI, subscriptionID)
2515}
2516func NewManagedPrivateEndpointListResponseIterator(page ManagedPrivateEndpointListResponsePage) ManagedPrivateEndpointListResponseIterator {
2517	return original.NewManagedPrivateEndpointListResponseIterator(page)
2518}
2519func NewManagedPrivateEndpointListResponsePage(cur ManagedPrivateEndpointListResponse, getNextPage func(context.Context, ManagedPrivateEndpointListResponse) (ManagedPrivateEndpointListResponse, error)) ManagedPrivateEndpointListResponsePage {
2520	return original.NewManagedPrivateEndpointListResponsePage(cur, getNextPage)
2521}
2522func NewManagedPrivateEndpointsClient(subscriptionID string) ManagedPrivateEndpointsClient {
2523	return original.NewManagedPrivateEndpointsClient(subscriptionID)
2524}
2525func NewManagedPrivateEndpointsClientWithBaseURI(baseURI string, subscriptionID string) ManagedPrivateEndpointsClient {
2526	return original.NewManagedPrivateEndpointsClientWithBaseURI(baseURI, subscriptionID)
2527}
2528func NewManagedVirtualNetworkListResponseIterator(page ManagedVirtualNetworkListResponsePage) ManagedVirtualNetworkListResponseIterator {
2529	return original.NewManagedVirtualNetworkListResponseIterator(page)
2530}
2531func NewManagedVirtualNetworkListResponsePage(cur ManagedVirtualNetworkListResponse, getNextPage func(context.Context, ManagedVirtualNetworkListResponse) (ManagedVirtualNetworkListResponse, error)) ManagedVirtualNetworkListResponsePage {
2532	return original.NewManagedVirtualNetworkListResponsePage(cur, getNextPage)
2533}
2534func NewManagedVirtualNetworksClient(subscriptionID string) ManagedVirtualNetworksClient {
2535	return original.NewManagedVirtualNetworksClient(subscriptionID)
2536}
2537func NewManagedVirtualNetworksClientWithBaseURI(baseURI string, subscriptionID string) ManagedVirtualNetworksClient {
2538	return original.NewManagedVirtualNetworksClientWithBaseURI(baseURI, subscriptionID)
2539}
2540func NewOperationListResponseIterator(page OperationListResponsePage) OperationListResponseIterator {
2541	return original.NewOperationListResponseIterator(page)
2542}
2543func NewOperationListResponsePage(cur OperationListResponse, getNextPage func(context.Context, OperationListResponse) (OperationListResponse, error)) OperationListResponsePage {
2544	return original.NewOperationListResponsePage(cur, getNextPage)
2545}
2546func NewOperationsClient(subscriptionID string) OperationsClient {
2547	return original.NewOperationsClient(subscriptionID)
2548}
2549func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient {
2550	return original.NewOperationsClientWithBaseURI(baseURI, subscriptionID)
2551}
2552func NewPipelineListResponseIterator(page PipelineListResponsePage) PipelineListResponseIterator {
2553	return original.NewPipelineListResponseIterator(page)
2554}
2555func NewPipelineListResponsePage(cur PipelineListResponse, getNextPage func(context.Context, PipelineListResponse) (PipelineListResponse, error)) PipelineListResponsePage {
2556	return original.NewPipelineListResponsePage(cur, getNextPage)
2557}
2558func NewPipelineRunsClient(subscriptionID string) PipelineRunsClient {
2559	return original.NewPipelineRunsClient(subscriptionID)
2560}
2561func NewPipelineRunsClientWithBaseURI(baseURI string, subscriptionID string) PipelineRunsClient {
2562	return original.NewPipelineRunsClientWithBaseURI(baseURI, subscriptionID)
2563}
2564func NewPipelinesClient(subscriptionID string) PipelinesClient {
2565	return original.NewPipelinesClient(subscriptionID)
2566}
2567func NewPipelinesClientWithBaseURI(baseURI string, subscriptionID string) PipelinesClient {
2568	return original.NewPipelinesClientWithBaseURI(baseURI, subscriptionID)
2569}
2570func NewPrivateEndPointConnectionsClient(subscriptionID string) PrivateEndPointConnectionsClient {
2571	return original.NewPrivateEndPointConnectionsClient(subscriptionID)
2572}
2573func NewPrivateEndPointConnectionsClientWithBaseURI(baseURI string, subscriptionID string) PrivateEndPointConnectionsClient {
2574	return original.NewPrivateEndPointConnectionsClientWithBaseURI(baseURI, subscriptionID)
2575}
2576func NewPrivateEndpointConnectionClient(subscriptionID string) PrivateEndpointConnectionClient {
2577	return original.NewPrivateEndpointConnectionClient(subscriptionID)
2578}
2579func NewPrivateEndpointConnectionClientWithBaseURI(baseURI string, subscriptionID string) PrivateEndpointConnectionClient {
2580	return original.NewPrivateEndpointConnectionClientWithBaseURI(baseURI, subscriptionID)
2581}
2582func NewPrivateEndpointConnectionListResponseIterator(page PrivateEndpointConnectionListResponsePage) PrivateEndpointConnectionListResponseIterator {
2583	return original.NewPrivateEndpointConnectionListResponseIterator(page)
2584}
2585func NewPrivateEndpointConnectionListResponsePage(cur PrivateEndpointConnectionListResponse, getNextPage func(context.Context, PrivateEndpointConnectionListResponse) (PrivateEndpointConnectionListResponse, error)) PrivateEndpointConnectionListResponsePage {
2586	return original.NewPrivateEndpointConnectionListResponsePage(cur, getNextPage)
2587}
2588func NewPrivateLinkResourcesClient(subscriptionID string) PrivateLinkResourcesClient {
2589	return original.NewPrivateLinkResourcesClient(subscriptionID)
2590}
2591func NewPrivateLinkResourcesClientWithBaseURI(baseURI string, subscriptionID string) PrivateLinkResourcesClient {
2592	return original.NewPrivateLinkResourcesClientWithBaseURI(baseURI, subscriptionID)
2593}
2594func NewQueryDataFlowDebugSessionsResponseIterator(page QueryDataFlowDebugSessionsResponsePage) QueryDataFlowDebugSessionsResponseIterator {
2595	return original.NewQueryDataFlowDebugSessionsResponseIterator(page)
2596}
2597func NewQueryDataFlowDebugSessionsResponsePage(cur QueryDataFlowDebugSessionsResponse, getNextPage func(context.Context, QueryDataFlowDebugSessionsResponse) (QueryDataFlowDebugSessionsResponse, error)) QueryDataFlowDebugSessionsResponsePage {
2598	return original.NewQueryDataFlowDebugSessionsResponsePage(cur, getNextPage)
2599}
2600func NewTriggerListResponseIterator(page TriggerListResponsePage) TriggerListResponseIterator {
2601	return original.NewTriggerListResponseIterator(page)
2602}
2603func NewTriggerListResponsePage(cur TriggerListResponse, getNextPage func(context.Context, TriggerListResponse) (TriggerListResponse, error)) TriggerListResponsePage {
2604	return original.NewTriggerListResponsePage(cur, getNextPage)
2605}
2606func NewTriggerRunsClient(subscriptionID string) TriggerRunsClient {
2607	return original.NewTriggerRunsClient(subscriptionID)
2608}
2609func NewTriggerRunsClientWithBaseURI(baseURI string, subscriptionID string) TriggerRunsClient {
2610	return original.NewTriggerRunsClientWithBaseURI(baseURI, subscriptionID)
2611}
2612func NewTriggersClient(subscriptionID string) TriggersClient {
2613	return original.NewTriggersClient(subscriptionID)
2614}
2615func NewTriggersClientWithBaseURI(baseURI string, subscriptionID string) TriggersClient {
2616	return original.NewTriggersClientWithBaseURI(baseURI, subscriptionID)
2617}
2618func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
2619	return original.NewWithBaseURI(baseURI, subscriptionID)
2620}
2621func PossibleAuthenticationTypeValues() []AuthenticationType {
2622	return original.PossibleAuthenticationTypeValues()
2623}
2624func PossibleAuthorizationTypeValues() []AuthorizationType {
2625	return original.PossibleAuthorizationTypeValues()
2626}
2627func PossibleAvroCompressionCodecValues() []AvroCompressionCodec {
2628	return original.PossibleAvroCompressionCodecValues()
2629}
2630func PossibleAzureFunctionActivityMethodValues() []AzureFunctionActivityMethod {
2631	return original.PossibleAzureFunctionActivityMethodValues()
2632}
2633func PossibleAzureSearchIndexWriteBehaviorTypeValues() []AzureSearchIndexWriteBehaviorType {
2634	return original.PossibleAzureSearchIndexWriteBehaviorTypeValues()
2635}
2636func PossibleBlobEventTypesValues() []BlobEventTypes {
2637	return original.PossibleBlobEventTypesValues()
2638}
2639func PossibleCassandraSourceReadConsistencyLevelsValues() []CassandraSourceReadConsistencyLevels {
2640	return original.PossibleCassandraSourceReadConsistencyLevelsValues()
2641}
2642func PossibleCompressionCodecValues() []CompressionCodec {
2643	return original.PossibleCompressionCodecValues()
2644}
2645func PossibleCopyBehaviorTypeValues() []CopyBehaviorType {
2646	return original.PossibleCopyBehaviorTypeValues()
2647}
2648func PossibleCosmosDbConnectionModeValues() []CosmosDbConnectionMode {
2649	return original.PossibleCosmosDbConnectionModeValues()
2650}
2651func PossibleCosmosDbServicePrincipalCredentialTypeValues() []CosmosDbServicePrincipalCredentialType {
2652	return original.PossibleCosmosDbServicePrincipalCredentialTypeValues()
2653}
2654func PossibleDataFlowComputeTypeValues() []DataFlowComputeType {
2655	return original.PossibleDataFlowComputeTypeValues()
2656}
2657func PossibleDataFlowDebugCommandTypeValues() []DataFlowDebugCommandType {
2658	return original.PossibleDataFlowDebugCommandTypeValues()
2659}
2660func PossibleDatasetCompressionLevelValues() []DatasetCompressionLevel {
2661	return original.PossibleDatasetCompressionLevelValues()
2662}
2663func PossibleDayOfWeekValues() []DayOfWeek {
2664	return original.PossibleDayOfWeekValues()
2665}
2666func PossibleDaysOfWeekValues() []DaysOfWeek {
2667	return original.PossibleDaysOfWeekValues()
2668}
2669func PossibleDb2AuthenticationTypeValues() []Db2AuthenticationType {
2670	return original.PossibleDb2AuthenticationTypeValues()
2671}
2672func PossibleDependencyConditionValues() []DependencyCondition {
2673	return original.PossibleDependencyConditionValues()
2674}
2675func PossibleDynamicsAuthenticationTypeValues() []DynamicsAuthenticationType {
2676	return original.PossibleDynamicsAuthenticationTypeValues()
2677}
2678func PossibleDynamicsDeploymentTypeValues() []DynamicsDeploymentType {
2679	return original.PossibleDynamicsDeploymentTypeValues()
2680}
2681func PossibleDynamicsSinkWriteBehaviorValues() []DynamicsSinkWriteBehavior {
2682	return original.PossibleDynamicsSinkWriteBehaviorValues()
2683}
2684func PossibleEventSubscriptionStatusValues() []EventSubscriptionStatus {
2685	return original.PossibleEventSubscriptionStatusValues()
2686}
2687func PossibleFactoryIdentityTypeValues() []FactoryIdentityType {
2688	return original.PossibleFactoryIdentityTypeValues()
2689}
2690func PossibleFtpAuthenticationTypeValues() []FtpAuthenticationType {
2691	return original.PossibleFtpAuthenticationTypeValues()
2692}
2693func PossibleGlobalParameterTypeValues() []GlobalParameterType {
2694	return original.PossibleGlobalParameterTypeValues()
2695}
2696func PossibleGoogleAdWordsAuthenticationTypeValues() []GoogleAdWordsAuthenticationType {
2697	return original.PossibleGoogleAdWordsAuthenticationTypeValues()
2698}
2699func PossibleGoogleBigQueryAuthenticationTypeValues() []GoogleBigQueryAuthenticationType {
2700	return original.PossibleGoogleBigQueryAuthenticationTypeValues()
2701}
2702func PossibleHBaseAuthenticationTypeValues() []HBaseAuthenticationType {
2703	return original.PossibleHBaseAuthenticationTypeValues()
2704}
2705func PossibleHDInsightActivityDebugInfoOptionValues() []HDInsightActivityDebugInfoOption {
2706	return original.PossibleHDInsightActivityDebugInfoOptionValues()
2707}
2708func PossibleHTTPAuthenticationTypeValues() []HTTPAuthenticationType {
2709	return original.PossibleHTTPAuthenticationTypeValues()
2710}
2711func PossibleHdiNodeTypesValues() []HdiNodeTypes {
2712	return original.PossibleHdiNodeTypesValues()
2713}
2714func PossibleHiveAuthenticationTypeValues() []HiveAuthenticationType {
2715	return original.PossibleHiveAuthenticationTypeValues()
2716}
2717func PossibleHiveServerTypeValues() []HiveServerType {
2718	return original.PossibleHiveServerTypeValues()
2719}
2720func PossibleHiveThriftTransportProtocolValues() []HiveThriftTransportProtocol {
2721	return original.PossibleHiveThriftTransportProtocolValues()
2722}
2723func PossibleImpalaAuthenticationTypeValues() []ImpalaAuthenticationType {
2724	return original.PossibleImpalaAuthenticationTypeValues()
2725}
2726func PossibleIntegrationRuntimeAuthKeyNameValues() []IntegrationRuntimeAuthKeyName {
2727	return original.PossibleIntegrationRuntimeAuthKeyNameValues()
2728}
2729func PossibleIntegrationRuntimeAutoUpdateValues() []IntegrationRuntimeAutoUpdate {
2730	return original.PossibleIntegrationRuntimeAutoUpdateValues()
2731}
2732func PossibleIntegrationRuntimeEditionValues() []IntegrationRuntimeEdition {
2733	return original.PossibleIntegrationRuntimeEditionValues()
2734}
2735func PossibleIntegrationRuntimeEntityReferenceTypeValues() []IntegrationRuntimeEntityReferenceType {
2736	return original.PossibleIntegrationRuntimeEntityReferenceTypeValues()
2737}
2738func PossibleIntegrationRuntimeInternalChannelEncryptionModeValues() []IntegrationRuntimeInternalChannelEncryptionMode {
2739	return original.PossibleIntegrationRuntimeInternalChannelEncryptionModeValues()
2740}
2741func PossibleIntegrationRuntimeLicenseTypeValues() []IntegrationRuntimeLicenseType {
2742	return original.PossibleIntegrationRuntimeLicenseTypeValues()
2743}
2744func PossibleIntegrationRuntimeSsisCatalogPricingTierValues() []IntegrationRuntimeSsisCatalogPricingTier {
2745	return original.PossibleIntegrationRuntimeSsisCatalogPricingTierValues()
2746}
2747func PossibleIntegrationRuntimeStateValues() []IntegrationRuntimeState {
2748	return original.PossibleIntegrationRuntimeStateValues()
2749}
2750func PossibleIntegrationRuntimeTypeValues() []IntegrationRuntimeType {
2751	return original.PossibleIntegrationRuntimeTypeValues()
2752}
2753func PossibleIntegrationRuntimeUpdateResultValues() []IntegrationRuntimeUpdateResult {
2754	return original.PossibleIntegrationRuntimeUpdateResultValues()
2755}
2756func PossibleJSONFormatFilePatternValues() []JSONFormatFilePattern {
2757	return original.PossibleJSONFormatFilePatternValues()
2758}
2759func PossibleJSONWriteFilePatternValues() []JSONWriteFilePattern {
2760	return original.PossibleJSONWriteFilePatternValues()
2761}
2762func PossibleManagedIntegrationRuntimeNodeStatusValues() []ManagedIntegrationRuntimeNodeStatus {
2763	return original.PossibleManagedIntegrationRuntimeNodeStatusValues()
2764}
2765func PossibleMongoDbAuthenticationTypeValues() []MongoDbAuthenticationType {
2766	return original.PossibleMongoDbAuthenticationTypeValues()
2767}
2768func PossibleNetezzaPartitionOptionValues() []NetezzaPartitionOption {
2769	return original.PossibleNetezzaPartitionOptionValues()
2770}
2771func PossibleODataAadServicePrincipalCredentialTypeValues() []ODataAadServicePrincipalCredentialType {
2772	return original.PossibleODataAadServicePrincipalCredentialTypeValues()
2773}
2774func PossibleODataAuthenticationTypeValues() []ODataAuthenticationType {
2775	return original.PossibleODataAuthenticationTypeValues()
2776}
2777func PossibleOraclePartitionOptionValues() []OraclePartitionOption {
2778	return original.PossibleOraclePartitionOptionValues()
2779}
2780func PossibleOrcCompressionCodecValues() []OrcCompressionCodec {
2781	return original.PossibleOrcCompressionCodecValues()
2782}
2783func PossibleParameterTypeValues() []ParameterType {
2784	return original.PossibleParameterTypeValues()
2785}
2786func PossiblePhoenixAuthenticationTypeValues() []PhoenixAuthenticationType {
2787	return original.PossiblePhoenixAuthenticationTypeValues()
2788}
2789func PossiblePolybaseSettingsRejectTypeValues() []PolybaseSettingsRejectType {
2790	return original.PossiblePolybaseSettingsRejectTypeValues()
2791}
2792func PossiblePrestoAuthenticationTypeValues() []PrestoAuthenticationType {
2793	return original.PossiblePrestoAuthenticationTypeValues()
2794}
2795func PossiblePublicNetworkAccessValues() []PublicNetworkAccess {
2796	return original.PossiblePublicNetworkAccessValues()
2797}
2798func PossibleRecurrenceFrequencyValues() []RecurrenceFrequency {
2799	return original.PossibleRecurrenceFrequencyValues()
2800}
2801func PossibleRestServiceAuthenticationTypeValues() []RestServiceAuthenticationType {
2802	return original.PossibleRestServiceAuthenticationTypeValues()
2803}
2804func PossibleRunQueryFilterOperandValues() []RunQueryFilterOperand {
2805	return original.PossibleRunQueryFilterOperandValues()
2806}
2807func PossibleRunQueryFilterOperatorValues() []RunQueryFilterOperator {
2808	return original.PossibleRunQueryFilterOperatorValues()
2809}
2810func PossibleRunQueryOrderByFieldValues() []RunQueryOrderByField {
2811	return original.PossibleRunQueryOrderByFieldValues()
2812}
2813func PossibleRunQueryOrderValues() []RunQueryOrder {
2814	return original.PossibleRunQueryOrderValues()
2815}
2816func PossibleSQLAlwaysEncryptedAkvAuthTypeValues() []SQLAlwaysEncryptedAkvAuthType {
2817	return original.PossibleSQLAlwaysEncryptedAkvAuthTypeValues()
2818}
2819func PossibleSQLDWWriteBehaviorEnumValues() []SQLDWWriteBehaviorEnum {
2820	return original.PossibleSQLDWWriteBehaviorEnumValues()
2821}
2822func PossibleSQLPartitionOptionValues() []SQLPartitionOption {
2823	return original.PossibleSQLPartitionOptionValues()
2824}
2825func PossibleSQLWriteBehaviorEnumValues() []SQLWriteBehaviorEnum {
2826	return original.PossibleSQLWriteBehaviorEnumValues()
2827}
2828func PossibleSalesforceSinkWriteBehaviorValues() []SalesforceSinkWriteBehavior {
2829	return original.PossibleSalesforceSinkWriteBehaviorValues()
2830}
2831func PossibleSalesforceSourceReadBehaviorValues() []SalesforceSourceReadBehavior {
2832	return original.PossibleSalesforceSourceReadBehaviorValues()
2833}
2834func PossibleSapCloudForCustomerSinkWriteBehaviorValues() []SapCloudForCustomerSinkWriteBehavior {
2835	return original.PossibleSapCloudForCustomerSinkWriteBehaviorValues()
2836}
2837func PossibleSapHanaAuthenticationTypeValues() []SapHanaAuthenticationType {
2838	return original.PossibleSapHanaAuthenticationTypeValues()
2839}
2840func PossibleSapHanaPartitionOptionValues() []SapHanaPartitionOption {
2841	return original.PossibleSapHanaPartitionOptionValues()
2842}
2843func PossibleSapTablePartitionOptionValues() []SapTablePartitionOption {
2844	return original.PossibleSapTablePartitionOptionValues()
2845}
2846func PossibleSelfHostedIntegrationRuntimeNodeStatusValues() []SelfHostedIntegrationRuntimeNodeStatus {
2847	return original.PossibleSelfHostedIntegrationRuntimeNodeStatusValues()
2848}
2849func PossibleServiceNowAuthenticationTypeValues() []ServiceNowAuthenticationType {
2850	return original.PossibleServiceNowAuthenticationTypeValues()
2851}
2852func PossibleServicePrincipalCredentialTypeValues() []ServicePrincipalCredentialType {
2853	return original.PossibleServicePrincipalCredentialTypeValues()
2854}
2855func PossibleSftpAuthenticationTypeValues() []SftpAuthenticationType {
2856	return original.PossibleSftpAuthenticationTypeValues()
2857}
2858func PossibleSparkAuthenticationTypeValues() []SparkAuthenticationType {
2859	return original.PossibleSparkAuthenticationTypeValues()
2860}
2861func PossibleSparkServerTypeValues() []SparkServerType {
2862	return original.PossibleSparkServerTypeValues()
2863}
2864func PossibleSparkThriftTransportProtocolValues() []SparkThriftTransportProtocol {
2865	return original.PossibleSparkThriftTransportProtocolValues()
2866}
2867func PossibleSsisObjectMetadataTypeValues() []SsisObjectMetadataType {
2868	return original.PossibleSsisObjectMetadataTypeValues()
2869}
2870func PossibleSsisPackageLocationTypeValues() []SsisPackageLocationType {
2871	return original.PossibleSsisPackageLocationTypeValues()
2872}
2873func PossibleStoredProcedureParameterTypeValues() []StoredProcedureParameterType {
2874	return original.PossibleStoredProcedureParameterTypeValues()
2875}
2876func PossibleSybaseAuthenticationTypeValues() []SybaseAuthenticationType {
2877	return original.PossibleSybaseAuthenticationTypeValues()
2878}
2879func PossibleTeradataAuthenticationTypeValues() []TeradataAuthenticationType {
2880	return original.PossibleTeradataAuthenticationTypeValues()
2881}
2882func PossibleTeradataPartitionOptionValues() []TeradataPartitionOption {
2883	return original.PossibleTeradataPartitionOptionValues()
2884}
2885func PossibleTriggerRunStatusValues() []TriggerRunStatus {
2886	return original.PossibleTriggerRunStatusValues()
2887}
2888func PossibleTriggerRuntimeStateValues() []TriggerRuntimeState {
2889	return original.PossibleTriggerRuntimeStateValues()
2890}
2891func PossibleTumblingWindowFrequencyValues() []TumblingWindowFrequency {
2892	return original.PossibleTumblingWindowFrequencyValues()
2893}
2894func PossibleTypeBasicActivityValues() []TypeBasicActivity {
2895	return original.PossibleTypeBasicActivityValues()
2896}
2897func PossibleTypeBasicCompressionReadSettingsValues() []TypeBasicCompressionReadSettings {
2898	return original.PossibleTypeBasicCompressionReadSettingsValues()
2899}
2900func PossibleTypeBasicCopySinkValues() []TypeBasicCopySink {
2901	return original.PossibleTypeBasicCopySinkValues()
2902}
2903func PossibleTypeBasicCopySourceValues() []TypeBasicCopySource {
2904	return original.PossibleTypeBasicCopySourceValues()
2905}
2906func PossibleTypeBasicCopyTranslatorValues() []TypeBasicCopyTranslator {
2907	return original.PossibleTypeBasicCopyTranslatorValues()
2908}
2909func PossibleTypeBasicCredentialValues() []TypeBasicCredential {
2910	return original.PossibleTypeBasicCredentialValues()
2911}
2912func PossibleTypeBasicCustomSetupBaseValues() []TypeBasicCustomSetupBase {
2913	return original.PossibleTypeBasicCustomSetupBaseValues()
2914}
2915func PossibleTypeBasicDataFlowValues() []TypeBasicDataFlow {
2916	return original.PossibleTypeBasicDataFlowValues()
2917}
2918func PossibleTypeBasicDatasetCompressionValues() []TypeBasicDatasetCompression {
2919	return original.PossibleTypeBasicDatasetCompressionValues()
2920}
2921func PossibleTypeBasicDatasetLocationValues() []TypeBasicDatasetLocation {
2922	return original.PossibleTypeBasicDatasetLocationValues()
2923}
2924func PossibleTypeBasicDatasetStorageFormatValues() []TypeBasicDatasetStorageFormat {
2925	return original.PossibleTypeBasicDatasetStorageFormatValues()
2926}
2927func PossibleTypeBasicDatasetValues() []TypeBasicDataset {
2928	return original.PossibleTypeBasicDatasetValues()
2929}
2930func PossibleTypeBasicDependencyReferenceValues() []TypeBasicDependencyReference {
2931	return original.PossibleTypeBasicDependencyReferenceValues()
2932}
2933func PossibleTypeBasicExportSettingsValues() []TypeBasicExportSettings {
2934	return original.PossibleTypeBasicExportSettingsValues()
2935}
2936func PossibleTypeBasicFactoryRepoConfigurationValues() []TypeBasicFactoryRepoConfiguration {
2937	return original.PossibleTypeBasicFactoryRepoConfigurationValues()
2938}
2939func PossibleTypeBasicFormatReadSettingsValues() []TypeBasicFormatReadSettings {
2940	return original.PossibleTypeBasicFormatReadSettingsValues()
2941}
2942func PossibleTypeBasicFormatWriteSettingsValues() []TypeBasicFormatWriteSettings {
2943	return original.PossibleTypeBasicFormatWriteSettingsValues()
2944}
2945func PossibleTypeBasicImportSettingsValues() []TypeBasicImportSettings {
2946	return original.PossibleTypeBasicImportSettingsValues()
2947}
2948func PossibleTypeBasicIntegrationRuntimeStatusValues() []TypeBasicIntegrationRuntimeStatus {
2949	return original.PossibleTypeBasicIntegrationRuntimeStatusValues()
2950}
2951func PossibleTypeBasicIntegrationRuntimeValues() []TypeBasicIntegrationRuntime {
2952	return original.PossibleTypeBasicIntegrationRuntimeValues()
2953}
2954func PossibleTypeBasicLinkedServiceValues() []TypeBasicLinkedService {
2955	return original.PossibleTypeBasicLinkedServiceValues()
2956}
2957func PossibleTypeBasicSsisObjectMetadataValues() []TypeBasicSsisObjectMetadata {
2958	return original.PossibleTypeBasicSsisObjectMetadataValues()
2959}
2960func PossibleTypeBasicStoreReadSettingsValues() []TypeBasicStoreReadSettings {
2961	return original.PossibleTypeBasicStoreReadSettingsValues()
2962}
2963func PossibleTypeBasicStoreWriteSettingsValues() []TypeBasicStoreWriteSettings {
2964	return original.PossibleTypeBasicStoreWriteSettingsValues()
2965}
2966func PossibleTypeBasicTriggerValues() []TypeBasicTrigger {
2967	return original.PossibleTypeBasicTriggerValues()
2968}
2969func PossibleTypeValues() []Type {
2970	return original.PossibleTypeValues()
2971}
2972func PossibleVariableTypeValues() []VariableType {
2973	return original.PossibleVariableTypeValues()
2974}
2975func PossibleWebActivityMethodValues() []WebActivityMethod {
2976	return original.PossibleWebActivityMethodValues()
2977}
2978func PossibleWebHookActivityMethodValues() []WebHookActivityMethod {
2979	return original.PossibleWebHookActivityMethodValues()
2980}
2981func UserAgent() string {
2982	return original.UserAgent() + " profiles/preview"
2983}
2984func Version() string {
2985	return original.Version()
2986}
2987