1//go:build go1.9
2// +build go1.9
3
4// Copyright (c) Microsoft Corporation. All rights reserved.
5// Licensed under the MIT License. See License.txt in the project root for license information.
6
7// This code was auto-generated by:
8// github.com/Azure/azure-sdk-for-go/tools/profileBuilder
9
10package datafactory
11
12import (
13	"context"
14
15	original "github.com/Azure/azure-sdk-for-go/services/preview/datafactory/mgmt/2017-09-01-preview/datafactory"
16)
17
18const (
19	DefaultBaseURI = original.DefaultBaseURI
20)
21
22type AuthenticationType = original.AuthenticationType
23
24const (
25	AuthenticationTypeAnonymous                      AuthenticationType = original.AuthenticationTypeAnonymous
26	AuthenticationTypeBasic                          AuthenticationType = original.AuthenticationTypeBasic
27	AuthenticationTypeClientCertificate              AuthenticationType = original.AuthenticationTypeClientCertificate
28	AuthenticationTypeWebLinkedServiceTypeProperties AuthenticationType = original.AuthenticationTypeWebLinkedServiceTypeProperties
29)
30
31type AuthorizationType = original.AuthorizationType
32
33const (
34	AuthorizationTypeKey                                AuthorizationType = original.AuthorizationTypeKey
35	AuthorizationTypeLinkedIntegrationRuntimeProperties AuthorizationType = original.AuthorizationTypeLinkedIntegrationRuntimeProperties
36	AuthorizationTypeRBAC                               AuthorizationType = original.AuthorizationTypeRBAC
37)
38
39type BlobEventTypes = original.BlobEventTypes
40
41const (
42	MicrosoftStorageBlobCreated BlobEventTypes = original.MicrosoftStorageBlobCreated
43	MicrosoftStorageBlobDeleted BlobEventTypes = original.MicrosoftStorageBlobDeleted
44)
45
46type DayOfWeek = original.DayOfWeek
47
48const (
49	Friday    DayOfWeek = original.Friday
50	Monday    DayOfWeek = original.Monday
51	Saturday  DayOfWeek = original.Saturday
52	Sunday    DayOfWeek = original.Sunday
53	Thursday  DayOfWeek = original.Thursday
54	Tuesday   DayOfWeek = original.Tuesday
55	Wednesday DayOfWeek = original.Wednesday
56)
57
58type DaysOfWeek = original.DaysOfWeek
59
60const (
61	DaysOfWeekFriday    DaysOfWeek = original.DaysOfWeekFriday
62	DaysOfWeekMonday    DaysOfWeek = original.DaysOfWeekMonday
63	DaysOfWeekSaturday  DaysOfWeek = original.DaysOfWeekSaturday
64	DaysOfWeekSunday    DaysOfWeek = original.DaysOfWeekSunday
65	DaysOfWeekThursday  DaysOfWeek = original.DaysOfWeekThursday
66	DaysOfWeekTuesday   DaysOfWeek = original.DaysOfWeekTuesday
67	DaysOfWeekWednesday DaysOfWeek = original.DaysOfWeekWednesday
68)
69
70type Db2AuthenticationType = original.Db2AuthenticationType
71
72const (
73	Basic Db2AuthenticationType = original.Basic
74)
75
76type DependencyCondition = original.DependencyCondition
77
78const (
79	Completed DependencyCondition = original.Completed
80	Failed    DependencyCondition = original.Failed
81	Skipped   DependencyCondition = original.Skipped
82	Succeeded DependencyCondition = original.Succeeded
83)
84
85type FtpAuthenticationType = original.FtpAuthenticationType
86
87const (
88	FtpAuthenticationTypeAnonymous FtpAuthenticationType = original.FtpAuthenticationTypeAnonymous
89	FtpAuthenticationTypeBasic     FtpAuthenticationType = original.FtpAuthenticationTypeBasic
90)
91
92type GoogleBigQueryAuthenticationType = original.GoogleBigQueryAuthenticationType
93
94const (
95	ServiceAuthentication GoogleBigQueryAuthenticationType = original.ServiceAuthentication
96	UserAuthentication    GoogleBigQueryAuthenticationType = original.UserAuthentication
97)
98
99type HBaseAuthenticationType = original.HBaseAuthenticationType
100
101const (
102	HBaseAuthenticationTypeAnonymous HBaseAuthenticationType = original.HBaseAuthenticationTypeAnonymous
103	HBaseAuthenticationTypeBasic     HBaseAuthenticationType = original.HBaseAuthenticationTypeBasic
104)
105
106type HDInsightActivityDebugInfoOption = original.HDInsightActivityDebugInfoOption
107
108const (
109	Always  HDInsightActivityDebugInfoOption = original.Always
110	Failure HDInsightActivityDebugInfoOption = original.Failure
111	None    HDInsightActivityDebugInfoOption = original.None
112)
113
114type HTTPAuthenticationType = original.HTTPAuthenticationType
115
116const (
117	HTTPAuthenticationTypeAnonymous         HTTPAuthenticationType = original.HTTPAuthenticationTypeAnonymous
118	HTTPAuthenticationTypeBasic             HTTPAuthenticationType = original.HTTPAuthenticationTypeBasic
119	HTTPAuthenticationTypeClientCertificate HTTPAuthenticationType = original.HTTPAuthenticationTypeClientCertificate
120	HTTPAuthenticationTypeDigest            HTTPAuthenticationType = original.HTTPAuthenticationTypeDigest
121	HTTPAuthenticationTypeWindows           HTTPAuthenticationType = original.HTTPAuthenticationTypeWindows
122)
123
124type HiveAuthenticationType = original.HiveAuthenticationType
125
126const (
127	Anonymous                    HiveAuthenticationType = original.Anonymous
128	Username                     HiveAuthenticationType = original.Username
129	UsernameAndPassword          HiveAuthenticationType = original.UsernameAndPassword
130	WindowsAzureHDInsightService HiveAuthenticationType = original.WindowsAzureHDInsightService
131)
132
133type HiveServerType = original.HiveServerType
134
135const (
136	HiveServer1      HiveServerType = original.HiveServer1
137	HiveServer2      HiveServerType = original.HiveServer2
138	HiveThriftServer HiveServerType = original.HiveThriftServer
139)
140
141type HiveThriftTransportProtocol = original.HiveThriftTransportProtocol
142
143const (
144	Binary HiveThriftTransportProtocol = original.Binary
145	HTTP   HiveThriftTransportProtocol = original.HTTP
146	SASL   HiveThriftTransportProtocol = original.SASL
147)
148
149type ImpalaAuthenticationType = original.ImpalaAuthenticationType
150
151const (
152	ImpalaAuthenticationTypeAnonymous           ImpalaAuthenticationType = original.ImpalaAuthenticationTypeAnonymous
153	ImpalaAuthenticationTypeSASLUsername        ImpalaAuthenticationType = original.ImpalaAuthenticationTypeSASLUsername
154	ImpalaAuthenticationTypeUsernameAndPassword ImpalaAuthenticationType = original.ImpalaAuthenticationTypeUsernameAndPassword
155)
156
157type IntegrationRuntimeAuthKeyName = original.IntegrationRuntimeAuthKeyName
158
159const (
160	AuthKey1 IntegrationRuntimeAuthKeyName = original.AuthKey1
161	AuthKey2 IntegrationRuntimeAuthKeyName = original.AuthKey2
162)
163
164type IntegrationRuntimeAutoUpdate = original.IntegrationRuntimeAutoUpdate
165
166const (
167	Off IntegrationRuntimeAutoUpdate = original.Off
168	On  IntegrationRuntimeAutoUpdate = original.On
169)
170
171type IntegrationRuntimeEdition = original.IntegrationRuntimeEdition
172
173const (
174	Enterprise IntegrationRuntimeEdition = original.Enterprise
175	Standard   IntegrationRuntimeEdition = original.Standard
176)
177
178type IntegrationRuntimeEntityReferenceType = original.IntegrationRuntimeEntityReferenceType
179
180const (
181	IntegrationRuntimeEntityReferenceTypeIntegrationRuntimeReference IntegrationRuntimeEntityReferenceType = original.IntegrationRuntimeEntityReferenceTypeIntegrationRuntimeReference
182	IntegrationRuntimeEntityReferenceTypeLinkedServiceReference      IntegrationRuntimeEntityReferenceType = original.IntegrationRuntimeEntityReferenceTypeLinkedServiceReference
183)
184
185type IntegrationRuntimeInternalChannelEncryptionMode = original.IntegrationRuntimeInternalChannelEncryptionMode
186
187const (
188	NotEncrypted IntegrationRuntimeInternalChannelEncryptionMode = original.NotEncrypted
189	NotSet       IntegrationRuntimeInternalChannelEncryptionMode = original.NotSet
190	SslEncrypted IntegrationRuntimeInternalChannelEncryptionMode = original.SslEncrypted
191)
192
193type IntegrationRuntimeLicenseType = original.IntegrationRuntimeLicenseType
194
195const (
196	BasePrice       IntegrationRuntimeLicenseType = original.BasePrice
197	LicenseIncluded IntegrationRuntimeLicenseType = original.LicenseIncluded
198)
199
200type IntegrationRuntimeState = original.IntegrationRuntimeState
201
202const (
203	Initial          IntegrationRuntimeState = original.Initial
204	Limited          IntegrationRuntimeState = original.Limited
205	NeedRegistration IntegrationRuntimeState = original.NeedRegistration
206	Offline          IntegrationRuntimeState = original.Offline
207	Online           IntegrationRuntimeState = original.Online
208	Started          IntegrationRuntimeState = original.Started
209	Starting         IntegrationRuntimeState = original.Starting
210	Stopped          IntegrationRuntimeState = original.Stopped
211	Stopping         IntegrationRuntimeState = original.Stopping
212)
213
214type IntegrationRuntimeType = original.IntegrationRuntimeType
215
216const (
217	Managed    IntegrationRuntimeType = original.Managed
218	SelfHosted IntegrationRuntimeType = original.SelfHosted
219)
220
221type IntegrationRuntimeUpdateResult = original.IntegrationRuntimeUpdateResult
222
223const (
224	Fail    IntegrationRuntimeUpdateResult = original.Fail
225	Succeed IntegrationRuntimeUpdateResult = original.Succeed
226)
227
228type JSONFormatFilePattern = original.JSONFormatFilePattern
229
230const (
231	ArrayOfObjects JSONFormatFilePattern = original.ArrayOfObjects
232	SetOfObjects   JSONFormatFilePattern = original.SetOfObjects
233)
234
235type ManagedIntegrationRuntimeNodeStatus = original.ManagedIntegrationRuntimeNodeStatus
236
237const (
238	ManagedIntegrationRuntimeNodeStatusAvailable   ManagedIntegrationRuntimeNodeStatus = original.ManagedIntegrationRuntimeNodeStatusAvailable
239	ManagedIntegrationRuntimeNodeStatusRecycling   ManagedIntegrationRuntimeNodeStatus = original.ManagedIntegrationRuntimeNodeStatusRecycling
240	ManagedIntegrationRuntimeNodeStatusStarting    ManagedIntegrationRuntimeNodeStatus = original.ManagedIntegrationRuntimeNodeStatusStarting
241	ManagedIntegrationRuntimeNodeStatusUnavailable ManagedIntegrationRuntimeNodeStatus = original.ManagedIntegrationRuntimeNodeStatusUnavailable
242)
243
244type MongoDbAuthenticationType = original.MongoDbAuthenticationType
245
246const (
247	MongoDbAuthenticationTypeAnonymous MongoDbAuthenticationType = original.MongoDbAuthenticationTypeAnonymous
248	MongoDbAuthenticationTypeBasic     MongoDbAuthenticationType = original.MongoDbAuthenticationTypeBasic
249)
250
251type ODataAuthenticationType = original.ODataAuthenticationType
252
253const (
254	ODataAuthenticationTypeAnonymous ODataAuthenticationType = original.ODataAuthenticationTypeAnonymous
255	ODataAuthenticationTypeBasic     ODataAuthenticationType = original.ODataAuthenticationTypeBasic
256)
257
258type ParameterType = original.ParameterType
259
260const (
261	ParameterTypeArray        ParameterType = original.ParameterTypeArray
262	ParameterTypeBool         ParameterType = original.ParameterTypeBool
263	ParameterTypeFloat        ParameterType = original.ParameterTypeFloat
264	ParameterTypeInt          ParameterType = original.ParameterTypeInt
265	ParameterTypeObject       ParameterType = original.ParameterTypeObject
266	ParameterTypeSecureString ParameterType = original.ParameterTypeSecureString
267	ParameterTypeString       ParameterType = original.ParameterTypeString
268)
269
270type PhoenixAuthenticationType = original.PhoenixAuthenticationType
271
272const (
273	PhoenixAuthenticationTypeAnonymous                    PhoenixAuthenticationType = original.PhoenixAuthenticationTypeAnonymous
274	PhoenixAuthenticationTypeUsernameAndPassword          PhoenixAuthenticationType = original.PhoenixAuthenticationTypeUsernameAndPassword
275	PhoenixAuthenticationTypeWindowsAzureHDInsightService PhoenixAuthenticationType = original.PhoenixAuthenticationTypeWindowsAzureHDInsightService
276)
277
278type PipelineRunQueryFilterOperand = original.PipelineRunQueryFilterOperand
279
280const (
281	PipelineName PipelineRunQueryFilterOperand = original.PipelineName
282	RunEnd       PipelineRunQueryFilterOperand = original.RunEnd
283	RunStart     PipelineRunQueryFilterOperand = original.RunStart
284	Status       PipelineRunQueryFilterOperand = original.Status
285)
286
287type PipelineRunQueryFilterOperator = original.PipelineRunQueryFilterOperator
288
289const (
290	Equals    PipelineRunQueryFilterOperator = original.Equals
291	In        PipelineRunQueryFilterOperator = original.In
292	NotEquals PipelineRunQueryFilterOperator = original.NotEquals
293	NotIn     PipelineRunQueryFilterOperator = original.NotIn
294)
295
296type PipelineRunQueryOrder = original.PipelineRunQueryOrder
297
298const (
299	ASC  PipelineRunQueryOrder = original.ASC
300	DESC PipelineRunQueryOrder = original.DESC
301)
302
303type PipelineRunQueryOrderByField = original.PipelineRunQueryOrderByField
304
305const (
306	PipelineRunQueryOrderByFieldRunEnd   PipelineRunQueryOrderByField = original.PipelineRunQueryOrderByFieldRunEnd
307	PipelineRunQueryOrderByFieldRunStart PipelineRunQueryOrderByField = original.PipelineRunQueryOrderByFieldRunStart
308)
309
310type PrestoAuthenticationType = original.PrestoAuthenticationType
311
312const (
313	PrestoAuthenticationTypeAnonymous PrestoAuthenticationType = original.PrestoAuthenticationTypeAnonymous
314	PrestoAuthenticationTypeLDAP      PrestoAuthenticationType = original.PrestoAuthenticationTypeLDAP
315)
316
317type RecurrenceFrequency = original.RecurrenceFrequency
318
319const (
320	Day          RecurrenceFrequency = original.Day
321	Hour         RecurrenceFrequency = original.Hour
322	Minute       RecurrenceFrequency = original.Minute
323	Month        RecurrenceFrequency = original.Month
324	NotSpecified RecurrenceFrequency = original.NotSpecified
325	Week         RecurrenceFrequency = original.Week
326	Year         RecurrenceFrequency = original.Year
327)
328
329type SapHanaAuthenticationType = original.SapHanaAuthenticationType
330
331const (
332	SapHanaAuthenticationTypeBasic   SapHanaAuthenticationType = original.SapHanaAuthenticationTypeBasic
333	SapHanaAuthenticationTypeWindows SapHanaAuthenticationType = original.SapHanaAuthenticationTypeWindows
334)
335
336type SelfHostedIntegrationRuntimeNodeStatus = original.SelfHostedIntegrationRuntimeNodeStatus
337
338const (
339	SelfHostedIntegrationRuntimeNodeStatusInitializeFailed SelfHostedIntegrationRuntimeNodeStatus = original.SelfHostedIntegrationRuntimeNodeStatusInitializeFailed
340	SelfHostedIntegrationRuntimeNodeStatusInitializing     SelfHostedIntegrationRuntimeNodeStatus = original.SelfHostedIntegrationRuntimeNodeStatusInitializing
341	SelfHostedIntegrationRuntimeNodeStatusLimited          SelfHostedIntegrationRuntimeNodeStatus = original.SelfHostedIntegrationRuntimeNodeStatusLimited
342	SelfHostedIntegrationRuntimeNodeStatusNeedRegistration SelfHostedIntegrationRuntimeNodeStatus = original.SelfHostedIntegrationRuntimeNodeStatusNeedRegistration
343	SelfHostedIntegrationRuntimeNodeStatusOffline          SelfHostedIntegrationRuntimeNodeStatus = original.SelfHostedIntegrationRuntimeNodeStatusOffline
344	SelfHostedIntegrationRuntimeNodeStatusOnline           SelfHostedIntegrationRuntimeNodeStatus = original.SelfHostedIntegrationRuntimeNodeStatusOnline
345	SelfHostedIntegrationRuntimeNodeStatusUpgrading        SelfHostedIntegrationRuntimeNodeStatus = original.SelfHostedIntegrationRuntimeNodeStatusUpgrading
346)
347
348type ServiceNowAuthenticationType = original.ServiceNowAuthenticationType
349
350const (
351	ServiceNowAuthenticationTypeBasic  ServiceNowAuthenticationType = original.ServiceNowAuthenticationTypeBasic
352	ServiceNowAuthenticationTypeOAuth2 ServiceNowAuthenticationType = original.ServiceNowAuthenticationTypeOAuth2
353)
354
355type SftpAuthenticationType = original.SftpAuthenticationType
356
357const (
358	SftpAuthenticationTypeBasic        SftpAuthenticationType = original.SftpAuthenticationTypeBasic
359	SftpAuthenticationTypeSSHPublicKey SftpAuthenticationType = original.SftpAuthenticationTypeSSHPublicKey
360)
361
362type SparkAuthenticationType = original.SparkAuthenticationType
363
364const (
365	SparkAuthenticationTypeAnonymous                    SparkAuthenticationType = original.SparkAuthenticationTypeAnonymous
366	SparkAuthenticationTypeUsername                     SparkAuthenticationType = original.SparkAuthenticationTypeUsername
367	SparkAuthenticationTypeUsernameAndPassword          SparkAuthenticationType = original.SparkAuthenticationTypeUsernameAndPassword
368	SparkAuthenticationTypeWindowsAzureHDInsightService SparkAuthenticationType = original.SparkAuthenticationTypeWindowsAzureHDInsightService
369)
370
371type SparkServerType = original.SparkServerType
372
373const (
374	SharkServer       SparkServerType = original.SharkServer
375	SharkServer2      SparkServerType = original.SharkServer2
376	SparkThriftServer SparkServerType = original.SparkThriftServer
377)
378
379type SparkThriftTransportProtocol = original.SparkThriftTransportProtocol
380
381const (
382	SparkThriftTransportProtocolBinary SparkThriftTransportProtocol = original.SparkThriftTransportProtocolBinary
383	SparkThriftTransportProtocolHTTP   SparkThriftTransportProtocol = original.SparkThriftTransportProtocolHTTP
384	SparkThriftTransportProtocolSASL   SparkThriftTransportProtocol = original.SparkThriftTransportProtocolSASL
385)
386
387type SsisPackageLocationType = original.SsisPackageLocationType
388
389const (
390	File   SsisPackageLocationType = original.File
391	SSISDB SsisPackageLocationType = original.SSISDB
392)
393
394type SybaseAuthenticationType = original.SybaseAuthenticationType
395
396const (
397	SybaseAuthenticationTypeBasic   SybaseAuthenticationType = original.SybaseAuthenticationTypeBasic
398	SybaseAuthenticationTypeWindows SybaseAuthenticationType = original.SybaseAuthenticationTypeWindows
399)
400
401type TeradataAuthenticationType = original.TeradataAuthenticationType
402
403const (
404	TeradataAuthenticationTypeBasic   TeradataAuthenticationType = original.TeradataAuthenticationTypeBasic
405	TeradataAuthenticationTypeWindows TeradataAuthenticationType = original.TeradataAuthenticationTypeWindows
406)
407
408type TriggerRunStatus = original.TriggerRunStatus
409
410const (
411	TriggerRunStatusFailed     TriggerRunStatus = original.TriggerRunStatusFailed
412	TriggerRunStatusInprogress TriggerRunStatus = original.TriggerRunStatusInprogress
413	TriggerRunStatusSucceeded  TriggerRunStatus = original.TriggerRunStatusSucceeded
414)
415
416type TriggerRuntimeState = original.TriggerRuntimeState
417
418const (
419	TriggerRuntimeStateDisabled TriggerRuntimeState = original.TriggerRuntimeStateDisabled
420	TriggerRuntimeStateStarted  TriggerRuntimeState = original.TriggerRuntimeStateStarted
421	TriggerRuntimeStateStopped  TriggerRuntimeState = original.TriggerRuntimeStateStopped
422)
423
424type TumblingWindowFrequency = original.TumblingWindowFrequency
425
426const (
427	TumblingWindowFrequencyHour   TumblingWindowFrequency = original.TumblingWindowFrequencyHour
428	TumblingWindowFrequencyMinute TumblingWindowFrequency = original.TumblingWindowFrequencyMinute
429)
430
431type Type = original.Type
432
433const (
434	TypeAzureKeyVaultSecret Type = original.TypeAzureKeyVaultSecret
435	TypeSecretBase          Type = original.TypeSecretBase
436	TypeSecureString        Type = original.TypeSecureString
437)
438
439type TypeBasicActivity = original.TypeBasicActivity
440
441const (
442	TypeActivity                 TypeBasicActivity = original.TypeActivity
443	TypeAzureMLBatchExecution    TypeBasicActivity = original.TypeAzureMLBatchExecution
444	TypeAzureMLUpdateResource    TypeBasicActivity = original.TypeAzureMLUpdateResource
445	TypeContainer                TypeBasicActivity = original.TypeContainer
446	TypeCopy                     TypeBasicActivity = original.TypeCopy
447	TypeCustom                   TypeBasicActivity = original.TypeCustom
448	TypeDatabricksNotebook       TypeBasicActivity = original.TypeDatabricksNotebook
449	TypeDataLakeAnalyticsUSQL    TypeBasicActivity = original.TypeDataLakeAnalyticsUSQL
450	TypeExecutePipeline          TypeBasicActivity = original.TypeExecutePipeline
451	TypeExecuteSSISPackage       TypeBasicActivity = original.TypeExecuteSSISPackage
452	TypeExecution                TypeBasicActivity = original.TypeExecution
453	TypeFilter                   TypeBasicActivity = original.TypeFilter
454	TypeForEach                  TypeBasicActivity = original.TypeForEach
455	TypeGetMetadata              TypeBasicActivity = original.TypeGetMetadata
456	TypeHDInsightHive            TypeBasicActivity = original.TypeHDInsightHive
457	TypeHDInsightMapReduce       TypeBasicActivity = original.TypeHDInsightMapReduce
458	TypeHDInsightPig             TypeBasicActivity = original.TypeHDInsightPig
459	TypeHDInsightSpark           TypeBasicActivity = original.TypeHDInsightSpark
460	TypeHDInsightStreaming       TypeBasicActivity = original.TypeHDInsightStreaming
461	TypeIfCondition              TypeBasicActivity = original.TypeIfCondition
462	TypeLookup                   TypeBasicActivity = original.TypeLookup
463	TypeSQLServerStoredProcedure TypeBasicActivity = original.TypeSQLServerStoredProcedure
464	TypeUntil                    TypeBasicActivity = original.TypeUntil
465	TypeWait                     TypeBasicActivity = original.TypeWait
466	TypeWebActivity              TypeBasicActivity = original.TypeWebActivity
467)
468
469type TypeBasicCopySink = original.TypeBasicCopySink
470
471const (
472	TypeAzureDataLakeStoreSink   TypeBasicCopySink = original.TypeAzureDataLakeStoreSink
473	TypeAzureQueueSink           TypeBasicCopySink = original.TypeAzureQueueSink
474	TypeAzureSearchIndexSink     TypeBasicCopySink = original.TypeAzureSearchIndexSink
475	TypeAzureTableSink           TypeBasicCopySink = original.TypeAzureTableSink
476	TypeBlobSink                 TypeBasicCopySink = original.TypeBlobSink
477	TypeCopySink                 TypeBasicCopySink = original.TypeCopySink
478	TypeDocumentDbCollectionSink TypeBasicCopySink = original.TypeDocumentDbCollectionSink
479	TypeDynamicsSink             TypeBasicCopySink = original.TypeDynamicsSink
480	TypeFileSystemSink           TypeBasicCopySink = original.TypeFileSystemSink
481	TypeOdbcSink                 TypeBasicCopySink = original.TypeOdbcSink
482	TypeOracleSink               TypeBasicCopySink = original.TypeOracleSink
483	TypeSalesforceSink           TypeBasicCopySink = original.TypeSalesforceSink
484	TypeSapCloudForCustomerSink  TypeBasicCopySink = original.TypeSapCloudForCustomerSink
485	TypeSQLDWSink                TypeBasicCopySink = original.TypeSQLDWSink
486	TypeSQLSink                  TypeBasicCopySink = original.TypeSQLSink
487)
488
489type TypeBasicCopySource = original.TypeBasicCopySource
490
491const (
492	TypeAmazonMWSSource                TypeBasicCopySource = original.TypeAmazonMWSSource
493	TypeAmazonRedshiftSource           TypeBasicCopySource = original.TypeAmazonRedshiftSource
494	TypeAzureDataLakeStoreSource       TypeBasicCopySource = original.TypeAzureDataLakeStoreSource
495	TypeAzureMySQLSource               TypeBasicCopySource = original.TypeAzureMySQLSource
496	TypeAzurePostgreSQLSource          TypeBasicCopySource = original.TypeAzurePostgreSQLSource
497	TypeAzureTableSource               TypeBasicCopySource = original.TypeAzureTableSource
498	TypeBlobSource                     TypeBasicCopySource = original.TypeBlobSource
499	TypeCassandraSource                TypeBasicCopySource = original.TypeCassandraSource
500	TypeConcurSource                   TypeBasicCopySource = original.TypeConcurSource
501	TypeCopySource                     TypeBasicCopySource = original.TypeCopySource
502	TypeCouchbaseSource                TypeBasicCopySource = original.TypeCouchbaseSource
503	TypeDocumentDbCollectionSource     TypeBasicCopySource = original.TypeDocumentDbCollectionSource
504	TypeDrillSource                    TypeBasicCopySource = original.TypeDrillSource
505	TypeDynamicsSource                 TypeBasicCopySource = original.TypeDynamicsSource
506	TypeEloquaSource                   TypeBasicCopySource = original.TypeEloquaSource
507	TypeFileSystemSource               TypeBasicCopySource = original.TypeFileSystemSource
508	TypeGoogleBigQuerySource           TypeBasicCopySource = original.TypeGoogleBigQuerySource
509	TypeGreenplumSource                TypeBasicCopySource = original.TypeGreenplumSource
510	TypeHBaseSource                    TypeBasicCopySource = original.TypeHBaseSource
511	TypeHdfsSource                     TypeBasicCopySource = original.TypeHdfsSource
512	TypeHiveSource                     TypeBasicCopySource = original.TypeHiveSource
513	TypeHTTPSource                     TypeBasicCopySource = original.TypeHTTPSource
514	TypeHubspotSource                  TypeBasicCopySource = original.TypeHubspotSource
515	TypeImpalaSource                   TypeBasicCopySource = original.TypeImpalaSource
516	TypeJiraSource                     TypeBasicCopySource = original.TypeJiraSource
517	TypeMagentoSource                  TypeBasicCopySource = original.TypeMagentoSource
518	TypeMariaDBSource                  TypeBasicCopySource = original.TypeMariaDBSource
519	TypeMarketoSource                  TypeBasicCopySource = original.TypeMarketoSource
520	TypeMongoDbSource                  TypeBasicCopySource = original.TypeMongoDbSource
521	TypeNetezzaSource                  TypeBasicCopySource = original.TypeNetezzaSource
522	TypeOracleSource                   TypeBasicCopySource = original.TypeOracleSource
523	TypePaypalSource                   TypeBasicCopySource = original.TypePaypalSource
524	TypePhoenixSource                  TypeBasicCopySource = original.TypePhoenixSource
525	TypePrestoSource                   TypeBasicCopySource = original.TypePrestoSource
526	TypeQuickBooksSource               TypeBasicCopySource = original.TypeQuickBooksSource
527	TypeRelationalSource               TypeBasicCopySource = original.TypeRelationalSource
528	TypeResponsysSource                TypeBasicCopySource = original.TypeResponsysSource
529	TypeSalesforceMarketingCloudSource TypeBasicCopySource = original.TypeSalesforceMarketingCloudSource
530	TypeSalesforceSource               TypeBasicCopySource = original.TypeSalesforceSource
531	TypeSapCloudForCustomerSource      TypeBasicCopySource = original.TypeSapCloudForCustomerSource
532	TypeSapEccSource                   TypeBasicCopySource = original.TypeSapEccSource
533	TypeServiceNowSource               TypeBasicCopySource = original.TypeServiceNowSource
534	TypeShopifySource                  TypeBasicCopySource = original.TypeShopifySource
535	TypeSparkSource                    TypeBasicCopySource = original.TypeSparkSource
536	TypeSQLDWSource                    TypeBasicCopySource = original.TypeSQLDWSource
537	TypeSQLSource                      TypeBasicCopySource = original.TypeSQLSource
538	TypeSquareSource                   TypeBasicCopySource = original.TypeSquareSource
539	TypeVerticaSource                  TypeBasicCopySource = original.TypeVerticaSource
540	TypeWebSource                      TypeBasicCopySource = original.TypeWebSource
541	TypeXeroSource                     TypeBasicCopySource = original.TypeXeroSource
542	TypeZohoSource                     TypeBasicCopySource = original.TypeZohoSource
543)
544
545type TypeBasicDataset = original.TypeBasicDataset
546
547const (
548	TypeAmazonMWSObject                TypeBasicDataset = original.TypeAmazonMWSObject
549	TypeAmazonS3Object                 TypeBasicDataset = original.TypeAmazonS3Object
550	TypeAzureBlob                      TypeBasicDataset = original.TypeAzureBlob
551	TypeAzureDataLakeStoreFile         TypeBasicDataset = original.TypeAzureDataLakeStoreFile
552	TypeAzureMySQLTable                TypeBasicDataset = original.TypeAzureMySQLTable
553	TypeAzurePostgreSQLTable           TypeBasicDataset = original.TypeAzurePostgreSQLTable
554	TypeAzureSearchIndex               TypeBasicDataset = original.TypeAzureSearchIndex
555	TypeAzureSQLDWTable                TypeBasicDataset = original.TypeAzureSQLDWTable
556	TypeAzureSQLTable                  TypeBasicDataset = original.TypeAzureSQLTable
557	TypeAzureTable                     TypeBasicDataset = original.TypeAzureTable
558	TypeCassandraTable                 TypeBasicDataset = original.TypeCassandraTable
559	TypeConcurObject                   TypeBasicDataset = original.TypeConcurObject
560	TypeCouchbaseTable                 TypeBasicDataset = original.TypeCouchbaseTable
561	TypeCustomDataset                  TypeBasicDataset = original.TypeCustomDataset
562	TypeDataset                        TypeBasicDataset = original.TypeDataset
563	TypeDocumentDbCollection           TypeBasicDataset = original.TypeDocumentDbCollection
564	TypeDrillTable                     TypeBasicDataset = original.TypeDrillTable
565	TypeDynamicsEntity                 TypeBasicDataset = original.TypeDynamicsEntity
566	TypeEloquaObject                   TypeBasicDataset = original.TypeEloquaObject
567	TypeFileShare                      TypeBasicDataset = original.TypeFileShare
568	TypeGoogleBigQueryObject           TypeBasicDataset = original.TypeGoogleBigQueryObject
569	TypeGreenplumTable                 TypeBasicDataset = original.TypeGreenplumTable
570	TypeHBaseObject                    TypeBasicDataset = original.TypeHBaseObject
571	TypeHiveObject                     TypeBasicDataset = original.TypeHiveObject
572	TypeHTTPFile                       TypeBasicDataset = original.TypeHTTPFile
573	TypeHubspotObject                  TypeBasicDataset = original.TypeHubspotObject
574	TypeImpalaObject                   TypeBasicDataset = original.TypeImpalaObject
575	TypeJiraObject                     TypeBasicDataset = original.TypeJiraObject
576	TypeMagentoObject                  TypeBasicDataset = original.TypeMagentoObject
577	TypeMariaDBTable                   TypeBasicDataset = original.TypeMariaDBTable
578	TypeMarketoObject                  TypeBasicDataset = original.TypeMarketoObject
579	TypeMongoDbCollection              TypeBasicDataset = original.TypeMongoDbCollection
580	TypeNetezzaTable                   TypeBasicDataset = original.TypeNetezzaTable
581	TypeODataResource                  TypeBasicDataset = original.TypeODataResource
582	TypeOracleTable                    TypeBasicDataset = original.TypeOracleTable
583	TypePaypalObject                   TypeBasicDataset = original.TypePaypalObject
584	TypePhoenixObject                  TypeBasicDataset = original.TypePhoenixObject
585	TypePrestoObject                   TypeBasicDataset = original.TypePrestoObject
586	TypeQuickBooksObject               TypeBasicDataset = original.TypeQuickBooksObject
587	TypeRelationalTable                TypeBasicDataset = original.TypeRelationalTable
588	TypeResponsysObject                TypeBasicDataset = original.TypeResponsysObject
589	TypeSalesforceMarketingCloudObject TypeBasicDataset = original.TypeSalesforceMarketingCloudObject
590	TypeSalesforceObject               TypeBasicDataset = original.TypeSalesforceObject
591	TypeSapCloudForCustomerResource    TypeBasicDataset = original.TypeSapCloudForCustomerResource
592	TypeSapEccResource                 TypeBasicDataset = original.TypeSapEccResource
593	TypeServiceNowObject               TypeBasicDataset = original.TypeServiceNowObject
594	TypeShopifyObject                  TypeBasicDataset = original.TypeShopifyObject
595	TypeSparkObject                    TypeBasicDataset = original.TypeSparkObject
596	TypeSQLServerTable                 TypeBasicDataset = original.TypeSQLServerTable
597	TypeSquareObject                   TypeBasicDataset = original.TypeSquareObject
598	TypeVerticaTable                   TypeBasicDataset = original.TypeVerticaTable
599	TypeWebTable                       TypeBasicDataset = original.TypeWebTable
600	TypeXeroObject                     TypeBasicDataset = original.TypeXeroObject
601	TypeZohoObject                     TypeBasicDataset = original.TypeZohoObject
602)
603
604type TypeBasicDatasetCompression = original.TypeBasicDatasetCompression
605
606const (
607	TypeBZip2              TypeBasicDatasetCompression = original.TypeBZip2
608	TypeDatasetCompression TypeBasicDatasetCompression = original.TypeDatasetCompression
609	TypeDeflate            TypeBasicDatasetCompression = original.TypeDeflate
610	TypeGZip               TypeBasicDatasetCompression = original.TypeGZip
611	TypeZipDeflate         TypeBasicDatasetCompression = original.TypeZipDeflate
612)
613
614type TypeBasicDatasetStorageFormat = original.TypeBasicDatasetStorageFormat
615
616const (
617	TypeAvroFormat           TypeBasicDatasetStorageFormat = original.TypeAvroFormat
618	TypeDatasetStorageFormat TypeBasicDatasetStorageFormat = original.TypeDatasetStorageFormat
619	TypeJSONFormat           TypeBasicDatasetStorageFormat = original.TypeJSONFormat
620	TypeOrcFormat            TypeBasicDatasetStorageFormat = original.TypeOrcFormat
621	TypeParquetFormat        TypeBasicDatasetStorageFormat = original.TypeParquetFormat
622	TypeTextFormat           TypeBasicDatasetStorageFormat = original.TypeTextFormat
623)
624
625type TypeBasicIntegrationRuntime = original.TypeBasicIntegrationRuntime
626
627const (
628	TypeIntegrationRuntime TypeBasicIntegrationRuntime = original.TypeIntegrationRuntime
629	TypeManaged            TypeBasicIntegrationRuntime = original.TypeManaged
630	TypeSelfHosted         TypeBasicIntegrationRuntime = original.TypeSelfHosted
631)
632
633type TypeBasicIntegrationRuntimeStatus = original.TypeBasicIntegrationRuntimeStatus
634
635const (
636	TypeBasicIntegrationRuntimeStatusTypeIntegrationRuntimeStatus TypeBasicIntegrationRuntimeStatus = original.TypeBasicIntegrationRuntimeStatusTypeIntegrationRuntimeStatus
637	TypeBasicIntegrationRuntimeStatusTypeManaged                  TypeBasicIntegrationRuntimeStatus = original.TypeBasicIntegrationRuntimeStatusTypeManaged
638	TypeBasicIntegrationRuntimeStatusTypeSelfHosted               TypeBasicIntegrationRuntimeStatus = original.TypeBasicIntegrationRuntimeStatusTypeSelfHosted
639)
640
641type TypeBasicLinkedService = original.TypeBasicLinkedService
642
643const (
644	TypeAmazonMWS                TypeBasicLinkedService = original.TypeAmazonMWS
645	TypeAmazonRedshift           TypeBasicLinkedService = original.TypeAmazonRedshift
646	TypeAmazonS3                 TypeBasicLinkedService = original.TypeAmazonS3
647	TypeAzureBatch               TypeBasicLinkedService = original.TypeAzureBatch
648	TypeAzureDatabricks          TypeBasicLinkedService = original.TypeAzureDatabricks
649	TypeAzureDataLakeAnalytics   TypeBasicLinkedService = original.TypeAzureDataLakeAnalytics
650	TypeAzureDataLakeStore       TypeBasicLinkedService = original.TypeAzureDataLakeStore
651	TypeAzureKeyVault            TypeBasicLinkedService = original.TypeAzureKeyVault
652	TypeAzureML                  TypeBasicLinkedService = original.TypeAzureML
653	TypeAzureMySQL               TypeBasicLinkedService = original.TypeAzureMySQL
654	TypeAzurePostgreSQL          TypeBasicLinkedService = original.TypeAzurePostgreSQL
655	TypeAzureSearch              TypeBasicLinkedService = original.TypeAzureSearch
656	TypeAzureSQLDatabase         TypeBasicLinkedService = original.TypeAzureSQLDatabase
657	TypeAzureSQLDW               TypeBasicLinkedService = original.TypeAzureSQLDW
658	TypeAzureStorage             TypeBasicLinkedService = original.TypeAzureStorage
659	TypeCassandra                TypeBasicLinkedService = original.TypeCassandra
660	TypeConcur                   TypeBasicLinkedService = original.TypeConcur
661	TypeCosmosDb                 TypeBasicLinkedService = original.TypeCosmosDb
662	TypeCouchbase                TypeBasicLinkedService = original.TypeCouchbase
663	TypeCustomDataSource         TypeBasicLinkedService = original.TypeCustomDataSource
664	TypeDb2                      TypeBasicLinkedService = original.TypeDb2
665	TypeDrill                    TypeBasicLinkedService = original.TypeDrill
666	TypeDynamics                 TypeBasicLinkedService = original.TypeDynamics
667	TypeEloqua                   TypeBasicLinkedService = original.TypeEloqua
668	TypeFileServer               TypeBasicLinkedService = original.TypeFileServer
669	TypeFtpServer                TypeBasicLinkedService = original.TypeFtpServer
670	TypeGoogleBigQuery           TypeBasicLinkedService = original.TypeGoogleBigQuery
671	TypeGreenplum                TypeBasicLinkedService = original.TypeGreenplum
672	TypeHBase                    TypeBasicLinkedService = original.TypeHBase
673	TypeHdfs                     TypeBasicLinkedService = original.TypeHdfs
674	TypeHDInsight                TypeBasicLinkedService = original.TypeHDInsight
675	TypeHDInsightOnDemand        TypeBasicLinkedService = original.TypeHDInsightOnDemand
676	TypeHive                     TypeBasicLinkedService = original.TypeHive
677	TypeHTTPServer               TypeBasicLinkedService = original.TypeHTTPServer
678	TypeHubspot                  TypeBasicLinkedService = original.TypeHubspot
679	TypeImpala                   TypeBasicLinkedService = original.TypeImpala
680	TypeJira                     TypeBasicLinkedService = original.TypeJira
681	TypeLinkedService            TypeBasicLinkedService = original.TypeLinkedService
682	TypeMagento                  TypeBasicLinkedService = original.TypeMagento
683	TypeMariaDB                  TypeBasicLinkedService = original.TypeMariaDB
684	TypeMarketo                  TypeBasicLinkedService = original.TypeMarketo
685	TypeMongoDb                  TypeBasicLinkedService = original.TypeMongoDb
686	TypeMySQL                    TypeBasicLinkedService = original.TypeMySQL
687	TypeNetezza                  TypeBasicLinkedService = original.TypeNetezza
688	TypeOData                    TypeBasicLinkedService = original.TypeOData
689	TypeOdbc                     TypeBasicLinkedService = original.TypeOdbc
690	TypeOracle                   TypeBasicLinkedService = original.TypeOracle
691	TypePaypal                   TypeBasicLinkedService = original.TypePaypal
692	TypePhoenix                  TypeBasicLinkedService = original.TypePhoenix
693	TypePostgreSQL               TypeBasicLinkedService = original.TypePostgreSQL
694	TypePresto                   TypeBasicLinkedService = original.TypePresto
695	TypeQuickBooks               TypeBasicLinkedService = original.TypeQuickBooks
696	TypeResponsys                TypeBasicLinkedService = original.TypeResponsys
697	TypeSalesforce               TypeBasicLinkedService = original.TypeSalesforce
698	TypeSalesforceMarketingCloud TypeBasicLinkedService = original.TypeSalesforceMarketingCloud
699	TypeSapBW                    TypeBasicLinkedService = original.TypeSapBW
700	TypeSapCloudForCustomer      TypeBasicLinkedService = original.TypeSapCloudForCustomer
701	TypeSapEcc                   TypeBasicLinkedService = original.TypeSapEcc
702	TypeSapHana                  TypeBasicLinkedService = original.TypeSapHana
703	TypeServiceNow               TypeBasicLinkedService = original.TypeServiceNow
704	TypeSftp                     TypeBasicLinkedService = original.TypeSftp
705	TypeShopify                  TypeBasicLinkedService = original.TypeShopify
706	TypeSpark                    TypeBasicLinkedService = original.TypeSpark
707	TypeSQLServer                TypeBasicLinkedService = original.TypeSQLServer
708	TypeSquare                   TypeBasicLinkedService = original.TypeSquare
709	TypeSybase                   TypeBasicLinkedService = original.TypeSybase
710	TypeTeradata                 TypeBasicLinkedService = original.TypeTeradata
711	TypeVertica                  TypeBasicLinkedService = original.TypeVertica
712	TypeWeb                      TypeBasicLinkedService = original.TypeWeb
713	TypeXero                     TypeBasicLinkedService = original.TypeXero
714	TypeZoho                     TypeBasicLinkedService = original.TypeZoho
715)
716
717type TypeBasicTrigger = original.TypeBasicTrigger
718
719const (
720	TypeBlobEventsTrigger       TypeBasicTrigger = original.TypeBlobEventsTrigger
721	TypeBlobTrigger             TypeBasicTrigger = original.TypeBlobTrigger
722	TypeMultiplePipelineTrigger TypeBasicTrigger = original.TypeMultiplePipelineTrigger
723	TypeScheduleTrigger         TypeBasicTrigger = original.TypeScheduleTrigger
724	TypeTrigger                 TypeBasicTrigger = original.TypeTrigger
725	TypeTumblingWindowTrigger   TypeBasicTrigger = original.TypeTumblingWindowTrigger
726)
727
728type WebActivityMethod = original.WebActivityMethod
729
730const (
731	DELETE WebActivityMethod = original.DELETE
732	GET    WebActivityMethod = original.GET
733	POST   WebActivityMethod = original.POST
734	PUT    WebActivityMethod = original.PUT
735)
736
737type Activity = original.Activity
738type ActivityDependency = original.ActivityDependency
739type ActivityPolicy = original.ActivityPolicy
740type ActivityRun = original.ActivityRun
741type ActivityRunsClient = original.ActivityRunsClient
742type ActivityRunsListResponse = original.ActivityRunsListResponse
743type ActivityRunsListResponseIterator = original.ActivityRunsListResponseIterator
744type ActivityRunsListResponsePage = original.ActivityRunsListResponsePage
745type AmazonMWSLinkedService = original.AmazonMWSLinkedService
746type AmazonMWSLinkedServiceTypeProperties = original.AmazonMWSLinkedServiceTypeProperties
747type AmazonMWSObjectDataset = original.AmazonMWSObjectDataset
748type AmazonMWSSource = original.AmazonMWSSource
749type AmazonRedshiftLinkedService = original.AmazonRedshiftLinkedService
750type AmazonRedshiftLinkedServiceTypeProperties = original.AmazonRedshiftLinkedServiceTypeProperties
751type AmazonRedshiftSource = original.AmazonRedshiftSource
752type AmazonS3Dataset = original.AmazonS3Dataset
753type AmazonS3DatasetTypeProperties = original.AmazonS3DatasetTypeProperties
754type AmazonS3LinkedService = original.AmazonS3LinkedService
755type AmazonS3LinkedServiceTypeProperties = original.AmazonS3LinkedServiceTypeProperties
756type AvroFormat = original.AvroFormat
757type AzureBatchLinkedService = original.AzureBatchLinkedService
758type AzureBatchLinkedServiceTypeProperties = original.AzureBatchLinkedServiceTypeProperties
759type AzureBlobDataset = original.AzureBlobDataset
760type AzureBlobDatasetTypeProperties = original.AzureBlobDatasetTypeProperties
761type AzureDataLakeAnalyticsLinkedService = original.AzureDataLakeAnalyticsLinkedService
762type AzureDataLakeAnalyticsLinkedServiceTypeProperties = original.AzureDataLakeAnalyticsLinkedServiceTypeProperties
763type AzureDataLakeStoreDataset = original.AzureDataLakeStoreDataset
764type AzureDataLakeStoreDatasetTypeProperties = original.AzureDataLakeStoreDatasetTypeProperties
765type AzureDataLakeStoreLinkedService = original.AzureDataLakeStoreLinkedService
766type AzureDataLakeStoreLinkedServiceTypeProperties = original.AzureDataLakeStoreLinkedServiceTypeProperties
767type AzureDataLakeStoreSink = original.AzureDataLakeStoreSink
768type AzureDataLakeStoreSource = original.AzureDataLakeStoreSource
769type AzureDatabricksLinkedService = original.AzureDatabricksLinkedService
770type AzureDatabricksLinkedServiceTypeProperties = original.AzureDatabricksLinkedServiceTypeProperties
771type AzureKeyVaultLinkedService = original.AzureKeyVaultLinkedService
772type AzureKeyVaultLinkedServiceTypeProperties = original.AzureKeyVaultLinkedServiceTypeProperties
773type AzureKeyVaultSecretReference = original.AzureKeyVaultSecretReference
774type AzureMLBatchExecutionActivity = original.AzureMLBatchExecutionActivity
775type AzureMLBatchExecutionActivityTypeProperties = original.AzureMLBatchExecutionActivityTypeProperties
776type AzureMLLinkedService = original.AzureMLLinkedService
777type AzureMLLinkedServiceTypeProperties = original.AzureMLLinkedServiceTypeProperties
778type AzureMLUpdateResourceActivity = original.AzureMLUpdateResourceActivity
779type AzureMLUpdateResourceActivityTypeProperties = original.AzureMLUpdateResourceActivityTypeProperties
780type AzureMLWebServiceFile = original.AzureMLWebServiceFile
781type AzureMySQLLinkedService = original.AzureMySQLLinkedService
782type AzureMySQLLinkedServiceTypeProperties = original.AzureMySQLLinkedServiceTypeProperties
783type AzureMySQLSource = original.AzureMySQLSource
784type AzureMySQLTableDataset = original.AzureMySQLTableDataset
785type AzureMySQLTableDatasetTypeProperties = original.AzureMySQLTableDatasetTypeProperties
786type AzurePostgreSQLLinkedService = original.AzurePostgreSQLLinkedService
787type AzurePostgreSQLLinkedServiceTypeProperties = original.AzurePostgreSQLLinkedServiceTypeProperties
788type AzurePostgreSQLSource = original.AzurePostgreSQLSource
789type AzurePostgreSQLTableDataset = original.AzurePostgreSQLTableDataset
790type AzureQueueSink = original.AzureQueueSink
791type AzureSQLDWLinkedService = original.AzureSQLDWLinkedService
792type AzureSQLDWLinkedServiceTypeProperties = original.AzureSQLDWLinkedServiceTypeProperties
793type AzureSQLDWTableDataset = original.AzureSQLDWTableDataset
794type AzureSQLDWTableDatasetTypeProperties = original.AzureSQLDWTableDatasetTypeProperties
795type AzureSQLDatabaseLinkedService = original.AzureSQLDatabaseLinkedService
796type AzureSQLDatabaseLinkedServiceTypeProperties = original.AzureSQLDatabaseLinkedServiceTypeProperties
797type AzureSQLTableDataset = original.AzureSQLTableDataset
798type AzureSQLTableDatasetTypeProperties = original.AzureSQLTableDatasetTypeProperties
799type AzureSearchIndexDataset = original.AzureSearchIndexDataset
800type AzureSearchIndexDatasetTypeProperties = original.AzureSearchIndexDatasetTypeProperties
801type AzureSearchIndexSink = original.AzureSearchIndexSink
802type AzureSearchLinkedService = original.AzureSearchLinkedService
803type AzureSearchLinkedServiceTypeProperties = original.AzureSearchLinkedServiceTypeProperties
804type AzureStorageLinkedService = original.AzureStorageLinkedService
805type AzureStorageLinkedServiceTypeProperties = original.AzureStorageLinkedServiceTypeProperties
806type AzureTableDataset = original.AzureTableDataset
807type AzureTableDatasetTypeProperties = original.AzureTableDatasetTypeProperties
808type AzureTableSink = original.AzureTableSink
809type AzureTableSource = original.AzureTableSource
810type BaseClient = original.BaseClient
811type BasicActivity = original.BasicActivity
812type BasicControlActivity = original.BasicControlActivity
813type BasicCopySink = original.BasicCopySink
814type BasicCopySource = original.BasicCopySource
815type BasicDataset = original.BasicDataset
816type BasicDatasetCompression = original.BasicDatasetCompression
817type BasicDatasetStorageFormat = original.BasicDatasetStorageFormat
818type BasicExecutionActivity = original.BasicExecutionActivity
819type BasicIntegrationRuntime = original.BasicIntegrationRuntime
820type BasicIntegrationRuntimeStatus = original.BasicIntegrationRuntimeStatus
821type BasicLinkedIntegrationRuntimeProperties = original.BasicLinkedIntegrationRuntimeProperties
822type BasicLinkedService = original.BasicLinkedService
823type BasicMultiplePipelineTrigger = original.BasicMultiplePipelineTrigger
824type BasicSecretBase = original.BasicSecretBase
825type BasicTrigger = original.BasicTrigger
826type BasicWebLinkedServiceTypeProperties = original.BasicWebLinkedServiceTypeProperties
827type BlobEventsTrigger = original.BlobEventsTrigger
828type BlobEventsTriggerTypeProperties = original.BlobEventsTriggerTypeProperties
829type BlobSink = original.BlobSink
830type BlobSource = original.BlobSource
831type BlobTrigger = original.BlobTrigger
832type BlobTriggerTypeProperties = original.BlobTriggerTypeProperties
833type CassandraLinkedService = original.CassandraLinkedService
834type CassandraLinkedServiceTypeProperties = original.CassandraLinkedServiceTypeProperties
835type CassandraSource = original.CassandraSource
836type CassandraTableDataset = original.CassandraTableDataset
837type CassandraTableDatasetTypeProperties = original.CassandraTableDatasetTypeProperties
838type ConcurLinkedService = original.ConcurLinkedService
839type ConcurLinkedServiceTypeProperties = original.ConcurLinkedServiceTypeProperties
840type ConcurObjectDataset = original.ConcurObjectDataset
841type ConcurSource = original.ConcurSource
842type ControlActivity = original.ControlActivity
843type CopyActivity = original.CopyActivity
844type CopyActivityTypeProperties = original.CopyActivityTypeProperties
845type CopySink = original.CopySink
846type CopySource = original.CopySource
847type CosmosDbLinkedService = original.CosmosDbLinkedService
848type CosmosDbLinkedServiceTypeProperties = original.CosmosDbLinkedServiceTypeProperties
849type CouchbaseLinkedService = original.CouchbaseLinkedService
850type CouchbaseLinkedServiceTypeProperties = original.CouchbaseLinkedServiceTypeProperties
851type CouchbaseSource = original.CouchbaseSource
852type CouchbaseTableDataset = original.CouchbaseTableDataset
853type CreateRunResponse = original.CreateRunResponse
854type CustomActivity = original.CustomActivity
855type CustomActivityReferenceObject = original.CustomActivityReferenceObject
856type CustomActivityTypeProperties = original.CustomActivityTypeProperties
857type CustomDataSourceLinkedService = original.CustomDataSourceLinkedService
858type CustomDataset = original.CustomDataset
859type DataLakeAnalyticsUSQLActivity = original.DataLakeAnalyticsUSQLActivity
860type DataLakeAnalyticsUSQLActivityTypeProperties = original.DataLakeAnalyticsUSQLActivityTypeProperties
861type DatabricksNotebookActivity = original.DatabricksNotebookActivity
862type DatabricksNotebookActivityTypeProperties = original.DatabricksNotebookActivityTypeProperties
863type Dataset = original.Dataset
864type DatasetBZip2Compression = original.DatasetBZip2Compression
865type DatasetCompression = original.DatasetCompression
866type DatasetDeflateCompression = original.DatasetDeflateCompression
867type DatasetGZipCompression = original.DatasetGZipCompression
868type DatasetListResponse = original.DatasetListResponse
869type DatasetListResponseIterator = original.DatasetListResponseIterator
870type DatasetListResponsePage = original.DatasetListResponsePage
871type DatasetReference = original.DatasetReference
872type DatasetResource = original.DatasetResource
873type DatasetStorageFormat = original.DatasetStorageFormat
874type DatasetZipDeflateCompression = original.DatasetZipDeflateCompression
875type DatasetsClient = original.DatasetsClient
876type Db2LinkedService = original.Db2LinkedService
877type Db2LinkedServiceTypeProperties = original.Db2LinkedServiceTypeProperties
878type DistcpSettings = original.DistcpSettings
879type DocumentDbCollectionDataset = original.DocumentDbCollectionDataset
880type DocumentDbCollectionDatasetTypeProperties = original.DocumentDbCollectionDatasetTypeProperties
881type DocumentDbCollectionSink = original.DocumentDbCollectionSink
882type DocumentDbCollectionSource = original.DocumentDbCollectionSource
883type DrillLinkedService = original.DrillLinkedService
884type DrillLinkedServiceTypeProperties = original.DrillLinkedServiceTypeProperties
885type DrillSource = original.DrillSource
886type DrillTableDataset = original.DrillTableDataset
887type DynamicsEntityDataset = original.DynamicsEntityDataset
888type DynamicsEntityDatasetTypeProperties = original.DynamicsEntityDatasetTypeProperties
889type DynamicsLinkedService = original.DynamicsLinkedService
890type DynamicsLinkedServiceTypeProperties = original.DynamicsLinkedServiceTypeProperties
891type DynamicsSink = original.DynamicsSink
892type DynamicsSource = original.DynamicsSource
893type EloquaLinkedService = original.EloquaLinkedService
894type EloquaLinkedServiceTypeProperties = original.EloquaLinkedServiceTypeProperties
895type EloquaObjectDataset = original.EloquaObjectDataset
896type EloquaSource = original.EloquaSource
897type EntityReference = original.EntityReference
898type ErrorResponse = original.ErrorResponse
899type ExecutePipelineActivity = original.ExecutePipelineActivity
900type ExecutePipelineActivityTypeProperties = original.ExecutePipelineActivityTypeProperties
901type ExecuteSSISPackageActivity = original.ExecuteSSISPackageActivity
902type ExecuteSSISPackageActivityTypeProperties = original.ExecuteSSISPackageActivityTypeProperties
903type ExecutionActivity = original.ExecutionActivity
904type Expression = original.Expression
905type FactoriesClient = original.FactoriesClient
906type Factory = original.Factory
907type FactoryIdentity = original.FactoryIdentity
908type FactoryListResponse = original.FactoryListResponse
909type FactoryListResponseIterator = original.FactoryListResponseIterator
910type FactoryListResponsePage = original.FactoryListResponsePage
911type FactoryProperties = original.FactoryProperties
912type FactoryRepoUpdate = original.FactoryRepoUpdate
913type FactoryUpdateParameters = original.FactoryUpdateParameters
914type FactoryVSTSConfiguration = original.FactoryVSTSConfiguration
915type FileServerLinkedService = original.FileServerLinkedService
916type FileServerLinkedServiceTypeProperties = original.FileServerLinkedServiceTypeProperties
917type FileShareDataset = original.FileShareDataset
918type FileShareDatasetTypeProperties = original.FileShareDatasetTypeProperties
919type FileSystemSink = original.FileSystemSink
920type FileSystemSource = original.FileSystemSource
921type FilterActivity = original.FilterActivity
922type FilterActivityTypeProperties = original.FilterActivityTypeProperties
923type ForEachActivity = original.ForEachActivity
924type ForEachActivityTypeProperties = original.ForEachActivityTypeProperties
925type FtpServerLinkedService = original.FtpServerLinkedService
926type FtpServerLinkedServiceTypeProperties = original.FtpServerLinkedServiceTypeProperties
927type GetMetadataActivity = original.GetMetadataActivity
928type GetMetadataActivityTypeProperties = original.GetMetadataActivityTypeProperties
929type GoogleBigQueryLinkedService = original.GoogleBigQueryLinkedService
930type GoogleBigQueryLinkedServiceTypeProperties = original.GoogleBigQueryLinkedServiceTypeProperties
931type GoogleBigQueryObjectDataset = original.GoogleBigQueryObjectDataset
932type GoogleBigQuerySource = original.GoogleBigQuerySource
933type GreenplumLinkedService = original.GreenplumLinkedService
934type GreenplumLinkedServiceTypeProperties = original.GreenplumLinkedServiceTypeProperties
935type GreenplumSource = original.GreenplumSource
936type GreenplumTableDataset = original.GreenplumTableDataset
937type HBaseLinkedService = original.HBaseLinkedService
938type HBaseLinkedServiceTypeProperties = original.HBaseLinkedServiceTypeProperties
939type HBaseObjectDataset = original.HBaseObjectDataset
940type HBaseSource = original.HBaseSource
941type HDInsightHiveActivity = original.HDInsightHiveActivity
942type HDInsightHiveActivityTypeProperties = original.HDInsightHiveActivityTypeProperties
943type HDInsightLinkedService = original.HDInsightLinkedService
944type HDInsightLinkedServiceTypeProperties = original.HDInsightLinkedServiceTypeProperties
945type HDInsightMapReduceActivity = original.HDInsightMapReduceActivity
946type HDInsightMapReduceActivityTypeProperties = original.HDInsightMapReduceActivityTypeProperties
947type HDInsightOnDemandLinkedService = original.HDInsightOnDemandLinkedService
948type HDInsightOnDemandLinkedServiceTypeProperties = original.HDInsightOnDemandLinkedServiceTypeProperties
949type HDInsightPigActivity = original.HDInsightPigActivity
950type HDInsightPigActivityTypeProperties = original.HDInsightPigActivityTypeProperties
951type HDInsightSparkActivity = original.HDInsightSparkActivity
952type HDInsightSparkActivityTypeProperties = original.HDInsightSparkActivityTypeProperties
953type HDInsightStreamingActivity = original.HDInsightStreamingActivity
954type HDInsightStreamingActivityTypeProperties = original.HDInsightStreamingActivityTypeProperties
955type HTTPDataset = original.HTTPDataset
956type HTTPDatasetTypeProperties = original.HTTPDatasetTypeProperties
957type HTTPLinkedService = original.HTTPLinkedService
958type HTTPLinkedServiceTypeProperties = original.HTTPLinkedServiceTypeProperties
959type HTTPSource = original.HTTPSource
960type HdfsLinkedService = original.HdfsLinkedService
961type HdfsLinkedServiceTypeProperties = original.HdfsLinkedServiceTypeProperties
962type HdfsSource = original.HdfsSource
963type HiveLinkedService = original.HiveLinkedService
964type HiveLinkedServiceTypeProperties = original.HiveLinkedServiceTypeProperties
965type HiveObjectDataset = original.HiveObjectDataset
966type HiveSource = original.HiveSource
967type HubspotLinkedService = original.HubspotLinkedService
968type HubspotLinkedServiceTypeProperties = original.HubspotLinkedServiceTypeProperties
969type HubspotObjectDataset = original.HubspotObjectDataset
970type HubspotSource = original.HubspotSource
971type IfConditionActivity = original.IfConditionActivity
972type IfConditionActivityTypeProperties = original.IfConditionActivityTypeProperties
973type ImpalaLinkedService = original.ImpalaLinkedService
974type ImpalaLinkedServiceTypeProperties = original.ImpalaLinkedServiceTypeProperties
975type ImpalaObjectDataset = original.ImpalaObjectDataset
976type ImpalaSource = original.ImpalaSource
977type IntegrationRuntime = original.IntegrationRuntime
978type IntegrationRuntimeAuthKeys = original.IntegrationRuntimeAuthKeys
979type IntegrationRuntimeComputeProperties = original.IntegrationRuntimeComputeProperties
980type IntegrationRuntimeConnectionInfo = original.IntegrationRuntimeConnectionInfo
981type IntegrationRuntimeCustomSetupScriptProperties = original.IntegrationRuntimeCustomSetupScriptProperties
982type IntegrationRuntimeDataProxyProperties = original.IntegrationRuntimeDataProxyProperties
983type IntegrationRuntimeListResponse = original.IntegrationRuntimeListResponse
984type IntegrationRuntimeListResponseIterator = original.IntegrationRuntimeListResponseIterator
985type IntegrationRuntimeListResponsePage = original.IntegrationRuntimeListResponsePage
986type IntegrationRuntimeMonitoringData = original.IntegrationRuntimeMonitoringData
987type IntegrationRuntimeNodeIPAddress = original.IntegrationRuntimeNodeIPAddress
988type IntegrationRuntimeNodeMonitoringData = original.IntegrationRuntimeNodeMonitoringData
989type IntegrationRuntimeNodesClient = original.IntegrationRuntimeNodesClient
990type IntegrationRuntimeReference = original.IntegrationRuntimeReference
991type IntegrationRuntimeRegenerateKeyParameters = original.IntegrationRuntimeRegenerateKeyParameters
992type IntegrationRuntimeRemoveNodeRequest = original.IntegrationRuntimeRemoveNodeRequest
993type IntegrationRuntimeResource = original.IntegrationRuntimeResource
994type IntegrationRuntimeSsisCatalogInfo = original.IntegrationRuntimeSsisCatalogInfo
995type IntegrationRuntimeSsisProperties = original.IntegrationRuntimeSsisProperties
996type IntegrationRuntimeStatus = original.IntegrationRuntimeStatus
997type IntegrationRuntimeStatusListResponse = original.IntegrationRuntimeStatusListResponse
998type IntegrationRuntimeStatusResponse = original.IntegrationRuntimeStatusResponse
999type IntegrationRuntimeVNetProperties = original.IntegrationRuntimeVNetProperties
1000type IntegrationRuntimesClient = original.IntegrationRuntimesClient
1001type IntegrationRuntimesStartFuture = original.IntegrationRuntimesStartFuture
1002type IntegrationRuntimesStopFuture = original.IntegrationRuntimesStopFuture
1003type JSONFormat = original.JSONFormat
1004type JiraLinkedService = original.JiraLinkedService
1005type JiraLinkedServiceTypeProperties = original.JiraLinkedServiceTypeProperties
1006type JiraObjectDataset = original.JiraObjectDataset
1007type JiraSource = original.JiraSource
1008type LinkedIntegrationRuntime = original.LinkedIntegrationRuntime
1009type LinkedIntegrationRuntimeKey = original.LinkedIntegrationRuntimeKey
1010type LinkedIntegrationRuntimeProperties = original.LinkedIntegrationRuntimeProperties
1011type LinkedIntegrationRuntimeRbac = original.LinkedIntegrationRuntimeRbac
1012type LinkedIntegrationRuntimeTypeProperties = original.LinkedIntegrationRuntimeTypeProperties
1013type LinkedService = original.LinkedService
1014type LinkedServiceListResponse = original.LinkedServiceListResponse
1015type LinkedServiceListResponseIterator = original.LinkedServiceListResponseIterator
1016type LinkedServiceListResponsePage = original.LinkedServiceListResponsePage
1017type LinkedServiceReference = original.LinkedServiceReference
1018type LinkedServiceResource = original.LinkedServiceResource
1019type LinkedServicesClient = original.LinkedServicesClient
1020type LookupActivity = original.LookupActivity
1021type LookupActivityTypeProperties = original.LookupActivityTypeProperties
1022type MagentoLinkedService = original.MagentoLinkedService
1023type MagentoLinkedServiceTypeProperties = original.MagentoLinkedServiceTypeProperties
1024type MagentoObjectDataset = original.MagentoObjectDataset
1025type MagentoSource = original.MagentoSource
1026type ManagedIntegrationRuntime = original.ManagedIntegrationRuntime
1027type ManagedIntegrationRuntimeError = original.ManagedIntegrationRuntimeError
1028type ManagedIntegrationRuntimeNode = original.ManagedIntegrationRuntimeNode
1029type ManagedIntegrationRuntimeOperationResult = original.ManagedIntegrationRuntimeOperationResult
1030type ManagedIntegrationRuntimeStatus = original.ManagedIntegrationRuntimeStatus
1031type ManagedIntegrationRuntimeStatusTypeProperties = original.ManagedIntegrationRuntimeStatusTypeProperties
1032type ManagedIntegrationRuntimeTypeProperties = original.ManagedIntegrationRuntimeTypeProperties
1033type MariaDBLinkedService = original.MariaDBLinkedService
1034type MariaDBLinkedServiceTypeProperties = original.MariaDBLinkedServiceTypeProperties
1035type MariaDBSource = original.MariaDBSource
1036type MariaDBTableDataset = original.MariaDBTableDataset
1037type MarketoLinkedService = original.MarketoLinkedService
1038type MarketoLinkedServiceTypeProperties = original.MarketoLinkedServiceTypeProperties
1039type MarketoObjectDataset = original.MarketoObjectDataset
1040type MarketoSource = original.MarketoSource
1041type MongoDbCollectionDataset = original.MongoDbCollectionDataset
1042type MongoDbCollectionDatasetTypeProperties = original.MongoDbCollectionDatasetTypeProperties
1043type MongoDbLinkedService = original.MongoDbLinkedService
1044type MongoDbLinkedServiceTypeProperties = original.MongoDbLinkedServiceTypeProperties
1045type MongoDbSource = original.MongoDbSource
1046type MultiplePipelineTrigger = original.MultiplePipelineTrigger
1047type MySQLLinkedService = original.MySQLLinkedService
1048type MySQLLinkedServiceTypeProperties = original.MySQLLinkedServiceTypeProperties
1049type NetezzaLinkedService = original.NetezzaLinkedService
1050type NetezzaLinkedServiceTypeProperties = original.NetezzaLinkedServiceTypeProperties
1051type NetezzaSource = original.NetezzaSource
1052type NetezzaTableDataset = original.NetezzaTableDataset
1053type ODataLinkedService = original.ODataLinkedService
1054type ODataLinkedServiceTypeProperties = original.ODataLinkedServiceTypeProperties
1055type ODataResourceDataset = original.ODataResourceDataset
1056type ODataResourceDatasetTypeProperties = original.ODataResourceDatasetTypeProperties
1057type OdbcLinkedService = original.OdbcLinkedService
1058type OdbcLinkedServiceTypeProperties = original.OdbcLinkedServiceTypeProperties
1059type OdbcSink = original.OdbcSink
1060type Operation = original.Operation
1061type OperationDisplay = original.OperationDisplay
1062type OperationListResponse = original.OperationListResponse
1063type OperationLogSpecification = original.OperationLogSpecification
1064type OperationMetricAvailability = original.OperationMetricAvailability
1065type OperationMetricSpecification = original.OperationMetricSpecification
1066type OperationProperties = original.OperationProperties
1067type OperationServiceSpecification = original.OperationServiceSpecification
1068type OperationsClient = original.OperationsClient
1069type OracleLinkedService = original.OracleLinkedService
1070type OracleLinkedServiceTypeProperties = original.OracleLinkedServiceTypeProperties
1071type OracleSink = original.OracleSink
1072type OracleSource = original.OracleSource
1073type OracleTableDataset = original.OracleTableDataset
1074type OracleTableDatasetTypeProperties = original.OracleTableDatasetTypeProperties
1075type OrcFormat = original.OrcFormat
1076type ParameterSpecification = original.ParameterSpecification
1077type ParquetFormat = original.ParquetFormat
1078type PaypalLinkedService = original.PaypalLinkedService
1079type PaypalLinkedServiceTypeProperties = original.PaypalLinkedServiceTypeProperties
1080type PaypalObjectDataset = original.PaypalObjectDataset
1081type PaypalSource = original.PaypalSource
1082type PhoenixLinkedService = original.PhoenixLinkedService
1083type PhoenixLinkedServiceTypeProperties = original.PhoenixLinkedServiceTypeProperties
1084type PhoenixObjectDataset = original.PhoenixObjectDataset
1085type PhoenixSource = original.PhoenixSource
1086type Pipeline = original.Pipeline
1087type PipelineListResponse = original.PipelineListResponse
1088type PipelineListResponseIterator = original.PipelineListResponseIterator
1089type PipelineListResponsePage = original.PipelineListResponsePage
1090type PipelineReference = original.PipelineReference
1091type PipelineResource = original.PipelineResource
1092type PipelineRun = original.PipelineRun
1093type PipelineRunFilterParameters = original.PipelineRunFilterParameters
1094type PipelineRunInvokedBy = original.PipelineRunInvokedBy
1095type PipelineRunQueryFilter = original.PipelineRunQueryFilter
1096type PipelineRunQueryOrderBy = original.PipelineRunQueryOrderBy
1097type PipelineRunQueryResponse = original.PipelineRunQueryResponse
1098type PipelineRunsClient = original.PipelineRunsClient
1099type PipelinesClient = original.PipelinesClient
1100type PolybaseSettings = original.PolybaseSettings
1101type PostgreSQLLinkedService = original.PostgreSQLLinkedService
1102type PostgreSQLLinkedServiceTypeProperties = original.PostgreSQLLinkedServiceTypeProperties
1103type PrestoLinkedService = original.PrestoLinkedService
1104type PrestoLinkedServiceTypeProperties = original.PrestoLinkedServiceTypeProperties
1105type PrestoObjectDataset = original.PrestoObjectDataset
1106type PrestoSource = original.PrestoSource
1107type QuickBooksLinkedService = original.QuickBooksLinkedService
1108type QuickBooksLinkedServiceTypeProperties = original.QuickBooksLinkedServiceTypeProperties
1109type QuickBooksObjectDataset = original.QuickBooksObjectDataset
1110type QuickBooksSource = original.QuickBooksSource
1111type RecurrenceSchedule = original.RecurrenceSchedule
1112type RecurrenceScheduleOccurrence = original.RecurrenceScheduleOccurrence
1113type RedirectIncompatibleRowSettings = original.RedirectIncompatibleRowSettings
1114type RedshiftUnloadSettings = original.RedshiftUnloadSettings
1115type RelationalSource = original.RelationalSource
1116type RelationalTableDataset = original.RelationalTableDataset
1117type RelationalTableDatasetTypeProperties = original.RelationalTableDatasetTypeProperties
1118type Resource = original.Resource
1119type ResponsysLinkedService = original.ResponsysLinkedService
1120type ResponsysLinkedServiceTypeProperties = original.ResponsysLinkedServiceTypeProperties
1121type ResponsysObjectDataset = original.ResponsysObjectDataset
1122type ResponsysSource = original.ResponsysSource
1123type RetryPolicy = original.RetryPolicy
1124type SQLDWSink = original.SQLDWSink
1125type SQLDWSource = original.SQLDWSource
1126type SQLServerLinkedService = original.SQLServerLinkedService
1127type SQLServerLinkedServiceTypeProperties = original.SQLServerLinkedServiceTypeProperties
1128type SQLServerStoredProcedureActivity = original.SQLServerStoredProcedureActivity
1129type SQLServerStoredProcedureActivityTypeProperties = original.SQLServerStoredProcedureActivityTypeProperties
1130type SQLServerTableDataset = original.SQLServerTableDataset
1131type SQLServerTableDatasetTypeProperties = original.SQLServerTableDatasetTypeProperties
1132type SQLSink = original.SQLSink
1133type SQLSource = original.SQLSource
1134type SSISAccessCredential = original.SSISAccessCredential
1135type SSISExecutionCredential = original.SSISExecutionCredential
1136type SSISExecutionParameter = original.SSISExecutionParameter
1137type SSISLogLocation = original.SSISLogLocation
1138type SSISLogLocationTypeProperties = original.SSISLogLocationTypeProperties
1139type SSISPackageLocation = original.SSISPackageLocation
1140type SSISPackageLocationTypeProperties = original.SSISPackageLocationTypeProperties
1141type SSISPropertyOverride = original.SSISPropertyOverride
1142type SalesforceLinkedService = original.SalesforceLinkedService
1143type SalesforceLinkedServiceTypeProperties = original.SalesforceLinkedServiceTypeProperties
1144type SalesforceMarketingCloudLinkedService = original.SalesforceMarketingCloudLinkedService
1145type SalesforceMarketingCloudLinkedServiceTypeProperties = original.SalesforceMarketingCloudLinkedServiceTypeProperties
1146type SalesforceMarketingCloudObjectDataset = original.SalesforceMarketingCloudObjectDataset
1147type SalesforceMarketingCloudSource = original.SalesforceMarketingCloudSource
1148type SalesforceObjectDataset = original.SalesforceObjectDataset
1149type SalesforceObjectDatasetTypeProperties = original.SalesforceObjectDatasetTypeProperties
1150type SalesforceSink = original.SalesforceSink
1151type SalesforceSource = original.SalesforceSource
1152type SapBWLinkedService = original.SapBWLinkedService
1153type SapBWLinkedServiceTypeProperties = original.SapBWLinkedServiceTypeProperties
1154type SapCloudForCustomerLinkedService = original.SapCloudForCustomerLinkedService
1155type SapCloudForCustomerLinkedServiceTypeProperties = original.SapCloudForCustomerLinkedServiceTypeProperties
1156type SapCloudForCustomerResourceDataset = original.SapCloudForCustomerResourceDataset
1157type SapCloudForCustomerResourceDatasetTypeProperties = original.SapCloudForCustomerResourceDatasetTypeProperties
1158type SapCloudForCustomerSink = original.SapCloudForCustomerSink
1159type SapCloudForCustomerSource = original.SapCloudForCustomerSource
1160type SapEccLinkedService = original.SapEccLinkedService
1161type SapEccLinkedServiceTypeProperties = original.SapEccLinkedServiceTypeProperties
1162type SapEccResourceDataset = original.SapEccResourceDataset
1163type SapEccResourceDatasetTypeProperties = original.SapEccResourceDatasetTypeProperties
1164type SapEccSource = original.SapEccSource
1165type SapHanaLinkedService = original.SapHanaLinkedService
1166type SapHanaLinkedServiceProperties = original.SapHanaLinkedServiceProperties
1167type ScheduleTrigger = original.ScheduleTrigger
1168type ScheduleTriggerRecurrence = original.ScheduleTriggerRecurrence
1169type ScheduleTriggerTypeProperties = original.ScheduleTriggerTypeProperties
1170type SecretBase = original.SecretBase
1171type SecureString = original.SecureString
1172type SelfHostedIntegrationRuntime = original.SelfHostedIntegrationRuntime
1173type SelfHostedIntegrationRuntimeNode = original.SelfHostedIntegrationRuntimeNode
1174type SelfHostedIntegrationRuntimeStatus = original.SelfHostedIntegrationRuntimeStatus
1175type SelfHostedIntegrationRuntimeStatusTypeProperties = original.SelfHostedIntegrationRuntimeStatusTypeProperties
1176type ServiceNowLinkedService = original.ServiceNowLinkedService
1177type ServiceNowLinkedServiceTypeProperties = original.ServiceNowLinkedServiceTypeProperties
1178type ServiceNowObjectDataset = original.ServiceNowObjectDataset
1179type ServiceNowSource = original.ServiceNowSource
1180type SftpServerLinkedService = original.SftpServerLinkedService
1181type SftpServerLinkedServiceTypeProperties = original.SftpServerLinkedServiceTypeProperties
1182type ShopifyLinkedService = original.ShopifyLinkedService
1183type ShopifyLinkedServiceTypeProperties = original.ShopifyLinkedServiceTypeProperties
1184type ShopifyObjectDataset = original.ShopifyObjectDataset
1185type ShopifySource = original.ShopifySource
1186type SparkLinkedService = original.SparkLinkedService
1187type SparkLinkedServiceTypeProperties = original.SparkLinkedServiceTypeProperties
1188type SparkObjectDataset = original.SparkObjectDataset
1189type SparkSource = original.SparkSource
1190type SquareLinkedService = original.SquareLinkedService
1191type SquareLinkedServiceTypeProperties = original.SquareLinkedServiceTypeProperties
1192type SquareObjectDataset = original.SquareObjectDataset
1193type SquareSource = original.SquareSource
1194type StagingSettings = original.StagingSettings
1195type StoredProcedureParameter = original.StoredProcedureParameter
1196type SubResource = original.SubResource
1197type SybaseLinkedService = original.SybaseLinkedService
1198type SybaseLinkedServiceTypeProperties = original.SybaseLinkedServiceTypeProperties
1199type TeradataLinkedService = original.TeradataLinkedService
1200type TeradataLinkedServiceTypeProperties = original.TeradataLinkedServiceTypeProperties
1201type TextFormat = original.TextFormat
1202type Trigger = original.Trigger
1203type TriggerListResponse = original.TriggerListResponse
1204type TriggerListResponseIterator = original.TriggerListResponseIterator
1205type TriggerListResponsePage = original.TriggerListResponsePage
1206type TriggerPipelineReference = original.TriggerPipelineReference
1207type TriggerResource = original.TriggerResource
1208type TriggerRun = original.TriggerRun
1209type TriggerRunListResponse = original.TriggerRunListResponse
1210type TriggerRunListResponseIterator = original.TriggerRunListResponseIterator
1211type TriggerRunListResponsePage = original.TriggerRunListResponsePage
1212type TriggersClient = original.TriggersClient
1213type TriggersStartFuture = original.TriggersStartFuture
1214type TriggersStopFuture = original.TriggersStopFuture
1215type TumblingWindowTrigger = original.TumblingWindowTrigger
1216type TumblingWindowTriggerTypeProperties = original.TumblingWindowTriggerTypeProperties
1217type UntilActivity = original.UntilActivity
1218type UntilActivityTypeProperties = original.UntilActivityTypeProperties
1219type UpdateIntegrationRuntimeNodeRequest = original.UpdateIntegrationRuntimeNodeRequest
1220type UpdateIntegrationRuntimeRequest = original.UpdateIntegrationRuntimeRequest
1221type VerticaLinkedService = original.VerticaLinkedService
1222type VerticaLinkedServiceTypeProperties = original.VerticaLinkedServiceTypeProperties
1223type VerticaSource = original.VerticaSource
1224type VerticaTableDataset = original.VerticaTableDataset
1225type WaitActivity = original.WaitActivity
1226type WaitActivityTypeProperties = original.WaitActivityTypeProperties
1227type WebActivity = original.WebActivity
1228type WebActivityAuthentication = original.WebActivityAuthentication
1229type WebActivityTypeProperties = original.WebActivityTypeProperties
1230type WebAnonymousAuthentication = original.WebAnonymousAuthentication
1231type WebBasicAuthentication = original.WebBasicAuthentication
1232type WebClientCertificateAuthentication = original.WebClientCertificateAuthentication
1233type WebLinkedService = original.WebLinkedService
1234type WebLinkedServiceTypeProperties = original.WebLinkedServiceTypeProperties
1235type WebSource = original.WebSource
1236type WebTableDataset = original.WebTableDataset
1237type WebTableDatasetTypeProperties = original.WebTableDatasetTypeProperties
1238type XeroLinkedService = original.XeroLinkedService
1239type XeroLinkedServiceTypeProperties = original.XeroLinkedServiceTypeProperties
1240type XeroObjectDataset = original.XeroObjectDataset
1241type XeroSource = original.XeroSource
1242type ZohoLinkedService = original.ZohoLinkedService
1243type ZohoLinkedServiceTypeProperties = original.ZohoLinkedServiceTypeProperties
1244type ZohoObjectDataset = original.ZohoObjectDataset
1245type ZohoSource = original.ZohoSource
1246
1247func New(subscriptionID string) BaseClient {
1248	return original.New(subscriptionID)
1249}
1250func NewActivityRunsClient(subscriptionID string) ActivityRunsClient {
1251	return original.NewActivityRunsClient(subscriptionID)
1252}
1253func NewActivityRunsClientWithBaseURI(baseURI string, subscriptionID string) ActivityRunsClient {
1254	return original.NewActivityRunsClientWithBaseURI(baseURI, subscriptionID)
1255}
1256func NewActivityRunsListResponseIterator(page ActivityRunsListResponsePage) ActivityRunsListResponseIterator {
1257	return original.NewActivityRunsListResponseIterator(page)
1258}
1259func NewActivityRunsListResponsePage(cur ActivityRunsListResponse, getNextPage func(context.Context, ActivityRunsListResponse) (ActivityRunsListResponse, error)) ActivityRunsListResponsePage {
1260	return original.NewActivityRunsListResponsePage(cur, getNextPage)
1261}
1262func NewDatasetListResponseIterator(page DatasetListResponsePage) DatasetListResponseIterator {
1263	return original.NewDatasetListResponseIterator(page)
1264}
1265func NewDatasetListResponsePage(cur DatasetListResponse, getNextPage func(context.Context, DatasetListResponse) (DatasetListResponse, error)) DatasetListResponsePage {
1266	return original.NewDatasetListResponsePage(cur, getNextPage)
1267}
1268func NewDatasetsClient(subscriptionID string) DatasetsClient {
1269	return original.NewDatasetsClient(subscriptionID)
1270}
1271func NewDatasetsClientWithBaseURI(baseURI string, subscriptionID string) DatasetsClient {
1272	return original.NewDatasetsClientWithBaseURI(baseURI, subscriptionID)
1273}
1274func NewFactoriesClient(subscriptionID string) FactoriesClient {
1275	return original.NewFactoriesClient(subscriptionID)
1276}
1277func NewFactoriesClientWithBaseURI(baseURI string, subscriptionID string) FactoriesClient {
1278	return original.NewFactoriesClientWithBaseURI(baseURI, subscriptionID)
1279}
1280func NewFactoryListResponseIterator(page FactoryListResponsePage) FactoryListResponseIterator {
1281	return original.NewFactoryListResponseIterator(page)
1282}
1283func NewFactoryListResponsePage(cur FactoryListResponse, getNextPage func(context.Context, FactoryListResponse) (FactoryListResponse, error)) FactoryListResponsePage {
1284	return original.NewFactoryListResponsePage(cur, getNextPage)
1285}
1286func NewIntegrationRuntimeListResponseIterator(page IntegrationRuntimeListResponsePage) IntegrationRuntimeListResponseIterator {
1287	return original.NewIntegrationRuntimeListResponseIterator(page)
1288}
1289func NewIntegrationRuntimeListResponsePage(cur IntegrationRuntimeListResponse, getNextPage func(context.Context, IntegrationRuntimeListResponse) (IntegrationRuntimeListResponse, error)) IntegrationRuntimeListResponsePage {
1290	return original.NewIntegrationRuntimeListResponsePage(cur, getNextPage)
1291}
1292func NewIntegrationRuntimeNodesClient(subscriptionID string) IntegrationRuntimeNodesClient {
1293	return original.NewIntegrationRuntimeNodesClient(subscriptionID)
1294}
1295func NewIntegrationRuntimeNodesClientWithBaseURI(baseURI string, subscriptionID string) IntegrationRuntimeNodesClient {
1296	return original.NewIntegrationRuntimeNodesClientWithBaseURI(baseURI, subscriptionID)
1297}
1298func NewIntegrationRuntimesClient(subscriptionID string) IntegrationRuntimesClient {
1299	return original.NewIntegrationRuntimesClient(subscriptionID)
1300}
1301func NewIntegrationRuntimesClientWithBaseURI(baseURI string, subscriptionID string) IntegrationRuntimesClient {
1302	return original.NewIntegrationRuntimesClientWithBaseURI(baseURI, subscriptionID)
1303}
1304func NewLinkedServiceListResponseIterator(page LinkedServiceListResponsePage) LinkedServiceListResponseIterator {
1305	return original.NewLinkedServiceListResponseIterator(page)
1306}
1307func NewLinkedServiceListResponsePage(cur LinkedServiceListResponse, getNextPage func(context.Context, LinkedServiceListResponse) (LinkedServiceListResponse, error)) LinkedServiceListResponsePage {
1308	return original.NewLinkedServiceListResponsePage(cur, getNextPage)
1309}
1310func NewLinkedServicesClient(subscriptionID string) LinkedServicesClient {
1311	return original.NewLinkedServicesClient(subscriptionID)
1312}
1313func NewLinkedServicesClientWithBaseURI(baseURI string, subscriptionID string) LinkedServicesClient {
1314	return original.NewLinkedServicesClientWithBaseURI(baseURI, subscriptionID)
1315}
1316func NewOperationsClient(subscriptionID string) OperationsClient {
1317	return original.NewOperationsClient(subscriptionID)
1318}
1319func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient {
1320	return original.NewOperationsClientWithBaseURI(baseURI, subscriptionID)
1321}
1322func NewPipelineListResponseIterator(page PipelineListResponsePage) PipelineListResponseIterator {
1323	return original.NewPipelineListResponseIterator(page)
1324}
1325func NewPipelineListResponsePage(cur PipelineListResponse, getNextPage func(context.Context, PipelineListResponse) (PipelineListResponse, error)) PipelineListResponsePage {
1326	return original.NewPipelineListResponsePage(cur, getNextPage)
1327}
1328func NewPipelineRunsClient(subscriptionID string) PipelineRunsClient {
1329	return original.NewPipelineRunsClient(subscriptionID)
1330}
1331func NewPipelineRunsClientWithBaseURI(baseURI string, subscriptionID string) PipelineRunsClient {
1332	return original.NewPipelineRunsClientWithBaseURI(baseURI, subscriptionID)
1333}
1334func NewPipelinesClient(subscriptionID string) PipelinesClient {
1335	return original.NewPipelinesClient(subscriptionID)
1336}
1337func NewPipelinesClientWithBaseURI(baseURI string, subscriptionID string) PipelinesClient {
1338	return original.NewPipelinesClientWithBaseURI(baseURI, subscriptionID)
1339}
1340func NewTriggerListResponseIterator(page TriggerListResponsePage) TriggerListResponseIterator {
1341	return original.NewTriggerListResponseIterator(page)
1342}
1343func NewTriggerListResponsePage(cur TriggerListResponse, getNextPage func(context.Context, TriggerListResponse) (TriggerListResponse, error)) TriggerListResponsePage {
1344	return original.NewTriggerListResponsePage(cur, getNextPage)
1345}
1346func NewTriggerRunListResponseIterator(page TriggerRunListResponsePage) TriggerRunListResponseIterator {
1347	return original.NewTriggerRunListResponseIterator(page)
1348}
1349func NewTriggerRunListResponsePage(cur TriggerRunListResponse, getNextPage func(context.Context, TriggerRunListResponse) (TriggerRunListResponse, error)) TriggerRunListResponsePage {
1350	return original.NewTriggerRunListResponsePage(cur, getNextPage)
1351}
1352func NewTriggersClient(subscriptionID string) TriggersClient {
1353	return original.NewTriggersClient(subscriptionID)
1354}
1355func NewTriggersClientWithBaseURI(baseURI string, subscriptionID string) TriggersClient {
1356	return original.NewTriggersClientWithBaseURI(baseURI, subscriptionID)
1357}
1358func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
1359	return original.NewWithBaseURI(baseURI, subscriptionID)
1360}
1361func PossibleAuthenticationTypeValues() []AuthenticationType {
1362	return original.PossibleAuthenticationTypeValues()
1363}
1364func PossibleAuthorizationTypeValues() []AuthorizationType {
1365	return original.PossibleAuthorizationTypeValues()
1366}
1367func PossibleBlobEventTypesValues() []BlobEventTypes {
1368	return original.PossibleBlobEventTypesValues()
1369}
1370func PossibleDayOfWeekValues() []DayOfWeek {
1371	return original.PossibleDayOfWeekValues()
1372}
1373func PossibleDaysOfWeekValues() []DaysOfWeek {
1374	return original.PossibleDaysOfWeekValues()
1375}
1376func PossibleDb2AuthenticationTypeValues() []Db2AuthenticationType {
1377	return original.PossibleDb2AuthenticationTypeValues()
1378}
1379func PossibleDependencyConditionValues() []DependencyCondition {
1380	return original.PossibleDependencyConditionValues()
1381}
1382func PossibleFtpAuthenticationTypeValues() []FtpAuthenticationType {
1383	return original.PossibleFtpAuthenticationTypeValues()
1384}
1385func PossibleGoogleBigQueryAuthenticationTypeValues() []GoogleBigQueryAuthenticationType {
1386	return original.PossibleGoogleBigQueryAuthenticationTypeValues()
1387}
1388func PossibleHBaseAuthenticationTypeValues() []HBaseAuthenticationType {
1389	return original.PossibleHBaseAuthenticationTypeValues()
1390}
1391func PossibleHDInsightActivityDebugInfoOptionValues() []HDInsightActivityDebugInfoOption {
1392	return original.PossibleHDInsightActivityDebugInfoOptionValues()
1393}
1394func PossibleHTTPAuthenticationTypeValues() []HTTPAuthenticationType {
1395	return original.PossibleHTTPAuthenticationTypeValues()
1396}
1397func PossibleHiveAuthenticationTypeValues() []HiveAuthenticationType {
1398	return original.PossibleHiveAuthenticationTypeValues()
1399}
1400func PossibleHiveServerTypeValues() []HiveServerType {
1401	return original.PossibleHiveServerTypeValues()
1402}
1403func PossibleHiveThriftTransportProtocolValues() []HiveThriftTransportProtocol {
1404	return original.PossibleHiveThriftTransportProtocolValues()
1405}
1406func PossibleImpalaAuthenticationTypeValues() []ImpalaAuthenticationType {
1407	return original.PossibleImpalaAuthenticationTypeValues()
1408}
1409func PossibleIntegrationRuntimeAuthKeyNameValues() []IntegrationRuntimeAuthKeyName {
1410	return original.PossibleIntegrationRuntimeAuthKeyNameValues()
1411}
1412func PossibleIntegrationRuntimeAutoUpdateValues() []IntegrationRuntimeAutoUpdate {
1413	return original.PossibleIntegrationRuntimeAutoUpdateValues()
1414}
1415func PossibleIntegrationRuntimeEditionValues() []IntegrationRuntimeEdition {
1416	return original.PossibleIntegrationRuntimeEditionValues()
1417}
1418func PossibleIntegrationRuntimeEntityReferenceTypeValues() []IntegrationRuntimeEntityReferenceType {
1419	return original.PossibleIntegrationRuntimeEntityReferenceTypeValues()
1420}
1421func PossibleIntegrationRuntimeInternalChannelEncryptionModeValues() []IntegrationRuntimeInternalChannelEncryptionMode {
1422	return original.PossibleIntegrationRuntimeInternalChannelEncryptionModeValues()
1423}
1424func PossibleIntegrationRuntimeLicenseTypeValues() []IntegrationRuntimeLicenseType {
1425	return original.PossibleIntegrationRuntimeLicenseTypeValues()
1426}
1427func PossibleIntegrationRuntimeStateValues() []IntegrationRuntimeState {
1428	return original.PossibleIntegrationRuntimeStateValues()
1429}
1430func PossibleIntegrationRuntimeTypeValues() []IntegrationRuntimeType {
1431	return original.PossibleIntegrationRuntimeTypeValues()
1432}
1433func PossibleIntegrationRuntimeUpdateResultValues() []IntegrationRuntimeUpdateResult {
1434	return original.PossibleIntegrationRuntimeUpdateResultValues()
1435}
1436func PossibleJSONFormatFilePatternValues() []JSONFormatFilePattern {
1437	return original.PossibleJSONFormatFilePatternValues()
1438}
1439func PossibleManagedIntegrationRuntimeNodeStatusValues() []ManagedIntegrationRuntimeNodeStatus {
1440	return original.PossibleManagedIntegrationRuntimeNodeStatusValues()
1441}
1442func PossibleMongoDbAuthenticationTypeValues() []MongoDbAuthenticationType {
1443	return original.PossibleMongoDbAuthenticationTypeValues()
1444}
1445func PossibleODataAuthenticationTypeValues() []ODataAuthenticationType {
1446	return original.PossibleODataAuthenticationTypeValues()
1447}
1448func PossibleParameterTypeValues() []ParameterType {
1449	return original.PossibleParameterTypeValues()
1450}
1451func PossiblePhoenixAuthenticationTypeValues() []PhoenixAuthenticationType {
1452	return original.PossiblePhoenixAuthenticationTypeValues()
1453}
1454func PossiblePipelineRunQueryFilterOperandValues() []PipelineRunQueryFilterOperand {
1455	return original.PossiblePipelineRunQueryFilterOperandValues()
1456}
1457func PossiblePipelineRunQueryFilterOperatorValues() []PipelineRunQueryFilterOperator {
1458	return original.PossiblePipelineRunQueryFilterOperatorValues()
1459}
1460func PossiblePipelineRunQueryOrderByFieldValues() []PipelineRunQueryOrderByField {
1461	return original.PossiblePipelineRunQueryOrderByFieldValues()
1462}
1463func PossiblePipelineRunQueryOrderValues() []PipelineRunQueryOrder {
1464	return original.PossiblePipelineRunQueryOrderValues()
1465}
1466func PossiblePrestoAuthenticationTypeValues() []PrestoAuthenticationType {
1467	return original.PossiblePrestoAuthenticationTypeValues()
1468}
1469func PossibleRecurrenceFrequencyValues() []RecurrenceFrequency {
1470	return original.PossibleRecurrenceFrequencyValues()
1471}
1472func PossibleSapHanaAuthenticationTypeValues() []SapHanaAuthenticationType {
1473	return original.PossibleSapHanaAuthenticationTypeValues()
1474}
1475func PossibleSelfHostedIntegrationRuntimeNodeStatusValues() []SelfHostedIntegrationRuntimeNodeStatus {
1476	return original.PossibleSelfHostedIntegrationRuntimeNodeStatusValues()
1477}
1478func PossibleServiceNowAuthenticationTypeValues() []ServiceNowAuthenticationType {
1479	return original.PossibleServiceNowAuthenticationTypeValues()
1480}
1481func PossibleSftpAuthenticationTypeValues() []SftpAuthenticationType {
1482	return original.PossibleSftpAuthenticationTypeValues()
1483}
1484func PossibleSparkAuthenticationTypeValues() []SparkAuthenticationType {
1485	return original.PossibleSparkAuthenticationTypeValues()
1486}
1487func PossibleSparkServerTypeValues() []SparkServerType {
1488	return original.PossibleSparkServerTypeValues()
1489}
1490func PossibleSparkThriftTransportProtocolValues() []SparkThriftTransportProtocol {
1491	return original.PossibleSparkThriftTransportProtocolValues()
1492}
1493func PossibleSsisPackageLocationTypeValues() []SsisPackageLocationType {
1494	return original.PossibleSsisPackageLocationTypeValues()
1495}
1496func PossibleSybaseAuthenticationTypeValues() []SybaseAuthenticationType {
1497	return original.PossibleSybaseAuthenticationTypeValues()
1498}
1499func PossibleTeradataAuthenticationTypeValues() []TeradataAuthenticationType {
1500	return original.PossibleTeradataAuthenticationTypeValues()
1501}
1502func PossibleTriggerRunStatusValues() []TriggerRunStatus {
1503	return original.PossibleTriggerRunStatusValues()
1504}
1505func PossibleTriggerRuntimeStateValues() []TriggerRuntimeState {
1506	return original.PossibleTriggerRuntimeStateValues()
1507}
1508func PossibleTumblingWindowFrequencyValues() []TumblingWindowFrequency {
1509	return original.PossibleTumblingWindowFrequencyValues()
1510}
1511func PossibleTypeBasicActivityValues() []TypeBasicActivity {
1512	return original.PossibleTypeBasicActivityValues()
1513}
1514func PossibleTypeBasicCopySinkValues() []TypeBasicCopySink {
1515	return original.PossibleTypeBasicCopySinkValues()
1516}
1517func PossibleTypeBasicCopySourceValues() []TypeBasicCopySource {
1518	return original.PossibleTypeBasicCopySourceValues()
1519}
1520func PossibleTypeBasicDatasetCompressionValues() []TypeBasicDatasetCompression {
1521	return original.PossibleTypeBasicDatasetCompressionValues()
1522}
1523func PossibleTypeBasicDatasetStorageFormatValues() []TypeBasicDatasetStorageFormat {
1524	return original.PossibleTypeBasicDatasetStorageFormatValues()
1525}
1526func PossibleTypeBasicDatasetValues() []TypeBasicDataset {
1527	return original.PossibleTypeBasicDatasetValues()
1528}
1529func PossibleTypeBasicIntegrationRuntimeStatusValues() []TypeBasicIntegrationRuntimeStatus {
1530	return original.PossibleTypeBasicIntegrationRuntimeStatusValues()
1531}
1532func PossibleTypeBasicIntegrationRuntimeValues() []TypeBasicIntegrationRuntime {
1533	return original.PossibleTypeBasicIntegrationRuntimeValues()
1534}
1535func PossibleTypeBasicLinkedServiceValues() []TypeBasicLinkedService {
1536	return original.PossibleTypeBasicLinkedServiceValues()
1537}
1538func PossibleTypeBasicTriggerValues() []TypeBasicTrigger {
1539	return original.PossibleTypeBasicTriggerValues()
1540}
1541func PossibleTypeValues() []Type {
1542	return original.PossibleTypeValues()
1543}
1544func PossibleWebActivityMethodValues() []WebActivityMethod {
1545	return original.PossibleWebActivityMethodValues()
1546}
1547func UserAgent() string {
1548	return original.UserAgent() + " profiles/preview"
1549}
1550func Version() string {
1551	return original.Version()
1552}
1553