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