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