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 artifacts
11
12import (
13	"context"
14
15	original "github.com/Azure/azure-sdk-for-go/services/preview/synapse/2019-06-01-preview/artifacts"
16)
17
18type AuthenticationType = original.AuthenticationType
19
20const (
21	AuthenticationTypeAnonymous                      AuthenticationType = original.AuthenticationTypeAnonymous
22	AuthenticationTypeBasic                          AuthenticationType = original.AuthenticationTypeBasic
23	AuthenticationTypeClientCertificate              AuthenticationType = original.AuthenticationTypeClientCertificate
24	AuthenticationTypeWebLinkedServiceTypeProperties AuthenticationType = original.AuthenticationTypeWebLinkedServiceTypeProperties
25)
26
27type AuthorizationType = original.AuthorizationType
28
29const (
30	AuthorizationTypeKey                          AuthorizationType = original.AuthorizationTypeKey
31	AuthorizationTypeLinkedIntegrationRuntimeType AuthorizationType = original.AuthorizationTypeLinkedIntegrationRuntimeType
32	AuthorizationTypeRBAC                         AuthorizationType = original.AuthorizationTypeRBAC
33)
34
35type AvroCompressionCodec = original.AvroCompressionCodec
36
37const (
38	Bzip2   AvroCompressionCodec = original.Bzip2
39	Deflate AvroCompressionCodec = original.Deflate
40	None    AvroCompressionCodec = original.None
41	Snappy  AvroCompressionCodec = original.Snappy
42	Xz      AvroCompressionCodec = original.Xz
43)
44
45type AzureFunctionActivityMethod = original.AzureFunctionActivityMethod
46
47const (
48	DELETE  AzureFunctionActivityMethod = original.DELETE
49	GET     AzureFunctionActivityMethod = original.GET
50	HEAD    AzureFunctionActivityMethod = original.HEAD
51	OPTIONS AzureFunctionActivityMethod = original.OPTIONS
52	POST    AzureFunctionActivityMethod = original.POST
53	PUT     AzureFunctionActivityMethod = original.PUT
54	TRACE   AzureFunctionActivityMethod = original.TRACE
55)
56
57type AzureSearchIndexWriteBehaviorType = original.AzureSearchIndexWriteBehaviorType
58
59const (
60	Merge  AzureSearchIndexWriteBehaviorType = original.Merge
61	Upload AzureSearchIndexWriteBehaviorType = original.Upload
62)
63
64type BlobEventTypes = original.BlobEventTypes
65
66const (
67	MicrosoftStorageBlobCreated BlobEventTypes = original.MicrosoftStorageBlobCreated
68	MicrosoftStorageBlobDeleted BlobEventTypes = original.MicrosoftStorageBlobDeleted
69)
70
71type CassandraSourceReadConsistencyLevels = original.CassandraSourceReadConsistencyLevels
72
73const (
74	ALL         CassandraSourceReadConsistencyLevels = original.ALL
75	EACHQUORUM  CassandraSourceReadConsistencyLevels = original.EACHQUORUM
76	LOCALONE    CassandraSourceReadConsistencyLevels = original.LOCALONE
77	LOCALQUORUM CassandraSourceReadConsistencyLevels = original.LOCALQUORUM
78	LOCALSERIAL CassandraSourceReadConsistencyLevels = original.LOCALSERIAL
79	ONE         CassandraSourceReadConsistencyLevels = original.ONE
80	QUORUM      CassandraSourceReadConsistencyLevels = original.QUORUM
81	SERIAL      CassandraSourceReadConsistencyLevels = original.SERIAL
82	THREE       CassandraSourceReadConsistencyLevels = original.THREE
83	TWO         CassandraSourceReadConsistencyLevels = original.TWO
84)
85
86type CellOutputType = original.CellOutputType
87
88const (
89	DisplayData   CellOutputType = original.DisplayData
90	Error         CellOutputType = original.Error
91	ExecuteResult CellOutputType = original.ExecuteResult
92	Stream        CellOutputType = original.Stream
93)
94
95type CopyBehaviorType = original.CopyBehaviorType
96
97const (
98	FlattenHierarchy  CopyBehaviorType = original.FlattenHierarchy
99	MergeFiles        CopyBehaviorType = original.MergeFiles
100	PreserveHierarchy CopyBehaviorType = original.PreserveHierarchy
101)
102
103type DataFlowComputeType = original.DataFlowComputeType
104
105const (
106	ComputeOptimized DataFlowComputeType = original.ComputeOptimized
107	General          DataFlowComputeType = original.General
108	MemoryOptimized  DataFlowComputeType = original.MemoryOptimized
109)
110
111type DatasetCompressionLevel = original.DatasetCompressionLevel
112
113const (
114	Fastest DatasetCompressionLevel = original.Fastest
115	Optimal DatasetCompressionLevel = original.Optimal
116)
117
118type DayOfWeek = original.DayOfWeek
119
120const (
121	Friday    DayOfWeek = original.Friday
122	Monday    DayOfWeek = original.Monday
123	Saturday  DayOfWeek = original.Saturday
124	Sunday    DayOfWeek = original.Sunday
125	Thursday  DayOfWeek = original.Thursday
126	Tuesday   DayOfWeek = original.Tuesday
127	Wednesday DayOfWeek = original.Wednesday
128)
129
130type Db2AuthenticationType = original.Db2AuthenticationType
131
132const (
133	Basic Db2AuthenticationType = original.Basic
134)
135
136type DelimitedTextCompressionCodec = original.DelimitedTextCompressionCodec
137
138const (
139	DelimitedTextCompressionCodecBzip2      DelimitedTextCompressionCodec = original.DelimitedTextCompressionCodecBzip2
140	DelimitedTextCompressionCodecDeflate    DelimitedTextCompressionCodec = original.DelimitedTextCompressionCodecDeflate
141	DelimitedTextCompressionCodecGzip       DelimitedTextCompressionCodec = original.DelimitedTextCompressionCodecGzip
142	DelimitedTextCompressionCodecLz4        DelimitedTextCompressionCodec = original.DelimitedTextCompressionCodecLz4
143	DelimitedTextCompressionCodecSnappy     DelimitedTextCompressionCodec = original.DelimitedTextCompressionCodecSnappy
144	DelimitedTextCompressionCodecZipDeflate DelimitedTextCompressionCodec = original.DelimitedTextCompressionCodecZipDeflate
145)
146
147type DependencyCondition = original.DependencyCondition
148
149const (
150	Completed DependencyCondition = original.Completed
151	Failed    DependencyCondition = original.Failed
152	Skipped   DependencyCondition = original.Skipped
153	Succeeded DependencyCondition = original.Succeeded
154)
155
156type DynamicsAuthenticationType = original.DynamicsAuthenticationType
157
158const (
159	AADServicePrincipal DynamicsAuthenticationType = original.AADServicePrincipal
160	Ifd                 DynamicsAuthenticationType = original.Ifd
161	Office365           DynamicsAuthenticationType = original.Office365
162)
163
164type DynamicsDeploymentType = original.DynamicsDeploymentType
165
166const (
167	Online            DynamicsDeploymentType = original.Online
168	OnPremisesWithIfd DynamicsDeploymentType = original.OnPremisesWithIfd
169)
170
171type DynamicsServicePrincipalCredentialType = original.DynamicsServicePrincipalCredentialType
172
173const (
174	ServicePrincipalCert DynamicsServicePrincipalCredentialType = original.ServicePrincipalCert
175	ServicePrincipalKey  DynamicsServicePrincipalCredentialType = original.ServicePrincipalKey
176)
177
178type EventSubscriptionStatus = original.EventSubscriptionStatus
179
180const (
181	Deprovisioning EventSubscriptionStatus = original.Deprovisioning
182	Disabled       EventSubscriptionStatus = original.Disabled
183	Enabled        EventSubscriptionStatus = original.Enabled
184	Provisioning   EventSubscriptionStatus = original.Provisioning
185	Unknown        EventSubscriptionStatus = original.Unknown
186)
187
188type FtpAuthenticationType = original.FtpAuthenticationType
189
190const (
191	FtpAuthenticationTypeAnonymous FtpAuthenticationType = original.FtpAuthenticationTypeAnonymous
192	FtpAuthenticationTypeBasic     FtpAuthenticationType = original.FtpAuthenticationTypeBasic
193)
194
195type GoogleAdWordsAuthenticationType = original.GoogleAdWordsAuthenticationType
196
197const (
198	ServiceAuthentication GoogleAdWordsAuthenticationType = original.ServiceAuthentication
199	UserAuthentication    GoogleAdWordsAuthenticationType = original.UserAuthentication
200)
201
202type GoogleBigQueryAuthenticationType = original.GoogleBigQueryAuthenticationType
203
204const (
205	GoogleBigQueryAuthenticationTypeServiceAuthentication GoogleBigQueryAuthenticationType = original.GoogleBigQueryAuthenticationTypeServiceAuthentication
206	GoogleBigQueryAuthenticationTypeUserAuthentication    GoogleBigQueryAuthenticationType = original.GoogleBigQueryAuthenticationTypeUserAuthentication
207)
208
209type HBaseAuthenticationType = original.HBaseAuthenticationType
210
211const (
212	HBaseAuthenticationTypeAnonymous HBaseAuthenticationType = original.HBaseAuthenticationTypeAnonymous
213	HBaseAuthenticationTypeBasic     HBaseAuthenticationType = original.HBaseAuthenticationTypeBasic
214)
215
216type HDInsightActivityDebugInfoOption = original.HDInsightActivityDebugInfoOption
217
218const (
219	HDInsightActivityDebugInfoOptionAlways  HDInsightActivityDebugInfoOption = original.HDInsightActivityDebugInfoOptionAlways
220	HDInsightActivityDebugInfoOptionFailure HDInsightActivityDebugInfoOption = original.HDInsightActivityDebugInfoOptionFailure
221	HDInsightActivityDebugInfoOptionNone    HDInsightActivityDebugInfoOption = original.HDInsightActivityDebugInfoOptionNone
222)
223
224type HTTPAuthenticationType = original.HTTPAuthenticationType
225
226const (
227	HTTPAuthenticationTypeAnonymous         HTTPAuthenticationType = original.HTTPAuthenticationTypeAnonymous
228	HTTPAuthenticationTypeBasic             HTTPAuthenticationType = original.HTTPAuthenticationTypeBasic
229	HTTPAuthenticationTypeClientCertificate HTTPAuthenticationType = original.HTTPAuthenticationTypeClientCertificate
230	HTTPAuthenticationTypeDigest            HTTPAuthenticationType = original.HTTPAuthenticationTypeDigest
231	HTTPAuthenticationTypeWindows           HTTPAuthenticationType = original.HTTPAuthenticationTypeWindows
232)
233
234type HdiNodeTypes = original.HdiNodeTypes
235
236const (
237	Headnode   HdiNodeTypes = original.Headnode
238	Workernode HdiNodeTypes = original.Workernode
239	Zookeeper  HdiNodeTypes = original.Zookeeper
240)
241
242type HiveAuthenticationType = original.HiveAuthenticationType
243
244const (
245	Anonymous                    HiveAuthenticationType = original.Anonymous
246	Username                     HiveAuthenticationType = original.Username
247	UsernameAndPassword          HiveAuthenticationType = original.UsernameAndPassword
248	WindowsAzureHDInsightService HiveAuthenticationType = original.WindowsAzureHDInsightService
249)
250
251type HiveServerType = original.HiveServerType
252
253const (
254	HiveServer1      HiveServerType = original.HiveServer1
255	HiveServer2      HiveServerType = original.HiveServer2
256	HiveThriftServer HiveServerType = original.HiveThriftServer
257)
258
259type HiveThriftTransportProtocol = original.HiveThriftTransportProtocol
260
261const (
262	Binary HiveThriftTransportProtocol = original.Binary
263	HTTP   HiveThriftTransportProtocol = original.HTTP
264	SASL   HiveThriftTransportProtocol = original.SASL
265)
266
267type ImpalaAuthenticationType = original.ImpalaAuthenticationType
268
269const (
270	ImpalaAuthenticationTypeAnonymous           ImpalaAuthenticationType = original.ImpalaAuthenticationTypeAnonymous
271	ImpalaAuthenticationTypeSASLUsername        ImpalaAuthenticationType = original.ImpalaAuthenticationTypeSASLUsername
272	ImpalaAuthenticationTypeUsernameAndPassword ImpalaAuthenticationType = original.ImpalaAuthenticationTypeUsernameAndPassword
273)
274
275type IntegrationRuntimeEdition = original.IntegrationRuntimeEdition
276
277const (
278	Enterprise IntegrationRuntimeEdition = original.Enterprise
279	Standard   IntegrationRuntimeEdition = original.Standard
280)
281
282type IntegrationRuntimeEntityReferenceType = original.IntegrationRuntimeEntityReferenceType
283
284const (
285	IntegrationRuntimeEntityReferenceTypeIntegrationRuntimeReference IntegrationRuntimeEntityReferenceType = original.IntegrationRuntimeEntityReferenceTypeIntegrationRuntimeReference
286	IntegrationRuntimeEntityReferenceTypeLinkedServiceReference      IntegrationRuntimeEntityReferenceType = original.IntegrationRuntimeEntityReferenceTypeLinkedServiceReference
287)
288
289type IntegrationRuntimeLicenseType = original.IntegrationRuntimeLicenseType
290
291const (
292	BasePrice       IntegrationRuntimeLicenseType = original.BasePrice
293	LicenseIncluded IntegrationRuntimeLicenseType = original.LicenseIncluded
294)
295
296type IntegrationRuntimeSsisCatalogPricingTier = original.IntegrationRuntimeSsisCatalogPricingTier
297
298const (
299	IntegrationRuntimeSsisCatalogPricingTierBasic     IntegrationRuntimeSsisCatalogPricingTier = original.IntegrationRuntimeSsisCatalogPricingTierBasic
300	IntegrationRuntimeSsisCatalogPricingTierPremium   IntegrationRuntimeSsisCatalogPricingTier = original.IntegrationRuntimeSsisCatalogPricingTierPremium
301	IntegrationRuntimeSsisCatalogPricingTierPremiumRS IntegrationRuntimeSsisCatalogPricingTier = original.IntegrationRuntimeSsisCatalogPricingTierPremiumRS
302	IntegrationRuntimeSsisCatalogPricingTierStandard  IntegrationRuntimeSsisCatalogPricingTier = original.IntegrationRuntimeSsisCatalogPricingTierStandard
303)
304
305type IntegrationRuntimeState = original.IntegrationRuntimeState
306
307const (
308	IntegrationRuntimeStateAccessDenied     IntegrationRuntimeState = original.IntegrationRuntimeStateAccessDenied
309	IntegrationRuntimeStateInitial          IntegrationRuntimeState = original.IntegrationRuntimeStateInitial
310	IntegrationRuntimeStateLimited          IntegrationRuntimeState = original.IntegrationRuntimeStateLimited
311	IntegrationRuntimeStateNeedRegistration IntegrationRuntimeState = original.IntegrationRuntimeStateNeedRegistration
312	IntegrationRuntimeStateOffline          IntegrationRuntimeState = original.IntegrationRuntimeStateOffline
313	IntegrationRuntimeStateOnline           IntegrationRuntimeState = original.IntegrationRuntimeStateOnline
314	IntegrationRuntimeStateStarted          IntegrationRuntimeState = original.IntegrationRuntimeStateStarted
315	IntegrationRuntimeStateStarting         IntegrationRuntimeState = original.IntegrationRuntimeStateStarting
316	IntegrationRuntimeStateStopped          IntegrationRuntimeState = original.IntegrationRuntimeStateStopped
317	IntegrationRuntimeStateStopping         IntegrationRuntimeState = original.IntegrationRuntimeStateStopping
318)
319
320type IntegrationRuntimeType = original.IntegrationRuntimeType
321
322const (
323	Managed    IntegrationRuntimeType = original.Managed
324	SelfHosted IntegrationRuntimeType = original.SelfHosted
325)
326
327type JSONFormatFilePattern = original.JSONFormatFilePattern
328
329const (
330	ArrayOfObjects JSONFormatFilePattern = original.ArrayOfObjects
331	SetOfObjects   JSONFormatFilePattern = original.SetOfObjects
332)
333
334type JSONWriteFilePattern = original.JSONWriteFilePattern
335
336const (
337	JSONWriteFilePatternArrayOfObjects JSONWriteFilePattern = original.JSONWriteFilePatternArrayOfObjects
338	JSONWriteFilePatternSetOfObjects   JSONWriteFilePattern = original.JSONWriteFilePatternSetOfObjects
339)
340
341type MongoDbAuthenticationType = original.MongoDbAuthenticationType
342
343const (
344	MongoDbAuthenticationTypeAnonymous MongoDbAuthenticationType = original.MongoDbAuthenticationTypeAnonymous
345	MongoDbAuthenticationTypeBasic     MongoDbAuthenticationType = original.MongoDbAuthenticationTypeBasic
346)
347
348type NetezzaPartitionOption = original.NetezzaPartitionOption
349
350const (
351	NetezzaPartitionOptionDataSlice    NetezzaPartitionOption = original.NetezzaPartitionOptionDataSlice
352	NetezzaPartitionOptionDynamicRange NetezzaPartitionOption = original.NetezzaPartitionOptionDynamicRange
353	NetezzaPartitionOptionNone         NetezzaPartitionOption = original.NetezzaPartitionOptionNone
354)
355
356type NodeSize = original.NodeSize
357
358const (
359	NodeSizeLarge    NodeSize = original.NodeSizeLarge
360	NodeSizeMedium   NodeSize = original.NodeSizeMedium
361	NodeSizeNone     NodeSize = original.NodeSizeNone
362	NodeSizeSmall    NodeSize = original.NodeSizeSmall
363	NodeSizeXLarge   NodeSize = original.NodeSizeXLarge
364	NodeSizeXXLarge  NodeSize = original.NodeSizeXXLarge
365	NodeSizeXXXLarge NodeSize = original.NodeSizeXXXLarge
366)
367
368type NodeSizeFamily = original.NodeSizeFamily
369
370const (
371	NodeSizeFamilyMemoryOptimized NodeSizeFamily = original.NodeSizeFamilyMemoryOptimized
372	NodeSizeFamilyNone            NodeSizeFamily = original.NodeSizeFamilyNone
373)
374
375type ODataAadServicePrincipalCredentialType = original.ODataAadServicePrincipalCredentialType
376
377const (
378	ODataAadServicePrincipalCredentialTypeServicePrincipalCert ODataAadServicePrincipalCredentialType = original.ODataAadServicePrincipalCredentialTypeServicePrincipalCert
379	ODataAadServicePrincipalCredentialTypeServicePrincipalKey  ODataAadServicePrincipalCredentialType = original.ODataAadServicePrincipalCredentialTypeServicePrincipalKey
380)
381
382type ODataAuthenticationType = original.ODataAuthenticationType
383
384const (
385	ODataAuthenticationTypeAadServicePrincipal    ODataAuthenticationType = original.ODataAuthenticationTypeAadServicePrincipal
386	ODataAuthenticationTypeAnonymous              ODataAuthenticationType = original.ODataAuthenticationTypeAnonymous
387	ODataAuthenticationTypeBasic                  ODataAuthenticationType = original.ODataAuthenticationTypeBasic
388	ODataAuthenticationTypeManagedServiceIdentity ODataAuthenticationType = original.ODataAuthenticationTypeManagedServiceIdentity
389	ODataAuthenticationTypeWindows                ODataAuthenticationType = original.ODataAuthenticationTypeWindows
390)
391
392type OraclePartitionOption = original.OraclePartitionOption
393
394const (
395	OraclePartitionOptionDynamicRange              OraclePartitionOption = original.OraclePartitionOptionDynamicRange
396	OraclePartitionOptionNone                      OraclePartitionOption = original.OraclePartitionOptionNone
397	OraclePartitionOptionPhysicalPartitionsOfTable OraclePartitionOption = original.OraclePartitionOptionPhysicalPartitionsOfTable
398)
399
400type OrcCompressionCodec = original.OrcCompressionCodec
401
402const (
403	OrcCompressionCodecNone   OrcCompressionCodec = original.OrcCompressionCodecNone
404	OrcCompressionCodecSnappy OrcCompressionCodec = original.OrcCompressionCodecSnappy
405	OrcCompressionCodecZlib   OrcCompressionCodec = original.OrcCompressionCodecZlib
406)
407
408type ParameterType = original.ParameterType
409
410const (
411	ParameterTypeArray        ParameterType = original.ParameterTypeArray
412	ParameterTypeBool         ParameterType = original.ParameterTypeBool
413	ParameterTypeFloat        ParameterType = original.ParameterTypeFloat
414	ParameterTypeInt          ParameterType = original.ParameterTypeInt
415	ParameterTypeObject       ParameterType = original.ParameterTypeObject
416	ParameterTypeSecureString ParameterType = original.ParameterTypeSecureString
417	ParameterTypeString       ParameterType = original.ParameterTypeString
418)
419
420type ParquetCompressionCodec = original.ParquetCompressionCodec
421
422const (
423	ParquetCompressionCodecGzip   ParquetCompressionCodec = original.ParquetCompressionCodecGzip
424	ParquetCompressionCodecLzo    ParquetCompressionCodec = original.ParquetCompressionCodecLzo
425	ParquetCompressionCodecNone   ParquetCompressionCodec = original.ParquetCompressionCodecNone
426	ParquetCompressionCodecSnappy ParquetCompressionCodec = original.ParquetCompressionCodecSnappy
427)
428
429type PhoenixAuthenticationType = original.PhoenixAuthenticationType
430
431const (
432	PhoenixAuthenticationTypeAnonymous                    PhoenixAuthenticationType = original.PhoenixAuthenticationTypeAnonymous
433	PhoenixAuthenticationTypeUsernameAndPassword          PhoenixAuthenticationType = original.PhoenixAuthenticationTypeUsernameAndPassword
434	PhoenixAuthenticationTypeWindowsAzureHDInsightService PhoenixAuthenticationType = original.PhoenixAuthenticationTypeWindowsAzureHDInsightService
435)
436
437type PluginCurrentState = original.PluginCurrentState
438
439const (
440	Cleanup             PluginCurrentState = original.Cleanup
441	Ended               PluginCurrentState = original.Ended
442	Monitoring          PluginCurrentState = original.Monitoring
443	Preparation         PluginCurrentState = original.Preparation
444	Queued              PluginCurrentState = original.Queued
445	ResourceAcquisition PluginCurrentState = original.ResourceAcquisition
446	Submission          PluginCurrentState = original.Submission
447)
448
449type PolybaseSettingsRejectType = original.PolybaseSettingsRejectType
450
451const (
452	Percentage PolybaseSettingsRejectType = original.Percentage
453	Value      PolybaseSettingsRejectType = original.Value
454)
455
456type PrestoAuthenticationType = original.PrestoAuthenticationType
457
458const (
459	PrestoAuthenticationTypeAnonymous PrestoAuthenticationType = original.PrestoAuthenticationTypeAnonymous
460	PrestoAuthenticationTypeLDAP      PrestoAuthenticationType = original.PrestoAuthenticationTypeLDAP
461)
462
463type RecurrenceFrequency = original.RecurrenceFrequency
464
465const (
466	Day          RecurrenceFrequency = original.Day
467	Hour         RecurrenceFrequency = original.Hour
468	Minute       RecurrenceFrequency = original.Minute
469	Month        RecurrenceFrequency = original.Month
470	NotSpecified RecurrenceFrequency = original.NotSpecified
471	Week         RecurrenceFrequency = original.Week
472	Year         RecurrenceFrequency = original.Year
473)
474
475type ResourceIdentityType = original.ResourceIdentityType
476
477const (
478	ResourceIdentityTypeNone           ResourceIdentityType = original.ResourceIdentityTypeNone
479	ResourceIdentityTypeSystemAssigned ResourceIdentityType = original.ResourceIdentityTypeSystemAssigned
480)
481
482type RestServiceAuthenticationType = original.RestServiceAuthenticationType
483
484const (
485	RestServiceAuthenticationTypeAadServicePrincipal    RestServiceAuthenticationType = original.RestServiceAuthenticationTypeAadServicePrincipal
486	RestServiceAuthenticationTypeAnonymous              RestServiceAuthenticationType = original.RestServiceAuthenticationTypeAnonymous
487	RestServiceAuthenticationTypeBasic                  RestServiceAuthenticationType = original.RestServiceAuthenticationTypeBasic
488	RestServiceAuthenticationTypeManagedServiceIdentity RestServiceAuthenticationType = original.RestServiceAuthenticationTypeManagedServiceIdentity
489)
490
491type RunQueryFilterOperand = original.RunQueryFilterOperand
492
493const (
494	ActivityName        RunQueryFilterOperand = original.ActivityName
495	ActivityRunEnd      RunQueryFilterOperand = original.ActivityRunEnd
496	ActivityRunStart    RunQueryFilterOperand = original.ActivityRunStart
497	ActivityType        RunQueryFilterOperand = original.ActivityType
498	LatestOnly          RunQueryFilterOperand = original.LatestOnly
499	PipelineName        RunQueryFilterOperand = original.PipelineName
500	RunEnd              RunQueryFilterOperand = original.RunEnd
501	RunGroupID          RunQueryFilterOperand = original.RunGroupID
502	RunStart            RunQueryFilterOperand = original.RunStart
503	Status              RunQueryFilterOperand = original.Status
504	TriggerName         RunQueryFilterOperand = original.TriggerName
505	TriggerRunTimestamp RunQueryFilterOperand = original.TriggerRunTimestamp
506)
507
508type RunQueryFilterOperator = original.RunQueryFilterOperator
509
510const (
511	Equals    RunQueryFilterOperator = original.Equals
512	In        RunQueryFilterOperator = original.In
513	NotEquals RunQueryFilterOperator = original.NotEquals
514	NotIn     RunQueryFilterOperator = original.NotIn
515)
516
517type RunQueryOrder = original.RunQueryOrder
518
519const (
520	ASC  RunQueryOrder = original.ASC
521	DESC RunQueryOrder = original.DESC
522)
523
524type RunQueryOrderByField = original.RunQueryOrderByField
525
526const (
527	RunQueryOrderByFieldActivityName        RunQueryOrderByField = original.RunQueryOrderByFieldActivityName
528	RunQueryOrderByFieldActivityRunEnd      RunQueryOrderByField = original.RunQueryOrderByFieldActivityRunEnd
529	RunQueryOrderByFieldActivityRunStart    RunQueryOrderByField = original.RunQueryOrderByFieldActivityRunStart
530	RunQueryOrderByFieldPipelineName        RunQueryOrderByField = original.RunQueryOrderByFieldPipelineName
531	RunQueryOrderByFieldRunEnd              RunQueryOrderByField = original.RunQueryOrderByFieldRunEnd
532	RunQueryOrderByFieldRunStart            RunQueryOrderByField = original.RunQueryOrderByFieldRunStart
533	RunQueryOrderByFieldStatus              RunQueryOrderByField = original.RunQueryOrderByFieldStatus
534	RunQueryOrderByFieldTriggerName         RunQueryOrderByField = original.RunQueryOrderByFieldTriggerName
535	RunQueryOrderByFieldTriggerRunTimestamp RunQueryOrderByField = original.RunQueryOrderByFieldTriggerRunTimestamp
536)
537
538type SQLConnectionType = original.SQLConnectionType
539
540const (
541	SQLConnectionTypeSQLOnDemand SQLConnectionType = original.SQLConnectionTypeSQLOnDemand
542	SQLConnectionTypeSQLPool     SQLConnectionType = original.SQLConnectionTypeSQLPool
543)
544
545type SQLScriptType = original.SQLScriptType
546
547const (
548	SQLQuery SQLScriptType = original.SQLQuery
549)
550
551type SalesforceSinkWriteBehavior = original.SalesforceSinkWriteBehavior
552
553const (
554	Insert SalesforceSinkWriteBehavior = original.Insert
555	Upsert SalesforceSinkWriteBehavior = original.Upsert
556)
557
558type SalesforceSourceReadBehavior = original.SalesforceSourceReadBehavior
559
560const (
561	Query    SalesforceSourceReadBehavior = original.Query
562	QueryAll SalesforceSourceReadBehavior = original.QueryAll
563)
564
565type SapCloudForCustomerSinkWriteBehavior = original.SapCloudForCustomerSinkWriteBehavior
566
567const (
568	SapCloudForCustomerSinkWriteBehaviorInsert SapCloudForCustomerSinkWriteBehavior = original.SapCloudForCustomerSinkWriteBehaviorInsert
569	SapCloudForCustomerSinkWriteBehaviorUpdate SapCloudForCustomerSinkWriteBehavior = original.SapCloudForCustomerSinkWriteBehaviorUpdate
570)
571
572type SapHanaAuthenticationType = original.SapHanaAuthenticationType
573
574const (
575	SapHanaAuthenticationTypeBasic   SapHanaAuthenticationType = original.SapHanaAuthenticationTypeBasic
576	SapHanaAuthenticationTypeWindows SapHanaAuthenticationType = original.SapHanaAuthenticationTypeWindows
577)
578
579type SapHanaPartitionOption = original.SapHanaPartitionOption
580
581const (
582	SapHanaPartitionOptionNone                      SapHanaPartitionOption = original.SapHanaPartitionOptionNone
583	SapHanaPartitionOptionPhysicalPartitionsOfTable SapHanaPartitionOption = original.SapHanaPartitionOptionPhysicalPartitionsOfTable
584	SapHanaPartitionOptionSapHanaDynamicRange       SapHanaPartitionOption = original.SapHanaPartitionOptionSapHanaDynamicRange
585)
586
587type SapTablePartitionOption = original.SapTablePartitionOption
588
589const (
590	SapTablePartitionOptionNone                     SapTablePartitionOption = original.SapTablePartitionOptionNone
591	SapTablePartitionOptionPartitionOnCalendarDate  SapTablePartitionOption = original.SapTablePartitionOptionPartitionOnCalendarDate
592	SapTablePartitionOptionPartitionOnCalendarMonth SapTablePartitionOption = original.SapTablePartitionOptionPartitionOnCalendarMonth
593	SapTablePartitionOptionPartitionOnCalendarYear  SapTablePartitionOption = original.SapTablePartitionOptionPartitionOnCalendarYear
594	SapTablePartitionOptionPartitionOnInt           SapTablePartitionOption = original.SapTablePartitionOptionPartitionOnInt
595	SapTablePartitionOptionPartitionOnTime          SapTablePartitionOption = original.SapTablePartitionOptionPartitionOnTime
596)
597
598type SchedulerCurrentState = original.SchedulerCurrentState
599
600const (
601	SchedulerCurrentStateEnded     SchedulerCurrentState = original.SchedulerCurrentStateEnded
602	SchedulerCurrentStateQueued    SchedulerCurrentState = original.SchedulerCurrentStateQueued
603	SchedulerCurrentStateScheduled SchedulerCurrentState = original.SchedulerCurrentStateScheduled
604)
605
606type ServiceNowAuthenticationType = original.ServiceNowAuthenticationType
607
608const (
609	ServiceNowAuthenticationTypeBasic  ServiceNowAuthenticationType = original.ServiceNowAuthenticationTypeBasic
610	ServiceNowAuthenticationTypeOAuth2 ServiceNowAuthenticationType = original.ServiceNowAuthenticationTypeOAuth2
611)
612
613type SftpAuthenticationType = original.SftpAuthenticationType
614
615const (
616	SftpAuthenticationTypeBasic        SftpAuthenticationType = original.SftpAuthenticationTypeBasic
617	SftpAuthenticationTypeSSHPublicKey SftpAuthenticationType = original.SftpAuthenticationTypeSSHPublicKey
618)
619
620type SparkAuthenticationType = original.SparkAuthenticationType
621
622const (
623	SparkAuthenticationTypeAnonymous                    SparkAuthenticationType = original.SparkAuthenticationTypeAnonymous
624	SparkAuthenticationTypeUsername                     SparkAuthenticationType = original.SparkAuthenticationTypeUsername
625	SparkAuthenticationTypeUsernameAndPassword          SparkAuthenticationType = original.SparkAuthenticationTypeUsernameAndPassword
626	SparkAuthenticationTypeWindowsAzureHDInsightService SparkAuthenticationType = original.SparkAuthenticationTypeWindowsAzureHDInsightService
627)
628
629type SparkBatchJobResultType = original.SparkBatchJobResultType
630
631const (
632	SparkBatchJobResultTypeCancelled SparkBatchJobResultType = original.SparkBatchJobResultTypeCancelled
633	SparkBatchJobResultTypeFailed    SparkBatchJobResultType = original.SparkBatchJobResultTypeFailed
634	SparkBatchJobResultTypeSucceeded SparkBatchJobResultType = original.SparkBatchJobResultTypeSucceeded
635	SparkBatchJobResultTypeUncertain SparkBatchJobResultType = original.SparkBatchJobResultTypeUncertain
636)
637
638type SparkErrorSource = original.SparkErrorSource
639
640const (
641	SparkErrorSourceDependency SparkErrorSource = original.SparkErrorSourceDependency
642	SparkErrorSourceSystem     SparkErrorSource = original.SparkErrorSourceSystem
643	SparkErrorSourceUnknown    SparkErrorSource = original.SparkErrorSourceUnknown
644	SparkErrorSourceUser       SparkErrorSource = original.SparkErrorSourceUser
645)
646
647type SparkJobType = original.SparkJobType
648
649const (
650	SparkBatch   SparkJobType = original.SparkBatch
651	SparkSession SparkJobType = original.SparkSession
652)
653
654type SparkServerType = original.SparkServerType
655
656const (
657	SharkServer       SparkServerType = original.SharkServer
658	SharkServer2      SparkServerType = original.SharkServer2
659	SparkThriftServer SparkServerType = original.SparkThriftServer
660)
661
662type SparkThriftTransportProtocol = original.SparkThriftTransportProtocol
663
664const (
665	SparkThriftTransportProtocolBinary SparkThriftTransportProtocol = original.SparkThriftTransportProtocolBinary
666	SparkThriftTransportProtocolHTTP   SparkThriftTransportProtocol = original.SparkThriftTransportProtocolHTTP
667	SparkThriftTransportProtocolSASL   SparkThriftTransportProtocol = original.SparkThriftTransportProtocolSASL
668)
669
670type SsisPackageLocationType = original.SsisPackageLocationType
671
672const (
673	File          SsisPackageLocationType = original.File
674	InlinePackage SsisPackageLocationType = original.InlinePackage
675	SSISDB        SsisPackageLocationType = original.SSISDB
676)
677
678type StoredProcedureParameterType = original.StoredProcedureParameterType
679
680const (
681	Boolean StoredProcedureParameterType = original.Boolean
682	Date    StoredProcedureParameterType = original.Date
683	Decimal StoredProcedureParameterType = original.Decimal
684	GUID    StoredProcedureParameterType = original.GUID
685	Int     StoredProcedureParameterType = original.Int
686	Int64   StoredProcedureParameterType = original.Int64
687	String  StoredProcedureParameterType = original.String
688)
689
690type SybaseAuthenticationType = original.SybaseAuthenticationType
691
692const (
693	SybaseAuthenticationTypeBasic   SybaseAuthenticationType = original.SybaseAuthenticationTypeBasic
694	SybaseAuthenticationTypeWindows SybaseAuthenticationType = original.SybaseAuthenticationTypeWindows
695)
696
697type TeradataAuthenticationType = original.TeradataAuthenticationType
698
699const (
700	TeradataAuthenticationTypeBasic   TeradataAuthenticationType = original.TeradataAuthenticationTypeBasic
701	TeradataAuthenticationTypeWindows TeradataAuthenticationType = original.TeradataAuthenticationTypeWindows
702)
703
704type TeradataPartitionOption = original.TeradataPartitionOption
705
706const (
707	TeradataPartitionOptionDynamicRange TeradataPartitionOption = original.TeradataPartitionOptionDynamicRange
708	TeradataPartitionOptionHash         TeradataPartitionOption = original.TeradataPartitionOptionHash
709	TeradataPartitionOptionNone         TeradataPartitionOption = original.TeradataPartitionOptionNone
710)
711
712type TriggerRunStatus = original.TriggerRunStatus
713
714const (
715	TriggerRunStatusFailed     TriggerRunStatus = original.TriggerRunStatusFailed
716	TriggerRunStatusInprogress TriggerRunStatus = original.TriggerRunStatusInprogress
717	TriggerRunStatusSucceeded  TriggerRunStatus = original.TriggerRunStatusSucceeded
718)
719
720type TriggerRuntimeState = original.TriggerRuntimeState
721
722const (
723	TriggerRuntimeStateDisabled TriggerRuntimeState = original.TriggerRuntimeStateDisabled
724	TriggerRuntimeStateStarted  TriggerRuntimeState = original.TriggerRuntimeStateStarted
725	TriggerRuntimeStateStopped  TriggerRuntimeState = original.TriggerRuntimeStateStopped
726)
727
728type TumblingWindowFrequency = original.TumblingWindowFrequency
729
730const (
731	TumblingWindowFrequencyHour   TumblingWindowFrequency = original.TumblingWindowFrequencyHour
732	TumblingWindowFrequencyMinute TumblingWindowFrequency = original.TumblingWindowFrequencyMinute
733)
734
735type Type = original.Type
736
737const (
738	TypeAzureKeyVaultSecret Type = original.TypeAzureKeyVaultSecret
739	TypeSecretBase          Type = original.TypeSecretBase
740	TypeSecureString        Type = original.TypeSecureString
741)
742
743type TypeBasicActivity = original.TypeBasicActivity
744
745const (
746	TypeActivity                 TypeBasicActivity = original.TypeActivity
747	TypeAppendVariable           TypeBasicActivity = original.TypeAppendVariable
748	TypeAzureDataExplorerCommand TypeBasicActivity = original.TypeAzureDataExplorerCommand
749	TypeAzureFunctionActivity    TypeBasicActivity = original.TypeAzureFunctionActivity
750	TypeAzureMLBatchExecution    TypeBasicActivity = original.TypeAzureMLBatchExecution
751	TypeAzureMLExecutePipeline   TypeBasicActivity = original.TypeAzureMLExecutePipeline
752	TypeAzureMLUpdateResource    TypeBasicActivity = original.TypeAzureMLUpdateResource
753	TypeContainer                TypeBasicActivity = original.TypeContainer
754	TypeCopy                     TypeBasicActivity = original.TypeCopy
755	TypeCustom                   TypeBasicActivity = original.TypeCustom
756	TypeDatabricksNotebook       TypeBasicActivity = original.TypeDatabricksNotebook
757	TypeDatabricksSparkJar       TypeBasicActivity = original.TypeDatabricksSparkJar
758	TypeDatabricksSparkPython    TypeBasicActivity = original.TypeDatabricksSparkPython
759	TypeDataLakeAnalyticsUSQL    TypeBasicActivity = original.TypeDataLakeAnalyticsUSQL
760	TypeDelete                   TypeBasicActivity = original.TypeDelete
761	TypeExecuteDataFlow          TypeBasicActivity = original.TypeExecuteDataFlow
762	TypeExecutePipeline          TypeBasicActivity = original.TypeExecutePipeline
763	TypeExecuteSSISPackage       TypeBasicActivity = original.TypeExecuteSSISPackage
764	TypeExecution                TypeBasicActivity = original.TypeExecution
765	TypeFilter                   TypeBasicActivity = original.TypeFilter
766	TypeForEach                  TypeBasicActivity = original.TypeForEach
767	TypeGetMetadata              TypeBasicActivity = original.TypeGetMetadata
768	TypeHDInsightHive            TypeBasicActivity = original.TypeHDInsightHive
769	TypeHDInsightMapReduce       TypeBasicActivity = original.TypeHDInsightMapReduce
770	TypeHDInsightPig             TypeBasicActivity = original.TypeHDInsightPig
771	TypeHDInsightSpark           TypeBasicActivity = original.TypeHDInsightSpark
772	TypeHDInsightStreaming       TypeBasicActivity = original.TypeHDInsightStreaming
773	TypeIfCondition              TypeBasicActivity = original.TypeIfCondition
774	TypeLookup                   TypeBasicActivity = original.TypeLookup
775	TypeSetVariable              TypeBasicActivity = original.TypeSetVariable
776	TypeSparkJob                 TypeBasicActivity = original.TypeSparkJob
777	TypeSQLPoolStoredProcedure   TypeBasicActivity = original.TypeSQLPoolStoredProcedure
778	TypeSQLServerStoredProcedure TypeBasicActivity = original.TypeSQLServerStoredProcedure
779	TypeSwitch                   TypeBasicActivity = original.TypeSwitch
780	TypeSynapseNotebook          TypeBasicActivity = original.TypeSynapseNotebook
781	TypeUntil                    TypeBasicActivity = original.TypeUntil
782	TypeValidation               TypeBasicActivity = original.TypeValidation
783	TypeWait                     TypeBasicActivity = original.TypeWait
784	TypeWebActivity              TypeBasicActivity = original.TypeWebActivity
785	TypeWebHook                  TypeBasicActivity = original.TypeWebHook
786)
787
788type TypeBasicCopySink = original.TypeBasicCopySink
789
790const (
791	TypeAvroSink                     TypeBasicCopySink = original.TypeAvroSink
792	TypeAzureBlobFSSink              TypeBasicCopySink = original.TypeAzureBlobFSSink
793	TypeAzureDataExplorerSink        TypeBasicCopySink = original.TypeAzureDataExplorerSink
794	TypeAzureDataLakeStoreSink       TypeBasicCopySink = original.TypeAzureDataLakeStoreSink
795	TypeAzureMySQLSink               TypeBasicCopySink = original.TypeAzureMySQLSink
796	TypeAzurePostgreSQLSink          TypeBasicCopySink = original.TypeAzurePostgreSQLSink
797	TypeAzureQueueSink               TypeBasicCopySink = original.TypeAzureQueueSink
798	TypeAzureSearchIndexSink         TypeBasicCopySink = original.TypeAzureSearchIndexSink
799	TypeAzureSQLSink                 TypeBasicCopySink = original.TypeAzureSQLSink
800	TypeAzureTableSink               TypeBasicCopySink = original.TypeAzureTableSink
801	TypeBinarySink                   TypeBasicCopySink = original.TypeBinarySink
802	TypeBlobSink                     TypeBasicCopySink = original.TypeBlobSink
803	TypeCommonDataServiceForAppsSink TypeBasicCopySink = original.TypeCommonDataServiceForAppsSink
804	TypeCopySink                     TypeBasicCopySink = original.TypeCopySink
805	TypeCosmosDbMongoDbAPISink       TypeBasicCopySink = original.TypeCosmosDbMongoDbAPISink
806	TypeCosmosDbSQLAPISink           TypeBasicCopySink = original.TypeCosmosDbSQLAPISink
807	TypeDelimitedTextSink            TypeBasicCopySink = original.TypeDelimitedTextSink
808	TypeDocumentDbCollectionSink     TypeBasicCopySink = original.TypeDocumentDbCollectionSink
809	TypeDynamicsCrmSink              TypeBasicCopySink = original.TypeDynamicsCrmSink
810	TypeDynamicsSink                 TypeBasicCopySink = original.TypeDynamicsSink
811	TypeFileSystemSink               TypeBasicCopySink = original.TypeFileSystemSink
812	TypeInformixSink                 TypeBasicCopySink = original.TypeInformixSink
813	TypeJSONSink                     TypeBasicCopySink = original.TypeJSONSink
814	TypeMicrosoftAccessSink          TypeBasicCopySink = original.TypeMicrosoftAccessSink
815	TypeOdbcSink                     TypeBasicCopySink = original.TypeOdbcSink
816	TypeOracleSink                   TypeBasicCopySink = original.TypeOracleSink
817	TypeOrcSink                      TypeBasicCopySink = original.TypeOrcSink
818	TypeParquetSink                  TypeBasicCopySink = original.TypeParquetSink
819	TypeSalesforceServiceCloudSink   TypeBasicCopySink = original.TypeSalesforceServiceCloudSink
820	TypeSalesforceSink               TypeBasicCopySink = original.TypeSalesforceSink
821	TypeSapCloudForCustomerSink      TypeBasicCopySink = original.TypeSapCloudForCustomerSink
822	TypeSQLDWSink                    TypeBasicCopySink = original.TypeSQLDWSink
823	TypeSQLMISink                    TypeBasicCopySink = original.TypeSQLMISink
824	TypeSQLServerSink                TypeBasicCopySink = original.TypeSQLServerSink
825	TypeSQLSink                      TypeBasicCopySink = original.TypeSQLSink
826)
827
828type TypeBasicCopySource = original.TypeBasicCopySource
829
830const (
831	TypeAmazonMWSSource                TypeBasicCopySource = original.TypeAmazonMWSSource
832	TypeAmazonRedshiftSource           TypeBasicCopySource = original.TypeAmazonRedshiftSource
833	TypeAvroSource                     TypeBasicCopySource = original.TypeAvroSource
834	TypeAzureBlobFSSource              TypeBasicCopySource = original.TypeAzureBlobFSSource
835	TypeAzureDataExplorerSource        TypeBasicCopySource = original.TypeAzureDataExplorerSource
836	TypeAzureDataLakeStoreSource       TypeBasicCopySource = original.TypeAzureDataLakeStoreSource
837	TypeAzureMariaDBSource             TypeBasicCopySource = original.TypeAzureMariaDBSource
838	TypeAzureMySQLSource               TypeBasicCopySource = original.TypeAzureMySQLSource
839	TypeAzurePostgreSQLSource          TypeBasicCopySource = original.TypeAzurePostgreSQLSource
840	TypeAzureSQLSource                 TypeBasicCopySource = original.TypeAzureSQLSource
841	TypeAzureTableSource               TypeBasicCopySource = original.TypeAzureTableSource
842	TypeBinarySource                   TypeBasicCopySource = original.TypeBinarySource
843	TypeBlobSource                     TypeBasicCopySource = original.TypeBlobSource
844	TypeCassandraSource                TypeBasicCopySource = original.TypeCassandraSource
845	TypeCommonDataServiceForAppsSource TypeBasicCopySource = original.TypeCommonDataServiceForAppsSource
846	TypeConcurSource                   TypeBasicCopySource = original.TypeConcurSource
847	TypeCopySource                     TypeBasicCopySource = original.TypeCopySource
848	TypeCosmosDbMongoDbAPISource       TypeBasicCopySource = original.TypeCosmosDbMongoDbAPISource
849	TypeCosmosDbSQLAPISource           TypeBasicCopySource = original.TypeCosmosDbSQLAPISource
850	TypeCouchbaseSource                TypeBasicCopySource = original.TypeCouchbaseSource
851	TypeDb2Source                      TypeBasicCopySource = original.TypeDb2Source
852	TypeDelimitedTextSource            TypeBasicCopySource = original.TypeDelimitedTextSource
853	TypeDocumentDbCollectionSource     TypeBasicCopySource = original.TypeDocumentDbCollectionSource
854	TypeDrillSource                    TypeBasicCopySource = original.TypeDrillSource
855	TypeDynamicsAXSource               TypeBasicCopySource = original.TypeDynamicsAXSource
856	TypeDynamicsCrmSource              TypeBasicCopySource = original.TypeDynamicsCrmSource
857	TypeDynamicsSource                 TypeBasicCopySource = original.TypeDynamicsSource
858	TypeEloquaSource                   TypeBasicCopySource = original.TypeEloquaSource
859	TypeFileSystemSource               TypeBasicCopySource = original.TypeFileSystemSource
860	TypeGoogleAdWordsSource            TypeBasicCopySource = original.TypeGoogleAdWordsSource
861	TypeGoogleBigQuerySource           TypeBasicCopySource = original.TypeGoogleBigQuerySource
862	TypeGreenplumSource                TypeBasicCopySource = original.TypeGreenplumSource
863	TypeHBaseSource                    TypeBasicCopySource = original.TypeHBaseSource
864	TypeHdfsSource                     TypeBasicCopySource = original.TypeHdfsSource
865	TypeHiveSource                     TypeBasicCopySource = original.TypeHiveSource
866	TypeHTTPSource                     TypeBasicCopySource = original.TypeHTTPSource
867	TypeHubspotSource                  TypeBasicCopySource = original.TypeHubspotSource
868	TypeImpalaSource                   TypeBasicCopySource = original.TypeImpalaSource
869	TypeInformixSource                 TypeBasicCopySource = original.TypeInformixSource
870	TypeJiraSource                     TypeBasicCopySource = original.TypeJiraSource
871	TypeJSONSource                     TypeBasicCopySource = original.TypeJSONSource
872	TypeMagentoSource                  TypeBasicCopySource = original.TypeMagentoSource
873	TypeMariaDBSource                  TypeBasicCopySource = original.TypeMariaDBSource
874	TypeMarketoSource                  TypeBasicCopySource = original.TypeMarketoSource
875	TypeMicrosoftAccessSource          TypeBasicCopySource = original.TypeMicrosoftAccessSource
876	TypeMongoDbSource                  TypeBasicCopySource = original.TypeMongoDbSource
877	TypeMongoDbV2Source                TypeBasicCopySource = original.TypeMongoDbV2Source
878	TypeMySQLSource                    TypeBasicCopySource = original.TypeMySQLSource
879	TypeNetezzaSource                  TypeBasicCopySource = original.TypeNetezzaSource
880	TypeODataSource                    TypeBasicCopySource = original.TypeODataSource
881	TypeOdbcSource                     TypeBasicCopySource = original.TypeOdbcSource
882	TypeOffice365Source                TypeBasicCopySource = original.TypeOffice365Source
883	TypeOracleServiceCloudSource       TypeBasicCopySource = original.TypeOracleServiceCloudSource
884	TypeOracleSource                   TypeBasicCopySource = original.TypeOracleSource
885	TypeOrcSource                      TypeBasicCopySource = original.TypeOrcSource
886	TypeParquetSource                  TypeBasicCopySource = original.TypeParquetSource
887	TypePaypalSource                   TypeBasicCopySource = original.TypePaypalSource
888	TypePhoenixSource                  TypeBasicCopySource = original.TypePhoenixSource
889	TypePostgreSQLSource               TypeBasicCopySource = original.TypePostgreSQLSource
890	TypePrestoSource                   TypeBasicCopySource = original.TypePrestoSource
891	TypeQuickBooksSource               TypeBasicCopySource = original.TypeQuickBooksSource
892	TypeRelationalSource               TypeBasicCopySource = original.TypeRelationalSource
893	TypeResponsysSource                TypeBasicCopySource = original.TypeResponsysSource
894	TypeRestSource                     TypeBasicCopySource = original.TypeRestSource
895	TypeSalesforceMarketingCloudSource TypeBasicCopySource = original.TypeSalesforceMarketingCloudSource
896	TypeSalesforceServiceCloudSource   TypeBasicCopySource = original.TypeSalesforceServiceCloudSource
897	TypeSalesforceSource               TypeBasicCopySource = original.TypeSalesforceSource
898	TypeSapBwSource                    TypeBasicCopySource = original.TypeSapBwSource
899	TypeSapCloudForCustomerSource      TypeBasicCopySource = original.TypeSapCloudForCustomerSource
900	TypeSapEccSource                   TypeBasicCopySource = original.TypeSapEccSource
901	TypeSapHanaSource                  TypeBasicCopySource = original.TypeSapHanaSource
902	TypeSapOpenHubSource               TypeBasicCopySource = original.TypeSapOpenHubSource
903	TypeSapTableSource                 TypeBasicCopySource = original.TypeSapTableSource
904	TypeServiceNowSource               TypeBasicCopySource = original.TypeServiceNowSource
905	TypeShopifySource                  TypeBasicCopySource = original.TypeShopifySource
906	TypeSparkSource                    TypeBasicCopySource = original.TypeSparkSource
907	TypeSQLDWSource                    TypeBasicCopySource = original.TypeSQLDWSource
908	TypeSQLMISource                    TypeBasicCopySource = original.TypeSQLMISource
909	TypeSQLServerSource                TypeBasicCopySource = original.TypeSQLServerSource
910	TypeSQLSource                      TypeBasicCopySource = original.TypeSQLSource
911	TypeSquareSource                   TypeBasicCopySource = original.TypeSquareSource
912	TypeSybaseSource                   TypeBasicCopySource = original.TypeSybaseSource
913	TypeTabularSource                  TypeBasicCopySource = original.TypeTabularSource
914	TypeTeradataSource                 TypeBasicCopySource = original.TypeTeradataSource
915	TypeVerticaSource                  TypeBasicCopySource = original.TypeVerticaSource
916	TypeWebSource                      TypeBasicCopySource = original.TypeWebSource
917	TypeXeroSource                     TypeBasicCopySource = original.TypeXeroSource
918	TypeZohoSource                     TypeBasicCopySource = original.TypeZohoSource
919)
920
921type TypeBasicCopyTranslator = original.TypeBasicCopyTranslator
922
923const (
924	TypeCopyTranslator    TypeBasicCopyTranslator = original.TypeCopyTranslator
925	TypeTabularTranslator TypeBasicCopyTranslator = original.TypeTabularTranslator
926)
927
928type TypeBasicCustomSetupBase = original.TypeBasicCustomSetupBase
929
930const (
931	TypeCmdkeySetup              TypeBasicCustomSetupBase = original.TypeCmdkeySetup
932	TypeComponentSetup           TypeBasicCustomSetupBase = original.TypeComponentSetup
933	TypeCustomSetupBase          TypeBasicCustomSetupBase = original.TypeCustomSetupBase
934	TypeEnvironmentVariableSetup TypeBasicCustomSetupBase = original.TypeEnvironmentVariableSetup
935)
936
937type TypeBasicDataFlow = original.TypeBasicDataFlow
938
939const (
940	TypeDataFlow        TypeBasicDataFlow = original.TypeDataFlow
941	TypeMappingDataFlow TypeBasicDataFlow = original.TypeMappingDataFlow
942)
943
944type TypeBasicDataset = original.TypeBasicDataset
945
946const (
947	TypeAmazonMWSObject                TypeBasicDataset = original.TypeAmazonMWSObject
948	TypeAmazonRedshiftTable            TypeBasicDataset = original.TypeAmazonRedshiftTable
949	TypeAvro                           TypeBasicDataset = original.TypeAvro
950	TypeAzureDataExplorerTable         TypeBasicDataset = original.TypeAzureDataExplorerTable
951	TypeAzureMariaDBTable              TypeBasicDataset = original.TypeAzureMariaDBTable
952	TypeAzureMySQLTable                TypeBasicDataset = original.TypeAzureMySQLTable
953	TypeAzurePostgreSQLTable           TypeBasicDataset = original.TypeAzurePostgreSQLTable
954	TypeAzureSearchIndex               TypeBasicDataset = original.TypeAzureSearchIndex
955	TypeAzureSQLDWTable                TypeBasicDataset = original.TypeAzureSQLDWTable
956	TypeAzureSQLMITable                TypeBasicDataset = original.TypeAzureSQLMITable
957	TypeAzureSQLTable                  TypeBasicDataset = original.TypeAzureSQLTable
958	TypeAzureTable                     TypeBasicDataset = original.TypeAzureTable
959	TypeBinary                         TypeBasicDataset = original.TypeBinary
960	TypeCassandraTable                 TypeBasicDataset = original.TypeCassandraTable
961	TypeCommonDataServiceForAppsEntity TypeBasicDataset = original.TypeCommonDataServiceForAppsEntity
962	TypeConcurObject                   TypeBasicDataset = original.TypeConcurObject
963	TypeCosmosDbMongoDbAPICollection   TypeBasicDataset = original.TypeCosmosDbMongoDbAPICollection
964	TypeCosmosDbSQLAPICollection       TypeBasicDataset = original.TypeCosmosDbSQLAPICollection
965	TypeCouchbaseTable                 TypeBasicDataset = original.TypeCouchbaseTable
966	TypeCustomDataset                  TypeBasicDataset = original.TypeCustomDataset
967	TypeDataset                        TypeBasicDataset = original.TypeDataset
968	TypeDb2Table                       TypeBasicDataset = original.TypeDb2Table
969	TypeDelimitedText                  TypeBasicDataset = original.TypeDelimitedText
970	TypeDocumentDbCollection           TypeBasicDataset = original.TypeDocumentDbCollection
971	TypeDrillTable                     TypeBasicDataset = original.TypeDrillTable
972	TypeDynamicsAXResource             TypeBasicDataset = original.TypeDynamicsAXResource
973	TypeDynamicsCrmEntity              TypeBasicDataset = original.TypeDynamicsCrmEntity
974	TypeDynamicsEntity                 TypeBasicDataset = original.TypeDynamicsEntity
975	TypeEloquaObject                   TypeBasicDataset = original.TypeEloquaObject
976	TypeGoogleAdWordsObject            TypeBasicDataset = original.TypeGoogleAdWordsObject
977	TypeGoogleBigQueryObject           TypeBasicDataset = original.TypeGoogleBigQueryObject
978	TypeGreenplumTable                 TypeBasicDataset = original.TypeGreenplumTable
979	TypeHBaseObject                    TypeBasicDataset = original.TypeHBaseObject
980	TypeHiveObject                     TypeBasicDataset = original.TypeHiveObject
981	TypeHubspotObject                  TypeBasicDataset = original.TypeHubspotObject
982	TypeImpalaObject                   TypeBasicDataset = original.TypeImpalaObject
983	TypeInformixTable                  TypeBasicDataset = original.TypeInformixTable
984	TypeJiraObject                     TypeBasicDataset = original.TypeJiraObject
985	TypeJSON                           TypeBasicDataset = original.TypeJSON
986	TypeMagentoObject                  TypeBasicDataset = original.TypeMagentoObject
987	TypeMariaDBTable                   TypeBasicDataset = original.TypeMariaDBTable
988	TypeMarketoObject                  TypeBasicDataset = original.TypeMarketoObject
989	TypeMicrosoftAccessTable           TypeBasicDataset = original.TypeMicrosoftAccessTable
990	TypeMongoDbCollection              TypeBasicDataset = original.TypeMongoDbCollection
991	TypeMongoDbV2Collection            TypeBasicDataset = original.TypeMongoDbV2Collection
992	TypeMySQLTable                     TypeBasicDataset = original.TypeMySQLTable
993	TypeNetezzaTable                   TypeBasicDataset = original.TypeNetezzaTable
994	TypeODataResource                  TypeBasicDataset = original.TypeODataResource
995	TypeOdbcTable                      TypeBasicDataset = original.TypeOdbcTable
996	TypeOffice365Table                 TypeBasicDataset = original.TypeOffice365Table
997	TypeOracleServiceCloudObject       TypeBasicDataset = original.TypeOracleServiceCloudObject
998	TypeOracleTable                    TypeBasicDataset = original.TypeOracleTable
999	TypeOrc                            TypeBasicDataset = original.TypeOrc
1000	TypeParquet                        TypeBasicDataset = original.TypeParquet
1001	TypePaypalObject                   TypeBasicDataset = original.TypePaypalObject
1002	TypePhoenixObject                  TypeBasicDataset = original.TypePhoenixObject
1003	TypePostgreSQLTable                TypeBasicDataset = original.TypePostgreSQLTable
1004	TypePrestoObject                   TypeBasicDataset = original.TypePrestoObject
1005	TypeQuickBooksObject               TypeBasicDataset = original.TypeQuickBooksObject
1006	TypeRelationalTable                TypeBasicDataset = original.TypeRelationalTable
1007	TypeResponsysObject                TypeBasicDataset = original.TypeResponsysObject
1008	TypeRestResource                   TypeBasicDataset = original.TypeRestResource
1009	TypeSalesforceMarketingCloudObject TypeBasicDataset = original.TypeSalesforceMarketingCloudObject
1010	TypeSalesforceObject               TypeBasicDataset = original.TypeSalesforceObject
1011	TypeSalesforceServiceCloudObject   TypeBasicDataset = original.TypeSalesforceServiceCloudObject
1012	TypeSapBwCube                      TypeBasicDataset = original.TypeSapBwCube
1013	TypeSapCloudForCustomerResource    TypeBasicDataset = original.TypeSapCloudForCustomerResource
1014	TypeSapEccResource                 TypeBasicDataset = original.TypeSapEccResource
1015	TypeSapHanaTable                   TypeBasicDataset = original.TypeSapHanaTable
1016	TypeSapOpenHubTable                TypeBasicDataset = original.TypeSapOpenHubTable
1017	TypeSapTableResource               TypeBasicDataset = original.TypeSapTableResource
1018	TypeServiceNowObject               TypeBasicDataset = original.TypeServiceNowObject
1019	TypeShopifyObject                  TypeBasicDataset = original.TypeShopifyObject
1020	TypeSparkObject                    TypeBasicDataset = original.TypeSparkObject
1021	TypeSQLServerTable                 TypeBasicDataset = original.TypeSQLServerTable
1022	TypeSquareObject                   TypeBasicDataset = original.TypeSquareObject
1023	TypeSybaseTable                    TypeBasicDataset = original.TypeSybaseTable
1024	TypeTeradataTable                  TypeBasicDataset = original.TypeTeradataTable
1025	TypeVerticaTable                   TypeBasicDataset = original.TypeVerticaTable
1026	TypeWebTable                       TypeBasicDataset = original.TypeWebTable
1027	TypeXeroObject                     TypeBasicDataset = original.TypeXeroObject
1028	TypeZohoObject                     TypeBasicDataset = original.TypeZohoObject
1029)
1030
1031type TypeBasicDatasetCompression = original.TypeBasicDatasetCompression
1032
1033const (
1034	TypeBZip2              TypeBasicDatasetCompression = original.TypeBZip2
1035	TypeDatasetCompression TypeBasicDatasetCompression = original.TypeDatasetCompression
1036	TypeDeflate            TypeBasicDatasetCompression = original.TypeDeflate
1037	TypeGZip               TypeBasicDatasetCompression = original.TypeGZip
1038	TypeZipDeflate         TypeBasicDatasetCompression = original.TypeZipDeflate
1039)
1040
1041type TypeBasicDatasetLocation = original.TypeBasicDatasetLocation
1042
1043const (
1044	TypeAmazonS3Location           TypeBasicDatasetLocation = original.TypeAmazonS3Location
1045	TypeAzureBlobFSLocation        TypeBasicDatasetLocation = original.TypeAzureBlobFSLocation
1046	TypeAzureBlobStorageLocation   TypeBasicDatasetLocation = original.TypeAzureBlobStorageLocation
1047	TypeAzureDataLakeStoreLocation TypeBasicDatasetLocation = original.TypeAzureDataLakeStoreLocation
1048	TypeAzureFileStorageLocation   TypeBasicDatasetLocation = original.TypeAzureFileStorageLocation
1049	TypeDatasetLocation            TypeBasicDatasetLocation = original.TypeDatasetLocation
1050	TypeFileServerLocation         TypeBasicDatasetLocation = original.TypeFileServerLocation
1051	TypeFtpServerLocation          TypeBasicDatasetLocation = original.TypeFtpServerLocation
1052	TypeGoogleCloudStorageLocation TypeBasicDatasetLocation = original.TypeGoogleCloudStorageLocation
1053	TypeHdfsLocation               TypeBasicDatasetLocation = original.TypeHdfsLocation
1054	TypeHTTPServerLocation         TypeBasicDatasetLocation = original.TypeHTTPServerLocation
1055	TypeSftpLocation               TypeBasicDatasetLocation = original.TypeSftpLocation
1056)
1057
1058type TypeBasicDatasetStorageFormat = original.TypeBasicDatasetStorageFormat
1059
1060const (
1061	TypeAvroFormat           TypeBasicDatasetStorageFormat = original.TypeAvroFormat
1062	TypeDatasetStorageFormat TypeBasicDatasetStorageFormat = original.TypeDatasetStorageFormat
1063	TypeJSONFormat           TypeBasicDatasetStorageFormat = original.TypeJSONFormat
1064	TypeOrcFormat            TypeBasicDatasetStorageFormat = original.TypeOrcFormat
1065	TypeParquetFormat        TypeBasicDatasetStorageFormat = original.TypeParquetFormat
1066	TypeTextFormat           TypeBasicDatasetStorageFormat = original.TypeTextFormat
1067)
1068
1069type TypeBasicDependencyReference = original.TypeBasicDependencyReference
1070
1071const (
1072	TypeDependencyReference                          TypeBasicDependencyReference = original.TypeDependencyReference
1073	TypeSelfDependencyTumblingWindowTriggerReference TypeBasicDependencyReference = original.TypeSelfDependencyTumblingWindowTriggerReference
1074	TypeTriggerDependencyReference                   TypeBasicDependencyReference = original.TypeTriggerDependencyReference
1075	TypeTumblingWindowTriggerDependencyReference     TypeBasicDependencyReference = original.TypeTumblingWindowTriggerDependencyReference
1076)
1077
1078type TypeBasicFormatReadSettings = original.TypeBasicFormatReadSettings
1079
1080const (
1081	TypeDelimitedTextReadSettings TypeBasicFormatReadSettings = original.TypeDelimitedTextReadSettings
1082	TypeFormatReadSettings        TypeBasicFormatReadSettings = original.TypeFormatReadSettings
1083)
1084
1085type TypeBasicFormatWriteSettings = original.TypeBasicFormatWriteSettings
1086
1087const (
1088	TypeAvroWriteSettings          TypeBasicFormatWriteSettings = original.TypeAvroWriteSettings
1089	TypeDelimitedTextWriteSettings TypeBasicFormatWriteSettings = original.TypeDelimitedTextWriteSettings
1090	TypeFormatWriteSettings        TypeBasicFormatWriteSettings = original.TypeFormatWriteSettings
1091	TypeJSONWriteSettings          TypeBasicFormatWriteSettings = original.TypeJSONWriteSettings
1092)
1093
1094type TypeBasicIntegrationRuntime = original.TypeBasicIntegrationRuntime
1095
1096const (
1097	TypeIntegrationRuntime TypeBasicIntegrationRuntime = original.TypeIntegrationRuntime
1098	TypeManaged            TypeBasicIntegrationRuntime = original.TypeManaged
1099	TypeSelfHosted         TypeBasicIntegrationRuntime = original.TypeSelfHosted
1100)
1101
1102type TypeBasicLinkedService = original.TypeBasicLinkedService
1103
1104const (
1105	TypeAmazonMWS                TypeBasicLinkedService = original.TypeAmazonMWS
1106	TypeAmazonRedshift           TypeBasicLinkedService = original.TypeAmazonRedshift
1107	TypeAmazonS3                 TypeBasicLinkedService = original.TypeAmazonS3
1108	TypeAzureBatch               TypeBasicLinkedService = original.TypeAzureBatch
1109	TypeAzureBlobFS              TypeBasicLinkedService = original.TypeAzureBlobFS
1110	TypeAzureBlobStorage         TypeBasicLinkedService = original.TypeAzureBlobStorage
1111	TypeAzureDatabricks          TypeBasicLinkedService = original.TypeAzureDatabricks
1112	TypeAzureDataExplorer        TypeBasicLinkedService = original.TypeAzureDataExplorer
1113	TypeAzureDataLakeAnalytics   TypeBasicLinkedService = original.TypeAzureDataLakeAnalytics
1114	TypeAzureDataLakeStore       TypeBasicLinkedService = original.TypeAzureDataLakeStore
1115	TypeAzureFileStorage         TypeBasicLinkedService = original.TypeAzureFileStorage
1116	TypeAzureFunction            TypeBasicLinkedService = original.TypeAzureFunction
1117	TypeAzureKeyVault            TypeBasicLinkedService = original.TypeAzureKeyVault
1118	TypeAzureMariaDB             TypeBasicLinkedService = original.TypeAzureMariaDB
1119	TypeAzureML                  TypeBasicLinkedService = original.TypeAzureML
1120	TypeAzureMLService           TypeBasicLinkedService = original.TypeAzureMLService
1121	TypeAzureMySQL               TypeBasicLinkedService = original.TypeAzureMySQL
1122	TypeAzurePostgreSQL          TypeBasicLinkedService = original.TypeAzurePostgreSQL
1123	TypeAzureSearch              TypeBasicLinkedService = original.TypeAzureSearch
1124	TypeAzureSQLDatabase         TypeBasicLinkedService = original.TypeAzureSQLDatabase
1125	TypeAzureSQLDW               TypeBasicLinkedService = original.TypeAzureSQLDW
1126	TypeAzureSQLMI               TypeBasicLinkedService = original.TypeAzureSQLMI
1127	TypeAzureStorage             TypeBasicLinkedService = original.TypeAzureStorage
1128	TypeAzureTableStorage        TypeBasicLinkedService = original.TypeAzureTableStorage
1129	TypeCassandra                TypeBasicLinkedService = original.TypeCassandra
1130	TypeCommonDataServiceForApps TypeBasicLinkedService = original.TypeCommonDataServiceForApps
1131	TypeConcur                   TypeBasicLinkedService = original.TypeConcur
1132	TypeCosmosDb                 TypeBasicLinkedService = original.TypeCosmosDb
1133	TypeCosmosDbMongoDbAPI       TypeBasicLinkedService = original.TypeCosmosDbMongoDbAPI
1134	TypeCouchbase                TypeBasicLinkedService = original.TypeCouchbase
1135	TypeCustomDataSource         TypeBasicLinkedService = original.TypeCustomDataSource
1136	TypeDb2                      TypeBasicLinkedService = original.TypeDb2
1137	TypeDrill                    TypeBasicLinkedService = original.TypeDrill
1138	TypeDynamics                 TypeBasicLinkedService = original.TypeDynamics
1139	TypeDynamicsAX               TypeBasicLinkedService = original.TypeDynamicsAX
1140	TypeDynamicsCrm              TypeBasicLinkedService = original.TypeDynamicsCrm
1141	TypeEloqua                   TypeBasicLinkedService = original.TypeEloqua
1142	TypeFileServer               TypeBasicLinkedService = original.TypeFileServer
1143	TypeFtpServer                TypeBasicLinkedService = original.TypeFtpServer
1144	TypeGoogleAdWords            TypeBasicLinkedService = original.TypeGoogleAdWords
1145	TypeGoogleBigQuery           TypeBasicLinkedService = original.TypeGoogleBigQuery
1146	TypeGoogleCloudStorage       TypeBasicLinkedService = original.TypeGoogleCloudStorage
1147	TypeGreenplum                TypeBasicLinkedService = original.TypeGreenplum
1148	TypeHBase                    TypeBasicLinkedService = original.TypeHBase
1149	TypeHdfs                     TypeBasicLinkedService = original.TypeHdfs
1150	TypeHDInsight                TypeBasicLinkedService = original.TypeHDInsight
1151	TypeHDInsightOnDemand        TypeBasicLinkedService = original.TypeHDInsightOnDemand
1152	TypeHive                     TypeBasicLinkedService = original.TypeHive
1153	TypeHTTPServer               TypeBasicLinkedService = original.TypeHTTPServer
1154	TypeHubspot                  TypeBasicLinkedService = original.TypeHubspot
1155	TypeImpala                   TypeBasicLinkedService = original.TypeImpala
1156	TypeInformix                 TypeBasicLinkedService = original.TypeInformix
1157	TypeJira                     TypeBasicLinkedService = original.TypeJira
1158	TypeLinkedService            TypeBasicLinkedService = original.TypeLinkedService
1159	TypeMagento                  TypeBasicLinkedService = original.TypeMagento
1160	TypeMariaDB                  TypeBasicLinkedService = original.TypeMariaDB
1161	TypeMarketo                  TypeBasicLinkedService = original.TypeMarketo
1162	TypeMicrosoftAccess          TypeBasicLinkedService = original.TypeMicrosoftAccess
1163	TypeMongoDb                  TypeBasicLinkedService = original.TypeMongoDb
1164	TypeMongoDbV2                TypeBasicLinkedService = original.TypeMongoDbV2
1165	TypeMySQL                    TypeBasicLinkedService = original.TypeMySQL
1166	TypeNetezza                  TypeBasicLinkedService = original.TypeNetezza
1167	TypeOData                    TypeBasicLinkedService = original.TypeOData
1168	TypeOdbc                     TypeBasicLinkedService = original.TypeOdbc
1169	TypeOffice365                TypeBasicLinkedService = original.TypeOffice365
1170	TypeOracle                   TypeBasicLinkedService = original.TypeOracle
1171	TypeOracleServiceCloud       TypeBasicLinkedService = original.TypeOracleServiceCloud
1172	TypePaypal                   TypeBasicLinkedService = original.TypePaypal
1173	TypePhoenix                  TypeBasicLinkedService = original.TypePhoenix
1174	TypePostgreSQL               TypeBasicLinkedService = original.TypePostgreSQL
1175	TypePresto                   TypeBasicLinkedService = original.TypePresto
1176	TypeQuickBooks               TypeBasicLinkedService = original.TypeQuickBooks
1177	TypeResponsys                TypeBasicLinkedService = original.TypeResponsys
1178	TypeRestService              TypeBasicLinkedService = original.TypeRestService
1179	TypeSalesforce               TypeBasicLinkedService = original.TypeSalesforce
1180	TypeSalesforceMarketingCloud TypeBasicLinkedService = original.TypeSalesforceMarketingCloud
1181	TypeSalesforceServiceCloud   TypeBasicLinkedService = original.TypeSalesforceServiceCloud
1182	TypeSapBW                    TypeBasicLinkedService = original.TypeSapBW
1183	TypeSapCloudForCustomer      TypeBasicLinkedService = original.TypeSapCloudForCustomer
1184	TypeSapEcc                   TypeBasicLinkedService = original.TypeSapEcc
1185	TypeSapHana                  TypeBasicLinkedService = original.TypeSapHana
1186	TypeSapOpenHub               TypeBasicLinkedService = original.TypeSapOpenHub
1187	TypeSapTable                 TypeBasicLinkedService = original.TypeSapTable
1188	TypeServiceNow               TypeBasicLinkedService = original.TypeServiceNow
1189	TypeSftp                     TypeBasicLinkedService = original.TypeSftp
1190	TypeShopify                  TypeBasicLinkedService = original.TypeShopify
1191	TypeSpark                    TypeBasicLinkedService = original.TypeSpark
1192	TypeSQLServer                TypeBasicLinkedService = original.TypeSQLServer
1193	TypeSquare                   TypeBasicLinkedService = original.TypeSquare
1194	TypeSybase                   TypeBasicLinkedService = original.TypeSybase
1195	TypeTeradata                 TypeBasicLinkedService = original.TypeTeradata
1196	TypeVertica                  TypeBasicLinkedService = original.TypeVertica
1197	TypeWeb                      TypeBasicLinkedService = original.TypeWeb
1198	TypeXero                     TypeBasicLinkedService = original.TypeXero
1199	TypeZoho                     TypeBasicLinkedService = original.TypeZoho
1200)
1201
1202type TypeBasicStoreReadSettings = original.TypeBasicStoreReadSettings
1203
1204const (
1205	TypeAmazonS3ReadSettings           TypeBasicStoreReadSettings = original.TypeAmazonS3ReadSettings
1206	TypeAzureBlobFSReadSettings        TypeBasicStoreReadSettings = original.TypeAzureBlobFSReadSettings
1207	TypeAzureBlobStorageReadSettings   TypeBasicStoreReadSettings = original.TypeAzureBlobStorageReadSettings
1208	TypeAzureDataLakeStoreReadSettings TypeBasicStoreReadSettings = original.TypeAzureDataLakeStoreReadSettings
1209	TypeAzureFileStorageReadSettings   TypeBasicStoreReadSettings = original.TypeAzureFileStorageReadSettings
1210	TypeFileServerReadSettings         TypeBasicStoreReadSettings = original.TypeFileServerReadSettings
1211	TypeFtpReadSettings                TypeBasicStoreReadSettings = original.TypeFtpReadSettings
1212	TypeGoogleCloudStorageReadSettings TypeBasicStoreReadSettings = original.TypeGoogleCloudStorageReadSettings
1213	TypeHdfsReadSettings               TypeBasicStoreReadSettings = original.TypeHdfsReadSettings
1214	TypeHTTPReadSettings               TypeBasicStoreReadSettings = original.TypeHTTPReadSettings
1215	TypeSftpReadSettings               TypeBasicStoreReadSettings = original.TypeSftpReadSettings
1216	TypeStoreReadSettings              TypeBasicStoreReadSettings = original.TypeStoreReadSettings
1217)
1218
1219type TypeBasicStoreWriteSettings = original.TypeBasicStoreWriteSettings
1220
1221const (
1222	TypeAzureBlobFSWriteSettings        TypeBasicStoreWriteSettings = original.TypeAzureBlobFSWriteSettings
1223	TypeAzureBlobStorageWriteSettings   TypeBasicStoreWriteSettings = original.TypeAzureBlobStorageWriteSettings
1224	TypeAzureDataLakeStoreWriteSettings TypeBasicStoreWriteSettings = original.TypeAzureDataLakeStoreWriteSettings
1225	TypeFileServerWriteSettings         TypeBasicStoreWriteSettings = original.TypeFileServerWriteSettings
1226	TypeSftpWriteSettings               TypeBasicStoreWriteSettings = original.TypeSftpWriteSettings
1227	TypeStoreWriteSettings              TypeBasicStoreWriteSettings = original.TypeStoreWriteSettings
1228)
1229
1230type TypeBasicTrigger = original.TypeBasicTrigger
1231
1232const (
1233	TypeBlobEventsTrigger          TypeBasicTrigger = original.TypeBlobEventsTrigger
1234	TypeBlobTrigger                TypeBasicTrigger = original.TypeBlobTrigger
1235	TypeChainingTrigger            TypeBasicTrigger = original.TypeChainingTrigger
1236	TypeMultiplePipelineTrigger    TypeBasicTrigger = original.TypeMultiplePipelineTrigger
1237	TypeRerunTumblingWindowTrigger TypeBasicTrigger = original.TypeRerunTumblingWindowTrigger
1238	TypeScheduleTrigger            TypeBasicTrigger = original.TypeScheduleTrigger
1239	TypeTrigger                    TypeBasicTrigger = original.TypeTrigger
1240	TypeTumblingWindowTrigger      TypeBasicTrigger = original.TypeTumblingWindowTrigger
1241)
1242
1243type VariableType = original.VariableType
1244
1245const (
1246	VariableTypeArray   VariableType = original.VariableTypeArray
1247	VariableTypeBool    VariableType = original.VariableTypeBool
1248	VariableTypeBoolean VariableType = original.VariableTypeBoolean
1249	VariableTypeString  VariableType = original.VariableTypeString
1250)
1251
1252type WebActivityMethod = original.WebActivityMethod
1253
1254const (
1255	WebActivityMethodDELETE WebActivityMethod = original.WebActivityMethodDELETE
1256	WebActivityMethodGET    WebActivityMethod = original.WebActivityMethodGET
1257	WebActivityMethodPOST   WebActivityMethod = original.WebActivityMethodPOST
1258	WebActivityMethodPUT    WebActivityMethod = original.WebActivityMethodPUT
1259)
1260
1261type WebHookActivityMethod = original.WebHookActivityMethod
1262
1263const (
1264	WebHookActivityMethodPOST WebHookActivityMethod = original.WebHookActivityMethodPOST
1265)
1266
1267type Activity = original.Activity
1268type ActivityDependency = original.ActivityDependency
1269type ActivityPolicy = original.ActivityPolicy
1270type ActivityRun = original.ActivityRun
1271type ActivityRunsQueryResponse = original.ActivityRunsQueryResponse
1272type AddDataFlowToDebugSessionResponse = original.AddDataFlowToDebugSessionResponse
1273type AmazonMWSLinkedService = original.AmazonMWSLinkedService
1274type AmazonMWSLinkedServiceTypeProperties = original.AmazonMWSLinkedServiceTypeProperties
1275type AmazonMWSObjectDataset = original.AmazonMWSObjectDataset
1276type AmazonMWSSource = original.AmazonMWSSource
1277type AmazonRedshiftLinkedService = original.AmazonRedshiftLinkedService
1278type AmazonRedshiftLinkedServiceTypeProperties = original.AmazonRedshiftLinkedServiceTypeProperties
1279type AmazonRedshiftSource = original.AmazonRedshiftSource
1280type AmazonRedshiftTableDataset = original.AmazonRedshiftTableDataset
1281type AmazonRedshiftTableDatasetTypeProperties = original.AmazonRedshiftTableDatasetTypeProperties
1282type AmazonS3LinkedService = original.AmazonS3LinkedService
1283type AmazonS3LinkedServiceTypeProperties = original.AmazonS3LinkedServiceTypeProperties
1284type AmazonS3Location = original.AmazonS3Location
1285type AmazonS3ReadSettings = original.AmazonS3ReadSettings
1286type AppendVariableActivity = original.AppendVariableActivity
1287type AppendVariableActivityTypeProperties = original.AppendVariableActivityTypeProperties
1288type AutoPauseProperties = original.AutoPauseProperties
1289type AutoScaleProperties = original.AutoScaleProperties
1290type AvroDataset = original.AvroDataset
1291type AvroDatasetTypeProperties = original.AvroDatasetTypeProperties
1292type AvroFormat = original.AvroFormat
1293type AvroSink = original.AvroSink
1294type AvroSource = original.AvroSource
1295type AvroWriteSettings = original.AvroWriteSettings
1296type AzureBatchLinkedService = original.AzureBatchLinkedService
1297type AzureBatchLinkedServiceTypeProperties = original.AzureBatchLinkedServiceTypeProperties
1298type AzureBlobFSLinkedService = original.AzureBlobFSLinkedService
1299type AzureBlobFSLinkedServiceTypeProperties = original.AzureBlobFSLinkedServiceTypeProperties
1300type AzureBlobFSLocation = original.AzureBlobFSLocation
1301type AzureBlobFSReadSettings = original.AzureBlobFSReadSettings
1302type AzureBlobFSSink = original.AzureBlobFSSink
1303type AzureBlobFSSource = original.AzureBlobFSSource
1304type AzureBlobFSWriteSettings = original.AzureBlobFSWriteSettings
1305type AzureBlobStorageLinkedService = original.AzureBlobStorageLinkedService
1306type AzureBlobStorageLinkedServiceTypeProperties = original.AzureBlobStorageLinkedServiceTypeProperties
1307type AzureBlobStorageLocation = original.AzureBlobStorageLocation
1308type AzureBlobStorageReadSettings = original.AzureBlobStorageReadSettings
1309type AzureBlobStorageWriteSettings = original.AzureBlobStorageWriteSettings
1310type AzureDataExplorerCommandActivity = original.AzureDataExplorerCommandActivity
1311type AzureDataExplorerCommandActivityTypeProperties = original.AzureDataExplorerCommandActivityTypeProperties
1312type AzureDataExplorerDatasetTypeProperties = original.AzureDataExplorerDatasetTypeProperties
1313type AzureDataExplorerLinkedService = original.AzureDataExplorerLinkedService
1314type AzureDataExplorerLinkedServiceTypeProperties = original.AzureDataExplorerLinkedServiceTypeProperties
1315type AzureDataExplorerSink = original.AzureDataExplorerSink
1316type AzureDataExplorerSource = original.AzureDataExplorerSource
1317type AzureDataExplorerTableDataset = original.AzureDataExplorerTableDataset
1318type AzureDataLakeAnalyticsLinkedService = original.AzureDataLakeAnalyticsLinkedService
1319type AzureDataLakeAnalyticsLinkedServiceTypeProperties = original.AzureDataLakeAnalyticsLinkedServiceTypeProperties
1320type AzureDataLakeStoreLinkedService = original.AzureDataLakeStoreLinkedService
1321type AzureDataLakeStoreLinkedServiceTypeProperties = original.AzureDataLakeStoreLinkedServiceTypeProperties
1322type AzureDataLakeStoreLocation = original.AzureDataLakeStoreLocation
1323type AzureDataLakeStoreReadSettings = original.AzureDataLakeStoreReadSettings
1324type AzureDataLakeStoreSink = original.AzureDataLakeStoreSink
1325type AzureDataLakeStoreSource = original.AzureDataLakeStoreSource
1326type AzureDataLakeStoreWriteSettings = original.AzureDataLakeStoreWriteSettings
1327type AzureDatabricksLinkedService = original.AzureDatabricksLinkedService
1328type AzureDatabricksLinkedServiceTypeProperties = original.AzureDatabricksLinkedServiceTypeProperties
1329type AzureEntityResource = original.AzureEntityResource
1330type AzureFileStorageLinkedService = original.AzureFileStorageLinkedService
1331type AzureFileStorageLinkedServiceTypeProperties = original.AzureFileStorageLinkedServiceTypeProperties
1332type AzureFileStorageLocation = original.AzureFileStorageLocation
1333type AzureFileStorageReadSettings = original.AzureFileStorageReadSettings
1334type AzureFunctionActivity = original.AzureFunctionActivity
1335type AzureFunctionActivityTypeProperties = original.AzureFunctionActivityTypeProperties
1336type AzureFunctionLinkedService = original.AzureFunctionLinkedService
1337type AzureFunctionLinkedServiceTypeProperties = original.AzureFunctionLinkedServiceTypeProperties
1338type AzureKeyVaultLinkedService = original.AzureKeyVaultLinkedService
1339type AzureKeyVaultLinkedServiceTypeProperties = original.AzureKeyVaultLinkedServiceTypeProperties
1340type AzureKeyVaultSecretReference = original.AzureKeyVaultSecretReference
1341type AzureMLBatchExecutionActivity = original.AzureMLBatchExecutionActivity
1342type AzureMLBatchExecutionActivityTypeProperties = original.AzureMLBatchExecutionActivityTypeProperties
1343type AzureMLExecutePipelineActivity = original.AzureMLExecutePipelineActivity
1344type AzureMLExecutePipelineActivityTypeProperties = original.AzureMLExecutePipelineActivityTypeProperties
1345type AzureMLLinkedService = original.AzureMLLinkedService
1346type AzureMLLinkedServiceTypeProperties = original.AzureMLLinkedServiceTypeProperties
1347type AzureMLServiceLinkedService = original.AzureMLServiceLinkedService
1348type AzureMLServiceLinkedServiceTypeProperties = original.AzureMLServiceLinkedServiceTypeProperties
1349type AzureMLUpdateResourceActivity = original.AzureMLUpdateResourceActivity
1350type AzureMLUpdateResourceActivityTypeProperties = original.AzureMLUpdateResourceActivityTypeProperties
1351type AzureMLWebServiceFile = original.AzureMLWebServiceFile
1352type AzureMariaDBLinkedService = original.AzureMariaDBLinkedService
1353type AzureMariaDBLinkedServiceTypeProperties = original.AzureMariaDBLinkedServiceTypeProperties
1354type AzureMariaDBSource = original.AzureMariaDBSource
1355type AzureMariaDBTableDataset = original.AzureMariaDBTableDataset
1356type AzureMySQLLinkedService = original.AzureMySQLLinkedService
1357type AzureMySQLLinkedServiceTypeProperties = original.AzureMySQLLinkedServiceTypeProperties
1358type AzureMySQLSink = original.AzureMySQLSink
1359type AzureMySQLSource = original.AzureMySQLSource
1360type AzureMySQLTableDataset = original.AzureMySQLTableDataset
1361type AzureMySQLTableDatasetTypeProperties = original.AzureMySQLTableDatasetTypeProperties
1362type AzurePostgreSQLLinkedService = original.AzurePostgreSQLLinkedService
1363type AzurePostgreSQLLinkedServiceTypeProperties = original.AzurePostgreSQLLinkedServiceTypeProperties
1364type AzurePostgreSQLSink = original.AzurePostgreSQLSink
1365type AzurePostgreSQLSource = original.AzurePostgreSQLSource
1366type AzurePostgreSQLTableDataset = original.AzurePostgreSQLTableDataset
1367type AzurePostgreSQLTableDatasetTypeProperties = original.AzurePostgreSQLTableDatasetTypeProperties
1368type AzureQueueSink = original.AzureQueueSink
1369type AzureSQLDWLinkedService = original.AzureSQLDWLinkedService
1370type AzureSQLDWLinkedServiceTypeProperties = original.AzureSQLDWLinkedServiceTypeProperties
1371type AzureSQLDWTableDataset = original.AzureSQLDWTableDataset
1372type AzureSQLDWTableDatasetTypeProperties = original.AzureSQLDWTableDatasetTypeProperties
1373type AzureSQLDatabaseLinkedService = original.AzureSQLDatabaseLinkedService
1374type AzureSQLDatabaseLinkedServiceTypeProperties = original.AzureSQLDatabaseLinkedServiceTypeProperties
1375type AzureSQLMILinkedService = original.AzureSQLMILinkedService
1376type AzureSQLMILinkedServiceTypeProperties = original.AzureSQLMILinkedServiceTypeProperties
1377type AzureSQLMITableDataset = original.AzureSQLMITableDataset
1378type AzureSQLMITableDatasetTypeProperties = original.AzureSQLMITableDatasetTypeProperties
1379type AzureSQLSink = original.AzureSQLSink
1380type AzureSQLSource = original.AzureSQLSource
1381type AzureSQLTableDataset = original.AzureSQLTableDataset
1382type AzureSQLTableDatasetTypeProperties = original.AzureSQLTableDatasetTypeProperties
1383type AzureSearchIndexDataset = original.AzureSearchIndexDataset
1384type AzureSearchIndexDatasetTypeProperties = original.AzureSearchIndexDatasetTypeProperties
1385type AzureSearchIndexSink = original.AzureSearchIndexSink
1386type AzureSearchLinkedService = original.AzureSearchLinkedService
1387type AzureSearchLinkedServiceTypeProperties = original.AzureSearchLinkedServiceTypeProperties
1388type AzureStorageLinkedService = original.AzureStorageLinkedService
1389type AzureStorageLinkedServiceTypeProperties = original.AzureStorageLinkedServiceTypeProperties
1390type AzureTableDataset = original.AzureTableDataset
1391type AzureTableDatasetTypeProperties = original.AzureTableDatasetTypeProperties
1392type AzureTableSink = original.AzureTableSink
1393type AzureTableSource = original.AzureTableSource
1394type AzureTableStorageLinkedService = original.AzureTableStorageLinkedService
1395type BaseClient = original.BaseClient
1396type BasicActivity = original.BasicActivity
1397type BasicControlActivity = original.BasicControlActivity
1398type BasicCopySink = original.BasicCopySink
1399type BasicCopySource = original.BasicCopySource
1400type BasicCopyTranslator = original.BasicCopyTranslator
1401type BasicCustomSetupBase = original.BasicCustomSetupBase
1402type BasicDataFlow = original.BasicDataFlow
1403type BasicDataset = original.BasicDataset
1404type BasicDatasetCompression = original.BasicDatasetCompression
1405type BasicDatasetLocation = original.BasicDatasetLocation
1406type BasicDatasetStorageFormat = original.BasicDatasetStorageFormat
1407type BasicDependencyReference = original.BasicDependencyReference
1408type BasicExecutionActivity = original.BasicExecutionActivity
1409type BasicFormatReadSettings = original.BasicFormatReadSettings
1410type BasicFormatWriteSettings = original.BasicFormatWriteSettings
1411type BasicIntegrationRuntime = original.BasicIntegrationRuntime
1412type BasicLinkedIntegrationRuntimeType = original.BasicLinkedIntegrationRuntimeType
1413type BasicLinkedService = original.BasicLinkedService
1414type BasicMultiplePipelineTrigger = original.BasicMultiplePipelineTrigger
1415type BasicSecretBase = original.BasicSecretBase
1416type BasicStoreReadSettings = original.BasicStoreReadSettings
1417type BasicStoreWriteSettings = original.BasicStoreWriteSettings
1418type BasicTabularSource = original.BasicTabularSource
1419type BasicTrigger = original.BasicTrigger
1420type BasicTriggerDependencyReference = original.BasicTriggerDependencyReference
1421type BasicWebLinkedServiceTypeProperties = original.BasicWebLinkedServiceTypeProperties
1422type BigDataPoolReference = original.BigDataPoolReference
1423type BigDataPoolResourceInfo = original.BigDataPoolResourceInfo
1424type BigDataPoolResourceInfoListResult = original.BigDataPoolResourceInfoListResult
1425type BigDataPoolResourceProperties = original.BigDataPoolResourceProperties
1426type BigDataPoolsClient = original.BigDataPoolsClient
1427type BinaryDataset = original.BinaryDataset
1428type BinaryDatasetTypeProperties = original.BinaryDatasetTypeProperties
1429type BinarySink = original.BinarySink
1430type BinarySource = original.BinarySource
1431type BlobEventsTrigger = original.BlobEventsTrigger
1432type BlobEventsTriggerTypeProperties = original.BlobEventsTriggerTypeProperties
1433type BlobSink = original.BlobSink
1434type BlobSource = original.BlobSource
1435type BlobTrigger = original.BlobTrigger
1436type BlobTriggerTypeProperties = original.BlobTriggerTypeProperties
1437type CassandraLinkedService = original.CassandraLinkedService
1438type CassandraLinkedServiceTypeProperties = original.CassandraLinkedServiceTypeProperties
1439type CassandraSource = original.CassandraSource
1440type CassandraTableDataset = original.CassandraTableDataset
1441type CassandraTableDatasetTypeProperties = original.CassandraTableDatasetTypeProperties
1442type ChainingTrigger = original.ChainingTrigger
1443type ChainingTriggerTypeProperties = original.ChainingTriggerTypeProperties
1444type CloudError = original.CloudError
1445type CloudErrorBody = original.CloudErrorBody
1446type CmdkeySetup = original.CmdkeySetup
1447type CmdkeySetupTypeProperties = original.CmdkeySetupTypeProperties
1448type CommonDataServiceForAppsEntityDataset = original.CommonDataServiceForAppsEntityDataset
1449type CommonDataServiceForAppsEntityDatasetTypeProperties = original.CommonDataServiceForAppsEntityDatasetTypeProperties
1450type CommonDataServiceForAppsLinkedService = original.CommonDataServiceForAppsLinkedService
1451type CommonDataServiceForAppsLinkedServiceTypeProperties = original.CommonDataServiceForAppsLinkedServiceTypeProperties
1452type CommonDataServiceForAppsSink = original.CommonDataServiceForAppsSink
1453type CommonDataServiceForAppsSource = original.CommonDataServiceForAppsSource
1454type ComponentSetup = original.ComponentSetup
1455type ConcurLinkedService = original.ConcurLinkedService
1456type ConcurLinkedServiceTypeProperties = original.ConcurLinkedServiceTypeProperties
1457type ConcurObjectDataset = original.ConcurObjectDataset
1458type ConcurSource = original.ConcurSource
1459type ControlActivity = original.ControlActivity
1460type CopyActivity = original.CopyActivity
1461type CopyActivityTypeProperties = original.CopyActivityTypeProperties
1462type CopySink = original.CopySink
1463type CopySource = original.CopySource
1464type CopyTranslator = original.CopyTranslator
1465type CosmosDbLinkedService = original.CosmosDbLinkedService
1466type CosmosDbLinkedServiceTypeProperties = original.CosmosDbLinkedServiceTypeProperties
1467type CosmosDbMongoDbAPICollectionDataset = original.CosmosDbMongoDbAPICollectionDataset
1468type CosmosDbMongoDbAPICollectionDatasetTypeProperties = original.CosmosDbMongoDbAPICollectionDatasetTypeProperties
1469type CosmosDbMongoDbAPILinkedService = original.CosmosDbMongoDbAPILinkedService
1470type CosmosDbMongoDbAPILinkedServiceTypeProperties = original.CosmosDbMongoDbAPILinkedServiceTypeProperties
1471type CosmosDbMongoDbAPISink = original.CosmosDbMongoDbAPISink
1472type CosmosDbMongoDbAPISource = original.CosmosDbMongoDbAPISource
1473type CosmosDbSQLAPICollectionDataset = original.CosmosDbSQLAPICollectionDataset
1474type CosmosDbSQLAPICollectionDatasetTypeProperties = original.CosmosDbSQLAPICollectionDatasetTypeProperties
1475type CosmosDbSQLAPISink = original.CosmosDbSQLAPISink
1476type CosmosDbSQLAPISource = original.CosmosDbSQLAPISource
1477type CouchbaseLinkedService = original.CouchbaseLinkedService
1478type CouchbaseLinkedServiceTypeProperties = original.CouchbaseLinkedServiceTypeProperties
1479type CouchbaseSource = original.CouchbaseSource
1480type CouchbaseTableDataset = original.CouchbaseTableDataset
1481type CreateDataFlowDebugSessionRequest = original.CreateDataFlowDebugSessionRequest
1482type CreateDataFlowDebugSessionResponse = original.CreateDataFlowDebugSessionResponse
1483type CreateRunResponse = original.CreateRunResponse
1484type CustomActivity = original.CustomActivity
1485type CustomActivityReferenceObject = original.CustomActivityReferenceObject
1486type CustomActivityTypeProperties = original.CustomActivityTypeProperties
1487type CustomDataSourceLinkedService = original.CustomDataSourceLinkedService
1488type CustomDataset = original.CustomDataset
1489type CustomSetupBase = original.CustomSetupBase
1490type CustomerManagedKeyDetails = original.CustomerManagedKeyDetails
1491type DWCopyCommandDefaultValue = original.DWCopyCommandDefaultValue
1492type DWCopyCommandSettings = original.DWCopyCommandSettings
1493type DataFlow = original.DataFlow
1494type DataFlowClient = original.DataFlowClient
1495type DataFlowCreateOrUpdateDataFlowFuture = original.DataFlowCreateOrUpdateDataFlowFuture
1496type DataFlowDebugCommandRequest = original.DataFlowDebugCommandRequest
1497type DataFlowDebugCommandResponse = original.DataFlowDebugCommandResponse
1498type DataFlowDebugPackage = original.DataFlowDebugPackage
1499type DataFlowDebugPackageDebugSettings = original.DataFlowDebugPackageDebugSettings
1500type DataFlowDebugPreviewDataRequest = original.DataFlowDebugPreviewDataRequest
1501type DataFlowDebugQueryResponse = original.DataFlowDebugQueryResponse
1502type DataFlowDebugResource = original.DataFlowDebugResource
1503type DataFlowDebugResultResponse = original.DataFlowDebugResultResponse
1504type DataFlowDebugSessionClient = original.DataFlowDebugSessionClient
1505type DataFlowDebugSessionCreateDataFlowDebugSessionFuture = original.DataFlowDebugSessionCreateDataFlowDebugSessionFuture
1506type DataFlowDebugSessionExecuteCommandFuture = original.DataFlowDebugSessionExecuteCommandFuture
1507type DataFlowDebugSessionInfo = original.DataFlowDebugSessionInfo
1508type DataFlowDebugStatisticsRequest = original.DataFlowDebugStatisticsRequest
1509type DataFlowDeleteDataFlowFuture = original.DataFlowDeleteDataFlowFuture
1510type DataFlowFolder = original.DataFlowFolder
1511type DataFlowListResponse = original.DataFlowListResponse
1512type DataFlowListResponseIterator = original.DataFlowListResponseIterator
1513type DataFlowListResponsePage = original.DataFlowListResponsePage
1514type DataFlowReference = original.DataFlowReference
1515type DataFlowRenameDataFlowFuture = original.DataFlowRenameDataFlowFuture
1516type DataFlowResource = original.DataFlowResource
1517type DataFlowSink = original.DataFlowSink
1518type DataFlowSource = original.DataFlowSource
1519type DataFlowSourceSetting = original.DataFlowSourceSetting
1520type DataFlowStagingInfo = original.DataFlowStagingInfo
1521type DataLakeAnalyticsUSQLActivity = original.DataLakeAnalyticsUSQLActivity
1522type DataLakeAnalyticsUSQLActivityTypeProperties = original.DataLakeAnalyticsUSQLActivityTypeProperties
1523type DataLakeStorageAccountDetails = original.DataLakeStorageAccountDetails
1524type DatabricksNotebookActivity = original.DatabricksNotebookActivity
1525type DatabricksNotebookActivityTypeProperties = original.DatabricksNotebookActivityTypeProperties
1526type DatabricksSparkJarActivity = original.DatabricksSparkJarActivity
1527type DatabricksSparkJarActivityTypeProperties = original.DatabricksSparkJarActivityTypeProperties
1528type DatabricksSparkPythonActivity = original.DatabricksSparkPythonActivity
1529type DatabricksSparkPythonActivityTypeProperties = original.DatabricksSparkPythonActivityTypeProperties
1530type Dataset = original.Dataset
1531type DatasetBZip2Compression = original.DatasetBZip2Compression
1532type DatasetClient = original.DatasetClient
1533type DatasetCompression = original.DatasetCompression
1534type DatasetCreateOrUpdateDatasetFuture = original.DatasetCreateOrUpdateDatasetFuture
1535type DatasetDataElement = original.DatasetDataElement
1536type DatasetDebugResource = original.DatasetDebugResource
1537type DatasetDeflateCompression = original.DatasetDeflateCompression
1538type DatasetDeleteDatasetFuture = original.DatasetDeleteDatasetFuture
1539type DatasetFolder = original.DatasetFolder
1540type DatasetGZipCompression = original.DatasetGZipCompression
1541type DatasetListResponse = original.DatasetListResponse
1542type DatasetListResponseIterator = original.DatasetListResponseIterator
1543type DatasetListResponsePage = original.DatasetListResponsePage
1544type DatasetLocation = original.DatasetLocation
1545type DatasetReference = original.DatasetReference
1546type DatasetRenameDatasetFuture = original.DatasetRenameDatasetFuture
1547type DatasetResource = original.DatasetResource
1548type DatasetSchemaDataElement = original.DatasetSchemaDataElement
1549type DatasetStorageFormat = original.DatasetStorageFormat
1550type DatasetZipDeflateCompression = original.DatasetZipDeflateCompression
1551type Db2LinkedService = original.Db2LinkedService
1552type Db2LinkedServiceTypeProperties = original.Db2LinkedServiceTypeProperties
1553type Db2Source = original.Db2Source
1554type Db2TableDataset = original.Db2TableDataset
1555type Db2TableDatasetTypeProperties = original.Db2TableDatasetTypeProperties
1556type DeleteActivity = original.DeleteActivity
1557type DeleteActivityTypeProperties = original.DeleteActivityTypeProperties
1558type DeleteDataFlowDebugSessionRequest = original.DeleteDataFlowDebugSessionRequest
1559type DelimitedTextDataset = original.DelimitedTextDataset
1560type DelimitedTextDatasetTypeProperties = original.DelimitedTextDatasetTypeProperties
1561type DelimitedTextReadSettings = original.DelimitedTextReadSettings
1562type DelimitedTextSink = original.DelimitedTextSink
1563type DelimitedTextSource = original.DelimitedTextSource
1564type DelimitedTextWriteSettings = original.DelimitedTextWriteSettings
1565type DependencyReference = original.DependencyReference
1566type DistcpSettings = original.DistcpSettings
1567type DocumentDbCollectionDataset = original.DocumentDbCollectionDataset
1568type DocumentDbCollectionDatasetTypeProperties = original.DocumentDbCollectionDatasetTypeProperties
1569type DocumentDbCollectionSink = original.DocumentDbCollectionSink
1570type DocumentDbCollectionSource = original.DocumentDbCollectionSource
1571type DrillDatasetTypeProperties = original.DrillDatasetTypeProperties
1572type DrillLinkedService = original.DrillLinkedService
1573type DrillLinkedServiceTypeProperties = original.DrillLinkedServiceTypeProperties
1574type DrillSource = original.DrillSource
1575type DrillTableDataset = original.DrillTableDataset
1576type DynamicsAXLinkedService = original.DynamicsAXLinkedService
1577type DynamicsAXLinkedServiceTypeProperties = original.DynamicsAXLinkedServiceTypeProperties
1578type DynamicsAXResourceDataset = original.DynamicsAXResourceDataset
1579type DynamicsAXResourceDatasetTypeProperties = original.DynamicsAXResourceDatasetTypeProperties
1580type DynamicsAXSource = original.DynamicsAXSource
1581type DynamicsCrmEntityDataset = original.DynamicsCrmEntityDataset
1582type DynamicsCrmEntityDatasetTypeProperties = original.DynamicsCrmEntityDatasetTypeProperties
1583type DynamicsCrmLinkedService = original.DynamicsCrmLinkedService
1584type DynamicsCrmLinkedServiceTypeProperties = original.DynamicsCrmLinkedServiceTypeProperties
1585type DynamicsCrmSink = original.DynamicsCrmSink
1586type DynamicsCrmSource = original.DynamicsCrmSource
1587type DynamicsEntityDataset = original.DynamicsEntityDataset
1588type DynamicsEntityDatasetTypeProperties = original.DynamicsEntityDatasetTypeProperties
1589type DynamicsLinkedService = original.DynamicsLinkedService
1590type DynamicsLinkedServiceTypeProperties = original.DynamicsLinkedServiceTypeProperties
1591type DynamicsSink = original.DynamicsSink
1592type DynamicsSource = original.DynamicsSource
1593type EloquaLinkedService = original.EloquaLinkedService
1594type EloquaLinkedServiceTypeProperties = original.EloquaLinkedServiceTypeProperties
1595type EloquaObjectDataset = original.EloquaObjectDataset
1596type EloquaSource = original.EloquaSource
1597type EncryptionDetails = original.EncryptionDetails
1598type EntityReference = original.EntityReference
1599type EnvironmentVariableSetup = original.EnvironmentVariableSetup
1600type EnvironmentVariableSetupTypeProperties = original.EnvironmentVariableSetupTypeProperties
1601type ErrorAdditionalInfo = original.ErrorAdditionalInfo
1602type ErrorContract = original.ErrorContract
1603type ErrorResponse = original.ErrorResponse
1604type EvaluateDataFlowExpressionRequest = original.EvaluateDataFlowExpressionRequest
1605type ExecuteDataFlowActivity = original.ExecuteDataFlowActivity
1606type ExecuteDataFlowActivityTypeProperties = original.ExecuteDataFlowActivityTypeProperties
1607type ExecuteDataFlowActivityTypePropertiesCompute = original.ExecuteDataFlowActivityTypePropertiesCompute
1608type ExecutePipelineActivity = original.ExecutePipelineActivity
1609type ExecutePipelineActivityTypeProperties = original.ExecutePipelineActivityTypeProperties
1610type ExecuteSSISPackageActivity = original.ExecuteSSISPackageActivity
1611type ExecuteSSISPackageActivityTypeProperties = original.ExecuteSSISPackageActivityTypeProperties
1612type ExecutionActivity = original.ExecutionActivity
1613type ExposureControlRequest = original.ExposureControlRequest
1614type ExposureControlResponse = original.ExposureControlResponse
1615type Expression = original.Expression
1616type FileServerLinkedService = original.FileServerLinkedService
1617type FileServerLinkedServiceTypeProperties = original.FileServerLinkedServiceTypeProperties
1618type FileServerLocation = original.FileServerLocation
1619type FileServerReadSettings = original.FileServerReadSettings
1620type FileServerWriteSettings = original.FileServerWriteSettings
1621type FileSystemSink = original.FileSystemSink
1622type FileSystemSource = original.FileSystemSource
1623type FilterActivity = original.FilterActivity
1624type FilterActivityTypeProperties = original.FilterActivityTypeProperties
1625type ForEachActivity = original.ForEachActivity
1626type ForEachActivityTypeProperties = original.ForEachActivityTypeProperties
1627type FormatReadSettings = original.FormatReadSettings
1628type FormatWriteSettings = original.FormatWriteSettings
1629type FtpReadSettings = original.FtpReadSettings
1630type FtpServerLinkedService = original.FtpServerLinkedService
1631type FtpServerLinkedServiceTypeProperties = original.FtpServerLinkedServiceTypeProperties
1632type FtpServerLocation = original.FtpServerLocation
1633type GenericDatasetTypeProperties = original.GenericDatasetTypeProperties
1634type GetMetadataActivity = original.GetMetadataActivity
1635type GetMetadataActivityTypeProperties = original.GetMetadataActivityTypeProperties
1636type GetSsisObjectMetadataRequest = original.GetSsisObjectMetadataRequest
1637type GitHubAccessTokenRequest = original.GitHubAccessTokenRequest
1638type GitHubAccessTokenResponse = original.GitHubAccessTokenResponse
1639type GoogleAdWordsLinkedService = original.GoogleAdWordsLinkedService
1640type GoogleAdWordsLinkedServiceTypeProperties = original.GoogleAdWordsLinkedServiceTypeProperties
1641type GoogleAdWordsObjectDataset = original.GoogleAdWordsObjectDataset
1642type GoogleAdWordsSource = original.GoogleAdWordsSource
1643type GoogleBigQueryDatasetTypeProperties = original.GoogleBigQueryDatasetTypeProperties
1644type GoogleBigQueryLinkedService = original.GoogleBigQueryLinkedService
1645type GoogleBigQueryLinkedServiceTypeProperties = original.GoogleBigQueryLinkedServiceTypeProperties
1646type GoogleBigQueryObjectDataset = original.GoogleBigQueryObjectDataset
1647type GoogleBigQuerySource = original.GoogleBigQuerySource
1648type GoogleCloudStorageLinkedService = original.GoogleCloudStorageLinkedService
1649type GoogleCloudStorageLinkedServiceTypeProperties = original.GoogleCloudStorageLinkedServiceTypeProperties
1650type GoogleCloudStorageLocation = original.GoogleCloudStorageLocation
1651type GoogleCloudStorageReadSettings = original.GoogleCloudStorageReadSettings
1652type GreenplumDatasetTypeProperties = original.GreenplumDatasetTypeProperties
1653type GreenplumLinkedService = original.GreenplumLinkedService
1654type GreenplumLinkedServiceTypeProperties = original.GreenplumLinkedServiceTypeProperties
1655type GreenplumSource = original.GreenplumSource
1656type GreenplumTableDataset = original.GreenplumTableDataset
1657type HBaseLinkedService = original.HBaseLinkedService
1658type HBaseLinkedServiceTypeProperties = original.HBaseLinkedServiceTypeProperties
1659type HBaseObjectDataset = original.HBaseObjectDataset
1660type HBaseSource = original.HBaseSource
1661type HDInsightHiveActivity = original.HDInsightHiveActivity
1662type HDInsightHiveActivityTypeProperties = original.HDInsightHiveActivityTypeProperties
1663type HDInsightLinkedService = original.HDInsightLinkedService
1664type HDInsightLinkedServiceTypeProperties = original.HDInsightLinkedServiceTypeProperties
1665type HDInsightMapReduceActivity = original.HDInsightMapReduceActivity
1666type HDInsightMapReduceActivityTypeProperties = original.HDInsightMapReduceActivityTypeProperties
1667type HDInsightOnDemandLinkedService = original.HDInsightOnDemandLinkedService
1668type HDInsightOnDemandLinkedServiceTypeProperties = original.HDInsightOnDemandLinkedServiceTypeProperties
1669type HDInsightPigActivity = original.HDInsightPigActivity
1670type HDInsightPigActivityTypeProperties = original.HDInsightPigActivityTypeProperties
1671type HDInsightSparkActivity = original.HDInsightSparkActivity
1672type HDInsightSparkActivityTypeProperties = original.HDInsightSparkActivityTypeProperties
1673type HDInsightStreamingActivity = original.HDInsightStreamingActivity
1674type HDInsightStreamingActivityTypeProperties = original.HDInsightStreamingActivityTypeProperties
1675type HTTPLinkedService = original.HTTPLinkedService
1676type HTTPLinkedServiceTypeProperties = original.HTTPLinkedServiceTypeProperties
1677type HTTPReadSettings = original.HTTPReadSettings
1678type HTTPServerLocation = original.HTTPServerLocation
1679type HTTPSource = original.HTTPSource
1680type HdfsLinkedService = original.HdfsLinkedService
1681type HdfsLinkedServiceTypeProperties = original.HdfsLinkedServiceTypeProperties
1682type HdfsLocation = original.HdfsLocation
1683type HdfsReadSettings = original.HdfsReadSettings
1684type HdfsSource = original.HdfsSource
1685type HiveDatasetTypeProperties = original.HiveDatasetTypeProperties
1686type HiveLinkedService = original.HiveLinkedService
1687type HiveLinkedServiceTypeProperties = original.HiveLinkedServiceTypeProperties
1688type HiveObjectDataset = original.HiveObjectDataset
1689type HiveSource = original.HiveSource
1690type HubspotLinkedService = original.HubspotLinkedService
1691type HubspotLinkedServiceTypeProperties = original.HubspotLinkedServiceTypeProperties
1692type HubspotObjectDataset = original.HubspotObjectDataset
1693type HubspotSource = original.HubspotSource
1694type IfConditionActivity = original.IfConditionActivity
1695type IfConditionActivityTypeProperties = original.IfConditionActivityTypeProperties
1696type ImpalaDatasetTypeProperties = original.ImpalaDatasetTypeProperties
1697type ImpalaLinkedService = original.ImpalaLinkedService
1698type ImpalaLinkedServiceTypeProperties = original.ImpalaLinkedServiceTypeProperties
1699type ImpalaObjectDataset = original.ImpalaObjectDataset
1700type ImpalaSource = original.ImpalaSource
1701type InformixLinkedService = original.InformixLinkedService
1702type InformixLinkedServiceTypeProperties = original.InformixLinkedServiceTypeProperties
1703type InformixSink = original.InformixSink
1704type InformixSource = original.InformixSource
1705type InformixTableDataset = original.InformixTableDataset
1706type InformixTableDatasetTypeProperties = original.InformixTableDatasetTypeProperties
1707type IntegrationRuntime = original.IntegrationRuntime
1708type IntegrationRuntimeComputeProperties = original.IntegrationRuntimeComputeProperties
1709type IntegrationRuntimeCustomSetupScriptProperties = original.IntegrationRuntimeCustomSetupScriptProperties
1710type IntegrationRuntimeDataFlowProperties = original.IntegrationRuntimeDataFlowProperties
1711type IntegrationRuntimeDataProxyProperties = original.IntegrationRuntimeDataProxyProperties
1712type IntegrationRuntimeListResponse = original.IntegrationRuntimeListResponse
1713type IntegrationRuntimeReference = original.IntegrationRuntimeReference
1714type IntegrationRuntimeResource = original.IntegrationRuntimeResource
1715type IntegrationRuntimeSsisCatalogInfo = original.IntegrationRuntimeSsisCatalogInfo
1716type IntegrationRuntimeSsisProperties = original.IntegrationRuntimeSsisProperties
1717type IntegrationRuntimeVNetProperties = original.IntegrationRuntimeVNetProperties
1718type IntegrationRuntimesClient = original.IntegrationRuntimesClient
1719type JSONDataset = original.JSONDataset
1720type JSONDatasetTypeProperties = original.JSONDatasetTypeProperties
1721type JSONFormat = original.JSONFormat
1722type JSONSink = original.JSONSink
1723type JSONSource = original.JSONSource
1724type JSONWriteSettings = original.JSONWriteSettings
1725type JiraLinkedService = original.JiraLinkedService
1726type JiraLinkedServiceTypeProperties = original.JiraLinkedServiceTypeProperties
1727type JiraObjectDataset = original.JiraObjectDataset
1728type JiraSource = original.JiraSource
1729type LibraryRequirements = original.LibraryRequirements
1730type LicensedComponentSetupTypeProperties = original.LicensedComponentSetupTypeProperties
1731type LinkedIntegrationRuntimeKeyAuthorization = original.LinkedIntegrationRuntimeKeyAuthorization
1732type LinkedIntegrationRuntimeRbacAuthorization = original.LinkedIntegrationRuntimeRbacAuthorization
1733type LinkedIntegrationRuntimeType = original.LinkedIntegrationRuntimeType
1734type LinkedService = original.LinkedService
1735type LinkedServiceClient = original.LinkedServiceClient
1736type LinkedServiceCreateOrUpdateLinkedServiceFuture = original.LinkedServiceCreateOrUpdateLinkedServiceFuture
1737type LinkedServiceDebugResource = original.LinkedServiceDebugResource
1738type LinkedServiceDeleteLinkedServiceFuture = original.LinkedServiceDeleteLinkedServiceFuture
1739type LinkedServiceListResponse = original.LinkedServiceListResponse
1740type LinkedServiceListResponseIterator = original.LinkedServiceListResponseIterator
1741type LinkedServiceListResponsePage = original.LinkedServiceListResponsePage
1742type LinkedServiceReference = original.LinkedServiceReference
1743type LinkedServiceRenameLinkedServiceFuture = original.LinkedServiceRenameLinkedServiceFuture
1744type LinkedServiceResource = original.LinkedServiceResource
1745type LogStorageSettings = original.LogStorageSettings
1746type LookupActivity = original.LookupActivity
1747type LookupActivityTypeProperties = original.LookupActivityTypeProperties
1748type MagentoLinkedService = original.MagentoLinkedService
1749type MagentoLinkedServiceTypeProperties = original.MagentoLinkedServiceTypeProperties
1750type MagentoObjectDataset = original.MagentoObjectDataset
1751type MagentoSource = original.MagentoSource
1752type ManagedIdentity = original.ManagedIdentity
1753type ManagedIntegrationRuntime = original.ManagedIntegrationRuntime
1754type ManagedIntegrationRuntimeTypeProperties = original.ManagedIntegrationRuntimeTypeProperties
1755type ManagedVirtualNetworkSettings = original.ManagedVirtualNetworkSettings
1756type MappingDataFlow = original.MappingDataFlow
1757type MappingDataFlowTypeProperties = original.MappingDataFlowTypeProperties
1758type MariaDBLinkedService = original.MariaDBLinkedService
1759type MariaDBLinkedServiceTypeProperties = original.MariaDBLinkedServiceTypeProperties
1760type MariaDBSource = original.MariaDBSource
1761type MariaDBTableDataset = original.MariaDBTableDataset
1762type MarketoLinkedService = original.MarketoLinkedService
1763type MarketoLinkedServiceTypeProperties = original.MarketoLinkedServiceTypeProperties
1764type MarketoObjectDataset = original.MarketoObjectDataset
1765type MarketoSource = original.MarketoSource
1766type MicrosoftAccessLinkedService = original.MicrosoftAccessLinkedService
1767type MicrosoftAccessLinkedServiceTypeProperties = original.MicrosoftAccessLinkedServiceTypeProperties
1768type MicrosoftAccessSink = original.MicrosoftAccessSink
1769type MicrosoftAccessSource = original.MicrosoftAccessSource
1770type MicrosoftAccessTableDataset = original.MicrosoftAccessTableDataset
1771type MicrosoftAccessTableDatasetTypeProperties = original.MicrosoftAccessTableDatasetTypeProperties
1772type MongoDbCollectionDataset = original.MongoDbCollectionDataset
1773type MongoDbCollectionDatasetTypeProperties = original.MongoDbCollectionDatasetTypeProperties
1774type MongoDbCursorMethodsProperties = original.MongoDbCursorMethodsProperties
1775type MongoDbLinkedService = original.MongoDbLinkedService
1776type MongoDbLinkedServiceTypeProperties = original.MongoDbLinkedServiceTypeProperties
1777type MongoDbSource = original.MongoDbSource
1778type MongoDbV2CollectionDataset = original.MongoDbV2CollectionDataset
1779type MongoDbV2CollectionDatasetTypeProperties = original.MongoDbV2CollectionDatasetTypeProperties
1780type MongoDbV2LinkedService = original.MongoDbV2LinkedService
1781type MongoDbV2LinkedServiceTypeProperties = original.MongoDbV2LinkedServiceTypeProperties
1782type MongoDbV2Source = original.MongoDbV2Source
1783type MultiplePipelineTrigger = original.MultiplePipelineTrigger
1784type MySQLLinkedService = original.MySQLLinkedService
1785type MySQLLinkedServiceTypeProperties = original.MySQLLinkedServiceTypeProperties
1786type MySQLSource = original.MySQLSource
1787type MySQLTableDataset = original.MySQLTableDataset
1788type MySQLTableDatasetTypeProperties = original.MySQLTableDatasetTypeProperties
1789type NetezzaLinkedService = original.NetezzaLinkedService
1790type NetezzaLinkedServiceTypeProperties = original.NetezzaLinkedServiceTypeProperties
1791type NetezzaPartitionSettings = original.NetezzaPartitionSettings
1792type NetezzaSource = original.NetezzaSource
1793type NetezzaTableDataset = original.NetezzaTableDataset
1794type NetezzaTableDatasetTypeProperties = original.NetezzaTableDatasetTypeProperties
1795type Notebook = original.Notebook
1796type NotebookCell = original.NotebookCell
1797type NotebookCellOutputItem = original.NotebookCellOutputItem
1798type NotebookClient = original.NotebookClient
1799type NotebookCreateOrUpdateNotebookFuture = original.NotebookCreateOrUpdateNotebookFuture
1800type NotebookDeleteNotebookFuture = original.NotebookDeleteNotebookFuture
1801type NotebookKernelSpec = original.NotebookKernelSpec
1802type NotebookLanguageInfo = original.NotebookLanguageInfo
1803type NotebookListResponse = original.NotebookListResponse
1804type NotebookListResponseIterator = original.NotebookListResponseIterator
1805type NotebookListResponsePage = original.NotebookListResponsePage
1806type NotebookMetadata = original.NotebookMetadata
1807type NotebookRenameNotebookFuture = original.NotebookRenameNotebookFuture
1808type NotebookResource = original.NotebookResource
1809type NotebookSessionProperties = original.NotebookSessionProperties
1810type ODataLinkedService = original.ODataLinkedService
1811type ODataLinkedServiceTypeProperties = original.ODataLinkedServiceTypeProperties
1812type ODataResourceDataset = original.ODataResourceDataset
1813type ODataResourceDatasetTypeProperties = original.ODataResourceDatasetTypeProperties
1814type ODataSource = original.ODataSource
1815type OdbcLinkedService = original.OdbcLinkedService
1816type OdbcLinkedServiceTypeProperties = original.OdbcLinkedServiceTypeProperties
1817type OdbcSink = original.OdbcSink
1818type OdbcSource = original.OdbcSource
1819type OdbcTableDataset = original.OdbcTableDataset
1820type OdbcTableDatasetTypeProperties = original.OdbcTableDatasetTypeProperties
1821type Office365Dataset = original.Office365Dataset
1822type Office365DatasetTypeProperties = original.Office365DatasetTypeProperties
1823type Office365LinkedService = original.Office365LinkedService
1824type Office365LinkedServiceTypeProperties = original.Office365LinkedServiceTypeProperties
1825type Office365Source = original.Office365Source
1826type OracleLinkedService = original.OracleLinkedService
1827type OracleLinkedServiceTypeProperties = original.OracleLinkedServiceTypeProperties
1828type OraclePartitionSettings = original.OraclePartitionSettings
1829type OracleServiceCloudLinkedService = original.OracleServiceCloudLinkedService
1830type OracleServiceCloudLinkedServiceTypeProperties = original.OracleServiceCloudLinkedServiceTypeProperties
1831type OracleServiceCloudObjectDataset = original.OracleServiceCloudObjectDataset
1832type OracleServiceCloudSource = original.OracleServiceCloudSource
1833type OracleSink = original.OracleSink
1834type OracleSource = original.OracleSource
1835type OracleTableDataset = original.OracleTableDataset
1836type OracleTableDatasetTypeProperties = original.OracleTableDatasetTypeProperties
1837type OrcDataset = original.OrcDataset
1838type OrcDatasetTypeProperties = original.OrcDatasetTypeProperties
1839type OrcFormat = original.OrcFormat
1840type OrcSink = original.OrcSink
1841type OrcSource = original.OrcSource
1842type ParameterSpecification = original.ParameterSpecification
1843type ParquetDataset = original.ParquetDataset
1844type ParquetDatasetTypeProperties = original.ParquetDatasetTypeProperties
1845type ParquetFormat = original.ParquetFormat
1846type ParquetSink = original.ParquetSink
1847type ParquetSource = original.ParquetSource
1848type PaypalLinkedService = original.PaypalLinkedService
1849type PaypalLinkedServiceTypeProperties = original.PaypalLinkedServiceTypeProperties
1850type PaypalObjectDataset = original.PaypalObjectDataset
1851type PaypalSource = original.PaypalSource
1852type PhoenixDatasetTypeProperties = original.PhoenixDatasetTypeProperties
1853type PhoenixLinkedService = original.PhoenixLinkedService
1854type PhoenixLinkedServiceTypeProperties = original.PhoenixLinkedServiceTypeProperties
1855type PhoenixObjectDataset = original.PhoenixObjectDataset
1856type PhoenixSource = original.PhoenixSource
1857type Pipeline = original.Pipeline
1858type PipelineClient = original.PipelineClient
1859type PipelineCreateOrUpdatePipelineFuture = original.PipelineCreateOrUpdatePipelineFuture
1860type PipelineDeletePipelineFuture = original.PipelineDeletePipelineFuture
1861type PipelineFolder = original.PipelineFolder
1862type PipelineListResponse = original.PipelineListResponse
1863type PipelineListResponseIterator = original.PipelineListResponseIterator
1864type PipelineListResponsePage = original.PipelineListResponsePage
1865type PipelineReference = original.PipelineReference
1866type PipelineRenamePipelineFuture = original.PipelineRenamePipelineFuture
1867type PipelineResource = original.PipelineResource
1868type PipelineRun = original.PipelineRun
1869type PipelineRunClient = original.PipelineRunClient
1870type PipelineRunInvokedBy = original.PipelineRunInvokedBy
1871type PipelineRunsQueryResponse = original.PipelineRunsQueryResponse
1872type PolybaseSettings = original.PolybaseSettings
1873type PostgreSQLLinkedService = original.PostgreSQLLinkedService
1874type PostgreSQLLinkedServiceTypeProperties = original.PostgreSQLLinkedServiceTypeProperties
1875type PostgreSQLSource = original.PostgreSQLSource
1876type PostgreSQLTableDataset = original.PostgreSQLTableDataset
1877type PostgreSQLTableDatasetTypeProperties = original.PostgreSQLTableDatasetTypeProperties
1878type PrestoDatasetTypeProperties = original.PrestoDatasetTypeProperties
1879type PrestoLinkedService = original.PrestoLinkedService
1880type PrestoLinkedServiceTypeProperties = original.PrestoLinkedServiceTypeProperties
1881type PrestoObjectDataset = original.PrestoObjectDataset
1882type PrestoSource = original.PrestoSource
1883type PrivateEndpoint = original.PrivateEndpoint
1884type PrivateEndpointConnection = original.PrivateEndpointConnection
1885type PrivateEndpointConnectionProperties = original.PrivateEndpointConnectionProperties
1886type PrivateLinkServiceConnectionState = original.PrivateLinkServiceConnectionState
1887type ProxyResource = original.ProxyResource
1888type PurviewConfiguration = original.PurviewConfiguration
1889type QueryDataFlowDebugSessionsResponse = original.QueryDataFlowDebugSessionsResponse
1890type QueryDataFlowDebugSessionsResponseIterator = original.QueryDataFlowDebugSessionsResponseIterator
1891type QueryDataFlowDebugSessionsResponsePage = original.QueryDataFlowDebugSessionsResponsePage
1892type QuickBooksLinkedService = original.QuickBooksLinkedService
1893type QuickBooksLinkedServiceTypeProperties = original.QuickBooksLinkedServiceTypeProperties
1894type QuickBooksObjectDataset = original.QuickBooksObjectDataset
1895type QuickBooksSource = original.QuickBooksSource
1896type RecurrenceSchedule = original.RecurrenceSchedule
1897type RecurrenceScheduleOccurrence = original.RecurrenceScheduleOccurrence
1898type RedirectIncompatibleRowSettings = original.RedirectIncompatibleRowSettings
1899type RedshiftUnloadSettings = original.RedshiftUnloadSettings
1900type RelationalSource = original.RelationalSource
1901type RelationalTableDataset = original.RelationalTableDataset
1902type RelationalTableDatasetTypeProperties = original.RelationalTableDatasetTypeProperties
1903type RenameRequest = original.RenameRequest
1904type RerunTriggerListResponse = original.RerunTriggerListResponse
1905type RerunTriggerResource = original.RerunTriggerResource
1906type RerunTumblingWindowTrigger = original.RerunTumblingWindowTrigger
1907type RerunTumblingWindowTriggerActionParameters = original.RerunTumblingWindowTriggerActionParameters
1908type RerunTumblingWindowTriggerTypeProperties = original.RerunTumblingWindowTriggerTypeProperties
1909type Resource = original.Resource
1910type ResponsysLinkedService = original.ResponsysLinkedService
1911type ResponsysLinkedServiceTypeProperties = original.ResponsysLinkedServiceTypeProperties
1912type ResponsysObjectDataset = original.ResponsysObjectDataset
1913type ResponsysSource = original.ResponsysSource
1914type RestResourceDataset = original.RestResourceDataset
1915type RestResourceDatasetTypeProperties = original.RestResourceDatasetTypeProperties
1916type RestServiceLinkedService = original.RestServiceLinkedService
1917type RestServiceLinkedServiceTypeProperties = original.RestServiceLinkedServiceTypeProperties
1918type RestSource = original.RestSource
1919type RetryPolicy = original.RetryPolicy
1920type RunFilterParameters = original.RunFilterParameters
1921type RunQueryFilter = original.RunQueryFilter
1922type RunQueryOrderBy = original.RunQueryOrderBy
1923type SQLConnection = original.SQLConnection
1924type SQLDWSink = original.SQLDWSink
1925type SQLDWSource = original.SQLDWSource
1926type SQLMISink = original.SQLMISink
1927type SQLMISource = original.SQLMISource
1928type SQLPool = original.SQLPool
1929type SQLPoolInfoListResult = original.SQLPoolInfoListResult
1930type SQLPoolReference = original.SQLPoolReference
1931type SQLPoolResourceProperties = original.SQLPoolResourceProperties
1932type SQLPoolStoredProcedureActivity = original.SQLPoolStoredProcedureActivity
1933type SQLPoolStoredProcedureActivityTypeProperties = original.SQLPoolStoredProcedureActivityTypeProperties
1934type SQLPoolsClient = original.SQLPoolsClient
1935type SQLScript = original.SQLScript
1936type SQLScriptClient = original.SQLScriptClient
1937type SQLScriptContent = original.SQLScriptContent
1938type SQLScriptMetadata = original.SQLScriptMetadata
1939type SQLScriptRenameSQLScriptFuture = original.SQLScriptRenameSQLScriptFuture
1940type SQLScriptResource = original.SQLScriptResource
1941type SQLScriptsListResponse = original.SQLScriptsListResponse
1942type SQLScriptsListResponseIterator = original.SQLScriptsListResponseIterator
1943type SQLScriptsListResponsePage = original.SQLScriptsListResponsePage
1944type SQLServerLinkedService = original.SQLServerLinkedService
1945type SQLServerLinkedServiceTypeProperties = original.SQLServerLinkedServiceTypeProperties
1946type SQLServerSink = original.SQLServerSink
1947type SQLServerSource = original.SQLServerSource
1948type SQLServerStoredProcedureActivity = original.SQLServerStoredProcedureActivity
1949type SQLServerStoredProcedureActivityTypeProperties = original.SQLServerStoredProcedureActivityTypeProperties
1950type SQLServerTableDataset = original.SQLServerTableDataset
1951type SQLServerTableDatasetTypeProperties = original.SQLServerTableDatasetTypeProperties
1952type SQLSink = original.SQLSink
1953type SQLSource = original.SQLSource
1954type SSISAccessCredential = original.SSISAccessCredential
1955type SSISChildPackage = original.SSISChildPackage
1956type SSISExecutionCredential = original.SSISExecutionCredential
1957type SSISExecutionParameter = original.SSISExecutionParameter
1958type SSISLogLocation = original.SSISLogLocation
1959type SSISLogLocationTypeProperties = original.SSISLogLocationTypeProperties
1960type SSISPackageLocation = original.SSISPackageLocation
1961type SSISPackageLocationTypeProperties = original.SSISPackageLocationTypeProperties
1962type SSISPropertyOverride = original.SSISPropertyOverride
1963type SalesforceLinkedService = original.SalesforceLinkedService
1964type SalesforceLinkedServiceTypeProperties = original.SalesforceLinkedServiceTypeProperties
1965type SalesforceMarketingCloudLinkedService = original.SalesforceMarketingCloudLinkedService
1966type SalesforceMarketingCloudLinkedServiceTypeProperties = original.SalesforceMarketingCloudLinkedServiceTypeProperties
1967type SalesforceMarketingCloudObjectDataset = original.SalesforceMarketingCloudObjectDataset
1968type SalesforceMarketingCloudSource = original.SalesforceMarketingCloudSource
1969type SalesforceObjectDataset = original.SalesforceObjectDataset
1970type SalesforceObjectDatasetTypeProperties = original.SalesforceObjectDatasetTypeProperties
1971type SalesforceServiceCloudLinkedService = original.SalesforceServiceCloudLinkedService
1972type SalesforceServiceCloudLinkedServiceTypeProperties = original.SalesforceServiceCloudLinkedServiceTypeProperties
1973type SalesforceServiceCloudObjectDataset = original.SalesforceServiceCloudObjectDataset
1974type SalesforceServiceCloudObjectDatasetTypeProperties = original.SalesforceServiceCloudObjectDatasetTypeProperties
1975type SalesforceServiceCloudSink = original.SalesforceServiceCloudSink
1976type SalesforceServiceCloudSource = original.SalesforceServiceCloudSource
1977type SalesforceSink = original.SalesforceSink
1978type SalesforceSource = original.SalesforceSource
1979type SapBWLinkedService = original.SapBWLinkedService
1980type SapBWLinkedServiceTypeProperties = original.SapBWLinkedServiceTypeProperties
1981type SapBwCubeDataset = original.SapBwCubeDataset
1982type SapBwSource = original.SapBwSource
1983type SapCloudForCustomerLinkedService = original.SapCloudForCustomerLinkedService
1984type SapCloudForCustomerLinkedServiceTypeProperties = original.SapCloudForCustomerLinkedServiceTypeProperties
1985type SapCloudForCustomerResourceDataset = original.SapCloudForCustomerResourceDataset
1986type SapCloudForCustomerResourceDatasetTypeProperties = original.SapCloudForCustomerResourceDatasetTypeProperties
1987type SapCloudForCustomerSink = original.SapCloudForCustomerSink
1988type SapCloudForCustomerSource = original.SapCloudForCustomerSource
1989type SapEccLinkedService = original.SapEccLinkedService
1990type SapEccLinkedServiceTypeProperties = original.SapEccLinkedServiceTypeProperties
1991type SapEccResourceDataset = original.SapEccResourceDataset
1992type SapEccResourceDatasetTypeProperties = original.SapEccResourceDatasetTypeProperties
1993type SapEccSource = original.SapEccSource
1994type SapHanaLinkedService = original.SapHanaLinkedService
1995type SapHanaLinkedServiceProperties = original.SapHanaLinkedServiceProperties
1996type SapHanaPartitionSettings = original.SapHanaPartitionSettings
1997type SapHanaSource = original.SapHanaSource
1998type SapHanaTableDataset = original.SapHanaTableDataset
1999type SapHanaTableDatasetTypeProperties = original.SapHanaTableDatasetTypeProperties
2000type SapOpenHubLinkedService = original.SapOpenHubLinkedService
2001type SapOpenHubLinkedServiceTypeProperties = original.SapOpenHubLinkedServiceTypeProperties
2002type SapOpenHubSource = original.SapOpenHubSource
2003type SapOpenHubTableDataset = original.SapOpenHubTableDataset
2004type SapOpenHubTableDatasetTypeProperties = original.SapOpenHubTableDatasetTypeProperties
2005type SapTableLinkedService = original.SapTableLinkedService
2006type SapTableLinkedServiceTypeProperties = original.SapTableLinkedServiceTypeProperties
2007type SapTablePartitionSettings = original.SapTablePartitionSettings
2008type SapTableResourceDataset = original.SapTableResourceDataset
2009type SapTableResourceDatasetTypeProperties = original.SapTableResourceDatasetTypeProperties
2010type SapTableSource = original.SapTableSource
2011type ScheduleTrigger = original.ScheduleTrigger
2012type ScheduleTriggerRecurrence = original.ScheduleTriggerRecurrence
2013type ScheduleTriggerTypeProperties = original.ScheduleTriggerTypeProperties
2014type ScriptAction = original.ScriptAction
2015type SecretBase = original.SecretBase
2016type SecureString = original.SecureString
2017type SelfDependencyTumblingWindowTriggerReference = original.SelfDependencyTumblingWindowTriggerReference
2018type SelfHostedIntegrationRuntime = original.SelfHostedIntegrationRuntime
2019type SelfHostedIntegrationRuntimeTypeProperties = original.SelfHostedIntegrationRuntimeTypeProperties
2020type ServiceNowLinkedService = original.ServiceNowLinkedService
2021type ServiceNowLinkedServiceTypeProperties = original.ServiceNowLinkedServiceTypeProperties
2022type ServiceNowObjectDataset = original.ServiceNowObjectDataset
2023type ServiceNowSource = original.ServiceNowSource
2024type SetVariableActivity = original.SetVariableActivity
2025type SetVariableActivityTypeProperties = original.SetVariableActivityTypeProperties
2026type SftpLocation = original.SftpLocation
2027type SftpReadSettings = original.SftpReadSettings
2028type SftpServerLinkedService = original.SftpServerLinkedService
2029type SftpServerLinkedServiceTypeProperties = original.SftpServerLinkedServiceTypeProperties
2030type SftpWriteSettings = original.SftpWriteSettings
2031type ShopifyLinkedService = original.ShopifyLinkedService
2032type ShopifyLinkedServiceTypeProperties = original.ShopifyLinkedServiceTypeProperties
2033type ShopifyObjectDataset = original.ShopifyObjectDataset
2034type ShopifySource = original.ShopifySource
2035type Sku = original.Sku
2036type SparkBatchJob = original.SparkBatchJob
2037type SparkBatchJobState = original.SparkBatchJobState
2038type SparkDatasetTypeProperties = original.SparkDatasetTypeProperties
2039type SparkJobDefinition = original.SparkJobDefinition
2040type SparkJobDefinitionClient = original.SparkJobDefinitionClient
2041type SparkJobDefinitionDebugSparkJobDefinitionFuture = original.SparkJobDefinitionDebugSparkJobDefinitionFuture
2042type SparkJobDefinitionExecuteSparkJobDefinitionFuture = original.SparkJobDefinitionExecuteSparkJobDefinitionFuture
2043type SparkJobDefinitionRenameSparkJobDefinitionFuture = original.SparkJobDefinitionRenameSparkJobDefinitionFuture
2044type SparkJobDefinitionResource = original.SparkJobDefinitionResource
2045type SparkJobDefinitionsListResponse = original.SparkJobDefinitionsListResponse
2046type SparkJobDefinitionsListResponseIterator = original.SparkJobDefinitionsListResponseIterator
2047type SparkJobDefinitionsListResponsePage = original.SparkJobDefinitionsListResponsePage
2048type SparkJobProperties = original.SparkJobProperties
2049type SparkLinkedService = original.SparkLinkedService
2050type SparkLinkedServiceTypeProperties = original.SparkLinkedServiceTypeProperties
2051type SparkObjectDataset = original.SparkObjectDataset
2052type SparkRequest = original.SparkRequest
2053type SparkScheduler = original.SparkScheduler
2054type SparkServiceError = original.SparkServiceError
2055type SparkServicePlugin = original.SparkServicePlugin
2056type SparkSource = original.SparkSource
2057type SquareLinkedService = original.SquareLinkedService
2058type SquareLinkedServiceTypeProperties = original.SquareLinkedServiceTypeProperties
2059type SquareObjectDataset = original.SquareObjectDataset
2060type SquareSource = original.SquareSource
2061type SsisObjectMetadataStatusResponse = original.SsisObjectMetadataStatusResponse
2062type StagingSettings = original.StagingSettings
2063type StartDataFlowDebugSessionRequest = original.StartDataFlowDebugSessionRequest
2064type StartDataFlowDebugSessionResponse = original.StartDataFlowDebugSessionResponse
2065type StoreReadSettings = original.StoreReadSettings
2066type StoreWriteSettings = original.StoreWriteSettings
2067type StoredProcedureParameter = original.StoredProcedureParameter
2068type SubResource = original.SubResource
2069type SubResourceDebugResource = original.SubResourceDebugResource
2070type SwitchActivity = original.SwitchActivity
2071type SwitchActivityTypeProperties = original.SwitchActivityTypeProperties
2072type SwitchCase = original.SwitchCase
2073type SybaseLinkedService = original.SybaseLinkedService
2074type SybaseLinkedServiceTypeProperties = original.SybaseLinkedServiceTypeProperties
2075type SybaseSource = original.SybaseSource
2076type SybaseTableDataset = original.SybaseTableDataset
2077type SybaseTableDatasetTypeProperties = original.SybaseTableDatasetTypeProperties
2078type SynapseNotebookActivity = original.SynapseNotebookActivity
2079type SynapseNotebookActivityTypeProperties = original.SynapseNotebookActivityTypeProperties
2080type SynapseNotebookReference = original.SynapseNotebookReference
2081type SynapseSparkJobActivityTypeProperties = original.SynapseSparkJobActivityTypeProperties
2082type SynapseSparkJobDefinitionActivity = original.SynapseSparkJobDefinitionActivity
2083type SynapseSparkJobReference = original.SynapseSparkJobReference
2084type TabularSource = original.TabularSource
2085type TabularTranslator = original.TabularTranslator
2086type TeradataLinkedService = original.TeradataLinkedService
2087type TeradataLinkedServiceTypeProperties = original.TeradataLinkedServiceTypeProperties
2088type TeradataPartitionSettings = original.TeradataPartitionSettings
2089type TeradataSource = original.TeradataSource
2090type TeradataTableDataset = original.TeradataTableDataset
2091type TeradataTableDatasetTypeProperties = original.TeradataTableDatasetTypeProperties
2092type TextFormat = original.TextFormat
2093type TrackedResource = original.TrackedResource
2094type Transformation = original.Transformation
2095type Trigger = original.Trigger
2096type TriggerClient = original.TriggerClient
2097type TriggerCreateOrUpdateTriggerFuture = original.TriggerCreateOrUpdateTriggerFuture
2098type TriggerDeleteTriggerFuture = original.TriggerDeleteTriggerFuture
2099type TriggerDependencyProvisioningStatus = original.TriggerDependencyProvisioningStatus
2100type TriggerDependencyReference = original.TriggerDependencyReference
2101type TriggerListResponse = original.TriggerListResponse
2102type TriggerListResponseIterator = original.TriggerListResponseIterator
2103type TriggerListResponsePage = original.TriggerListResponsePage
2104type TriggerPipelineReference = original.TriggerPipelineReference
2105type TriggerReference = original.TriggerReference
2106type TriggerResource = original.TriggerResource
2107type TriggerRun = original.TriggerRun
2108type TriggerRunClient = original.TriggerRunClient
2109type TriggerRunsQueryResponse = original.TriggerRunsQueryResponse
2110type TriggerStartTriggerFuture = original.TriggerStartTriggerFuture
2111type TriggerStopTriggerFuture = original.TriggerStopTriggerFuture
2112type TriggerSubscribeTriggerToEventsFuture = original.TriggerSubscribeTriggerToEventsFuture
2113type TriggerSubscriptionOperationStatus = original.TriggerSubscriptionOperationStatus
2114type TriggerUnsubscribeTriggerFromEventsFuture = original.TriggerUnsubscribeTriggerFromEventsFuture
2115type TumblingWindowTrigger = original.TumblingWindowTrigger
2116type TumblingWindowTriggerDependencyReference = original.TumblingWindowTriggerDependencyReference
2117type TumblingWindowTriggerTypeProperties = original.TumblingWindowTriggerTypeProperties
2118type UntilActivity = original.UntilActivity
2119type UntilActivityTypeProperties = original.UntilActivityTypeProperties
2120type UserProperty = original.UserProperty
2121type ValidationActivity = original.ValidationActivity
2122type ValidationActivityTypeProperties = original.ValidationActivityTypeProperties
2123type VariableSpecification = original.VariableSpecification
2124type VerticaDatasetTypeProperties = original.VerticaDatasetTypeProperties
2125type VerticaLinkedService = original.VerticaLinkedService
2126type VerticaLinkedServiceTypeProperties = original.VerticaLinkedServiceTypeProperties
2127type VerticaSource = original.VerticaSource
2128type VerticaTableDataset = original.VerticaTableDataset
2129type VirtualNetworkProfile = original.VirtualNetworkProfile
2130type WaitActivity = original.WaitActivity
2131type WaitActivityTypeProperties = original.WaitActivityTypeProperties
2132type WebActivity = original.WebActivity
2133type WebActivityAuthentication = original.WebActivityAuthentication
2134type WebActivityTypeProperties = original.WebActivityTypeProperties
2135type WebAnonymousAuthentication = original.WebAnonymousAuthentication
2136type WebBasicAuthentication = original.WebBasicAuthentication
2137type WebClientCertificateAuthentication = original.WebClientCertificateAuthentication
2138type WebHookActivity = original.WebHookActivity
2139type WebHookActivityTypeProperties = original.WebHookActivityTypeProperties
2140type WebLinkedService = original.WebLinkedService
2141type WebLinkedServiceTypeProperties = original.WebLinkedServiceTypeProperties
2142type WebSource = original.WebSource
2143type WebTableDataset = original.WebTableDataset
2144type WebTableDatasetTypeProperties = original.WebTableDatasetTypeProperties
2145type Workspace = original.Workspace
2146type WorkspaceClient = original.WorkspaceClient
2147type WorkspaceGitRepoManagementClient = original.WorkspaceGitRepoManagementClient
2148type WorkspaceIdentity = original.WorkspaceIdentity
2149type WorkspaceKeyDetails = original.WorkspaceKeyDetails
2150type WorkspaceProperties = original.WorkspaceProperties
2151type WorkspaceRepositoryConfiguration = original.WorkspaceRepositoryConfiguration
2152type WorkspaceUpdateParameters = original.WorkspaceUpdateParameters
2153type XeroLinkedService = original.XeroLinkedService
2154type XeroLinkedServiceTypeProperties = original.XeroLinkedServiceTypeProperties
2155type XeroObjectDataset = original.XeroObjectDataset
2156type XeroSource = original.XeroSource
2157type ZohoLinkedService = original.ZohoLinkedService
2158type ZohoLinkedServiceTypeProperties = original.ZohoLinkedServiceTypeProperties
2159type ZohoObjectDataset = original.ZohoObjectDataset
2160type ZohoSource = original.ZohoSource
2161
2162func New(endpoint string) BaseClient {
2163	return original.New(endpoint)
2164}
2165func NewBigDataPoolsClient(endpoint string) BigDataPoolsClient {
2166	return original.NewBigDataPoolsClient(endpoint)
2167}
2168func NewDataFlowClient(endpoint string) DataFlowClient {
2169	return original.NewDataFlowClient(endpoint)
2170}
2171func NewDataFlowDebugSessionClient(endpoint string) DataFlowDebugSessionClient {
2172	return original.NewDataFlowDebugSessionClient(endpoint)
2173}
2174func NewDataFlowListResponseIterator(page DataFlowListResponsePage) DataFlowListResponseIterator {
2175	return original.NewDataFlowListResponseIterator(page)
2176}
2177func NewDataFlowListResponsePage(cur DataFlowListResponse, getNextPage func(context.Context, DataFlowListResponse) (DataFlowListResponse, error)) DataFlowListResponsePage {
2178	return original.NewDataFlowListResponsePage(cur, getNextPage)
2179}
2180func NewDatasetClient(endpoint string) DatasetClient {
2181	return original.NewDatasetClient(endpoint)
2182}
2183func NewDatasetListResponseIterator(page DatasetListResponsePage) DatasetListResponseIterator {
2184	return original.NewDatasetListResponseIterator(page)
2185}
2186func NewDatasetListResponsePage(cur DatasetListResponse, getNextPage func(context.Context, DatasetListResponse) (DatasetListResponse, error)) DatasetListResponsePage {
2187	return original.NewDatasetListResponsePage(cur, getNextPage)
2188}
2189func NewIntegrationRuntimesClient(endpoint string) IntegrationRuntimesClient {
2190	return original.NewIntegrationRuntimesClient(endpoint)
2191}
2192func NewLinkedServiceClient(endpoint string) LinkedServiceClient {
2193	return original.NewLinkedServiceClient(endpoint)
2194}
2195func NewLinkedServiceListResponseIterator(page LinkedServiceListResponsePage) LinkedServiceListResponseIterator {
2196	return original.NewLinkedServiceListResponseIterator(page)
2197}
2198func NewLinkedServiceListResponsePage(cur LinkedServiceListResponse, getNextPage func(context.Context, LinkedServiceListResponse) (LinkedServiceListResponse, error)) LinkedServiceListResponsePage {
2199	return original.NewLinkedServiceListResponsePage(cur, getNextPage)
2200}
2201func NewNotebookClient(endpoint string) NotebookClient {
2202	return original.NewNotebookClient(endpoint)
2203}
2204func NewNotebookListResponseIterator(page NotebookListResponsePage) NotebookListResponseIterator {
2205	return original.NewNotebookListResponseIterator(page)
2206}
2207func NewNotebookListResponsePage(cur NotebookListResponse, getNextPage func(context.Context, NotebookListResponse) (NotebookListResponse, error)) NotebookListResponsePage {
2208	return original.NewNotebookListResponsePage(cur, getNextPage)
2209}
2210func NewPipelineClient(endpoint string) PipelineClient {
2211	return original.NewPipelineClient(endpoint)
2212}
2213func NewPipelineListResponseIterator(page PipelineListResponsePage) PipelineListResponseIterator {
2214	return original.NewPipelineListResponseIterator(page)
2215}
2216func NewPipelineListResponsePage(cur PipelineListResponse, getNextPage func(context.Context, PipelineListResponse) (PipelineListResponse, error)) PipelineListResponsePage {
2217	return original.NewPipelineListResponsePage(cur, getNextPage)
2218}
2219func NewPipelineRunClient(endpoint string) PipelineRunClient {
2220	return original.NewPipelineRunClient(endpoint)
2221}
2222func NewQueryDataFlowDebugSessionsResponseIterator(page QueryDataFlowDebugSessionsResponsePage) QueryDataFlowDebugSessionsResponseIterator {
2223	return original.NewQueryDataFlowDebugSessionsResponseIterator(page)
2224}
2225func NewQueryDataFlowDebugSessionsResponsePage(cur QueryDataFlowDebugSessionsResponse, getNextPage func(context.Context, QueryDataFlowDebugSessionsResponse) (QueryDataFlowDebugSessionsResponse, error)) QueryDataFlowDebugSessionsResponsePage {
2226	return original.NewQueryDataFlowDebugSessionsResponsePage(cur, getNextPage)
2227}
2228func NewSQLPoolsClient(endpoint string) SQLPoolsClient {
2229	return original.NewSQLPoolsClient(endpoint)
2230}
2231func NewSQLScriptClient(endpoint string) SQLScriptClient {
2232	return original.NewSQLScriptClient(endpoint)
2233}
2234func NewSQLScriptsListResponseIterator(page SQLScriptsListResponsePage) SQLScriptsListResponseIterator {
2235	return original.NewSQLScriptsListResponseIterator(page)
2236}
2237func NewSQLScriptsListResponsePage(cur SQLScriptsListResponse, getNextPage func(context.Context, SQLScriptsListResponse) (SQLScriptsListResponse, error)) SQLScriptsListResponsePage {
2238	return original.NewSQLScriptsListResponsePage(cur, getNextPage)
2239}
2240func NewSparkJobDefinitionClient(endpoint string) SparkJobDefinitionClient {
2241	return original.NewSparkJobDefinitionClient(endpoint)
2242}
2243func NewSparkJobDefinitionsListResponseIterator(page SparkJobDefinitionsListResponsePage) SparkJobDefinitionsListResponseIterator {
2244	return original.NewSparkJobDefinitionsListResponseIterator(page)
2245}
2246func NewSparkJobDefinitionsListResponsePage(cur SparkJobDefinitionsListResponse, getNextPage func(context.Context, SparkJobDefinitionsListResponse) (SparkJobDefinitionsListResponse, error)) SparkJobDefinitionsListResponsePage {
2247	return original.NewSparkJobDefinitionsListResponsePage(cur, getNextPage)
2248}
2249func NewTriggerClient(endpoint string) TriggerClient {
2250	return original.NewTriggerClient(endpoint)
2251}
2252func NewTriggerListResponseIterator(page TriggerListResponsePage) TriggerListResponseIterator {
2253	return original.NewTriggerListResponseIterator(page)
2254}
2255func NewTriggerListResponsePage(cur TriggerListResponse, getNextPage func(context.Context, TriggerListResponse) (TriggerListResponse, error)) TriggerListResponsePage {
2256	return original.NewTriggerListResponsePage(cur, getNextPage)
2257}
2258func NewTriggerRunClient(endpoint string) TriggerRunClient {
2259	return original.NewTriggerRunClient(endpoint)
2260}
2261func NewWithoutDefaults(endpoint string) BaseClient {
2262	return original.NewWithoutDefaults(endpoint)
2263}
2264func NewWorkspaceClient(endpoint string) WorkspaceClient {
2265	return original.NewWorkspaceClient(endpoint)
2266}
2267func NewWorkspaceGitRepoManagementClient(endpoint string) WorkspaceGitRepoManagementClient {
2268	return original.NewWorkspaceGitRepoManagementClient(endpoint)
2269}
2270func PossibleAuthenticationTypeValues() []AuthenticationType {
2271	return original.PossibleAuthenticationTypeValues()
2272}
2273func PossibleAuthorizationTypeValues() []AuthorizationType {
2274	return original.PossibleAuthorizationTypeValues()
2275}
2276func PossibleAvroCompressionCodecValues() []AvroCompressionCodec {
2277	return original.PossibleAvroCompressionCodecValues()
2278}
2279func PossibleAzureFunctionActivityMethodValues() []AzureFunctionActivityMethod {
2280	return original.PossibleAzureFunctionActivityMethodValues()
2281}
2282func PossibleAzureSearchIndexWriteBehaviorTypeValues() []AzureSearchIndexWriteBehaviorType {
2283	return original.PossibleAzureSearchIndexWriteBehaviorTypeValues()
2284}
2285func PossibleBlobEventTypesValues() []BlobEventTypes {
2286	return original.PossibleBlobEventTypesValues()
2287}
2288func PossibleCassandraSourceReadConsistencyLevelsValues() []CassandraSourceReadConsistencyLevels {
2289	return original.PossibleCassandraSourceReadConsistencyLevelsValues()
2290}
2291func PossibleCellOutputTypeValues() []CellOutputType {
2292	return original.PossibleCellOutputTypeValues()
2293}
2294func PossibleCopyBehaviorTypeValues() []CopyBehaviorType {
2295	return original.PossibleCopyBehaviorTypeValues()
2296}
2297func PossibleDataFlowComputeTypeValues() []DataFlowComputeType {
2298	return original.PossibleDataFlowComputeTypeValues()
2299}
2300func PossibleDatasetCompressionLevelValues() []DatasetCompressionLevel {
2301	return original.PossibleDatasetCompressionLevelValues()
2302}
2303func PossibleDayOfWeekValues() []DayOfWeek {
2304	return original.PossibleDayOfWeekValues()
2305}
2306func PossibleDb2AuthenticationTypeValues() []Db2AuthenticationType {
2307	return original.PossibleDb2AuthenticationTypeValues()
2308}
2309func PossibleDelimitedTextCompressionCodecValues() []DelimitedTextCompressionCodec {
2310	return original.PossibleDelimitedTextCompressionCodecValues()
2311}
2312func PossibleDependencyConditionValues() []DependencyCondition {
2313	return original.PossibleDependencyConditionValues()
2314}
2315func PossibleDynamicsAuthenticationTypeValues() []DynamicsAuthenticationType {
2316	return original.PossibleDynamicsAuthenticationTypeValues()
2317}
2318func PossibleDynamicsDeploymentTypeValues() []DynamicsDeploymentType {
2319	return original.PossibleDynamicsDeploymentTypeValues()
2320}
2321func PossibleDynamicsServicePrincipalCredentialTypeValues() []DynamicsServicePrincipalCredentialType {
2322	return original.PossibleDynamicsServicePrincipalCredentialTypeValues()
2323}
2324func PossibleEventSubscriptionStatusValues() []EventSubscriptionStatus {
2325	return original.PossibleEventSubscriptionStatusValues()
2326}
2327func PossibleFtpAuthenticationTypeValues() []FtpAuthenticationType {
2328	return original.PossibleFtpAuthenticationTypeValues()
2329}
2330func PossibleGoogleAdWordsAuthenticationTypeValues() []GoogleAdWordsAuthenticationType {
2331	return original.PossibleGoogleAdWordsAuthenticationTypeValues()
2332}
2333func PossibleGoogleBigQueryAuthenticationTypeValues() []GoogleBigQueryAuthenticationType {
2334	return original.PossibleGoogleBigQueryAuthenticationTypeValues()
2335}
2336func PossibleHBaseAuthenticationTypeValues() []HBaseAuthenticationType {
2337	return original.PossibleHBaseAuthenticationTypeValues()
2338}
2339func PossibleHDInsightActivityDebugInfoOptionValues() []HDInsightActivityDebugInfoOption {
2340	return original.PossibleHDInsightActivityDebugInfoOptionValues()
2341}
2342func PossibleHTTPAuthenticationTypeValues() []HTTPAuthenticationType {
2343	return original.PossibleHTTPAuthenticationTypeValues()
2344}
2345func PossibleHdiNodeTypesValues() []HdiNodeTypes {
2346	return original.PossibleHdiNodeTypesValues()
2347}
2348func PossibleHiveAuthenticationTypeValues() []HiveAuthenticationType {
2349	return original.PossibleHiveAuthenticationTypeValues()
2350}
2351func PossibleHiveServerTypeValues() []HiveServerType {
2352	return original.PossibleHiveServerTypeValues()
2353}
2354func PossibleHiveThriftTransportProtocolValues() []HiveThriftTransportProtocol {
2355	return original.PossibleHiveThriftTransportProtocolValues()
2356}
2357func PossibleImpalaAuthenticationTypeValues() []ImpalaAuthenticationType {
2358	return original.PossibleImpalaAuthenticationTypeValues()
2359}
2360func PossibleIntegrationRuntimeEditionValues() []IntegrationRuntimeEdition {
2361	return original.PossibleIntegrationRuntimeEditionValues()
2362}
2363func PossibleIntegrationRuntimeEntityReferenceTypeValues() []IntegrationRuntimeEntityReferenceType {
2364	return original.PossibleIntegrationRuntimeEntityReferenceTypeValues()
2365}
2366func PossibleIntegrationRuntimeLicenseTypeValues() []IntegrationRuntimeLicenseType {
2367	return original.PossibleIntegrationRuntimeLicenseTypeValues()
2368}
2369func PossibleIntegrationRuntimeSsisCatalogPricingTierValues() []IntegrationRuntimeSsisCatalogPricingTier {
2370	return original.PossibleIntegrationRuntimeSsisCatalogPricingTierValues()
2371}
2372func PossibleIntegrationRuntimeStateValues() []IntegrationRuntimeState {
2373	return original.PossibleIntegrationRuntimeStateValues()
2374}
2375func PossibleIntegrationRuntimeTypeValues() []IntegrationRuntimeType {
2376	return original.PossibleIntegrationRuntimeTypeValues()
2377}
2378func PossibleJSONFormatFilePatternValues() []JSONFormatFilePattern {
2379	return original.PossibleJSONFormatFilePatternValues()
2380}
2381func PossibleJSONWriteFilePatternValues() []JSONWriteFilePattern {
2382	return original.PossibleJSONWriteFilePatternValues()
2383}
2384func PossibleMongoDbAuthenticationTypeValues() []MongoDbAuthenticationType {
2385	return original.PossibleMongoDbAuthenticationTypeValues()
2386}
2387func PossibleNetezzaPartitionOptionValues() []NetezzaPartitionOption {
2388	return original.PossibleNetezzaPartitionOptionValues()
2389}
2390func PossibleNodeSizeFamilyValues() []NodeSizeFamily {
2391	return original.PossibleNodeSizeFamilyValues()
2392}
2393func PossibleNodeSizeValues() []NodeSize {
2394	return original.PossibleNodeSizeValues()
2395}
2396func PossibleODataAadServicePrincipalCredentialTypeValues() []ODataAadServicePrincipalCredentialType {
2397	return original.PossibleODataAadServicePrincipalCredentialTypeValues()
2398}
2399func PossibleODataAuthenticationTypeValues() []ODataAuthenticationType {
2400	return original.PossibleODataAuthenticationTypeValues()
2401}
2402func PossibleOraclePartitionOptionValues() []OraclePartitionOption {
2403	return original.PossibleOraclePartitionOptionValues()
2404}
2405func PossibleOrcCompressionCodecValues() []OrcCompressionCodec {
2406	return original.PossibleOrcCompressionCodecValues()
2407}
2408func PossibleParameterTypeValues() []ParameterType {
2409	return original.PossibleParameterTypeValues()
2410}
2411func PossibleParquetCompressionCodecValues() []ParquetCompressionCodec {
2412	return original.PossibleParquetCompressionCodecValues()
2413}
2414func PossiblePhoenixAuthenticationTypeValues() []PhoenixAuthenticationType {
2415	return original.PossiblePhoenixAuthenticationTypeValues()
2416}
2417func PossiblePluginCurrentStateValues() []PluginCurrentState {
2418	return original.PossiblePluginCurrentStateValues()
2419}
2420func PossiblePolybaseSettingsRejectTypeValues() []PolybaseSettingsRejectType {
2421	return original.PossiblePolybaseSettingsRejectTypeValues()
2422}
2423func PossiblePrestoAuthenticationTypeValues() []PrestoAuthenticationType {
2424	return original.PossiblePrestoAuthenticationTypeValues()
2425}
2426func PossibleRecurrenceFrequencyValues() []RecurrenceFrequency {
2427	return original.PossibleRecurrenceFrequencyValues()
2428}
2429func PossibleResourceIdentityTypeValues() []ResourceIdentityType {
2430	return original.PossibleResourceIdentityTypeValues()
2431}
2432func PossibleRestServiceAuthenticationTypeValues() []RestServiceAuthenticationType {
2433	return original.PossibleRestServiceAuthenticationTypeValues()
2434}
2435func PossibleRunQueryFilterOperandValues() []RunQueryFilterOperand {
2436	return original.PossibleRunQueryFilterOperandValues()
2437}
2438func PossibleRunQueryFilterOperatorValues() []RunQueryFilterOperator {
2439	return original.PossibleRunQueryFilterOperatorValues()
2440}
2441func PossibleRunQueryOrderByFieldValues() []RunQueryOrderByField {
2442	return original.PossibleRunQueryOrderByFieldValues()
2443}
2444func PossibleRunQueryOrderValues() []RunQueryOrder {
2445	return original.PossibleRunQueryOrderValues()
2446}
2447func PossibleSQLConnectionTypeValues() []SQLConnectionType {
2448	return original.PossibleSQLConnectionTypeValues()
2449}
2450func PossibleSQLScriptTypeValues() []SQLScriptType {
2451	return original.PossibleSQLScriptTypeValues()
2452}
2453func PossibleSalesforceSinkWriteBehaviorValues() []SalesforceSinkWriteBehavior {
2454	return original.PossibleSalesforceSinkWriteBehaviorValues()
2455}
2456func PossibleSalesforceSourceReadBehaviorValues() []SalesforceSourceReadBehavior {
2457	return original.PossibleSalesforceSourceReadBehaviorValues()
2458}
2459func PossibleSapCloudForCustomerSinkWriteBehaviorValues() []SapCloudForCustomerSinkWriteBehavior {
2460	return original.PossibleSapCloudForCustomerSinkWriteBehaviorValues()
2461}
2462func PossibleSapHanaAuthenticationTypeValues() []SapHanaAuthenticationType {
2463	return original.PossibleSapHanaAuthenticationTypeValues()
2464}
2465func PossibleSapHanaPartitionOptionValues() []SapHanaPartitionOption {
2466	return original.PossibleSapHanaPartitionOptionValues()
2467}
2468func PossibleSapTablePartitionOptionValues() []SapTablePartitionOption {
2469	return original.PossibleSapTablePartitionOptionValues()
2470}
2471func PossibleSchedulerCurrentStateValues() []SchedulerCurrentState {
2472	return original.PossibleSchedulerCurrentStateValues()
2473}
2474func PossibleServiceNowAuthenticationTypeValues() []ServiceNowAuthenticationType {
2475	return original.PossibleServiceNowAuthenticationTypeValues()
2476}
2477func PossibleSftpAuthenticationTypeValues() []SftpAuthenticationType {
2478	return original.PossibleSftpAuthenticationTypeValues()
2479}
2480func PossibleSparkAuthenticationTypeValues() []SparkAuthenticationType {
2481	return original.PossibleSparkAuthenticationTypeValues()
2482}
2483func PossibleSparkBatchJobResultTypeValues() []SparkBatchJobResultType {
2484	return original.PossibleSparkBatchJobResultTypeValues()
2485}
2486func PossibleSparkErrorSourceValues() []SparkErrorSource {
2487	return original.PossibleSparkErrorSourceValues()
2488}
2489func PossibleSparkJobTypeValues() []SparkJobType {
2490	return original.PossibleSparkJobTypeValues()
2491}
2492func PossibleSparkServerTypeValues() []SparkServerType {
2493	return original.PossibleSparkServerTypeValues()
2494}
2495func PossibleSparkThriftTransportProtocolValues() []SparkThriftTransportProtocol {
2496	return original.PossibleSparkThriftTransportProtocolValues()
2497}
2498func PossibleSsisPackageLocationTypeValues() []SsisPackageLocationType {
2499	return original.PossibleSsisPackageLocationTypeValues()
2500}
2501func PossibleStoredProcedureParameterTypeValues() []StoredProcedureParameterType {
2502	return original.PossibleStoredProcedureParameterTypeValues()
2503}
2504func PossibleSybaseAuthenticationTypeValues() []SybaseAuthenticationType {
2505	return original.PossibleSybaseAuthenticationTypeValues()
2506}
2507func PossibleTeradataAuthenticationTypeValues() []TeradataAuthenticationType {
2508	return original.PossibleTeradataAuthenticationTypeValues()
2509}
2510func PossibleTeradataPartitionOptionValues() []TeradataPartitionOption {
2511	return original.PossibleTeradataPartitionOptionValues()
2512}
2513func PossibleTriggerRunStatusValues() []TriggerRunStatus {
2514	return original.PossibleTriggerRunStatusValues()
2515}
2516func PossibleTriggerRuntimeStateValues() []TriggerRuntimeState {
2517	return original.PossibleTriggerRuntimeStateValues()
2518}
2519func PossibleTumblingWindowFrequencyValues() []TumblingWindowFrequency {
2520	return original.PossibleTumblingWindowFrequencyValues()
2521}
2522func PossibleTypeBasicActivityValues() []TypeBasicActivity {
2523	return original.PossibleTypeBasicActivityValues()
2524}
2525func PossibleTypeBasicCopySinkValues() []TypeBasicCopySink {
2526	return original.PossibleTypeBasicCopySinkValues()
2527}
2528func PossibleTypeBasicCopySourceValues() []TypeBasicCopySource {
2529	return original.PossibleTypeBasicCopySourceValues()
2530}
2531func PossibleTypeBasicCopyTranslatorValues() []TypeBasicCopyTranslator {
2532	return original.PossibleTypeBasicCopyTranslatorValues()
2533}
2534func PossibleTypeBasicCustomSetupBaseValues() []TypeBasicCustomSetupBase {
2535	return original.PossibleTypeBasicCustomSetupBaseValues()
2536}
2537func PossibleTypeBasicDataFlowValues() []TypeBasicDataFlow {
2538	return original.PossibleTypeBasicDataFlowValues()
2539}
2540func PossibleTypeBasicDatasetCompressionValues() []TypeBasicDatasetCompression {
2541	return original.PossibleTypeBasicDatasetCompressionValues()
2542}
2543func PossibleTypeBasicDatasetLocationValues() []TypeBasicDatasetLocation {
2544	return original.PossibleTypeBasicDatasetLocationValues()
2545}
2546func PossibleTypeBasicDatasetStorageFormatValues() []TypeBasicDatasetStorageFormat {
2547	return original.PossibleTypeBasicDatasetStorageFormatValues()
2548}
2549func PossibleTypeBasicDatasetValues() []TypeBasicDataset {
2550	return original.PossibleTypeBasicDatasetValues()
2551}
2552func PossibleTypeBasicDependencyReferenceValues() []TypeBasicDependencyReference {
2553	return original.PossibleTypeBasicDependencyReferenceValues()
2554}
2555func PossibleTypeBasicFormatReadSettingsValues() []TypeBasicFormatReadSettings {
2556	return original.PossibleTypeBasicFormatReadSettingsValues()
2557}
2558func PossibleTypeBasicFormatWriteSettingsValues() []TypeBasicFormatWriteSettings {
2559	return original.PossibleTypeBasicFormatWriteSettingsValues()
2560}
2561func PossibleTypeBasicIntegrationRuntimeValues() []TypeBasicIntegrationRuntime {
2562	return original.PossibleTypeBasicIntegrationRuntimeValues()
2563}
2564func PossibleTypeBasicLinkedServiceValues() []TypeBasicLinkedService {
2565	return original.PossibleTypeBasicLinkedServiceValues()
2566}
2567func PossibleTypeBasicStoreReadSettingsValues() []TypeBasicStoreReadSettings {
2568	return original.PossibleTypeBasicStoreReadSettingsValues()
2569}
2570func PossibleTypeBasicStoreWriteSettingsValues() []TypeBasicStoreWriteSettings {
2571	return original.PossibleTypeBasicStoreWriteSettingsValues()
2572}
2573func PossibleTypeBasicTriggerValues() []TypeBasicTrigger {
2574	return original.PossibleTypeBasicTriggerValues()
2575}
2576func PossibleTypeValues() []Type {
2577	return original.PossibleTypeValues()
2578}
2579func PossibleVariableTypeValues() []VariableType {
2580	return original.PossibleVariableTypeValues()
2581}
2582func PossibleWebActivityMethodValues() []WebActivityMethod {
2583	return original.PossibleWebActivityMethodValues()
2584}
2585func PossibleWebHookActivityMethodValues() []WebHookActivityMethod {
2586	return original.PossibleWebHookActivityMethodValues()
2587}
2588func UserAgent() string {
2589	return original.UserAgent() + " profiles/preview"
2590}
2591func Version() string {
2592	return original.Version()
2593}
2594