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	InlinePackage SsisPackageLocationType = original.InlinePackage
611	SSISDB        SsisPackageLocationType = original.SSISDB
612)
613
614type StoredProcedureParameterType = original.StoredProcedureParameterType
615
616const (
617	Boolean StoredProcedureParameterType = original.Boolean
618	Date    StoredProcedureParameterType = original.Date
619	Decimal StoredProcedureParameterType = original.Decimal
620	GUID    StoredProcedureParameterType = original.GUID
621	Int     StoredProcedureParameterType = original.Int
622	Int64   StoredProcedureParameterType = original.Int64
623	String  StoredProcedureParameterType = original.String
624)
625
626type SybaseAuthenticationType = original.SybaseAuthenticationType
627
628const (
629	SybaseAuthenticationTypeBasic   SybaseAuthenticationType = original.SybaseAuthenticationTypeBasic
630	SybaseAuthenticationTypeWindows SybaseAuthenticationType = original.SybaseAuthenticationTypeWindows
631)
632
633type TeradataAuthenticationType = original.TeradataAuthenticationType
634
635const (
636	TeradataAuthenticationTypeBasic   TeradataAuthenticationType = original.TeradataAuthenticationTypeBasic
637	TeradataAuthenticationTypeWindows TeradataAuthenticationType = original.TeradataAuthenticationTypeWindows
638)
639
640type TeradataPartitionOption = original.TeradataPartitionOption
641
642const (
643	TeradataPartitionOptionDynamicRange TeradataPartitionOption = original.TeradataPartitionOptionDynamicRange
644	TeradataPartitionOptionHash         TeradataPartitionOption = original.TeradataPartitionOptionHash
645	TeradataPartitionOptionNone         TeradataPartitionOption = original.TeradataPartitionOptionNone
646)
647
648type TriggerRunStatus = original.TriggerRunStatus
649
650const (
651	TriggerRunStatusFailed     TriggerRunStatus = original.TriggerRunStatusFailed
652	TriggerRunStatusInprogress TriggerRunStatus = original.TriggerRunStatusInprogress
653	TriggerRunStatusSucceeded  TriggerRunStatus = original.TriggerRunStatusSucceeded
654)
655
656type TriggerRuntimeState = original.TriggerRuntimeState
657
658const (
659	TriggerRuntimeStateDisabled TriggerRuntimeState = original.TriggerRuntimeStateDisabled
660	TriggerRuntimeStateStarted  TriggerRuntimeState = original.TriggerRuntimeStateStarted
661	TriggerRuntimeStateStopped  TriggerRuntimeState = original.TriggerRuntimeStateStopped
662)
663
664type TumblingWindowFrequency = original.TumblingWindowFrequency
665
666const (
667	TumblingWindowFrequencyHour   TumblingWindowFrequency = original.TumblingWindowFrequencyHour
668	TumblingWindowFrequencyMinute TumblingWindowFrequency = original.TumblingWindowFrequencyMinute
669)
670
671type Type = original.Type
672
673const (
674	TypeAzureKeyVaultSecret Type = original.TypeAzureKeyVaultSecret
675	TypeSecretBase          Type = original.TypeSecretBase
676	TypeSecureString        Type = original.TypeSecureString
677)
678
679type TypeBasicActivity = original.TypeBasicActivity
680
681const (
682	TypeActivity                 TypeBasicActivity = original.TypeActivity
683	TypeAppendVariable           TypeBasicActivity = original.TypeAppendVariable
684	TypeAzureDataExplorerCommand TypeBasicActivity = original.TypeAzureDataExplorerCommand
685	TypeAzureFunctionActivity    TypeBasicActivity = original.TypeAzureFunctionActivity
686	TypeAzureMLBatchExecution    TypeBasicActivity = original.TypeAzureMLBatchExecution
687	TypeAzureMLExecutePipeline   TypeBasicActivity = original.TypeAzureMLExecutePipeline
688	TypeAzureMLUpdateResource    TypeBasicActivity = original.TypeAzureMLUpdateResource
689	TypeContainer                TypeBasicActivity = original.TypeContainer
690	TypeCopy                     TypeBasicActivity = original.TypeCopy
691	TypeCustom                   TypeBasicActivity = original.TypeCustom
692	TypeDatabricksNotebook       TypeBasicActivity = original.TypeDatabricksNotebook
693	TypeDatabricksSparkJar       TypeBasicActivity = original.TypeDatabricksSparkJar
694	TypeDatabricksSparkPython    TypeBasicActivity = original.TypeDatabricksSparkPython
695	TypeDataLakeAnalyticsUSQL    TypeBasicActivity = original.TypeDataLakeAnalyticsUSQL
696	TypeDelete                   TypeBasicActivity = original.TypeDelete
697	TypeExecuteDataFlow          TypeBasicActivity = original.TypeExecuteDataFlow
698	TypeExecutePipeline          TypeBasicActivity = original.TypeExecutePipeline
699	TypeExecuteSSISPackage       TypeBasicActivity = original.TypeExecuteSSISPackage
700	TypeExecution                TypeBasicActivity = original.TypeExecution
701	TypeFilter                   TypeBasicActivity = original.TypeFilter
702	TypeForEach                  TypeBasicActivity = original.TypeForEach
703	TypeGetMetadata              TypeBasicActivity = original.TypeGetMetadata
704	TypeHDInsightHive            TypeBasicActivity = original.TypeHDInsightHive
705	TypeHDInsightMapReduce       TypeBasicActivity = original.TypeHDInsightMapReduce
706	TypeHDInsightPig             TypeBasicActivity = original.TypeHDInsightPig
707	TypeHDInsightSpark           TypeBasicActivity = original.TypeHDInsightSpark
708	TypeHDInsightStreaming       TypeBasicActivity = original.TypeHDInsightStreaming
709	TypeIfCondition              TypeBasicActivity = original.TypeIfCondition
710	TypeLookup                   TypeBasicActivity = original.TypeLookup
711	TypeSetVariable              TypeBasicActivity = original.TypeSetVariable
712	TypeSQLServerStoredProcedure TypeBasicActivity = original.TypeSQLServerStoredProcedure
713	TypeSwitch                   TypeBasicActivity = original.TypeSwitch
714	TypeUntil                    TypeBasicActivity = original.TypeUntil
715	TypeValidation               TypeBasicActivity = original.TypeValidation
716	TypeWait                     TypeBasicActivity = original.TypeWait
717	TypeWebActivity              TypeBasicActivity = original.TypeWebActivity
718	TypeWebHook                  TypeBasicActivity = original.TypeWebHook
719)
720
721type TypeBasicCopySink = original.TypeBasicCopySink
722
723const (
724	TypeAvroSink                     TypeBasicCopySink = original.TypeAvroSink
725	TypeAzureBlobFSSink              TypeBasicCopySink = original.TypeAzureBlobFSSink
726	TypeAzureDataExplorerSink        TypeBasicCopySink = original.TypeAzureDataExplorerSink
727	TypeAzureDataLakeStoreSink       TypeBasicCopySink = original.TypeAzureDataLakeStoreSink
728	TypeAzureMySQLSink               TypeBasicCopySink = original.TypeAzureMySQLSink
729	TypeAzurePostgreSQLSink          TypeBasicCopySink = original.TypeAzurePostgreSQLSink
730	TypeAzureQueueSink               TypeBasicCopySink = original.TypeAzureQueueSink
731	TypeAzureSearchIndexSink         TypeBasicCopySink = original.TypeAzureSearchIndexSink
732	TypeAzureSQLSink                 TypeBasicCopySink = original.TypeAzureSQLSink
733	TypeAzureTableSink               TypeBasicCopySink = original.TypeAzureTableSink
734	TypeBinarySink                   TypeBasicCopySink = original.TypeBinarySink
735	TypeBlobSink                     TypeBasicCopySink = original.TypeBlobSink
736	TypeCommonDataServiceForAppsSink TypeBasicCopySink = original.TypeCommonDataServiceForAppsSink
737	TypeCopySink                     TypeBasicCopySink = original.TypeCopySink
738	TypeCosmosDbMongoDbAPISink       TypeBasicCopySink = original.TypeCosmosDbMongoDbAPISink
739	TypeCosmosDbSQLAPISink           TypeBasicCopySink = original.TypeCosmosDbSQLAPISink
740	TypeDelimitedTextSink            TypeBasicCopySink = original.TypeDelimitedTextSink
741	TypeDocumentDbCollectionSink     TypeBasicCopySink = original.TypeDocumentDbCollectionSink
742	TypeDynamicsCrmSink              TypeBasicCopySink = original.TypeDynamicsCrmSink
743	TypeDynamicsSink                 TypeBasicCopySink = original.TypeDynamicsSink
744	TypeFileSystemSink               TypeBasicCopySink = original.TypeFileSystemSink
745	TypeInformixSink                 TypeBasicCopySink = original.TypeInformixSink
746	TypeJSONSink                     TypeBasicCopySink = original.TypeJSONSink
747	TypeMicrosoftAccessSink          TypeBasicCopySink = original.TypeMicrosoftAccessSink
748	TypeOdbcSink                     TypeBasicCopySink = original.TypeOdbcSink
749	TypeOracleSink                   TypeBasicCopySink = original.TypeOracleSink
750	TypeOrcSink                      TypeBasicCopySink = original.TypeOrcSink
751	TypeParquetSink                  TypeBasicCopySink = original.TypeParquetSink
752	TypeSalesforceServiceCloudSink   TypeBasicCopySink = original.TypeSalesforceServiceCloudSink
753	TypeSalesforceSink               TypeBasicCopySink = original.TypeSalesforceSink
754	TypeSapCloudForCustomerSink      TypeBasicCopySink = original.TypeSapCloudForCustomerSink
755	TypeSQLDWSink                    TypeBasicCopySink = original.TypeSQLDWSink
756	TypeSQLMISink                    TypeBasicCopySink = original.TypeSQLMISink
757	TypeSQLServerSink                TypeBasicCopySink = original.TypeSQLServerSink
758	TypeSQLSink                      TypeBasicCopySink = original.TypeSQLSink
759)
760
761type TypeBasicCopySource = original.TypeBasicCopySource
762
763const (
764	TypeAmazonMWSSource                TypeBasicCopySource = original.TypeAmazonMWSSource
765	TypeAmazonRedshiftSource           TypeBasicCopySource = original.TypeAmazonRedshiftSource
766	TypeAvroSource                     TypeBasicCopySource = original.TypeAvroSource
767	TypeAzureBlobFSSource              TypeBasicCopySource = original.TypeAzureBlobFSSource
768	TypeAzureDataExplorerSource        TypeBasicCopySource = original.TypeAzureDataExplorerSource
769	TypeAzureDataLakeStoreSource       TypeBasicCopySource = original.TypeAzureDataLakeStoreSource
770	TypeAzureMariaDBSource             TypeBasicCopySource = original.TypeAzureMariaDBSource
771	TypeAzureMySQLSource               TypeBasicCopySource = original.TypeAzureMySQLSource
772	TypeAzurePostgreSQLSource          TypeBasicCopySource = original.TypeAzurePostgreSQLSource
773	TypeAzureSQLSource                 TypeBasicCopySource = original.TypeAzureSQLSource
774	TypeAzureTableSource               TypeBasicCopySource = original.TypeAzureTableSource
775	TypeBinarySource                   TypeBasicCopySource = original.TypeBinarySource
776	TypeBlobSource                     TypeBasicCopySource = original.TypeBlobSource
777	TypeCassandraSource                TypeBasicCopySource = original.TypeCassandraSource
778	TypeCommonDataServiceForAppsSource TypeBasicCopySource = original.TypeCommonDataServiceForAppsSource
779	TypeConcurSource                   TypeBasicCopySource = original.TypeConcurSource
780	TypeCopySource                     TypeBasicCopySource = original.TypeCopySource
781	TypeCosmosDbMongoDbAPISource       TypeBasicCopySource = original.TypeCosmosDbMongoDbAPISource
782	TypeCosmosDbSQLAPISource           TypeBasicCopySource = original.TypeCosmosDbSQLAPISource
783	TypeCouchbaseSource                TypeBasicCopySource = original.TypeCouchbaseSource
784	TypeDb2Source                      TypeBasicCopySource = original.TypeDb2Source
785	TypeDelimitedTextSource            TypeBasicCopySource = original.TypeDelimitedTextSource
786	TypeDocumentDbCollectionSource     TypeBasicCopySource = original.TypeDocumentDbCollectionSource
787	TypeDrillSource                    TypeBasicCopySource = original.TypeDrillSource
788	TypeDynamicsAXSource               TypeBasicCopySource = original.TypeDynamicsAXSource
789	TypeDynamicsCrmSource              TypeBasicCopySource = original.TypeDynamicsCrmSource
790	TypeDynamicsSource                 TypeBasicCopySource = original.TypeDynamicsSource
791	TypeEloquaSource                   TypeBasicCopySource = original.TypeEloquaSource
792	TypeFileSystemSource               TypeBasicCopySource = original.TypeFileSystemSource
793	TypeGoogleAdWordsSource            TypeBasicCopySource = original.TypeGoogleAdWordsSource
794	TypeGoogleBigQuerySource           TypeBasicCopySource = original.TypeGoogleBigQuerySource
795	TypeGreenplumSource                TypeBasicCopySource = original.TypeGreenplumSource
796	TypeHBaseSource                    TypeBasicCopySource = original.TypeHBaseSource
797	TypeHdfsSource                     TypeBasicCopySource = original.TypeHdfsSource
798	TypeHiveSource                     TypeBasicCopySource = original.TypeHiveSource
799	TypeHTTPSource                     TypeBasicCopySource = original.TypeHTTPSource
800	TypeHubspotSource                  TypeBasicCopySource = original.TypeHubspotSource
801	TypeImpalaSource                   TypeBasicCopySource = original.TypeImpalaSource
802	TypeInformixSource                 TypeBasicCopySource = original.TypeInformixSource
803	TypeJiraSource                     TypeBasicCopySource = original.TypeJiraSource
804	TypeJSONSource                     TypeBasicCopySource = original.TypeJSONSource
805	TypeMagentoSource                  TypeBasicCopySource = original.TypeMagentoSource
806	TypeMariaDBSource                  TypeBasicCopySource = original.TypeMariaDBSource
807	TypeMarketoSource                  TypeBasicCopySource = original.TypeMarketoSource
808	TypeMicrosoftAccessSource          TypeBasicCopySource = original.TypeMicrosoftAccessSource
809	TypeMongoDbSource                  TypeBasicCopySource = original.TypeMongoDbSource
810	TypeMongoDbV2Source                TypeBasicCopySource = original.TypeMongoDbV2Source
811	TypeMySQLSource                    TypeBasicCopySource = original.TypeMySQLSource
812	TypeNetezzaSource                  TypeBasicCopySource = original.TypeNetezzaSource
813	TypeODataSource                    TypeBasicCopySource = original.TypeODataSource
814	TypeOdbcSource                     TypeBasicCopySource = original.TypeOdbcSource
815	TypeOffice365Source                TypeBasicCopySource = original.TypeOffice365Source
816	TypeOracleServiceCloudSource       TypeBasicCopySource = original.TypeOracleServiceCloudSource
817	TypeOracleSource                   TypeBasicCopySource = original.TypeOracleSource
818	TypeOrcSource                      TypeBasicCopySource = original.TypeOrcSource
819	TypeParquetSource                  TypeBasicCopySource = original.TypeParquetSource
820	TypePaypalSource                   TypeBasicCopySource = original.TypePaypalSource
821	TypePhoenixSource                  TypeBasicCopySource = original.TypePhoenixSource
822	TypePostgreSQLSource               TypeBasicCopySource = original.TypePostgreSQLSource
823	TypePrestoSource                   TypeBasicCopySource = original.TypePrestoSource
824	TypeQuickBooksSource               TypeBasicCopySource = original.TypeQuickBooksSource
825	TypeRelationalSource               TypeBasicCopySource = original.TypeRelationalSource
826	TypeResponsysSource                TypeBasicCopySource = original.TypeResponsysSource
827	TypeRestSource                     TypeBasicCopySource = original.TypeRestSource
828	TypeSalesforceMarketingCloudSource TypeBasicCopySource = original.TypeSalesforceMarketingCloudSource
829	TypeSalesforceServiceCloudSource   TypeBasicCopySource = original.TypeSalesforceServiceCloudSource
830	TypeSalesforceSource               TypeBasicCopySource = original.TypeSalesforceSource
831	TypeSapBwSource                    TypeBasicCopySource = original.TypeSapBwSource
832	TypeSapCloudForCustomerSource      TypeBasicCopySource = original.TypeSapCloudForCustomerSource
833	TypeSapEccSource                   TypeBasicCopySource = original.TypeSapEccSource
834	TypeSapHanaSource                  TypeBasicCopySource = original.TypeSapHanaSource
835	TypeSapOpenHubSource               TypeBasicCopySource = original.TypeSapOpenHubSource
836	TypeSapTableSource                 TypeBasicCopySource = original.TypeSapTableSource
837	TypeServiceNowSource               TypeBasicCopySource = original.TypeServiceNowSource
838	TypeShopifySource                  TypeBasicCopySource = original.TypeShopifySource
839	TypeSparkSource                    TypeBasicCopySource = original.TypeSparkSource
840	TypeSQLDWSource                    TypeBasicCopySource = original.TypeSQLDWSource
841	TypeSQLMISource                    TypeBasicCopySource = original.TypeSQLMISource
842	TypeSQLServerSource                TypeBasicCopySource = original.TypeSQLServerSource
843	TypeSQLSource                      TypeBasicCopySource = original.TypeSQLSource
844	TypeSquareSource                   TypeBasicCopySource = original.TypeSquareSource
845	TypeSybaseSource                   TypeBasicCopySource = original.TypeSybaseSource
846	TypeTabularSource                  TypeBasicCopySource = original.TypeTabularSource
847	TypeTeradataSource                 TypeBasicCopySource = original.TypeTeradataSource
848	TypeVerticaSource                  TypeBasicCopySource = original.TypeVerticaSource
849	TypeWebSource                      TypeBasicCopySource = original.TypeWebSource
850	TypeXeroSource                     TypeBasicCopySource = original.TypeXeroSource
851	TypeZohoSource                     TypeBasicCopySource = original.TypeZohoSource
852)
853
854type TypeBasicCustomSetupBase = original.TypeBasicCustomSetupBase
855
856const (
857	TypeCmdkeySetup              TypeBasicCustomSetupBase = original.TypeCmdkeySetup
858	TypeComponentSetup           TypeBasicCustomSetupBase = original.TypeComponentSetup
859	TypeCustomSetupBase          TypeBasicCustomSetupBase = original.TypeCustomSetupBase
860	TypeEnvironmentVariableSetup TypeBasicCustomSetupBase = original.TypeEnvironmentVariableSetup
861)
862
863type TypeBasicDataFlow = original.TypeBasicDataFlow
864
865const (
866	TypeDataFlow        TypeBasicDataFlow = original.TypeDataFlow
867	TypeMappingDataFlow TypeBasicDataFlow = original.TypeMappingDataFlow
868)
869
870type TypeBasicDataset = original.TypeBasicDataset
871
872const (
873	TypeAmazonMWSObject                TypeBasicDataset = original.TypeAmazonMWSObject
874	TypeAmazonRedshiftTable            TypeBasicDataset = original.TypeAmazonRedshiftTable
875	TypeAmazonS3Object                 TypeBasicDataset = original.TypeAmazonS3Object
876	TypeAvro                           TypeBasicDataset = original.TypeAvro
877	TypeAzureBlob                      TypeBasicDataset = original.TypeAzureBlob
878	TypeAzureBlobFSFile                TypeBasicDataset = original.TypeAzureBlobFSFile
879	TypeAzureDataExplorerTable         TypeBasicDataset = original.TypeAzureDataExplorerTable
880	TypeAzureDataLakeStoreFile         TypeBasicDataset = original.TypeAzureDataLakeStoreFile
881	TypeAzureMariaDBTable              TypeBasicDataset = original.TypeAzureMariaDBTable
882	TypeAzureMySQLTable                TypeBasicDataset = original.TypeAzureMySQLTable
883	TypeAzurePostgreSQLTable           TypeBasicDataset = original.TypeAzurePostgreSQLTable
884	TypeAzureSearchIndex               TypeBasicDataset = original.TypeAzureSearchIndex
885	TypeAzureSQLDWTable                TypeBasicDataset = original.TypeAzureSQLDWTable
886	TypeAzureSQLMITable                TypeBasicDataset = original.TypeAzureSQLMITable
887	TypeAzureSQLTable                  TypeBasicDataset = original.TypeAzureSQLTable
888	TypeAzureTable                     TypeBasicDataset = original.TypeAzureTable
889	TypeBinary                         TypeBasicDataset = original.TypeBinary
890	TypeCassandraTable                 TypeBasicDataset = original.TypeCassandraTable
891	TypeCommonDataServiceForAppsEntity TypeBasicDataset = original.TypeCommonDataServiceForAppsEntity
892	TypeConcurObject                   TypeBasicDataset = original.TypeConcurObject
893	TypeCosmosDbMongoDbAPICollection   TypeBasicDataset = original.TypeCosmosDbMongoDbAPICollection
894	TypeCosmosDbSQLAPICollection       TypeBasicDataset = original.TypeCosmosDbSQLAPICollection
895	TypeCouchbaseTable                 TypeBasicDataset = original.TypeCouchbaseTable
896	TypeCustomDataset                  TypeBasicDataset = original.TypeCustomDataset
897	TypeDataset                        TypeBasicDataset = original.TypeDataset
898	TypeDb2Table                       TypeBasicDataset = original.TypeDb2Table
899	TypeDelimitedText                  TypeBasicDataset = original.TypeDelimitedText
900	TypeDocumentDbCollection           TypeBasicDataset = original.TypeDocumentDbCollection
901	TypeDrillTable                     TypeBasicDataset = original.TypeDrillTable
902	TypeDynamicsAXResource             TypeBasicDataset = original.TypeDynamicsAXResource
903	TypeDynamicsCrmEntity              TypeBasicDataset = original.TypeDynamicsCrmEntity
904	TypeDynamicsEntity                 TypeBasicDataset = original.TypeDynamicsEntity
905	TypeEloquaObject                   TypeBasicDataset = original.TypeEloquaObject
906	TypeFileShare                      TypeBasicDataset = original.TypeFileShare
907	TypeGoogleAdWordsObject            TypeBasicDataset = original.TypeGoogleAdWordsObject
908	TypeGoogleBigQueryObject           TypeBasicDataset = original.TypeGoogleBigQueryObject
909	TypeGreenplumTable                 TypeBasicDataset = original.TypeGreenplumTable
910	TypeHBaseObject                    TypeBasicDataset = original.TypeHBaseObject
911	TypeHiveObject                     TypeBasicDataset = original.TypeHiveObject
912	TypeHTTPFile                       TypeBasicDataset = original.TypeHTTPFile
913	TypeHubspotObject                  TypeBasicDataset = original.TypeHubspotObject
914	TypeImpalaObject                   TypeBasicDataset = original.TypeImpalaObject
915	TypeInformixTable                  TypeBasicDataset = original.TypeInformixTable
916	TypeJiraObject                     TypeBasicDataset = original.TypeJiraObject
917	TypeJSON                           TypeBasicDataset = original.TypeJSON
918	TypeMagentoObject                  TypeBasicDataset = original.TypeMagentoObject
919	TypeMariaDBTable                   TypeBasicDataset = original.TypeMariaDBTable
920	TypeMarketoObject                  TypeBasicDataset = original.TypeMarketoObject
921	TypeMicrosoftAccessTable           TypeBasicDataset = original.TypeMicrosoftAccessTable
922	TypeMongoDbCollection              TypeBasicDataset = original.TypeMongoDbCollection
923	TypeMongoDbV2Collection            TypeBasicDataset = original.TypeMongoDbV2Collection
924	TypeMySQLTable                     TypeBasicDataset = original.TypeMySQLTable
925	TypeNetezzaTable                   TypeBasicDataset = original.TypeNetezzaTable
926	TypeODataResource                  TypeBasicDataset = original.TypeODataResource
927	TypeOdbcTable                      TypeBasicDataset = original.TypeOdbcTable
928	TypeOffice365Table                 TypeBasicDataset = original.TypeOffice365Table
929	TypeOracleServiceCloudObject       TypeBasicDataset = original.TypeOracleServiceCloudObject
930	TypeOracleTable                    TypeBasicDataset = original.TypeOracleTable
931	TypeOrc                            TypeBasicDataset = original.TypeOrc
932	TypeParquet                        TypeBasicDataset = original.TypeParquet
933	TypePaypalObject                   TypeBasicDataset = original.TypePaypalObject
934	TypePhoenixObject                  TypeBasicDataset = original.TypePhoenixObject
935	TypePostgreSQLTable                TypeBasicDataset = original.TypePostgreSQLTable
936	TypePrestoObject                   TypeBasicDataset = original.TypePrestoObject
937	TypeQuickBooksObject               TypeBasicDataset = original.TypeQuickBooksObject
938	TypeRelationalTable                TypeBasicDataset = original.TypeRelationalTable
939	TypeResponsysObject                TypeBasicDataset = original.TypeResponsysObject
940	TypeRestResource                   TypeBasicDataset = original.TypeRestResource
941	TypeSalesforceMarketingCloudObject TypeBasicDataset = original.TypeSalesforceMarketingCloudObject
942	TypeSalesforceObject               TypeBasicDataset = original.TypeSalesforceObject
943	TypeSalesforceServiceCloudObject   TypeBasicDataset = original.TypeSalesforceServiceCloudObject
944	TypeSapBwCube                      TypeBasicDataset = original.TypeSapBwCube
945	TypeSapCloudForCustomerResource    TypeBasicDataset = original.TypeSapCloudForCustomerResource
946	TypeSapEccResource                 TypeBasicDataset = original.TypeSapEccResource
947	TypeSapHanaTable                   TypeBasicDataset = original.TypeSapHanaTable
948	TypeSapOpenHubTable                TypeBasicDataset = original.TypeSapOpenHubTable
949	TypeSapTableResource               TypeBasicDataset = original.TypeSapTableResource
950	TypeServiceNowObject               TypeBasicDataset = original.TypeServiceNowObject
951	TypeShopifyObject                  TypeBasicDataset = original.TypeShopifyObject
952	TypeSparkObject                    TypeBasicDataset = original.TypeSparkObject
953	TypeSQLServerTable                 TypeBasicDataset = original.TypeSQLServerTable
954	TypeSquareObject                   TypeBasicDataset = original.TypeSquareObject
955	TypeSybaseTable                    TypeBasicDataset = original.TypeSybaseTable
956	TypeTeradataTable                  TypeBasicDataset = original.TypeTeradataTable
957	TypeVerticaTable                   TypeBasicDataset = original.TypeVerticaTable
958	TypeWebTable                       TypeBasicDataset = original.TypeWebTable
959	TypeXeroObject                     TypeBasicDataset = original.TypeXeroObject
960	TypeZohoObject                     TypeBasicDataset = original.TypeZohoObject
961)
962
963type TypeBasicDatasetCompression = original.TypeBasicDatasetCompression
964
965const (
966	TypeBZip2              TypeBasicDatasetCompression = original.TypeBZip2
967	TypeDatasetCompression TypeBasicDatasetCompression = original.TypeDatasetCompression
968	TypeDeflate            TypeBasicDatasetCompression = original.TypeDeflate
969	TypeGZip               TypeBasicDatasetCompression = original.TypeGZip
970	TypeZipDeflate         TypeBasicDatasetCompression = original.TypeZipDeflate
971)
972
973type TypeBasicDatasetStorageFormat = original.TypeBasicDatasetStorageFormat
974
975const (
976	TypeAvroFormat           TypeBasicDatasetStorageFormat = original.TypeAvroFormat
977	TypeDatasetStorageFormat TypeBasicDatasetStorageFormat = original.TypeDatasetStorageFormat
978	TypeJSONFormat           TypeBasicDatasetStorageFormat = original.TypeJSONFormat
979	TypeOrcFormat            TypeBasicDatasetStorageFormat = original.TypeOrcFormat
980	TypeParquetFormat        TypeBasicDatasetStorageFormat = original.TypeParquetFormat
981	TypeTextFormat           TypeBasicDatasetStorageFormat = original.TypeTextFormat
982)
983
984type TypeBasicDependencyReference = original.TypeBasicDependencyReference
985
986const (
987	TypeDependencyReference                          TypeBasicDependencyReference = original.TypeDependencyReference
988	TypeSelfDependencyTumblingWindowTriggerReference TypeBasicDependencyReference = original.TypeSelfDependencyTumblingWindowTriggerReference
989	TypeTriggerDependencyReference                   TypeBasicDependencyReference = original.TypeTriggerDependencyReference
990	TypeTumblingWindowTriggerDependencyReference     TypeBasicDependencyReference = original.TypeTumblingWindowTriggerDependencyReference
991)
992
993type TypeBasicFactoryRepoConfiguration = original.TypeBasicFactoryRepoConfiguration
994
995const (
996	TypeFactoryGitHubConfiguration TypeBasicFactoryRepoConfiguration = original.TypeFactoryGitHubConfiguration
997	TypeFactoryRepoConfiguration   TypeBasicFactoryRepoConfiguration = original.TypeFactoryRepoConfiguration
998	TypeFactoryVSTSConfiguration   TypeBasicFactoryRepoConfiguration = original.TypeFactoryVSTSConfiguration
999)
1000
1001type TypeBasicIntegrationRuntime = original.TypeBasicIntegrationRuntime
1002
1003const (
1004	TypeIntegrationRuntime TypeBasicIntegrationRuntime = original.TypeIntegrationRuntime
1005	TypeManaged            TypeBasicIntegrationRuntime = original.TypeManaged
1006	TypeSelfHosted         TypeBasicIntegrationRuntime = original.TypeSelfHosted
1007)
1008
1009type TypeBasicIntegrationRuntimeStatus = original.TypeBasicIntegrationRuntimeStatus
1010
1011const (
1012	TypeBasicIntegrationRuntimeStatusTypeIntegrationRuntimeStatus TypeBasicIntegrationRuntimeStatus = original.TypeBasicIntegrationRuntimeStatusTypeIntegrationRuntimeStatus
1013	TypeBasicIntegrationRuntimeStatusTypeManaged                  TypeBasicIntegrationRuntimeStatus = original.TypeBasicIntegrationRuntimeStatusTypeManaged
1014	TypeBasicIntegrationRuntimeStatusTypeSelfHosted               TypeBasicIntegrationRuntimeStatus = original.TypeBasicIntegrationRuntimeStatusTypeSelfHosted
1015)
1016
1017type TypeBasicLinkedService = original.TypeBasicLinkedService
1018
1019const (
1020	TypeAmazonMWS                TypeBasicLinkedService = original.TypeAmazonMWS
1021	TypeAmazonRedshift           TypeBasicLinkedService = original.TypeAmazonRedshift
1022	TypeAmazonS3                 TypeBasicLinkedService = original.TypeAmazonS3
1023	TypeAzureBatch               TypeBasicLinkedService = original.TypeAzureBatch
1024	TypeAzureBlobFS              TypeBasicLinkedService = original.TypeAzureBlobFS
1025	TypeAzureBlobStorage         TypeBasicLinkedService = original.TypeAzureBlobStorage
1026	TypeAzureDatabricks          TypeBasicLinkedService = original.TypeAzureDatabricks
1027	TypeAzureDataExplorer        TypeBasicLinkedService = original.TypeAzureDataExplorer
1028	TypeAzureDataLakeAnalytics   TypeBasicLinkedService = original.TypeAzureDataLakeAnalytics
1029	TypeAzureDataLakeStore       TypeBasicLinkedService = original.TypeAzureDataLakeStore
1030	TypeAzureFileStorage         TypeBasicLinkedService = original.TypeAzureFileStorage
1031	TypeAzureFunction            TypeBasicLinkedService = original.TypeAzureFunction
1032	TypeAzureKeyVault            TypeBasicLinkedService = original.TypeAzureKeyVault
1033	TypeAzureMariaDB             TypeBasicLinkedService = original.TypeAzureMariaDB
1034	TypeAzureML                  TypeBasicLinkedService = original.TypeAzureML
1035	TypeAzureMLService           TypeBasicLinkedService = original.TypeAzureMLService
1036	TypeAzureMySQL               TypeBasicLinkedService = original.TypeAzureMySQL
1037	TypeAzurePostgreSQL          TypeBasicLinkedService = original.TypeAzurePostgreSQL
1038	TypeAzureSearch              TypeBasicLinkedService = original.TypeAzureSearch
1039	TypeAzureSQLDatabase         TypeBasicLinkedService = original.TypeAzureSQLDatabase
1040	TypeAzureSQLDW               TypeBasicLinkedService = original.TypeAzureSQLDW
1041	TypeAzureSQLMI               TypeBasicLinkedService = original.TypeAzureSQLMI
1042	TypeAzureStorage             TypeBasicLinkedService = original.TypeAzureStorage
1043	TypeAzureTableStorage        TypeBasicLinkedService = original.TypeAzureTableStorage
1044	TypeCassandra                TypeBasicLinkedService = original.TypeCassandra
1045	TypeCommonDataServiceForApps TypeBasicLinkedService = original.TypeCommonDataServiceForApps
1046	TypeConcur                   TypeBasicLinkedService = original.TypeConcur
1047	TypeCosmosDb                 TypeBasicLinkedService = original.TypeCosmosDb
1048	TypeCosmosDbMongoDbAPI       TypeBasicLinkedService = original.TypeCosmosDbMongoDbAPI
1049	TypeCouchbase                TypeBasicLinkedService = original.TypeCouchbase
1050	TypeCustomDataSource         TypeBasicLinkedService = original.TypeCustomDataSource
1051	TypeDb2                      TypeBasicLinkedService = original.TypeDb2
1052	TypeDrill                    TypeBasicLinkedService = original.TypeDrill
1053	TypeDynamics                 TypeBasicLinkedService = original.TypeDynamics
1054	TypeDynamicsAX               TypeBasicLinkedService = original.TypeDynamicsAX
1055	TypeDynamicsCrm              TypeBasicLinkedService = original.TypeDynamicsCrm
1056	TypeEloqua                   TypeBasicLinkedService = original.TypeEloqua
1057	TypeFileServer               TypeBasicLinkedService = original.TypeFileServer
1058	TypeFtpServer                TypeBasicLinkedService = original.TypeFtpServer
1059	TypeGoogleAdWords            TypeBasicLinkedService = original.TypeGoogleAdWords
1060	TypeGoogleBigQuery           TypeBasicLinkedService = original.TypeGoogleBigQuery
1061	TypeGoogleCloudStorage       TypeBasicLinkedService = original.TypeGoogleCloudStorage
1062	TypeGreenplum                TypeBasicLinkedService = original.TypeGreenplum
1063	TypeHBase                    TypeBasicLinkedService = original.TypeHBase
1064	TypeHdfs                     TypeBasicLinkedService = original.TypeHdfs
1065	TypeHDInsight                TypeBasicLinkedService = original.TypeHDInsight
1066	TypeHDInsightOnDemand        TypeBasicLinkedService = original.TypeHDInsightOnDemand
1067	TypeHive                     TypeBasicLinkedService = original.TypeHive
1068	TypeHTTPServer               TypeBasicLinkedService = original.TypeHTTPServer
1069	TypeHubspot                  TypeBasicLinkedService = original.TypeHubspot
1070	TypeImpala                   TypeBasicLinkedService = original.TypeImpala
1071	TypeInformix                 TypeBasicLinkedService = original.TypeInformix
1072	TypeJira                     TypeBasicLinkedService = original.TypeJira
1073	TypeLinkedService            TypeBasicLinkedService = original.TypeLinkedService
1074	TypeMagento                  TypeBasicLinkedService = original.TypeMagento
1075	TypeMariaDB                  TypeBasicLinkedService = original.TypeMariaDB
1076	TypeMarketo                  TypeBasicLinkedService = original.TypeMarketo
1077	TypeMicrosoftAccess          TypeBasicLinkedService = original.TypeMicrosoftAccess
1078	TypeMongoDb                  TypeBasicLinkedService = original.TypeMongoDb
1079	TypeMongoDbV2                TypeBasicLinkedService = original.TypeMongoDbV2
1080	TypeMySQL                    TypeBasicLinkedService = original.TypeMySQL
1081	TypeNetezza                  TypeBasicLinkedService = original.TypeNetezza
1082	TypeOData                    TypeBasicLinkedService = original.TypeOData
1083	TypeOdbc                     TypeBasicLinkedService = original.TypeOdbc
1084	TypeOffice365                TypeBasicLinkedService = original.TypeOffice365
1085	TypeOracle                   TypeBasicLinkedService = original.TypeOracle
1086	TypeOracleServiceCloud       TypeBasicLinkedService = original.TypeOracleServiceCloud
1087	TypePaypal                   TypeBasicLinkedService = original.TypePaypal
1088	TypePhoenix                  TypeBasicLinkedService = original.TypePhoenix
1089	TypePostgreSQL               TypeBasicLinkedService = original.TypePostgreSQL
1090	TypePresto                   TypeBasicLinkedService = original.TypePresto
1091	TypeQuickBooks               TypeBasicLinkedService = original.TypeQuickBooks
1092	TypeResponsys                TypeBasicLinkedService = original.TypeResponsys
1093	TypeRestService              TypeBasicLinkedService = original.TypeRestService
1094	TypeSalesforce               TypeBasicLinkedService = original.TypeSalesforce
1095	TypeSalesforceMarketingCloud TypeBasicLinkedService = original.TypeSalesforceMarketingCloud
1096	TypeSalesforceServiceCloud   TypeBasicLinkedService = original.TypeSalesforceServiceCloud
1097	TypeSapBW                    TypeBasicLinkedService = original.TypeSapBW
1098	TypeSapCloudForCustomer      TypeBasicLinkedService = original.TypeSapCloudForCustomer
1099	TypeSapEcc                   TypeBasicLinkedService = original.TypeSapEcc
1100	TypeSapHana                  TypeBasicLinkedService = original.TypeSapHana
1101	TypeSapOpenHub               TypeBasicLinkedService = original.TypeSapOpenHub
1102	TypeSapTable                 TypeBasicLinkedService = original.TypeSapTable
1103	TypeServiceNow               TypeBasicLinkedService = original.TypeServiceNow
1104	TypeSftp                     TypeBasicLinkedService = original.TypeSftp
1105	TypeShopify                  TypeBasicLinkedService = original.TypeShopify
1106	TypeSpark                    TypeBasicLinkedService = original.TypeSpark
1107	TypeSQLServer                TypeBasicLinkedService = original.TypeSQLServer
1108	TypeSquare                   TypeBasicLinkedService = original.TypeSquare
1109	TypeSybase                   TypeBasicLinkedService = original.TypeSybase
1110	TypeTeradata                 TypeBasicLinkedService = original.TypeTeradata
1111	TypeVertica                  TypeBasicLinkedService = original.TypeVertica
1112	TypeWeb                      TypeBasicLinkedService = original.TypeWeb
1113	TypeXero                     TypeBasicLinkedService = original.TypeXero
1114	TypeZoho                     TypeBasicLinkedService = original.TypeZoho
1115)
1116
1117type TypeBasicSsisObjectMetadata = original.TypeBasicSsisObjectMetadata
1118
1119const (
1120	TypeEnvironment        TypeBasicSsisObjectMetadata = original.TypeEnvironment
1121	TypeFolder             TypeBasicSsisObjectMetadata = original.TypeFolder
1122	TypePackage            TypeBasicSsisObjectMetadata = original.TypePackage
1123	TypeProject            TypeBasicSsisObjectMetadata = original.TypeProject
1124	TypeSsisObjectMetadata TypeBasicSsisObjectMetadata = original.TypeSsisObjectMetadata
1125)
1126
1127type TypeBasicStoreWriteSettings = original.TypeBasicStoreWriteSettings
1128
1129const (
1130	TypeAzureBlobFSWriteSettings        TypeBasicStoreWriteSettings = original.TypeAzureBlobFSWriteSettings
1131	TypeAzureBlobStorageWriteSettings   TypeBasicStoreWriteSettings = original.TypeAzureBlobStorageWriteSettings
1132	TypeAzureDataLakeStoreWriteSettings TypeBasicStoreWriteSettings = original.TypeAzureDataLakeStoreWriteSettings
1133	TypeFileServerWriteSettings         TypeBasicStoreWriteSettings = original.TypeFileServerWriteSettings
1134	TypeStoreWriteSettings              TypeBasicStoreWriteSettings = original.TypeStoreWriteSettings
1135)
1136
1137type TypeBasicTrigger = original.TypeBasicTrigger
1138
1139const (
1140	TypeBlobEventsTrigger          TypeBasicTrigger = original.TypeBlobEventsTrigger
1141	TypeBlobTrigger                TypeBasicTrigger = original.TypeBlobTrigger
1142	TypeChainingTrigger            TypeBasicTrigger = original.TypeChainingTrigger
1143	TypeMultiplePipelineTrigger    TypeBasicTrigger = original.TypeMultiplePipelineTrigger
1144	TypeRerunTumblingWindowTrigger TypeBasicTrigger = original.TypeRerunTumblingWindowTrigger
1145	TypeScheduleTrigger            TypeBasicTrigger = original.TypeScheduleTrigger
1146	TypeTrigger                    TypeBasicTrigger = original.TypeTrigger
1147	TypeTumblingWindowTrigger      TypeBasicTrigger = original.TypeTumblingWindowTrigger
1148)
1149
1150type VariableType = original.VariableType
1151
1152const (
1153	VariableTypeArray  VariableType = original.VariableTypeArray
1154	VariableTypeBool   VariableType = original.VariableTypeBool
1155	VariableTypeString VariableType = original.VariableTypeString
1156)
1157
1158type WebActivityMethod = original.WebActivityMethod
1159
1160const (
1161	WebActivityMethodDELETE WebActivityMethod = original.WebActivityMethodDELETE
1162	WebActivityMethodGET    WebActivityMethod = original.WebActivityMethodGET
1163	WebActivityMethodPOST   WebActivityMethod = original.WebActivityMethodPOST
1164	WebActivityMethodPUT    WebActivityMethod = original.WebActivityMethodPUT
1165)
1166
1167type WebHookActivityMethod = original.WebHookActivityMethod
1168
1169const (
1170	WebHookActivityMethodPOST WebHookActivityMethod = original.WebHookActivityMethodPOST
1171)
1172
1173type AccessPolicyResponse = original.AccessPolicyResponse
1174type Activity = original.Activity
1175type ActivityDependency = original.ActivityDependency
1176type ActivityPolicy = original.ActivityPolicy
1177type ActivityRun = original.ActivityRun
1178type ActivityRunsClient = original.ActivityRunsClient
1179type ActivityRunsQueryResponse = original.ActivityRunsQueryResponse
1180type AddDataFlowToDebugSessionResponse = original.AddDataFlowToDebugSessionResponse
1181type AmazonMWSLinkedService = original.AmazonMWSLinkedService
1182type AmazonMWSLinkedServiceTypeProperties = original.AmazonMWSLinkedServiceTypeProperties
1183type AmazonMWSObjectDataset = original.AmazonMWSObjectDataset
1184type AmazonMWSSource = original.AmazonMWSSource
1185type AmazonRedshiftLinkedService = original.AmazonRedshiftLinkedService
1186type AmazonRedshiftLinkedServiceTypeProperties = original.AmazonRedshiftLinkedServiceTypeProperties
1187type AmazonRedshiftSource = original.AmazonRedshiftSource
1188type AmazonRedshiftTableDataset = original.AmazonRedshiftTableDataset
1189type AmazonRedshiftTableDatasetTypeProperties = original.AmazonRedshiftTableDatasetTypeProperties
1190type AmazonS3Dataset = original.AmazonS3Dataset
1191type AmazonS3DatasetTypeProperties = original.AmazonS3DatasetTypeProperties
1192type AmazonS3LinkedService = original.AmazonS3LinkedService
1193type AmazonS3LinkedServiceTypeProperties = original.AmazonS3LinkedServiceTypeProperties
1194type AmazonS3Location = original.AmazonS3Location
1195type AmazonS3ReadSettings = original.AmazonS3ReadSettings
1196type AppendVariableActivity = original.AppendVariableActivity
1197type AppendVariableActivityTypeProperties = original.AppendVariableActivityTypeProperties
1198type AvroDataset = original.AvroDataset
1199type AvroDatasetTypeProperties = original.AvroDatasetTypeProperties
1200type AvroFormat = original.AvroFormat
1201type AvroSink = original.AvroSink
1202type AvroSource = original.AvroSource
1203type AvroWriteSettings = original.AvroWriteSettings
1204type AzureBatchLinkedService = original.AzureBatchLinkedService
1205type AzureBatchLinkedServiceTypeProperties = original.AzureBatchLinkedServiceTypeProperties
1206type AzureBlobDataset = original.AzureBlobDataset
1207type AzureBlobDatasetTypeProperties = original.AzureBlobDatasetTypeProperties
1208type AzureBlobFSDataset = original.AzureBlobFSDataset
1209type AzureBlobFSDatasetTypeProperties = original.AzureBlobFSDatasetTypeProperties
1210type AzureBlobFSLinkedService = original.AzureBlobFSLinkedService
1211type AzureBlobFSLinkedServiceTypeProperties = original.AzureBlobFSLinkedServiceTypeProperties
1212type AzureBlobFSLocation = original.AzureBlobFSLocation
1213type AzureBlobFSReadSettings = original.AzureBlobFSReadSettings
1214type AzureBlobFSSink = original.AzureBlobFSSink
1215type AzureBlobFSSource = original.AzureBlobFSSource
1216type AzureBlobFSWriteSettings = original.AzureBlobFSWriteSettings
1217type AzureBlobStorageLinkedService = original.AzureBlobStorageLinkedService
1218type AzureBlobStorageLinkedServiceTypeProperties = original.AzureBlobStorageLinkedServiceTypeProperties
1219type AzureBlobStorageLocation = original.AzureBlobStorageLocation
1220type AzureBlobStorageReadSettings = original.AzureBlobStorageReadSettings
1221type AzureBlobStorageWriteSettings = original.AzureBlobStorageWriteSettings
1222type AzureDataExplorerCommandActivity = original.AzureDataExplorerCommandActivity
1223type AzureDataExplorerCommandActivityTypeProperties = original.AzureDataExplorerCommandActivityTypeProperties
1224type AzureDataExplorerDatasetTypeProperties = original.AzureDataExplorerDatasetTypeProperties
1225type AzureDataExplorerLinkedService = original.AzureDataExplorerLinkedService
1226type AzureDataExplorerLinkedServiceTypeProperties = original.AzureDataExplorerLinkedServiceTypeProperties
1227type AzureDataExplorerSink = original.AzureDataExplorerSink
1228type AzureDataExplorerSource = original.AzureDataExplorerSource
1229type AzureDataExplorerTableDataset = original.AzureDataExplorerTableDataset
1230type AzureDataLakeAnalyticsLinkedService = original.AzureDataLakeAnalyticsLinkedService
1231type AzureDataLakeAnalyticsLinkedServiceTypeProperties = original.AzureDataLakeAnalyticsLinkedServiceTypeProperties
1232type AzureDataLakeStoreDataset = original.AzureDataLakeStoreDataset
1233type AzureDataLakeStoreDatasetTypeProperties = original.AzureDataLakeStoreDatasetTypeProperties
1234type AzureDataLakeStoreLinkedService = original.AzureDataLakeStoreLinkedService
1235type AzureDataLakeStoreLinkedServiceTypeProperties = original.AzureDataLakeStoreLinkedServiceTypeProperties
1236type AzureDataLakeStoreLocation = original.AzureDataLakeStoreLocation
1237type AzureDataLakeStoreReadSettings = original.AzureDataLakeStoreReadSettings
1238type AzureDataLakeStoreSink = original.AzureDataLakeStoreSink
1239type AzureDataLakeStoreSource = original.AzureDataLakeStoreSource
1240type AzureDataLakeStoreWriteSettings = original.AzureDataLakeStoreWriteSettings
1241type AzureDatabricksLinkedService = original.AzureDatabricksLinkedService
1242type AzureDatabricksLinkedServiceTypeProperties = original.AzureDatabricksLinkedServiceTypeProperties
1243type AzureFileStorageLinkedService = original.AzureFileStorageLinkedService
1244type AzureFileStorageLinkedServiceTypeProperties = original.AzureFileStorageLinkedServiceTypeProperties
1245type AzureFileStorageLocation = original.AzureFileStorageLocation
1246type AzureFileStorageReadSettings = original.AzureFileStorageReadSettings
1247type AzureFunctionActivity = original.AzureFunctionActivity
1248type AzureFunctionActivityTypeProperties = original.AzureFunctionActivityTypeProperties
1249type AzureFunctionLinkedService = original.AzureFunctionLinkedService
1250type AzureFunctionLinkedServiceTypeProperties = original.AzureFunctionLinkedServiceTypeProperties
1251type AzureKeyVaultLinkedService = original.AzureKeyVaultLinkedService
1252type AzureKeyVaultLinkedServiceTypeProperties = original.AzureKeyVaultLinkedServiceTypeProperties
1253type AzureKeyVaultSecretReference = original.AzureKeyVaultSecretReference
1254type AzureMLBatchExecutionActivity = original.AzureMLBatchExecutionActivity
1255type AzureMLBatchExecutionActivityTypeProperties = original.AzureMLBatchExecutionActivityTypeProperties
1256type AzureMLExecutePipelineActivity = original.AzureMLExecutePipelineActivity
1257type AzureMLExecutePipelineActivityTypeProperties = original.AzureMLExecutePipelineActivityTypeProperties
1258type AzureMLLinkedService = original.AzureMLLinkedService
1259type AzureMLLinkedServiceTypeProperties = original.AzureMLLinkedServiceTypeProperties
1260type AzureMLServiceLinkedService = original.AzureMLServiceLinkedService
1261type AzureMLServiceLinkedServiceTypeProperties = original.AzureMLServiceLinkedServiceTypeProperties
1262type AzureMLUpdateResourceActivity = original.AzureMLUpdateResourceActivity
1263type AzureMLUpdateResourceActivityTypeProperties = original.AzureMLUpdateResourceActivityTypeProperties
1264type AzureMLWebServiceFile = original.AzureMLWebServiceFile
1265type AzureMariaDBLinkedService = original.AzureMariaDBLinkedService
1266type AzureMariaDBLinkedServiceTypeProperties = original.AzureMariaDBLinkedServiceTypeProperties
1267type AzureMariaDBSource = original.AzureMariaDBSource
1268type AzureMariaDBTableDataset = original.AzureMariaDBTableDataset
1269type AzureMySQLLinkedService = original.AzureMySQLLinkedService
1270type AzureMySQLLinkedServiceTypeProperties = original.AzureMySQLLinkedServiceTypeProperties
1271type AzureMySQLSink = original.AzureMySQLSink
1272type AzureMySQLSource = original.AzureMySQLSource
1273type AzureMySQLTableDataset = original.AzureMySQLTableDataset
1274type AzureMySQLTableDatasetTypeProperties = original.AzureMySQLTableDatasetTypeProperties
1275type AzurePostgreSQLLinkedService = original.AzurePostgreSQLLinkedService
1276type AzurePostgreSQLLinkedServiceTypeProperties = original.AzurePostgreSQLLinkedServiceTypeProperties
1277type AzurePostgreSQLSink = original.AzurePostgreSQLSink
1278type AzurePostgreSQLSource = original.AzurePostgreSQLSource
1279type AzurePostgreSQLTableDataset = original.AzurePostgreSQLTableDataset
1280type AzurePostgreSQLTableDatasetTypeProperties = original.AzurePostgreSQLTableDatasetTypeProperties
1281type AzureQueueSink = original.AzureQueueSink
1282type AzureSQLDWLinkedService = original.AzureSQLDWLinkedService
1283type AzureSQLDWLinkedServiceTypeProperties = original.AzureSQLDWLinkedServiceTypeProperties
1284type AzureSQLDWTableDataset = original.AzureSQLDWTableDataset
1285type AzureSQLDWTableDatasetTypeProperties = original.AzureSQLDWTableDatasetTypeProperties
1286type AzureSQLDatabaseLinkedService = original.AzureSQLDatabaseLinkedService
1287type AzureSQLDatabaseLinkedServiceTypeProperties = original.AzureSQLDatabaseLinkedServiceTypeProperties
1288type AzureSQLMILinkedService = original.AzureSQLMILinkedService
1289type AzureSQLMILinkedServiceTypeProperties = original.AzureSQLMILinkedServiceTypeProperties
1290type AzureSQLMITableDataset = original.AzureSQLMITableDataset
1291type AzureSQLMITableDatasetTypeProperties = original.AzureSQLMITableDatasetTypeProperties
1292type AzureSQLSink = original.AzureSQLSink
1293type AzureSQLSource = original.AzureSQLSource
1294type AzureSQLTableDataset = original.AzureSQLTableDataset
1295type AzureSQLTableDatasetTypeProperties = original.AzureSQLTableDatasetTypeProperties
1296type AzureSearchIndexDataset = original.AzureSearchIndexDataset
1297type AzureSearchIndexDatasetTypeProperties = original.AzureSearchIndexDatasetTypeProperties
1298type AzureSearchIndexSink = original.AzureSearchIndexSink
1299type AzureSearchLinkedService = original.AzureSearchLinkedService
1300type AzureSearchLinkedServiceTypeProperties = original.AzureSearchLinkedServiceTypeProperties
1301type AzureStorageLinkedService = original.AzureStorageLinkedService
1302type AzureStorageLinkedServiceTypeProperties = original.AzureStorageLinkedServiceTypeProperties
1303type AzureTableDataset = original.AzureTableDataset
1304type AzureTableDatasetTypeProperties = original.AzureTableDatasetTypeProperties
1305type AzureTableSink = original.AzureTableSink
1306type AzureTableSource = original.AzureTableSource
1307type AzureTableStorageLinkedService = original.AzureTableStorageLinkedService
1308type BaseClient = original.BaseClient
1309type BasicActivity = original.BasicActivity
1310type BasicControlActivity = original.BasicControlActivity
1311type BasicCopySink = original.BasicCopySink
1312type BasicCopySource = original.BasicCopySource
1313type BasicCustomSetupBase = original.BasicCustomSetupBase
1314type BasicDataFlow = original.BasicDataFlow
1315type BasicDataset = original.BasicDataset
1316type BasicDatasetCompression = original.BasicDatasetCompression
1317type BasicDatasetStorageFormat = original.BasicDatasetStorageFormat
1318type BasicDependencyReference = original.BasicDependencyReference
1319type BasicExecutionActivity = original.BasicExecutionActivity
1320type BasicFactoryRepoConfiguration = original.BasicFactoryRepoConfiguration
1321type BasicIntegrationRuntime = original.BasicIntegrationRuntime
1322type BasicIntegrationRuntimeStatus = original.BasicIntegrationRuntimeStatus
1323type BasicLinkedIntegrationRuntimeType = original.BasicLinkedIntegrationRuntimeType
1324type BasicLinkedService = original.BasicLinkedService
1325type BasicMultiplePipelineTrigger = original.BasicMultiplePipelineTrigger
1326type BasicSecretBase = original.BasicSecretBase
1327type BasicSsisObjectMetadata = original.BasicSsisObjectMetadata
1328type BasicStoreWriteSettings = original.BasicStoreWriteSettings
1329type BasicTabularSource = original.BasicTabularSource
1330type BasicTrigger = original.BasicTrigger
1331type BasicTriggerDependencyReference = original.BasicTriggerDependencyReference
1332type BasicWebLinkedServiceTypeProperties = original.BasicWebLinkedServiceTypeProperties
1333type BinaryDataset = original.BinaryDataset
1334type BinaryDatasetTypeProperties = original.BinaryDatasetTypeProperties
1335type BinarySink = original.BinarySink
1336type BinarySource = original.BinarySource
1337type BlobEventsTrigger = original.BlobEventsTrigger
1338type BlobEventsTriggerTypeProperties = original.BlobEventsTriggerTypeProperties
1339type BlobSink = original.BlobSink
1340type BlobSource = original.BlobSource
1341type BlobTrigger = original.BlobTrigger
1342type BlobTriggerTypeProperties = original.BlobTriggerTypeProperties
1343type CassandraLinkedService = original.CassandraLinkedService
1344type CassandraLinkedServiceTypeProperties = original.CassandraLinkedServiceTypeProperties
1345type CassandraSource = original.CassandraSource
1346type CassandraTableDataset = original.CassandraTableDataset
1347type CassandraTableDatasetTypeProperties = original.CassandraTableDatasetTypeProperties
1348type ChainingTrigger = original.ChainingTrigger
1349type ChainingTriggerTypeProperties = original.ChainingTriggerTypeProperties
1350type CloudError = original.CloudError
1351type CloudErrorBody = original.CloudErrorBody
1352type CmdkeySetup = original.CmdkeySetup
1353type CmdkeySetupTypeProperties = original.CmdkeySetupTypeProperties
1354type CommonDataServiceForAppsEntityDataset = original.CommonDataServiceForAppsEntityDataset
1355type CommonDataServiceForAppsEntityDatasetTypeProperties = original.CommonDataServiceForAppsEntityDatasetTypeProperties
1356type CommonDataServiceForAppsLinkedService = original.CommonDataServiceForAppsLinkedService
1357type CommonDataServiceForAppsLinkedServiceTypeProperties = original.CommonDataServiceForAppsLinkedServiceTypeProperties
1358type CommonDataServiceForAppsSink = original.CommonDataServiceForAppsSink
1359type CommonDataServiceForAppsSource = original.CommonDataServiceForAppsSource
1360type ComponentSetup = original.ComponentSetup
1361type ConcurLinkedService = original.ConcurLinkedService
1362type ConcurLinkedServiceTypeProperties = original.ConcurLinkedServiceTypeProperties
1363type ConcurObjectDataset = original.ConcurObjectDataset
1364type ConcurSource = original.ConcurSource
1365type ControlActivity = original.ControlActivity
1366type CopyActivity = original.CopyActivity
1367type CopyActivityTypeProperties = original.CopyActivityTypeProperties
1368type CopySink = original.CopySink
1369type CopySource = original.CopySource
1370type CosmosDbLinkedService = original.CosmosDbLinkedService
1371type CosmosDbLinkedServiceTypeProperties = original.CosmosDbLinkedServiceTypeProperties
1372type CosmosDbMongoDbAPICollectionDataset = original.CosmosDbMongoDbAPICollectionDataset
1373type CosmosDbMongoDbAPICollectionDatasetTypeProperties = original.CosmosDbMongoDbAPICollectionDatasetTypeProperties
1374type CosmosDbMongoDbAPILinkedService = original.CosmosDbMongoDbAPILinkedService
1375type CosmosDbMongoDbAPILinkedServiceTypeProperties = original.CosmosDbMongoDbAPILinkedServiceTypeProperties
1376type CosmosDbMongoDbAPISink = original.CosmosDbMongoDbAPISink
1377type CosmosDbMongoDbAPISource = original.CosmosDbMongoDbAPISource
1378type CosmosDbSQLAPICollectionDataset = original.CosmosDbSQLAPICollectionDataset
1379type CosmosDbSQLAPICollectionDatasetTypeProperties = original.CosmosDbSQLAPICollectionDatasetTypeProperties
1380type CosmosDbSQLAPISink = original.CosmosDbSQLAPISink
1381type CosmosDbSQLAPISource = original.CosmosDbSQLAPISource
1382type CouchbaseLinkedService = original.CouchbaseLinkedService
1383type CouchbaseLinkedServiceTypeProperties = original.CouchbaseLinkedServiceTypeProperties
1384type CouchbaseSource = original.CouchbaseSource
1385type CouchbaseTableDataset = original.CouchbaseTableDataset
1386type CreateDataFlowDebugSessionRequest = original.CreateDataFlowDebugSessionRequest
1387type CreateDataFlowDebugSessionResponse = original.CreateDataFlowDebugSessionResponse
1388type CreateLinkedIntegrationRuntimeRequest = original.CreateLinkedIntegrationRuntimeRequest
1389type CreateRunResponse = original.CreateRunResponse
1390type CustomActivity = original.CustomActivity
1391type CustomActivityReferenceObject = original.CustomActivityReferenceObject
1392type CustomActivityTypeProperties = original.CustomActivityTypeProperties
1393type CustomDataSourceLinkedService = original.CustomDataSourceLinkedService
1394type CustomDataset = original.CustomDataset
1395type CustomSetupBase = original.CustomSetupBase
1396type DataFlow = original.DataFlow
1397type DataFlowDebugCommandPayload = original.DataFlowDebugCommandPayload
1398type DataFlowDebugCommandRequest = original.DataFlowDebugCommandRequest
1399type DataFlowDebugCommandResponse = original.DataFlowDebugCommandResponse
1400type DataFlowDebugPackage = original.DataFlowDebugPackage
1401type DataFlowDebugPackageDebugSettings = original.DataFlowDebugPackageDebugSettings
1402type DataFlowDebugResource = original.DataFlowDebugResource
1403type DataFlowDebugSessionClient = original.DataFlowDebugSessionClient
1404type DataFlowDebugSessionCreateFuture = original.DataFlowDebugSessionCreateFuture
1405type DataFlowDebugSessionExecuteCommandFuture = original.DataFlowDebugSessionExecuteCommandFuture
1406type DataFlowDebugSessionInfo = original.DataFlowDebugSessionInfo
1407type DataFlowFolder = original.DataFlowFolder
1408type DataFlowListResponse = original.DataFlowListResponse
1409type DataFlowListResponseIterator = original.DataFlowListResponseIterator
1410type DataFlowListResponsePage = original.DataFlowListResponsePage
1411type DataFlowReference = original.DataFlowReference
1412type DataFlowResource = original.DataFlowResource
1413type DataFlowSink = original.DataFlowSink
1414type DataFlowSource = original.DataFlowSource
1415type DataFlowSourceSetting = original.DataFlowSourceSetting
1416type DataFlowStagingInfo = original.DataFlowStagingInfo
1417type DataFlowsClient = original.DataFlowsClient
1418type DataLakeAnalyticsUSQLActivity = original.DataLakeAnalyticsUSQLActivity
1419type DataLakeAnalyticsUSQLActivityTypeProperties = original.DataLakeAnalyticsUSQLActivityTypeProperties
1420type DatabricksNotebookActivity = original.DatabricksNotebookActivity
1421type DatabricksNotebookActivityTypeProperties = original.DatabricksNotebookActivityTypeProperties
1422type DatabricksSparkJarActivity = original.DatabricksSparkJarActivity
1423type DatabricksSparkJarActivityTypeProperties = original.DatabricksSparkJarActivityTypeProperties
1424type DatabricksSparkPythonActivity = original.DatabricksSparkPythonActivity
1425type DatabricksSparkPythonActivityTypeProperties = original.DatabricksSparkPythonActivityTypeProperties
1426type Dataset = original.Dataset
1427type DatasetBZip2Compression = original.DatasetBZip2Compression
1428type DatasetCompression = original.DatasetCompression
1429type DatasetDebugResource = original.DatasetDebugResource
1430type DatasetDeflateCompression = original.DatasetDeflateCompression
1431type DatasetFolder = original.DatasetFolder
1432type DatasetGZipCompression = original.DatasetGZipCompression
1433type DatasetListResponse = original.DatasetListResponse
1434type DatasetListResponseIterator = original.DatasetListResponseIterator
1435type DatasetListResponsePage = original.DatasetListResponsePage
1436type DatasetLocation = original.DatasetLocation
1437type DatasetReference = original.DatasetReference
1438type DatasetResource = original.DatasetResource
1439type DatasetStorageFormat = original.DatasetStorageFormat
1440type DatasetZipDeflateCompression = original.DatasetZipDeflateCompression
1441type DatasetsClient = original.DatasetsClient
1442type Db2LinkedService = original.Db2LinkedService
1443type Db2LinkedServiceTypeProperties = original.Db2LinkedServiceTypeProperties
1444type Db2Source = original.Db2Source
1445type Db2TableDataset = original.Db2TableDataset
1446type Db2TableDatasetTypeProperties = original.Db2TableDatasetTypeProperties
1447type DeleteActivity = original.DeleteActivity
1448type DeleteActivityTypeProperties = original.DeleteActivityTypeProperties
1449type DeleteDataFlowDebugSessionRequest = original.DeleteDataFlowDebugSessionRequest
1450type DelimitedTextDataset = original.DelimitedTextDataset
1451type DelimitedTextDatasetTypeProperties = original.DelimitedTextDatasetTypeProperties
1452type DelimitedTextReadSettings = original.DelimitedTextReadSettings
1453type DelimitedTextSink = original.DelimitedTextSink
1454type DelimitedTextSource = original.DelimitedTextSource
1455type DelimitedTextWriteSettings = original.DelimitedTextWriteSettings
1456type DependencyReference = original.DependencyReference
1457type DistcpSettings = original.DistcpSettings
1458type DocumentDbCollectionDataset = original.DocumentDbCollectionDataset
1459type DocumentDbCollectionDatasetTypeProperties = original.DocumentDbCollectionDatasetTypeProperties
1460type DocumentDbCollectionSink = original.DocumentDbCollectionSink
1461type DocumentDbCollectionSource = original.DocumentDbCollectionSource
1462type DrillDatasetTypeProperties = original.DrillDatasetTypeProperties
1463type DrillLinkedService = original.DrillLinkedService
1464type DrillLinkedServiceTypeProperties = original.DrillLinkedServiceTypeProperties
1465type DrillSource = original.DrillSource
1466type DrillTableDataset = original.DrillTableDataset
1467type DynamicsAXLinkedService = original.DynamicsAXLinkedService
1468type DynamicsAXLinkedServiceTypeProperties = original.DynamicsAXLinkedServiceTypeProperties
1469type DynamicsAXResourceDataset = original.DynamicsAXResourceDataset
1470type DynamicsAXResourceDatasetTypeProperties = original.DynamicsAXResourceDatasetTypeProperties
1471type DynamicsAXSource = original.DynamicsAXSource
1472type DynamicsCrmEntityDataset = original.DynamicsCrmEntityDataset
1473type DynamicsCrmEntityDatasetTypeProperties = original.DynamicsCrmEntityDatasetTypeProperties
1474type DynamicsCrmLinkedService = original.DynamicsCrmLinkedService
1475type DynamicsCrmLinkedServiceTypeProperties = original.DynamicsCrmLinkedServiceTypeProperties
1476type DynamicsCrmSink = original.DynamicsCrmSink
1477type DynamicsCrmSource = original.DynamicsCrmSource
1478type DynamicsEntityDataset = original.DynamicsEntityDataset
1479type DynamicsEntityDatasetTypeProperties = original.DynamicsEntityDatasetTypeProperties
1480type DynamicsLinkedService = original.DynamicsLinkedService
1481type DynamicsLinkedServiceTypeProperties = original.DynamicsLinkedServiceTypeProperties
1482type DynamicsSink = original.DynamicsSink
1483type DynamicsSource = original.DynamicsSource
1484type EloquaLinkedService = original.EloquaLinkedService
1485type EloquaLinkedServiceTypeProperties = original.EloquaLinkedServiceTypeProperties
1486type EloquaObjectDataset = original.EloquaObjectDataset
1487type EloquaSource = original.EloquaSource
1488type EntityReference = original.EntityReference
1489type EnvironmentVariableSetup = original.EnvironmentVariableSetup
1490type EnvironmentVariableSetupTypeProperties = original.EnvironmentVariableSetupTypeProperties
1491type ExecuteDataFlowActivity = original.ExecuteDataFlowActivity
1492type ExecuteDataFlowActivityTypeProperties = original.ExecuteDataFlowActivityTypeProperties
1493type ExecutePipelineActivity = original.ExecutePipelineActivity
1494type ExecutePipelineActivityTypeProperties = original.ExecutePipelineActivityTypeProperties
1495type ExecuteSSISPackageActivity = original.ExecuteSSISPackageActivity
1496type ExecuteSSISPackageActivityTypeProperties = original.ExecuteSSISPackageActivityTypeProperties
1497type ExecutionActivity = original.ExecutionActivity
1498type ExposureControlClient = original.ExposureControlClient
1499type ExposureControlRequest = original.ExposureControlRequest
1500type ExposureControlResponse = original.ExposureControlResponse
1501type Expression = original.Expression
1502type FactoriesClient = original.FactoriesClient
1503type Factory = original.Factory
1504type FactoryGitHubConfiguration = original.FactoryGitHubConfiguration
1505type FactoryIdentity = original.FactoryIdentity
1506type FactoryListResponse = original.FactoryListResponse
1507type FactoryListResponseIterator = original.FactoryListResponseIterator
1508type FactoryListResponsePage = original.FactoryListResponsePage
1509type FactoryProperties = original.FactoryProperties
1510type FactoryRepoConfiguration = original.FactoryRepoConfiguration
1511type FactoryRepoUpdate = original.FactoryRepoUpdate
1512type FactoryUpdateParameters = original.FactoryUpdateParameters
1513type FactoryVSTSConfiguration = original.FactoryVSTSConfiguration
1514type FileServerLinkedService = original.FileServerLinkedService
1515type FileServerLinkedServiceTypeProperties = original.FileServerLinkedServiceTypeProperties
1516type FileServerLocation = original.FileServerLocation
1517type FileServerReadSettings = original.FileServerReadSettings
1518type FileServerWriteSettings = original.FileServerWriteSettings
1519type FileShareDataset = original.FileShareDataset
1520type FileShareDatasetTypeProperties = original.FileShareDatasetTypeProperties
1521type FileSystemSink = original.FileSystemSink
1522type FileSystemSource = original.FileSystemSource
1523type FilterActivity = original.FilterActivity
1524type FilterActivityTypeProperties = original.FilterActivityTypeProperties
1525type ForEachActivity = original.ForEachActivity
1526type ForEachActivityTypeProperties = original.ForEachActivityTypeProperties
1527type FormatReadSettings = original.FormatReadSettings
1528type FormatWriteSettings = original.FormatWriteSettings
1529type FtpReadSettings = original.FtpReadSettings
1530type FtpServerLinkedService = original.FtpServerLinkedService
1531type FtpServerLinkedServiceTypeProperties = original.FtpServerLinkedServiceTypeProperties
1532type FtpServerLocation = original.FtpServerLocation
1533type GenericDatasetTypeProperties = original.GenericDatasetTypeProperties
1534type GetDataFactoryOperationStatusResponse = original.GetDataFactoryOperationStatusResponse
1535type GetMetadataActivity = original.GetMetadataActivity
1536type GetMetadataActivityTypeProperties = original.GetMetadataActivityTypeProperties
1537type GetSsisObjectMetadataRequest = original.GetSsisObjectMetadataRequest
1538type GitHubAccessTokenRequest = original.GitHubAccessTokenRequest
1539type GitHubAccessTokenResponse = original.GitHubAccessTokenResponse
1540type GoogleAdWordsLinkedService = original.GoogleAdWordsLinkedService
1541type GoogleAdWordsLinkedServiceTypeProperties = original.GoogleAdWordsLinkedServiceTypeProperties
1542type GoogleAdWordsObjectDataset = original.GoogleAdWordsObjectDataset
1543type GoogleAdWordsSource = original.GoogleAdWordsSource
1544type GoogleBigQueryDatasetTypeProperties = original.GoogleBigQueryDatasetTypeProperties
1545type GoogleBigQueryLinkedService = original.GoogleBigQueryLinkedService
1546type GoogleBigQueryLinkedServiceTypeProperties = original.GoogleBigQueryLinkedServiceTypeProperties
1547type GoogleBigQueryObjectDataset = original.GoogleBigQueryObjectDataset
1548type GoogleBigQuerySource = original.GoogleBigQuerySource
1549type GoogleCloudStorageLinkedService = original.GoogleCloudStorageLinkedService
1550type GoogleCloudStorageLinkedServiceTypeProperties = original.GoogleCloudStorageLinkedServiceTypeProperties
1551type GoogleCloudStorageLocation = original.GoogleCloudStorageLocation
1552type GoogleCloudStorageReadSettings = original.GoogleCloudStorageReadSettings
1553type GreenplumDatasetTypeProperties = original.GreenplumDatasetTypeProperties
1554type GreenplumLinkedService = original.GreenplumLinkedService
1555type GreenplumLinkedServiceTypeProperties = original.GreenplumLinkedServiceTypeProperties
1556type GreenplumSource = original.GreenplumSource
1557type GreenplumTableDataset = original.GreenplumTableDataset
1558type HBaseLinkedService = original.HBaseLinkedService
1559type HBaseLinkedServiceTypeProperties = original.HBaseLinkedServiceTypeProperties
1560type HBaseObjectDataset = original.HBaseObjectDataset
1561type HBaseSource = original.HBaseSource
1562type HDInsightHiveActivity = original.HDInsightHiveActivity
1563type HDInsightHiveActivityTypeProperties = original.HDInsightHiveActivityTypeProperties
1564type HDInsightLinkedService = original.HDInsightLinkedService
1565type HDInsightLinkedServiceTypeProperties = original.HDInsightLinkedServiceTypeProperties
1566type HDInsightMapReduceActivity = original.HDInsightMapReduceActivity
1567type HDInsightMapReduceActivityTypeProperties = original.HDInsightMapReduceActivityTypeProperties
1568type HDInsightOnDemandLinkedService = original.HDInsightOnDemandLinkedService
1569type HDInsightOnDemandLinkedServiceTypeProperties = original.HDInsightOnDemandLinkedServiceTypeProperties
1570type HDInsightPigActivity = original.HDInsightPigActivity
1571type HDInsightPigActivityTypeProperties = original.HDInsightPigActivityTypeProperties
1572type HDInsightSparkActivity = original.HDInsightSparkActivity
1573type HDInsightSparkActivityTypeProperties = original.HDInsightSparkActivityTypeProperties
1574type HDInsightStreamingActivity = original.HDInsightStreamingActivity
1575type HDInsightStreamingActivityTypeProperties = original.HDInsightStreamingActivityTypeProperties
1576type HTTPDataset = original.HTTPDataset
1577type HTTPDatasetTypeProperties = original.HTTPDatasetTypeProperties
1578type HTTPLinkedService = original.HTTPLinkedService
1579type HTTPLinkedServiceTypeProperties = original.HTTPLinkedServiceTypeProperties
1580type HTTPReadSettings = original.HTTPReadSettings
1581type HTTPServerLocation = original.HTTPServerLocation
1582type HTTPSource = original.HTTPSource
1583type HdfsLinkedService = original.HdfsLinkedService
1584type HdfsLinkedServiceTypeProperties = original.HdfsLinkedServiceTypeProperties
1585type HdfsLocation = original.HdfsLocation
1586type HdfsReadSettings = original.HdfsReadSettings
1587type HdfsSource = original.HdfsSource
1588type HiveDatasetTypeProperties = original.HiveDatasetTypeProperties
1589type HiveLinkedService = original.HiveLinkedService
1590type HiveLinkedServiceTypeProperties = original.HiveLinkedServiceTypeProperties
1591type HiveObjectDataset = original.HiveObjectDataset
1592type HiveSource = original.HiveSource
1593type HubspotLinkedService = original.HubspotLinkedService
1594type HubspotLinkedServiceTypeProperties = original.HubspotLinkedServiceTypeProperties
1595type HubspotObjectDataset = original.HubspotObjectDataset
1596type HubspotSource = original.HubspotSource
1597type IfConditionActivity = original.IfConditionActivity
1598type IfConditionActivityTypeProperties = original.IfConditionActivityTypeProperties
1599type ImpalaDatasetTypeProperties = original.ImpalaDatasetTypeProperties
1600type ImpalaLinkedService = original.ImpalaLinkedService
1601type ImpalaLinkedServiceTypeProperties = original.ImpalaLinkedServiceTypeProperties
1602type ImpalaObjectDataset = original.ImpalaObjectDataset
1603type ImpalaSource = original.ImpalaSource
1604type InformixLinkedService = original.InformixLinkedService
1605type InformixLinkedServiceTypeProperties = original.InformixLinkedServiceTypeProperties
1606type InformixSink = original.InformixSink
1607type InformixSource = original.InformixSource
1608type InformixTableDataset = original.InformixTableDataset
1609type InformixTableDatasetTypeProperties = original.InformixTableDatasetTypeProperties
1610type IntegrationRuntime = original.IntegrationRuntime
1611type IntegrationRuntimeAuthKeys = original.IntegrationRuntimeAuthKeys
1612type IntegrationRuntimeComputeProperties = original.IntegrationRuntimeComputeProperties
1613type IntegrationRuntimeConnectionInfo = original.IntegrationRuntimeConnectionInfo
1614type IntegrationRuntimeCustomSetupScriptProperties = original.IntegrationRuntimeCustomSetupScriptProperties
1615type IntegrationRuntimeDataFlowProperties = original.IntegrationRuntimeDataFlowProperties
1616type IntegrationRuntimeDataProxyProperties = original.IntegrationRuntimeDataProxyProperties
1617type IntegrationRuntimeDebugResource = original.IntegrationRuntimeDebugResource
1618type IntegrationRuntimeListResponse = original.IntegrationRuntimeListResponse
1619type IntegrationRuntimeListResponseIterator = original.IntegrationRuntimeListResponseIterator
1620type IntegrationRuntimeListResponsePage = original.IntegrationRuntimeListResponsePage
1621type IntegrationRuntimeMonitoringData = original.IntegrationRuntimeMonitoringData
1622type IntegrationRuntimeNodeIPAddress = original.IntegrationRuntimeNodeIPAddress
1623type IntegrationRuntimeNodeMonitoringData = original.IntegrationRuntimeNodeMonitoringData
1624type IntegrationRuntimeNodesClient = original.IntegrationRuntimeNodesClient
1625type IntegrationRuntimeObjectMetadataClient = original.IntegrationRuntimeObjectMetadataClient
1626type IntegrationRuntimeObjectMetadataRefreshFuture = original.IntegrationRuntimeObjectMetadataRefreshFuture
1627type IntegrationRuntimeReference = original.IntegrationRuntimeReference
1628type IntegrationRuntimeRegenerateKeyParameters = original.IntegrationRuntimeRegenerateKeyParameters
1629type IntegrationRuntimeResource = original.IntegrationRuntimeResource
1630type IntegrationRuntimeSsisCatalogInfo = original.IntegrationRuntimeSsisCatalogInfo
1631type IntegrationRuntimeSsisProperties = original.IntegrationRuntimeSsisProperties
1632type IntegrationRuntimeStatus = original.IntegrationRuntimeStatus
1633type IntegrationRuntimeStatusListResponse = original.IntegrationRuntimeStatusListResponse
1634type IntegrationRuntimeStatusResponse = original.IntegrationRuntimeStatusResponse
1635type IntegrationRuntimeVNetProperties = original.IntegrationRuntimeVNetProperties
1636type IntegrationRuntimesClient = original.IntegrationRuntimesClient
1637type IntegrationRuntimesStartFuture = original.IntegrationRuntimesStartFuture
1638type IntegrationRuntimesStopFuture = original.IntegrationRuntimesStopFuture
1639type JSONDataset = original.JSONDataset
1640type JSONDatasetTypeProperties = original.JSONDatasetTypeProperties
1641type JSONFormat = original.JSONFormat
1642type JSONSink = original.JSONSink
1643type JSONSource = original.JSONSource
1644type JSONWriteSettings = original.JSONWriteSettings
1645type JiraLinkedService = original.JiraLinkedService
1646type JiraLinkedServiceTypeProperties = original.JiraLinkedServiceTypeProperties
1647type JiraObjectDataset = original.JiraObjectDataset
1648type JiraSource = original.JiraSource
1649type LicensedComponentSetupTypeProperties = original.LicensedComponentSetupTypeProperties
1650type LinkedIntegrationRuntime = original.LinkedIntegrationRuntime
1651type LinkedIntegrationRuntimeKeyAuthorization = original.LinkedIntegrationRuntimeKeyAuthorization
1652type LinkedIntegrationRuntimeRbacAuthorization = original.LinkedIntegrationRuntimeRbacAuthorization
1653type LinkedIntegrationRuntimeRequest = original.LinkedIntegrationRuntimeRequest
1654type LinkedIntegrationRuntimeType = original.LinkedIntegrationRuntimeType
1655type LinkedService = original.LinkedService
1656type LinkedServiceDebugResource = original.LinkedServiceDebugResource
1657type LinkedServiceListResponse = original.LinkedServiceListResponse
1658type LinkedServiceListResponseIterator = original.LinkedServiceListResponseIterator
1659type LinkedServiceListResponsePage = original.LinkedServiceListResponsePage
1660type LinkedServiceReference = original.LinkedServiceReference
1661type LinkedServiceResource = original.LinkedServiceResource
1662type LinkedServicesClient = original.LinkedServicesClient
1663type LogStorageSettings = original.LogStorageSettings
1664type LookupActivity = original.LookupActivity
1665type LookupActivityTypeProperties = original.LookupActivityTypeProperties
1666type MagentoLinkedService = original.MagentoLinkedService
1667type MagentoLinkedServiceTypeProperties = original.MagentoLinkedServiceTypeProperties
1668type MagentoObjectDataset = original.MagentoObjectDataset
1669type MagentoSource = original.MagentoSource
1670type ManagedIntegrationRuntime = original.ManagedIntegrationRuntime
1671type ManagedIntegrationRuntimeError = original.ManagedIntegrationRuntimeError
1672type ManagedIntegrationRuntimeNode = original.ManagedIntegrationRuntimeNode
1673type ManagedIntegrationRuntimeOperationResult = original.ManagedIntegrationRuntimeOperationResult
1674type ManagedIntegrationRuntimeStatus = original.ManagedIntegrationRuntimeStatus
1675type ManagedIntegrationRuntimeStatusTypeProperties = original.ManagedIntegrationRuntimeStatusTypeProperties
1676type ManagedIntegrationRuntimeTypeProperties = original.ManagedIntegrationRuntimeTypeProperties
1677type MappingDataFlow = original.MappingDataFlow
1678type MappingDataFlowTypeProperties = original.MappingDataFlowTypeProperties
1679type MariaDBLinkedService = original.MariaDBLinkedService
1680type MariaDBLinkedServiceTypeProperties = original.MariaDBLinkedServiceTypeProperties
1681type MariaDBSource = original.MariaDBSource
1682type MariaDBTableDataset = original.MariaDBTableDataset
1683type MarketoLinkedService = original.MarketoLinkedService
1684type MarketoLinkedServiceTypeProperties = original.MarketoLinkedServiceTypeProperties
1685type MarketoObjectDataset = original.MarketoObjectDataset
1686type MarketoSource = original.MarketoSource
1687type MicrosoftAccessLinkedService = original.MicrosoftAccessLinkedService
1688type MicrosoftAccessLinkedServiceTypeProperties = original.MicrosoftAccessLinkedServiceTypeProperties
1689type MicrosoftAccessSink = original.MicrosoftAccessSink
1690type MicrosoftAccessSource = original.MicrosoftAccessSource
1691type MicrosoftAccessTableDataset = original.MicrosoftAccessTableDataset
1692type MicrosoftAccessTableDatasetTypeProperties = original.MicrosoftAccessTableDatasetTypeProperties
1693type MongoDbCollectionDataset = original.MongoDbCollectionDataset
1694type MongoDbCollectionDatasetTypeProperties = original.MongoDbCollectionDatasetTypeProperties
1695type MongoDbCursorMethodsProperties = original.MongoDbCursorMethodsProperties
1696type MongoDbLinkedService = original.MongoDbLinkedService
1697type MongoDbLinkedServiceTypeProperties = original.MongoDbLinkedServiceTypeProperties
1698type MongoDbSource = original.MongoDbSource
1699type MongoDbV2CollectionDataset = original.MongoDbV2CollectionDataset
1700type MongoDbV2CollectionDatasetTypeProperties = original.MongoDbV2CollectionDatasetTypeProperties
1701type MongoDbV2LinkedService = original.MongoDbV2LinkedService
1702type MongoDbV2LinkedServiceTypeProperties = original.MongoDbV2LinkedServiceTypeProperties
1703type MongoDbV2Source = original.MongoDbV2Source
1704type MultiplePipelineTrigger = original.MultiplePipelineTrigger
1705type MySQLLinkedService = original.MySQLLinkedService
1706type MySQLLinkedServiceTypeProperties = original.MySQLLinkedServiceTypeProperties
1707type MySQLSource = original.MySQLSource
1708type MySQLTableDataset = original.MySQLTableDataset
1709type MySQLTableDatasetTypeProperties = original.MySQLTableDatasetTypeProperties
1710type NetezzaLinkedService = original.NetezzaLinkedService
1711type NetezzaLinkedServiceTypeProperties = original.NetezzaLinkedServiceTypeProperties
1712type NetezzaPartitionSettings = original.NetezzaPartitionSettings
1713type NetezzaSource = original.NetezzaSource
1714type NetezzaTableDataset = original.NetezzaTableDataset
1715type NetezzaTableDatasetTypeProperties = original.NetezzaTableDatasetTypeProperties
1716type ODataLinkedService = original.ODataLinkedService
1717type ODataLinkedServiceTypeProperties = original.ODataLinkedServiceTypeProperties
1718type ODataResourceDataset = original.ODataResourceDataset
1719type ODataResourceDatasetTypeProperties = original.ODataResourceDatasetTypeProperties
1720type ODataSource = original.ODataSource
1721type OdbcLinkedService = original.OdbcLinkedService
1722type OdbcLinkedServiceTypeProperties = original.OdbcLinkedServiceTypeProperties
1723type OdbcSink = original.OdbcSink
1724type OdbcSource = original.OdbcSource
1725type OdbcTableDataset = original.OdbcTableDataset
1726type OdbcTableDatasetTypeProperties = original.OdbcTableDatasetTypeProperties
1727type Office365Dataset = original.Office365Dataset
1728type Office365DatasetTypeProperties = original.Office365DatasetTypeProperties
1729type Office365LinkedService = original.Office365LinkedService
1730type Office365LinkedServiceTypeProperties = original.Office365LinkedServiceTypeProperties
1731type Office365Source = original.Office365Source
1732type Operation = original.Operation
1733type OperationDisplay = original.OperationDisplay
1734type OperationListResponse = original.OperationListResponse
1735type OperationListResponseIterator = original.OperationListResponseIterator
1736type OperationListResponsePage = original.OperationListResponsePage
1737type OperationLogSpecification = original.OperationLogSpecification
1738type OperationMetricAvailability = original.OperationMetricAvailability
1739type OperationMetricDimension = original.OperationMetricDimension
1740type OperationMetricSpecification = original.OperationMetricSpecification
1741type OperationProperties = original.OperationProperties
1742type OperationServiceSpecification = original.OperationServiceSpecification
1743type OperationsClient = original.OperationsClient
1744type OracleLinkedService = original.OracleLinkedService
1745type OracleLinkedServiceTypeProperties = original.OracleLinkedServiceTypeProperties
1746type OraclePartitionSettings = original.OraclePartitionSettings
1747type OracleServiceCloudLinkedService = original.OracleServiceCloudLinkedService
1748type OracleServiceCloudLinkedServiceTypeProperties = original.OracleServiceCloudLinkedServiceTypeProperties
1749type OracleServiceCloudObjectDataset = original.OracleServiceCloudObjectDataset
1750type OracleServiceCloudSource = original.OracleServiceCloudSource
1751type OracleSink = original.OracleSink
1752type OracleSource = original.OracleSource
1753type OracleTableDataset = original.OracleTableDataset
1754type OracleTableDatasetTypeProperties = original.OracleTableDatasetTypeProperties
1755type OrcDataset = original.OrcDataset
1756type OrcDatasetTypeProperties = original.OrcDatasetTypeProperties
1757type OrcFormat = original.OrcFormat
1758type OrcSink = original.OrcSink
1759type OrcSource = original.OrcSource
1760type ParameterSpecification = original.ParameterSpecification
1761type ParquetDataset = original.ParquetDataset
1762type ParquetDatasetTypeProperties = original.ParquetDatasetTypeProperties
1763type ParquetFormat = original.ParquetFormat
1764type ParquetSink = original.ParquetSink
1765type ParquetSource = original.ParquetSource
1766type PaypalLinkedService = original.PaypalLinkedService
1767type PaypalLinkedServiceTypeProperties = original.PaypalLinkedServiceTypeProperties
1768type PaypalObjectDataset = original.PaypalObjectDataset
1769type PaypalSource = original.PaypalSource
1770type PhoenixDatasetTypeProperties = original.PhoenixDatasetTypeProperties
1771type PhoenixLinkedService = original.PhoenixLinkedService
1772type PhoenixLinkedServiceTypeProperties = original.PhoenixLinkedServiceTypeProperties
1773type PhoenixObjectDataset = original.PhoenixObjectDataset
1774type PhoenixSource = original.PhoenixSource
1775type Pipeline = original.Pipeline
1776type PipelineFolder = original.PipelineFolder
1777type PipelineListResponse = original.PipelineListResponse
1778type PipelineListResponseIterator = original.PipelineListResponseIterator
1779type PipelineListResponsePage = original.PipelineListResponsePage
1780type PipelineReference = original.PipelineReference
1781type PipelineResource = original.PipelineResource
1782type PipelineRun = original.PipelineRun
1783type PipelineRunInvokedBy = original.PipelineRunInvokedBy
1784type PipelineRunsClient = original.PipelineRunsClient
1785type PipelineRunsQueryResponse = original.PipelineRunsQueryResponse
1786type PipelinesClient = original.PipelinesClient
1787type PolybaseSettings = original.PolybaseSettings
1788type PostgreSQLLinkedService = original.PostgreSQLLinkedService
1789type PostgreSQLLinkedServiceTypeProperties = original.PostgreSQLLinkedServiceTypeProperties
1790type PostgreSQLSource = original.PostgreSQLSource
1791type PostgreSQLTableDataset = original.PostgreSQLTableDataset
1792type PostgreSQLTableDatasetTypeProperties = original.PostgreSQLTableDatasetTypeProperties
1793type PrestoDatasetTypeProperties = original.PrestoDatasetTypeProperties
1794type PrestoLinkedService = original.PrestoLinkedService
1795type PrestoLinkedServiceTypeProperties = original.PrestoLinkedServiceTypeProperties
1796type PrestoObjectDataset = original.PrestoObjectDataset
1797type PrestoSource = original.PrestoSource
1798type QueryDataFlowDebugSessionsResponse = original.QueryDataFlowDebugSessionsResponse
1799type QueryDataFlowDebugSessionsResponseIterator = original.QueryDataFlowDebugSessionsResponseIterator
1800type QueryDataFlowDebugSessionsResponsePage = original.QueryDataFlowDebugSessionsResponsePage
1801type QuickBooksLinkedService = original.QuickBooksLinkedService
1802type QuickBooksLinkedServiceTypeProperties = original.QuickBooksLinkedServiceTypeProperties
1803type QuickBooksObjectDataset = original.QuickBooksObjectDataset
1804type QuickBooksSource = original.QuickBooksSource
1805type RecurrenceSchedule = original.RecurrenceSchedule
1806type RecurrenceScheduleOccurrence = original.RecurrenceScheduleOccurrence
1807type RedirectIncompatibleRowSettings = original.RedirectIncompatibleRowSettings
1808type RedshiftUnloadSettings = original.RedshiftUnloadSettings
1809type RelationalSource = original.RelationalSource
1810type RelationalTableDataset = original.RelationalTableDataset
1811type RelationalTableDatasetTypeProperties = original.RelationalTableDatasetTypeProperties
1812type RerunTriggerListResponse = original.RerunTriggerListResponse
1813type RerunTriggerListResponseIterator = original.RerunTriggerListResponseIterator
1814type RerunTriggerListResponsePage = original.RerunTriggerListResponsePage
1815type RerunTriggerResource = original.RerunTriggerResource
1816type RerunTriggersCancelFuture = original.RerunTriggersCancelFuture
1817type RerunTriggersClient = original.RerunTriggersClient
1818type RerunTriggersStartFuture = original.RerunTriggersStartFuture
1819type RerunTriggersStopFuture = original.RerunTriggersStopFuture
1820type RerunTumblingWindowTrigger = original.RerunTumblingWindowTrigger
1821type RerunTumblingWindowTriggerActionParameters = original.RerunTumblingWindowTriggerActionParameters
1822type RerunTumblingWindowTriggerTypeProperties = original.RerunTumblingWindowTriggerTypeProperties
1823type Resource = original.Resource
1824type ResponsysLinkedService = original.ResponsysLinkedService
1825type ResponsysLinkedServiceTypeProperties = original.ResponsysLinkedServiceTypeProperties
1826type ResponsysObjectDataset = original.ResponsysObjectDataset
1827type ResponsysSource = original.ResponsysSource
1828type RestResourceDataset = original.RestResourceDataset
1829type RestResourceDatasetTypeProperties = original.RestResourceDatasetTypeProperties
1830type RestServiceLinkedService = original.RestServiceLinkedService
1831type RestServiceLinkedServiceTypeProperties = original.RestServiceLinkedServiceTypeProperties
1832type RestSource = original.RestSource
1833type RetryPolicy = original.RetryPolicy
1834type RunFilterParameters = original.RunFilterParameters
1835type RunQueryFilter = original.RunQueryFilter
1836type RunQueryOrderBy = original.RunQueryOrderBy
1837type SQLDWSink = original.SQLDWSink
1838type SQLDWSource = original.SQLDWSource
1839type SQLMISink = original.SQLMISink
1840type SQLMISource = original.SQLMISource
1841type SQLServerLinkedService = original.SQLServerLinkedService
1842type SQLServerLinkedServiceTypeProperties = original.SQLServerLinkedServiceTypeProperties
1843type SQLServerSink = original.SQLServerSink
1844type SQLServerSource = original.SQLServerSource
1845type SQLServerStoredProcedureActivity = original.SQLServerStoredProcedureActivity
1846type SQLServerStoredProcedureActivityTypeProperties = original.SQLServerStoredProcedureActivityTypeProperties
1847type SQLServerTableDataset = original.SQLServerTableDataset
1848type SQLServerTableDatasetTypeProperties = original.SQLServerTableDatasetTypeProperties
1849type SQLSink = original.SQLSink
1850type SQLSource = original.SQLSource
1851type SSISAccessCredential = original.SSISAccessCredential
1852type SSISChildPackage = original.SSISChildPackage
1853type SSISExecutionCredential = original.SSISExecutionCredential
1854type SSISExecutionParameter = original.SSISExecutionParameter
1855type SSISLogLocation = original.SSISLogLocation
1856type SSISLogLocationTypeProperties = original.SSISLogLocationTypeProperties
1857type SSISPackageLocation = original.SSISPackageLocation
1858type SSISPackageLocationTypeProperties = original.SSISPackageLocationTypeProperties
1859type SSISPropertyOverride = original.SSISPropertyOverride
1860type SalesforceLinkedService = original.SalesforceLinkedService
1861type SalesforceLinkedServiceTypeProperties = original.SalesforceLinkedServiceTypeProperties
1862type SalesforceMarketingCloudLinkedService = original.SalesforceMarketingCloudLinkedService
1863type SalesforceMarketingCloudLinkedServiceTypeProperties = original.SalesforceMarketingCloudLinkedServiceTypeProperties
1864type SalesforceMarketingCloudObjectDataset = original.SalesforceMarketingCloudObjectDataset
1865type SalesforceMarketingCloudSource = original.SalesforceMarketingCloudSource
1866type SalesforceObjectDataset = original.SalesforceObjectDataset
1867type SalesforceObjectDatasetTypeProperties = original.SalesforceObjectDatasetTypeProperties
1868type SalesforceServiceCloudLinkedService = original.SalesforceServiceCloudLinkedService
1869type SalesforceServiceCloudLinkedServiceTypeProperties = original.SalesforceServiceCloudLinkedServiceTypeProperties
1870type SalesforceServiceCloudObjectDataset = original.SalesforceServiceCloudObjectDataset
1871type SalesforceServiceCloudObjectDatasetTypeProperties = original.SalesforceServiceCloudObjectDatasetTypeProperties
1872type SalesforceServiceCloudSink = original.SalesforceServiceCloudSink
1873type SalesforceServiceCloudSource = original.SalesforceServiceCloudSource
1874type SalesforceSink = original.SalesforceSink
1875type SalesforceSource = original.SalesforceSource
1876type SapBWLinkedService = original.SapBWLinkedService
1877type SapBWLinkedServiceTypeProperties = original.SapBWLinkedServiceTypeProperties
1878type SapBwCubeDataset = original.SapBwCubeDataset
1879type SapBwSource = original.SapBwSource
1880type SapCloudForCustomerLinkedService = original.SapCloudForCustomerLinkedService
1881type SapCloudForCustomerLinkedServiceTypeProperties = original.SapCloudForCustomerLinkedServiceTypeProperties
1882type SapCloudForCustomerResourceDataset = original.SapCloudForCustomerResourceDataset
1883type SapCloudForCustomerResourceDatasetTypeProperties = original.SapCloudForCustomerResourceDatasetTypeProperties
1884type SapCloudForCustomerSink = original.SapCloudForCustomerSink
1885type SapCloudForCustomerSource = original.SapCloudForCustomerSource
1886type SapEccLinkedService = original.SapEccLinkedService
1887type SapEccLinkedServiceTypeProperties = original.SapEccLinkedServiceTypeProperties
1888type SapEccResourceDataset = original.SapEccResourceDataset
1889type SapEccResourceDatasetTypeProperties = original.SapEccResourceDatasetTypeProperties
1890type SapEccSource = original.SapEccSource
1891type SapHanaLinkedService = original.SapHanaLinkedService
1892type SapHanaLinkedServiceProperties = original.SapHanaLinkedServiceProperties
1893type SapHanaSource = original.SapHanaSource
1894type SapHanaTableDataset = original.SapHanaTableDataset
1895type SapHanaTableDatasetTypeProperties = original.SapHanaTableDatasetTypeProperties
1896type SapOpenHubLinkedService = original.SapOpenHubLinkedService
1897type SapOpenHubLinkedServiceTypeProperties = original.SapOpenHubLinkedServiceTypeProperties
1898type SapOpenHubSource = original.SapOpenHubSource
1899type SapOpenHubTableDataset = original.SapOpenHubTableDataset
1900type SapOpenHubTableDatasetTypeProperties = original.SapOpenHubTableDatasetTypeProperties
1901type SapTableLinkedService = original.SapTableLinkedService
1902type SapTableLinkedServiceTypeProperties = original.SapTableLinkedServiceTypeProperties
1903type SapTablePartitionSettings = original.SapTablePartitionSettings
1904type SapTableResourceDataset = original.SapTableResourceDataset
1905type SapTableResourceDatasetTypeProperties = original.SapTableResourceDatasetTypeProperties
1906type SapTableSource = original.SapTableSource
1907type ScheduleTrigger = original.ScheduleTrigger
1908type ScheduleTriggerRecurrence = original.ScheduleTriggerRecurrence
1909type ScheduleTriggerTypeProperties = original.ScheduleTriggerTypeProperties
1910type ScriptAction = original.ScriptAction
1911type SecretBase = original.SecretBase
1912type SecureString = original.SecureString
1913type SelfDependencyTumblingWindowTriggerReference = original.SelfDependencyTumblingWindowTriggerReference
1914type SelfHostedIntegrationRuntime = original.SelfHostedIntegrationRuntime
1915type SelfHostedIntegrationRuntimeNode = original.SelfHostedIntegrationRuntimeNode
1916type SelfHostedIntegrationRuntimeStatus = original.SelfHostedIntegrationRuntimeStatus
1917type SelfHostedIntegrationRuntimeStatusTypeProperties = original.SelfHostedIntegrationRuntimeStatusTypeProperties
1918type SelfHostedIntegrationRuntimeTypeProperties = original.SelfHostedIntegrationRuntimeTypeProperties
1919type ServiceNowLinkedService = original.ServiceNowLinkedService
1920type ServiceNowLinkedServiceTypeProperties = original.ServiceNowLinkedServiceTypeProperties
1921type ServiceNowObjectDataset = original.ServiceNowObjectDataset
1922type ServiceNowSource = original.ServiceNowSource
1923type SetVariableActivity = original.SetVariableActivity
1924type SetVariableActivityTypeProperties = original.SetVariableActivityTypeProperties
1925type SftpLocation = original.SftpLocation
1926type SftpReadSettings = original.SftpReadSettings
1927type SftpServerLinkedService = original.SftpServerLinkedService
1928type SftpServerLinkedServiceTypeProperties = original.SftpServerLinkedServiceTypeProperties
1929type ShopifyLinkedService = original.ShopifyLinkedService
1930type ShopifyLinkedServiceTypeProperties = original.ShopifyLinkedServiceTypeProperties
1931type ShopifyObjectDataset = original.ShopifyObjectDataset
1932type ShopifySource = original.ShopifySource
1933type SparkDatasetTypeProperties = original.SparkDatasetTypeProperties
1934type SparkLinkedService = original.SparkLinkedService
1935type SparkLinkedServiceTypeProperties = original.SparkLinkedServiceTypeProperties
1936type SparkObjectDataset = original.SparkObjectDataset
1937type SparkSource = original.SparkSource
1938type SquareLinkedService = original.SquareLinkedService
1939type SquareLinkedServiceTypeProperties = original.SquareLinkedServiceTypeProperties
1940type SquareObjectDataset = original.SquareObjectDataset
1941type SquareSource = original.SquareSource
1942type SsisEnvironment = original.SsisEnvironment
1943type SsisEnvironmentReference = original.SsisEnvironmentReference
1944type SsisFolder = original.SsisFolder
1945type SsisObjectMetadata = original.SsisObjectMetadata
1946type SsisObjectMetadataListResponse = original.SsisObjectMetadataListResponse
1947type SsisObjectMetadataStatusResponse = original.SsisObjectMetadataStatusResponse
1948type SsisPackage = original.SsisPackage
1949type SsisParameter = original.SsisParameter
1950type SsisProject = original.SsisProject
1951type SsisVariable = original.SsisVariable
1952type StagingSettings = original.StagingSettings
1953type StoreReadSettings = original.StoreReadSettings
1954type StoreWriteSettings = original.StoreWriteSettings
1955type StoredProcedureParameter = original.StoredProcedureParameter
1956type SubResource = original.SubResource
1957type SubResourceDebugResource = original.SubResourceDebugResource
1958type SwitchActivity = original.SwitchActivity
1959type SwitchActivityTypeProperties = original.SwitchActivityTypeProperties
1960type SwitchCase = original.SwitchCase
1961type SybaseLinkedService = original.SybaseLinkedService
1962type SybaseLinkedServiceTypeProperties = original.SybaseLinkedServiceTypeProperties
1963type SybaseSource = original.SybaseSource
1964type SybaseTableDataset = original.SybaseTableDataset
1965type SybaseTableDatasetTypeProperties = original.SybaseTableDatasetTypeProperties
1966type TabularSource = original.TabularSource
1967type TeradataLinkedService = original.TeradataLinkedService
1968type TeradataLinkedServiceTypeProperties = original.TeradataLinkedServiceTypeProperties
1969type TeradataPartitionSettings = original.TeradataPartitionSettings
1970type TeradataSource = original.TeradataSource
1971type TeradataTableDataset = original.TeradataTableDataset
1972type TeradataTableDatasetTypeProperties = original.TeradataTableDatasetTypeProperties
1973type TextFormat = original.TextFormat
1974type Transformation = original.Transformation
1975type Trigger = original.Trigger
1976type TriggerDependencyReference = original.TriggerDependencyReference
1977type TriggerListResponse = original.TriggerListResponse
1978type TriggerListResponseIterator = original.TriggerListResponseIterator
1979type TriggerListResponsePage = original.TriggerListResponsePage
1980type TriggerPipelineReference = original.TriggerPipelineReference
1981type TriggerReference = original.TriggerReference
1982type TriggerResource = original.TriggerResource
1983type TriggerRun = original.TriggerRun
1984type TriggerRunsClient = original.TriggerRunsClient
1985type TriggerRunsQueryResponse = original.TriggerRunsQueryResponse
1986type TriggerSubscriptionOperationStatus = original.TriggerSubscriptionOperationStatus
1987type TriggersClient = original.TriggersClient
1988type TriggersStartFuture = original.TriggersStartFuture
1989type TriggersStopFuture = original.TriggersStopFuture
1990type TriggersSubscribeToEventsFuture = original.TriggersSubscribeToEventsFuture
1991type TriggersUnsubscribeFromEventsFuture = original.TriggersUnsubscribeFromEventsFuture
1992type TumblingWindowTrigger = original.TumblingWindowTrigger
1993type TumblingWindowTriggerDependencyReference = original.TumblingWindowTriggerDependencyReference
1994type TumblingWindowTriggerTypeProperties = original.TumblingWindowTriggerTypeProperties
1995type UntilActivity = original.UntilActivity
1996type UntilActivityTypeProperties = original.UntilActivityTypeProperties
1997type UpdateIntegrationRuntimeNodeRequest = original.UpdateIntegrationRuntimeNodeRequest
1998type UpdateIntegrationRuntimeRequest = original.UpdateIntegrationRuntimeRequest
1999type UserAccessPolicy = original.UserAccessPolicy
2000type UserProperty = original.UserProperty
2001type ValidationActivity = original.ValidationActivity
2002type ValidationActivityTypeProperties = original.ValidationActivityTypeProperties
2003type VariableSpecification = original.VariableSpecification
2004type VerticaDatasetTypeProperties = original.VerticaDatasetTypeProperties
2005type VerticaLinkedService = original.VerticaLinkedService
2006type VerticaLinkedServiceTypeProperties = original.VerticaLinkedServiceTypeProperties
2007type VerticaSource = original.VerticaSource
2008type VerticaTableDataset = original.VerticaTableDataset
2009type WaitActivity = original.WaitActivity
2010type WaitActivityTypeProperties = original.WaitActivityTypeProperties
2011type WebActivity = original.WebActivity
2012type WebActivityAuthentication = original.WebActivityAuthentication
2013type WebActivityTypeProperties = original.WebActivityTypeProperties
2014type WebAnonymousAuthentication = original.WebAnonymousAuthentication
2015type WebBasicAuthentication = original.WebBasicAuthentication
2016type WebClientCertificateAuthentication = original.WebClientCertificateAuthentication
2017type WebHookActivity = original.WebHookActivity
2018type WebHookActivityTypeProperties = original.WebHookActivityTypeProperties
2019type WebLinkedService = original.WebLinkedService
2020type WebLinkedServiceTypeProperties = original.WebLinkedServiceTypeProperties
2021type WebSource = original.WebSource
2022type WebTableDataset = original.WebTableDataset
2023type WebTableDatasetTypeProperties = original.WebTableDatasetTypeProperties
2024type XeroLinkedService = original.XeroLinkedService
2025type XeroLinkedServiceTypeProperties = original.XeroLinkedServiceTypeProperties
2026type XeroObjectDataset = original.XeroObjectDataset
2027type XeroSource = original.XeroSource
2028type ZohoLinkedService = original.ZohoLinkedService
2029type ZohoLinkedServiceTypeProperties = original.ZohoLinkedServiceTypeProperties
2030type ZohoObjectDataset = original.ZohoObjectDataset
2031type ZohoSource = original.ZohoSource
2032
2033func New(subscriptionID string) BaseClient {
2034	return original.New(subscriptionID)
2035}
2036func NewActivityRunsClient(subscriptionID string) ActivityRunsClient {
2037	return original.NewActivityRunsClient(subscriptionID)
2038}
2039func NewActivityRunsClientWithBaseURI(baseURI string, subscriptionID string) ActivityRunsClient {
2040	return original.NewActivityRunsClientWithBaseURI(baseURI, subscriptionID)
2041}
2042func NewDataFlowDebugSessionClient(subscriptionID string) DataFlowDebugSessionClient {
2043	return original.NewDataFlowDebugSessionClient(subscriptionID)
2044}
2045func NewDataFlowDebugSessionClientWithBaseURI(baseURI string, subscriptionID string) DataFlowDebugSessionClient {
2046	return original.NewDataFlowDebugSessionClientWithBaseURI(baseURI, subscriptionID)
2047}
2048func NewDataFlowListResponseIterator(page DataFlowListResponsePage) DataFlowListResponseIterator {
2049	return original.NewDataFlowListResponseIterator(page)
2050}
2051func NewDataFlowListResponsePage(getNextPage func(context.Context, DataFlowListResponse) (DataFlowListResponse, error)) DataFlowListResponsePage {
2052	return original.NewDataFlowListResponsePage(getNextPage)
2053}
2054func NewDataFlowsClient(subscriptionID string) DataFlowsClient {
2055	return original.NewDataFlowsClient(subscriptionID)
2056}
2057func NewDataFlowsClientWithBaseURI(baseURI string, subscriptionID string) DataFlowsClient {
2058	return original.NewDataFlowsClientWithBaseURI(baseURI, subscriptionID)
2059}
2060func NewDatasetListResponseIterator(page DatasetListResponsePage) DatasetListResponseIterator {
2061	return original.NewDatasetListResponseIterator(page)
2062}
2063func NewDatasetListResponsePage(getNextPage func(context.Context, DatasetListResponse) (DatasetListResponse, error)) DatasetListResponsePage {
2064	return original.NewDatasetListResponsePage(getNextPage)
2065}
2066func NewDatasetsClient(subscriptionID string) DatasetsClient {
2067	return original.NewDatasetsClient(subscriptionID)
2068}
2069func NewDatasetsClientWithBaseURI(baseURI string, subscriptionID string) DatasetsClient {
2070	return original.NewDatasetsClientWithBaseURI(baseURI, subscriptionID)
2071}
2072func NewExposureControlClient(subscriptionID string) ExposureControlClient {
2073	return original.NewExposureControlClient(subscriptionID)
2074}
2075func NewExposureControlClientWithBaseURI(baseURI string, subscriptionID string) ExposureControlClient {
2076	return original.NewExposureControlClientWithBaseURI(baseURI, subscriptionID)
2077}
2078func NewFactoriesClient(subscriptionID string) FactoriesClient {
2079	return original.NewFactoriesClient(subscriptionID)
2080}
2081func NewFactoriesClientWithBaseURI(baseURI string, subscriptionID string) FactoriesClient {
2082	return original.NewFactoriesClientWithBaseURI(baseURI, subscriptionID)
2083}
2084func NewFactoryListResponseIterator(page FactoryListResponsePage) FactoryListResponseIterator {
2085	return original.NewFactoryListResponseIterator(page)
2086}
2087func NewFactoryListResponsePage(getNextPage func(context.Context, FactoryListResponse) (FactoryListResponse, error)) FactoryListResponsePage {
2088	return original.NewFactoryListResponsePage(getNextPage)
2089}
2090func NewIntegrationRuntimeListResponseIterator(page IntegrationRuntimeListResponsePage) IntegrationRuntimeListResponseIterator {
2091	return original.NewIntegrationRuntimeListResponseIterator(page)
2092}
2093func NewIntegrationRuntimeListResponsePage(getNextPage func(context.Context, IntegrationRuntimeListResponse) (IntegrationRuntimeListResponse, error)) IntegrationRuntimeListResponsePage {
2094	return original.NewIntegrationRuntimeListResponsePage(getNextPage)
2095}
2096func NewIntegrationRuntimeNodesClient(subscriptionID string) IntegrationRuntimeNodesClient {
2097	return original.NewIntegrationRuntimeNodesClient(subscriptionID)
2098}
2099func NewIntegrationRuntimeNodesClientWithBaseURI(baseURI string, subscriptionID string) IntegrationRuntimeNodesClient {
2100	return original.NewIntegrationRuntimeNodesClientWithBaseURI(baseURI, subscriptionID)
2101}
2102func NewIntegrationRuntimeObjectMetadataClient(subscriptionID string) IntegrationRuntimeObjectMetadataClient {
2103	return original.NewIntegrationRuntimeObjectMetadataClient(subscriptionID)
2104}
2105func NewIntegrationRuntimeObjectMetadataClientWithBaseURI(baseURI string, subscriptionID string) IntegrationRuntimeObjectMetadataClient {
2106	return original.NewIntegrationRuntimeObjectMetadataClientWithBaseURI(baseURI, subscriptionID)
2107}
2108func NewIntegrationRuntimesClient(subscriptionID string) IntegrationRuntimesClient {
2109	return original.NewIntegrationRuntimesClient(subscriptionID)
2110}
2111func NewIntegrationRuntimesClientWithBaseURI(baseURI string, subscriptionID string) IntegrationRuntimesClient {
2112	return original.NewIntegrationRuntimesClientWithBaseURI(baseURI, subscriptionID)
2113}
2114func NewLinkedServiceListResponseIterator(page LinkedServiceListResponsePage) LinkedServiceListResponseIterator {
2115	return original.NewLinkedServiceListResponseIterator(page)
2116}
2117func NewLinkedServiceListResponsePage(getNextPage func(context.Context, LinkedServiceListResponse) (LinkedServiceListResponse, error)) LinkedServiceListResponsePage {
2118	return original.NewLinkedServiceListResponsePage(getNextPage)
2119}
2120func NewLinkedServicesClient(subscriptionID string) LinkedServicesClient {
2121	return original.NewLinkedServicesClient(subscriptionID)
2122}
2123func NewLinkedServicesClientWithBaseURI(baseURI string, subscriptionID string) LinkedServicesClient {
2124	return original.NewLinkedServicesClientWithBaseURI(baseURI, subscriptionID)
2125}
2126func NewOperationListResponseIterator(page OperationListResponsePage) OperationListResponseIterator {
2127	return original.NewOperationListResponseIterator(page)
2128}
2129func NewOperationListResponsePage(getNextPage func(context.Context, OperationListResponse) (OperationListResponse, error)) OperationListResponsePage {
2130	return original.NewOperationListResponsePage(getNextPage)
2131}
2132func NewOperationsClient(subscriptionID string) OperationsClient {
2133	return original.NewOperationsClient(subscriptionID)
2134}
2135func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient {
2136	return original.NewOperationsClientWithBaseURI(baseURI, subscriptionID)
2137}
2138func NewPipelineListResponseIterator(page PipelineListResponsePage) PipelineListResponseIterator {
2139	return original.NewPipelineListResponseIterator(page)
2140}
2141func NewPipelineListResponsePage(getNextPage func(context.Context, PipelineListResponse) (PipelineListResponse, error)) PipelineListResponsePage {
2142	return original.NewPipelineListResponsePage(getNextPage)
2143}
2144func NewPipelineRunsClient(subscriptionID string) PipelineRunsClient {
2145	return original.NewPipelineRunsClient(subscriptionID)
2146}
2147func NewPipelineRunsClientWithBaseURI(baseURI string, subscriptionID string) PipelineRunsClient {
2148	return original.NewPipelineRunsClientWithBaseURI(baseURI, subscriptionID)
2149}
2150func NewPipelinesClient(subscriptionID string) PipelinesClient {
2151	return original.NewPipelinesClient(subscriptionID)
2152}
2153func NewPipelinesClientWithBaseURI(baseURI string, subscriptionID string) PipelinesClient {
2154	return original.NewPipelinesClientWithBaseURI(baseURI, subscriptionID)
2155}
2156func NewQueryDataFlowDebugSessionsResponseIterator(page QueryDataFlowDebugSessionsResponsePage) QueryDataFlowDebugSessionsResponseIterator {
2157	return original.NewQueryDataFlowDebugSessionsResponseIterator(page)
2158}
2159func NewQueryDataFlowDebugSessionsResponsePage(getNextPage func(context.Context, QueryDataFlowDebugSessionsResponse) (QueryDataFlowDebugSessionsResponse, error)) QueryDataFlowDebugSessionsResponsePage {
2160	return original.NewQueryDataFlowDebugSessionsResponsePage(getNextPage)
2161}
2162func NewRerunTriggerListResponseIterator(page RerunTriggerListResponsePage) RerunTriggerListResponseIterator {
2163	return original.NewRerunTriggerListResponseIterator(page)
2164}
2165func NewRerunTriggerListResponsePage(getNextPage func(context.Context, RerunTriggerListResponse) (RerunTriggerListResponse, error)) RerunTriggerListResponsePage {
2166	return original.NewRerunTriggerListResponsePage(getNextPage)
2167}
2168func NewRerunTriggersClient(subscriptionID string) RerunTriggersClient {
2169	return original.NewRerunTriggersClient(subscriptionID)
2170}
2171func NewRerunTriggersClientWithBaseURI(baseURI string, subscriptionID string) RerunTriggersClient {
2172	return original.NewRerunTriggersClientWithBaseURI(baseURI, subscriptionID)
2173}
2174func NewTriggerListResponseIterator(page TriggerListResponsePage) TriggerListResponseIterator {
2175	return original.NewTriggerListResponseIterator(page)
2176}
2177func NewTriggerListResponsePage(getNextPage func(context.Context, TriggerListResponse) (TriggerListResponse, error)) TriggerListResponsePage {
2178	return original.NewTriggerListResponsePage(getNextPage)
2179}
2180func NewTriggerRunsClient(subscriptionID string) TriggerRunsClient {
2181	return original.NewTriggerRunsClient(subscriptionID)
2182}
2183func NewTriggerRunsClientWithBaseURI(baseURI string, subscriptionID string) TriggerRunsClient {
2184	return original.NewTriggerRunsClientWithBaseURI(baseURI, subscriptionID)
2185}
2186func NewTriggersClient(subscriptionID string) TriggersClient {
2187	return original.NewTriggersClient(subscriptionID)
2188}
2189func NewTriggersClientWithBaseURI(baseURI string, subscriptionID string) TriggersClient {
2190	return original.NewTriggersClientWithBaseURI(baseURI, subscriptionID)
2191}
2192func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
2193	return original.NewWithBaseURI(baseURI, subscriptionID)
2194}
2195func PossibleAuthenticationTypeValues() []AuthenticationType {
2196	return original.PossibleAuthenticationTypeValues()
2197}
2198func PossibleAuthorizationTypeValues() []AuthorizationType {
2199	return original.PossibleAuthorizationTypeValues()
2200}
2201func PossibleAvroCompressionCodecValues() []AvroCompressionCodec {
2202	return original.PossibleAvroCompressionCodecValues()
2203}
2204func PossibleAzureFunctionActivityMethodValues() []AzureFunctionActivityMethod {
2205	return original.PossibleAzureFunctionActivityMethodValues()
2206}
2207func PossibleAzureSearchIndexWriteBehaviorTypeValues() []AzureSearchIndexWriteBehaviorType {
2208	return original.PossibleAzureSearchIndexWriteBehaviorTypeValues()
2209}
2210func PossibleBlobEventTypesValues() []BlobEventTypes {
2211	return original.PossibleBlobEventTypesValues()
2212}
2213func PossibleCassandraSourceReadConsistencyLevelsValues() []CassandraSourceReadConsistencyLevels {
2214	return original.PossibleCassandraSourceReadConsistencyLevelsValues()
2215}
2216func PossibleDataFlowComputeTypeValues() []DataFlowComputeType {
2217	return original.PossibleDataFlowComputeTypeValues()
2218}
2219func PossibleDataFlowDebugCommandTypeValues() []DataFlowDebugCommandType {
2220	return original.PossibleDataFlowDebugCommandTypeValues()
2221}
2222func PossibleDayOfWeekValues() []DayOfWeek {
2223	return original.PossibleDayOfWeekValues()
2224}
2225func PossibleDaysOfWeekValues() []DaysOfWeek {
2226	return original.PossibleDaysOfWeekValues()
2227}
2228func PossibleDb2AuthenticationTypeValues() []Db2AuthenticationType {
2229	return original.PossibleDb2AuthenticationTypeValues()
2230}
2231func PossibleDependencyConditionValues() []DependencyCondition {
2232	return original.PossibleDependencyConditionValues()
2233}
2234func PossibleDynamicsAuthenticationTypeValues() []DynamicsAuthenticationType {
2235	return original.PossibleDynamicsAuthenticationTypeValues()
2236}
2237func PossibleDynamicsDeploymentTypeValues() []DynamicsDeploymentType {
2238	return original.PossibleDynamicsDeploymentTypeValues()
2239}
2240func PossibleEventSubscriptionStatusValues() []EventSubscriptionStatus {
2241	return original.PossibleEventSubscriptionStatusValues()
2242}
2243func PossibleFtpAuthenticationTypeValues() []FtpAuthenticationType {
2244	return original.PossibleFtpAuthenticationTypeValues()
2245}
2246func PossibleGoogleAdWordsAuthenticationTypeValues() []GoogleAdWordsAuthenticationType {
2247	return original.PossibleGoogleAdWordsAuthenticationTypeValues()
2248}
2249func PossibleGoogleBigQueryAuthenticationTypeValues() []GoogleBigQueryAuthenticationType {
2250	return original.PossibleGoogleBigQueryAuthenticationTypeValues()
2251}
2252func PossibleHBaseAuthenticationTypeValues() []HBaseAuthenticationType {
2253	return original.PossibleHBaseAuthenticationTypeValues()
2254}
2255func PossibleHDInsightActivityDebugInfoOptionValues() []HDInsightActivityDebugInfoOption {
2256	return original.PossibleHDInsightActivityDebugInfoOptionValues()
2257}
2258func PossibleHTTPAuthenticationTypeValues() []HTTPAuthenticationType {
2259	return original.PossibleHTTPAuthenticationTypeValues()
2260}
2261func PossibleHiveAuthenticationTypeValues() []HiveAuthenticationType {
2262	return original.PossibleHiveAuthenticationTypeValues()
2263}
2264func PossibleHiveServerTypeValues() []HiveServerType {
2265	return original.PossibleHiveServerTypeValues()
2266}
2267func PossibleHiveThriftTransportProtocolValues() []HiveThriftTransportProtocol {
2268	return original.PossibleHiveThriftTransportProtocolValues()
2269}
2270func PossibleImpalaAuthenticationTypeValues() []ImpalaAuthenticationType {
2271	return original.PossibleImpalaAuthenticationTypeValues()
2272}
2273func PossibleIntegrationRuntimeAuthKeyNameValues() []IntegrationRuntimeAuthKeyName {
2274	return original.PossibleIntegrationRuntimeAuthKeyNameValues()
2275}
2276func PossibleIntegrationRuntimeAutoUpdateValues() []IntegrationRuntimeAutoUpdate {
2277	return original.PossibleIntegrationRuntimeAutoUpdateValues()
2278}
2279func PossibleIntegrationRuntimeEditionValues() []IntegrationRuntimeEdition {
2280	return original.PossibleIntegrationRuntimeEditionValues()
2281}
2282func PossibleIntegrationRuntimeEntityReferenceTypeValues() []IntegrationRuntimeEntityReferenceType {
2283	return original.PossibleIntegrationRuntimeEntityReferenceTypeValues()
2284}
2285func PossibleIntegrationRuntimeInternalChannelEncryptionModeValues() []IntegrationRuntimeInternalChannelEncryptionMode {
2286	return original.PossibleIntegrationRuntimeInternalChannelEncryptionModeValues()
2287}
2288func PossibleIntegrationRuntimeLicenseTypeValues() []IntegrationRuntimeLicenseType {
2289	return original.PossibleIntegrationRuntimeLicenseTypeValues()
2290}
2291func PossibleIntegrationRuntimeSsisCatalogPricingTierValues() []IntegrationRuntimeSsisCatalogPricingTier {
2292	return original.PossibleIntegrationRuntimeSsisCatalogPricingTierValues()
2293}
2294func PossibleIntegrationRuntimeStateValues() []IntegrationRuntimeState {
2295	return original.PossibleIntegrationRuntimeStateValues()
2296}
2297func PossibleIntegrationRuntimeTypeValues() []IntegrationRuntimeType {
2298	return original.PossibleIntegrationRuntimeTypeValues()
2299}
2300func PossibleIntegrationRuntimeUpdateResultValues() []IntegrationRuntimeUpdateResult {
2301	return original.PossibleIntegrationRuntimeUpdateResultValues()
2302}
2303func PossibleJSONWriteFilePatternValues() []JSONWriteFilePattern {
2304	return original.PossibleJSONWriteFilePatternValues()
2305}
2306func PossibleManagedIntegrationRuntimeNodeStatusValues() []ManagedIntegrationRuntimeNodeStatus {
2307	return original.PossibleManagedIntegrationRuntimeNodeStatusValues()
2308}
2309func PossibleMongoDbAuthenticationTypeValues() []MongoDbAuthenticationType {
2310	return original.PossibleMongoDbAuthenticationTypeValues()
2311}
2312func PossibleNetezzaPartitionOptionValues() []NetezzaPartitionOption {
2313	return original.PossibleNetezzaPartitionOptionValues()
2314}
2315func PossibleODataAadServicePrincipalCredentialTypeValues() []ODataAadServicePrincipalCredentialType {
2316	return original.PossibleODataAadServicePrincipalCredentialTypeValues()
2317}
2318func PossibleODataAuthenticationTypeValues() []ODataAuthenticationType {
2319	return original.PossibleODataAuthenticationTypeValues()
2320}
2321func PossibleOraclePartitionOptionValues() []OraclePartitionOption {
2322	return original.PossibleOraclePartitionOptionValues()
2323}
2324func PossibleOrcCompressionCodecValues() []OrcCompressionCodec {
2325	return original.PossibleOrcCompressionCodecValues()
2326}
2327func PossibleParameterTypeValues() []ParameterType {
2328	return original.PossibleParameterTypeValues()
2329}
2330func PossiblePhoenixAuthenticationTypeValues() []PhoenixAuthenticationType {
2331	return original.PossiblePhoenixAuthenticationTypeValues()
2332}
2333func PossiblePolybaseSettingsRejectTypeValues() []PolybaseSettingsRejectType {
2334	return original.PossiblePolybaseSettingsRejectTypeValues()
2335}
2336func PossiblePrestoAuthenticationTypeValues() []PrestoAuthenticationType {
2337	return original.PossiblePrestoAuthenticationTypeValues()
2338}
2339func PossibleRecurrenceFrequencyValues() []RecurrenceFrequency {
2340	return original.PossibleRecurrenceFrequencyValues()
2341}
2342func PossibleRestServiceAuthenticationTypeValues() []RestServiceAuthenticationType {
2343	return original.PossibleRestServiceAuthenticationTypeValues()
2344}
2345func PossibleRunQueryFilterOperandValues() []RunQueryFilterOperand {
2346	return original.PossibleRunQueryFilterOperandValues()
2347}
2348func PossibleRunQueryFilterOperatorValues() []RunQueryFilterOperator {
2349	return original.PossibleRunQueryFilterOperatorValues()
2350}
2351func PossibleRunQueryOrderByFieldValues() []RunQueryOrderByField {
2352	return original.PossibleRunQueryOrderByFieldValues()
2353}
2354func PossibleRunQueryOrderValues() []RunQueryOrder {
2355	return original.PossibleRunQueryOrderValues()
2356}
2357func PossibleSalesforceSinkWriteBehaviorValues() []SalesforceSinkWriteBehavior {
2358	return original.PossibleSalesforceSinkWriteBehaviorValues()
2359}
2360func PossibleSalesforceSourceReadBehaviorValues() []SalesforceSourceReadBehavior {
2361	return original.PossibleSalesforceSourceReadBehaviorValues()
2362}
2363func PossibleSapCloudForCustomerSinkWriteBehaviorValues() []SapCloudForCustomerSinkWriteBehavior {
2364	return original.PossibleSapCloudForCustomerSinkWriteBehaviorValues()
2365}
2366func PossibleSapHanaAuthenticationTypeValues() []SapHanaAuthenticationType {
2367	return original.PossibleSapHanaAuthenticationTypeValues()
2368}
2369func PossibleSapTablePartitionOptionValues() []SapTablePartitionOption {
2370	return original.PossibleSapTablePartitionOptionValues()
2371}
2372func PossibleSelfHostedIntegrationRuntimeNodeStatusValues() []SelfHostedIntegrationRuntimeNodeStatus {
2373	return original.PossibleSelfHostedIntegrationRuntimeNodeStatusValues()
2374}
2375func PossibleServiceNowAuthenticationTypeValues() []ServiceNowAuthenticationType {
2376	return original.PossibleServiceNowAuthenticationTypeValues()
2377}
2378func PossibleSftpAuthenticationTypeValues() []SftpAuthenticationType {
2379	return original.PossibleSftpAuthenticationTypeValues()
2380}
2381func PossibleSparkAuthenticationTypeValues() []SparkAuthenticationType {
2382	return original.PossibleSparkAuthenticationTypeValues()
2383}
2384func PossibleSparkServerTypeValues() []SparkServerType {
2385	return original.PossibleSparkServerTypeValues()
2386}
2387func PossibleSparkThriftTransportProtocolValues() []SparkThriftTransportProtocol {
2388	return original.PossibleSparkThriftTransportProtocolValues()
2389}
2390func PossibleSsisObjectMetadataTypeValues() []SsisObjectMetadataType {
2391	return original.PossibleSsisObjectMetadataTypeValues()
2392}
2393func PossibleSsisPackageLocationTypeValues() []SsisPackageLocationType {
2394	return original.PossibleSsisPackageLocationTypeValues()
2395}
2396func PossibleStoredProcedureParameterTypeValues() []StoredProcedureParameterType {
2397	return original.PossibleStoredProcedureParameterTypeValues()
2398}
2399func PossibleSybaseAuthenticationTypeValues() []SybaseAuthenticationType {
2400	return original.PossibleSybaseAuthenticationTypeValues()
2401}
2402func PossibleTeradataAuthenticationTypeValues() []TeradataAuthenticationType {
2403	return original.PossibleTeradataAuthenticationTypeValues()
2404}
2405func PossibleTeradataPartitionOptionValues() []TeradataPartitionOption {
2406	return original.PossibleTeradataPartitionOptionValues()
2407}
2408func PossibleTriggerRunStatusValues() []TriggerRunStatus {
2409	return original.PossibleTriggerRunStatusValues()
2410}
2411func PossibleTriggerRuntimeStateValues() []TriggerRuntimeState {
2412	return original.PossibleTriggerRuntimeStateValues()
2413}
2414func PossibleTumblingWindowFrequencyValues() []TumblingWindowFrequency {
2415	return original.PossibleTumblingWindowFrequencyValues()
2416}
2417func PossibleTypeBasicActivityValues() []TypeBasicActivity {
2418	return original.PossibleTypeBasicActivityValues()
2419}
2420func PossibleTypeBasicCopySinkValues() []TypeBasicCopySink {
2421	return original.PossibleTypeBasicCopySinkValues()
2422}
2423func PossibleTypeBasicCopySourceValues() []TypeBasicCopySource {
2424	return original.PossibleTypeBasicCopySourceValues()
2425}
2426func PossibleTypeBasicCustomSetupBaseValues() []TypeBasicCustomSetupBase {
2427	return original.PossibleTypeBasicCustomSetupBaseValues()
2428}
2429func PossibleTypeBasicDataFlowValues() []TypeBasicDataFlow {
2430	return original.PossibleTypeBasicDataFlowValues()
2431}
2432func PossibleTypeBasicDatasetCompressionValues() []TypeBasicDatasetCompression {
2433	return original.PossibleTypeBasicDatasetCompressionValues()
2434}
2435func PossibleTypeBasicDatasetStorageFormatValues() []TypeBasicDatasetStorageFormat {
2436	return original.PossibleTypeBasicDatasetStorageFormatValues()
2437}
2438func PossibleTypeBasicDatasetValues() []TypeBasicDataset {
2439	return original.PossibleTypeBasicDatasetValues()
2440}
2441func PossibleTypeBasicDependencyReferenceValues() []TypeBasicDependencyReference {
2442	return original.PossibleTypeBasicDependencyReferenceValues()
2443}
2444func PossibleTypeBasicFactoryRepoConfigurationValues() []TypeBasicFactoryRepoConfiguration {
2445	return original.PossibleTypeBasicFactoryRepoConfigurationValues()
2446}
2447func PossibleTypeBasicIntegrationRuntimeStatusValues() []TypeBasicIntegrationRuntimeStatus {
2448	return original.PossibleTypeBasicIntegrationRuntimeStatusValues()
2449}
2450func PossibleTypeBasicIntegrationRuntimeValues() []TypeBasicIntegrationRuntime {
2451	return original.PossibleTypeBasicIntegrationRuntimeValues()
2452}
2453func PossibleTypeBasicLinkedServiceValues() []TypeBasicLinkedService {
2454	return original.PossibleTypeBasicLinkedServiceValues()
2455}
2456func PossibleTypeBasicSsisObjectMetadataValues() []TypeBasicSsisObjectMetadata {
2457	return original.PossibleTypeBasicSsisObjectMetadataValues()
2458}
2459func PossibleTypeBasicStoreWriteSettingsValues() []TypeBasicStoreWriteSettings {
2460	return original.PossibleTypeBasicStoreWriteSettingsValues()
2461}
2462func PossibleTypeBasicTriggerValues() []TypeBasicTrigger {
2463	return original.PossibleTypeBasicTriggerValues()
2464}
2465func PossibleTypeValues() []Type {
2466	return original.PossibleTypeValues()
2467}
2468func PossibleVariableTypeValues() []VariableType {
2469	return original.PossibleVariableTypeValues()
2470}
2471func PossibleWebActivityMethodValues() []WebActivityMethod {
2472	return original.PossibleWebActivityMethodValues()
2473}
2474func PossibleWebHookActivityMethodValues() []WebHookActivityMethod {
2475	return original.PossibleWebHookActivityMethodValues()
2476}
2477func UserAgent() string {
2478	return original.UserAgent() + " profiles/preview"
2479}
2480func Version() string {
2481	return original.Version()
2482}
2483