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