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