@azure/arm-datafactory 11.1.1-alpha.20231009.1 → 11.1.1-alpha.20231023.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (66) hide show
  1. package/dist/index.js +725 -803
  2. package/dist/index.js.map +1 -1
  3. package/dist/index.min.js +1 -1
  4. package/dist/index.min.js.map +1 -1
  5. package/dist-esm/samples-dev/credentialOperationsListByFactorySample.js +3 -8
  6. package/dist-esm/samples-dev/credentialOperationsListByFactorySample.js.map +1 -1
  7. package/dist-esm/samples-dev/dataFlowDebugSessionQueryByFactorySample.js +3 -8
  8. package/dist-esm/samples-dev/dataFlowDebugSessionQueryByFactorySample.js.map +1 -1
  9. package/dist-esm/samples-dev/dataFlowsListByFactorySample.js +3 -8
  10. package/dist-esm/samples-dev/dataFlowsListByFactorySample.js.map +1 -1
  11. package/dist-esm/samples-dev/datasetsListByFactorySample.js +3 -8
  12. package/dist-esm/samples-dev/datasetsListByFactorySample.js.map +1 -1
  13. package/dist-esm/samples-dev/factoriesListByResourceGroupSample.js +3 -8
  14. package/dist-esm/samples-dev/factoriesListByResourceGroupSample.js.map +1 -1
  15. package/dist-esm/samples-dev/factoriesListSample.js +3 -8
  16. package/dist-esm/samples-dev/factoriesListSample.js.map +1 -1
  17. package/dist-esm/samples-dev/globalParametersListByFactorySample.js +3 -8
  18. package/dist-esm/samples-dev/globalParametersListByFactorySample.js.map +1 -1
  19. package/dist-esm/samples-dev/integrationRuntimesListByFactorySample.js +3 -8
  20. package/dist-esm/samples-dev/integrationRuntimesListByFactorySample.js.map +1 -1
  21. package/dist-esm/samples-dev/linkedServicesListByFactorySample.js +3 -8
  22. package/dist-esm/samples-dev/linkedServicesListByFactorySample.js.map +1 -1
  23. package/dist-esm/samples-dev/managedPrivateEndpointsListByFactorySample.js +3 -8
  24. package/dist-esm/samples-dev/managedPrivateEndpointsListByFactorySample.js.map +1 -1
  25. package/dist-esm/samples-dev/managedVirtualNetworksListByFactorySample.js +3 -8
  26. package/dist-esm/samples-dev/managedVirtualNetworksListByFactorySample.js.map +1 -1
  27. package/dist-esm/samples-dev/operationsListSample.js +3 -8
  28. package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
  29. package/dist-esm/samples-dev/pipelinesListByFactorySample.js +3 -8
  30. package/dist-esm/samples-dev/pipelinesListByFactorySample.js.map +1 -1
  31. package/dist-esm/samples-dev/privateEndPointConnectionsListByFactorySample.js +3 -8
  32. package/dist-esm/samples-dev/privateEndPointConnectionsListByFactorySample.js.map +1 -1
  33. package/dist-esm/samples-dev/triggersListByFactorySample.js +3 -8
  34. package/dist-esm/samples-dev/triggersListByFactorySample.js.map +1 -1
  35. package/dist-esm/src/operations/credentialOperations.js +3 -8
  36. package/dist-esm/src/operations/credentialOperations.js.map +1 -1
  37. package/dist-esm/src/operations/dataFlowDebugSession.js +3 -8
  38. package/dist-esm/src/operations/dataFlowDebugSession.js.map +1 -1
  39. package/dist-esm/src/operations/dataFlows.js +3 -8
  40. package/dist-esm/src/operations/dataFlows.js.map +1 -1
  41. package/dist-esm/src/operations/datasets.js +3 -8
  42. package/dist-esm/src/operations/datasets.js.map +1 -1
  43. package/dist-esm/src/operations/factories.js +6 -16
  44. package/dist-esm/src/operations/factories.js.map +1 -1
  45. package/dist-esm/src/operations/globalParameters.js +3 -8
  46. package/dist-esm/src/operations/globalParameters.js.map +1 -1
  47. package/dist-esm/src/operations/integrationRuntimes.js +3 -8
  48. package/dist-esm/src/operations/integrationRuntimes.js.map +1 -1
  49. package/dist-esm/src/operations/linkedServices.js +3 -8
  50. package/dist-esm/src/operations/linkedServices.js.map +1 -1
  51. package/dist-esm/src/operations/managedPrivateEndpoints.js +3 -8
  52. package/dist-esm/src/operations/managedPrivateEndpoints.js.map +1 -1
  53. package/dist-esm/src/operations/managedVirtualNetworks.js +3 -8
  54. package/dist-esm/src/operations/managedVirtualNetworks.js.map +1 -1
  55. package/dist-esm/src/operations/operations.js +3 -8
  56. package/dist-esm/src/operations/operations.js.map +1 -1
  57. package/dist-esm/src/operations/pipelines.js +3 -8
  58. package/dist-esm/src/operations/pipelines.js.map +1 -1
  59. package/dist-esm/src/operations/privateEndPointConnections.js +3 -8
  60. package/dist-esm/src/operations/privateEndPointConnections.js.map +1 -1
  61. package/dist-esm/src/operations/triggers.js +3 -8
  62. package/dist-esm/src/operations/triggers.js.map +1 -1
  63. package/dist-esm/test/datafactory_examples.spec.js +18 -48
  64. package/dist-esm/test/datafactory_examples.spec.js.map +1 -1
  65. package/package.json +3 -10
  66. package/rollup.config.js +0 -122
package/dist/index.js CHANGED
@@ -1,14 +1,11 @@
1
1
  'use strict';
2
2
 
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
3
  var tslib = require('tslib');
6
4
  var coreClient = require('@azure/core-client');
7
5
  var coreRestPipeline = require('@azure/core-rest-pipeline');
8
6
  var coreLro = require('@azure/core-lro');
9
7
 
10
- function _interopNamespace(e) {
11
- if (e && e.__esModule) return e;
8
+ function _interopNamespaceDefault(e) {
12
9
  var n = Object.create(null);
13
10
  if (e) {
14
11
  Object.keys(e).forEach(function (k) {
@@ -21,12 +18,12 @@ function _interopNamespace(e) {
21
18
  }
22
19
  });
23
20
  }
24
- n["default"] = e;
21
+ n.default = e;
25
22
  return Object.freeze(n);
26
23
  }
27
24
 
28
- var coreClient__namespace = /*#__PURE__*/_interopNamespace(coreClient);
29
- var coreRestPipeline__namespace = /*#__PURE__*/_interopNamespace(coreRestPipeline);
25
+ var coreClient__namespace = /*#__PURE__*/_interopNamespaceDefault(coreClient);
26
+ var coreRestPipeline__namespace = /*#__PURE__*/_interopNamespaceDefault(coreRestPipeline);
30
27
 
31
28
  /*
32
29
  * Copyright (c) Microsoft Corporation.
@@ -24840,731 +24837,731 @@ let discriminators = {
24840
24837
 
24841
24838
  var Mappers = /*#__PURE__*/Object.freeze({
24842
24839
  __proto__: null,
24843
- OperationListResponse: OperationListResponse,
24844
- Operation: Operation,
24845
- OperationDisplay: OperationDisplay,
24846
- OperationServiceSpecification: OperationServiceSpecification,
24847
- OperationLogSpecification: OperationLogSpecification,
24848
- OperationMetricSpecification: OperationMetricSpecification,
24849
- OperationMetricAvailability: OperationMetricAvailability,
24850
- OperationMetricDimension: OperationMetricDimension,
24851
- CloudError: CloudError,
24852
- FactoryListResponse: FactoryListResponse,
24853
- FactoryIdentity: FactoryIdentity,
24854
- PurviewConfiguration: PurviewConfiguration,
24855
- FactoryRepoConfiguration: FactoryRepoConfiguration,
24856
- GlobalParameterSpecification: GlobalParameterSpecification,
24857
- EncryptionConfiguration: EncryptionConfiguration,
24858
- CMKIdentityDefinition: CMKIdentityDefinition,
24859
- Resource: Resource,
24860
- FactoryRepoUpdate: FactoryRepoUpdate,
24861
- ExposureControlRequest: ExposureControlRequest,
24862
- ExposureControlResponse: ExposureControlResponse,
24863
- ExposureControlBatchRequest: ExposureControlBatchRequest,
24864
- ExposureControlBatchResponse: ExposureControlBatchResponse,
24865
- FactoryUpdateParameters: FactoryUpdateParameters,
24866
- GitHubAccessTokenRequest: GitHubAccessTokenRequest,
24867
- GitHubClientSecret: GitHubClientSecret,
24868
- GitHubAccessTokenResponse: GitHubAccessTokenResponse,
24869
- UserAccessPolicy: UserAccessPolicy,
24870
24840
  AccessPolicyResponse: AccessPolicyResponse,
24871
- IntegrationRuntimeListResponse: IntegrationRuntimeListResponse,
24872
- IntegrationRuntime: IntegrationRuntime,
24873
- SubResource: SubResource,
24874
- UpdateIntegrationRuntimeRequest: UpdateIntegrationRuntimeRequest,
24875
- IntegrationRuntimeStatusResponse: IntegrationRuntimeStatusResponse,
24876
- IntegrationRuntimeStatus: IntegrationRuntimeStatus,
24877
- IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse: IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse,
24878
- IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint: IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint,
24879
- IntegrationRuntimeOutboundNetworkDependenciesEndpoint: IntegrationRuntimeOutboundNetworkDependenciesEndpoint,
24880
- IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails: IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails,
24881
- IntegrationRuntimeConnectionInfo: IntegrationRuntimeConnectionInfo,
24882
- IntegrationRuntimeRegenerateKeyParameters: IntegrationRuntimeRegenerateKeyParameters,
24883
- IntegrationRuntimeAuthKeys: IntegrationRuntimeAuthKeys,
24884
- IntegrationRuntimeMonitoringData: IntegrationRuntimeMonitoringData,
24885
- IntegrationRuntimeNodeMonitoringData: IntegrationRuntimeNodeMonitoringData,
24886
- LinkedIntegrationRuntimeRequest: LinkedIntegrationRuntimeRequest,
24887
- CreateLinkedIntegrationRuntimeRequest: CreateLinkedIntegrationRuntimeRequest,
24888
- SsisObjectMetadataStatusResponse: SsisObjectMetadataStatusResponse,
24889
- GetSsisObjectMetadataRequest: GetSsisObjectMetadataRequest,
24890
- SsisObjectMetadataListResponse: SsisObjectMetadataListResponse,
24891
- SsisObjectMetadata: SsisObjectMetadata,
24892
- SelfHostedIntegrationRuntimeNode: SelfHostedIntegrationRuntimeNode,
24893
- UpdateIntegrationRuntimeNodeRequest: UpdateIntegrationRuntimeNodeRequest,
24894
- IntegrationRuntimeNodeIpAddress: IntegrationRuntimeNodeIpAddress,
24895
- LinkedServiceListResponse: LinkedServiceListResponse,
24896
- LinkedService: LinkedService,
24897
- IntegrationRuntimeReference: IntegrationRuntimeReference,
24898
- ParameterSpecification: ParameterSpecification,
24899
- DatasetListResponse: DatasetListResponse,
24900
- Dataset: Dataset,
24901
- LinkedServiceReference: LinkedServiceReference,
24902
- DatasetFolder: DatasetFolder,
24903
- PipelineListResponse: PipelineListResponse,
24904
24841
  Activity: Activity,
24905
24842
  ActivityDependency: ActivityDependency,
24906
- UserProperty: UserProperty,
24907
- VariableSpecification: VariableSpecification,
24908
- PipelineFolder: PipelineFolder,
24909
- PipelinePolicy: PipelinePolicy,
24910
- PipelineElapsedTimeMetricPolicy: PipelineElapsedTimeMetricPolicy,
24911
- CreateRunResponse: CreateRunResponse,
24912
- RunFilterParameters: RunFilterParameters,
24913
- RunQueryFilter: RunQueryFilter,
24914
- RunQueryOrderBy: RunQueryOrderBy,
24915
- PipelineRunsQueryResponse: PipelineRunsQueryResponse,
24916
- PipelineRun: PipelineRun,
24917
- PipelineRunInvokedBy: PipelineRunInvokedBy,
24918
- ActivityRunsQueryResponse: ActivityRunsQueryResponse,
24843
+ ActivityPolicy: ActivityPolicy,
24919
24844
  ActivityRun: ActivityRun,
24920
- TriggerListResponse: TriggerListResponse,
24921
- Trigger: Trigger,
24922
- TriggerFilterParameters: TriggerFilterParameters,
24923
- TriggerQueryResponse: TriggerQueryResponse,
24924
- TriggerSubscriptionOperationStatus: TriggerSubscriptionOperationStatus,
24925
- TriggerRunsQueryResponse: TriggerRunsQueryResponse,
24926
- TriggerRun: TriggerRun,
24927
- DataFlow: DataFlow,
24928
- DataFlowFolder: DataFlowFolder,
24929
- DataFlowListResponse: DataFlowListResponse,
24930
- CreateDataFlowDebugSessionRequest: CreateDataFlowDebugSessionRequest,
24931
- SubResourceDebugResource: SubResourceDebugResource,
24932
- CreateDataFlowDebugSessionResponse: CreateDataFlowDebugSessionResponse,
24933
- QueryDataFlowDebugSessionsResponse: QueryDataFlowDebugSessionsResponse,
24934
- DataFlowDebugSessionInfo: DataFlowDebugSessionInfo,
24935
- DataFlowDebugPackage: DataFlowDebugPackage,
24936
- DataFlowStagingInfo: DataFlowStagingInfo,
24937
- DataFlowDebugPackageDebugSettings: DataFlowDebugPackageDebugSettings,
24938
- DataFlowSourceSetting: DataFlowSourceSetting,
24845
+ ActivityRunsQueryResponse: ActivityRunsQueryResponse,
24939
24846
  AddDataFlowToDebugSessionResponse: AddDataFlowToDebugSessionResponse,
24940
- DeleteDataFlowDebugSessionRequest: DeleteDataFlowDebugSessionRequest,
24941
- DataFlowDebugCommandRequest: DataFlowDebugCommandRequest,
24942
- DataFlowDebugCommandPayload: DataFlowDebugCommandPayload,
24943
- DataFlowDebugCommandResponse: DataFlowDebugCommandResponse,
24944
- ManagedVirtualNetworkListResponse: ManagedVirtualNetworkListResponse,
24945
- ManagedVirtualNetwork: ManagedVirtualNetwork,
24946
- ManagedPrivateEndpointListResponse: ManagedPrivateEndpointListResponse,
24947
- ManagedPrivateEndpoint: ManagedPrivateEndpoint,
24948
- ConnectionStateProperties: ConnectionStateProperties,
24949
- CredentialListResponse: CredentialListResponse,
24950
- Credential: Credential,
24951
- PrivateEndpointConnectionListResponse: PrivateEndpointConnectionListResponse,
24952
- RemotePrivateEndpointConnection: RemotePrivateEndpointConnection,
24953
- ArmIdWrapper: ArmIdWrapper,
24954
- PrivateLinkConnectionState: PrivateLinkConnectionState,
24955
- PrivateLinkConnectionApprovalRequest: PrivateLinkConnectionApprovalRequest,
24956
- PrivateEndpoint: PrivateEndpoint,
24957
- PrivateLinkResourcesWrapper: PrivateLinkResourcesWrapper,
24958
- PrivateLinkResourceProperties: PrivateLinkResourceProperties,
24959
- GlobalParameterListResponse: GlobalParameterListResponse,
24960
- Expression: Expression,
24961
- SecretBase: SecretBase,
24962
- IntegrationRuntimeStatusListResponse: IntegrationRuntimeStatusListResponse,
24963
- PipelineReference: PipelineReference,
24964
- TriggerPipelineReference: TriggerPipelineReference,
24965
- DatasetReference: DatasetReference,
24966
- GetDataFactoryOperationStatusResponse: GetDataFactoryOperationStatusResponse,
24967
- DataFlowReference: DataFlowReference,
24968
- ManagedVirtualNetworkReference: ManagedVirtualNetworkReference,
24969
- CredentialReference: CredentialReference,
24970
- Transformation: Transformation,
24971
- DatasetLocation: DatasetLocation,
24972
- DatasetDataElement: DatasetDataElement,
24973
- DatasetSchemaDataElement: DatasetSchemaDataElement,
24974
- DatasetStorageFormat: DatasetStorageFormat,
24975
- DatasetCompression: DatasetCompression,
24976
- IntegrationRuntimeComputeProperties: IntegrationRuntimeComputeProperties,
24977
- IntegrationRuntimeDataFlowProperties: IntegrationRuntimeDataFlowProperties,
24978
- IntegrationRuntimeVNetProperties: IntegrationRuntimeVNetProperties,
24979
- CopyComputeScaleProperties: CopyComputeScaleProperties,
24980
- PipelineExternalComputeScaleProperties: PipelineExternalComputeScaleProperties,
24981
- IntegrationRuntimeSsisProperties: IntegrationRuntimeSsisProperties,
24982
- IntegrationRuntimeSsisCatalogInfo: IntegrationRuntimeSsisCatalogInfo,
24983
- IntegrationRuntimeCustomSetupScriptProperties: IntegrationRuntimeCustomSetupScriptProperties,
24984
- IntegrationRuntimeDataProxyProperties: IntegrationRuntimeDataProxyProperties,
24985
- EntityReference: EntityReference,
24986
- CustomSetupBase: CustomSetupBase,
24987
- PackageStore: PackageStore,
24988
- IntegrationRuntimeCustomerVirtualNetwork: IntegrationRuntimeCustomerVirtualNetwork,
24989
- LinkedIntegrationRuntimeType: LinkedIntegrationRuntimeType,
24990
- ManagedIntegrationRuntimeNode: ManagedIntegrationRuntimeNode,
24991
- ManagedIntegrationRuntimeError: ManagedIntegrationRuntimeError,
24992
- ManagedIntegrationRuntimeOperationResult: ManagedIntegrationRuntimeOperationResult,
24993
- LinkedIntegrationRuntime: LinkedIntegrationRuntime,
24994
- SsisEnvironmentReference: SsisEnvironmentReference,
24995
- SsisParameter: SsisParameter,
24996
- SsisVariable: SsisVariable,
24997
- SqlAlwaysEncryptedProperties: SqlAlwaysEncryptedProperties,
24998
- WebLinkedServiceTypeProperties: WebLinkedServiceTypeProperties,
24999
- ScriptAction: ScriptAction,
25000
- ActivityPolicy: ActivityPolicy,
25001
- StoreReadSettings: StoreReadSettings,
25002
- StoreWriteSettings: StoreWriteSettings,
25003
- DistcpSettings: DistcpSettings,
25004
- FormatReadSettings: FormatReadSettings,
25005
- CompressionReadSettings: CompressionReadSettings,
25006
- FormatWriteSettings: FormatWriteSettings,
25007
- CopySource: CopySource,
25008
- CopySink: CopySink,
25009
- StagingSettings: StagingSettings,
25010
- RedirectIncompatibleRowSettings: RedirectIncompatibleRowSettings,
25011
- LogStorageSettings: LogStorageSettings,
25012
- LogSettings: LogSettings,
25013
- CopyActivityLogSettings: CopyActivityLogSettings,
25014
- LogLocationSettings: LogLocationSettings,
25015
- SkipErrorFile: SkipErrorFile,
25016
- SapHanaPartitionSettings: SapHanaPartitionSettings,
25017
- SapTablePartitionSettings: SapTablePartitionSettings,
25018
- SqlPartitionSettings: SqlPartitionSettings,
25019
- OraclePartitionSettings: OraclePartitionSettings,
25020
- AmazonRdsForOraclePartitionSettings: AmazonRdsForOraclePartitionSettings,
25021
- TeradataPartitionSettings: TeradataPartitionSettings,
25022
- MongoDbCursorMethodsProperties: MongoDbCursorMethodsProperties,
25023
- NetezzaPartitionSettings: NetezzaPartitionSettings,
25024
- RedshiftUnloadSettings: RedshiftUnloadSettings,
25025
- ExportSettings: ExportSettings,
25026
- ImportSettings: ImportSettings,
25027
- StoredProcedureParameter: StoredProcedureParameter,
25028
- MetadataItem: MetadataItem,
25029
- SqlUpsertSettings: SqlUpsertSettings,
25030
- PolybaseSettings: PolybaseSettings,
25031
- DWCopyCommandSettings: DWCopyCommandSettings,
25032
- DWCopyCommandDefaultValue: DWCopyCommandDefaultValue,
25033
- SqlDWUpsertSettings: SqlDWUpsertSettings,
25034
24847
  AdditionalColumns: AdditionalColumns,
25035
- CopyTranslator: CopyTranslator,
25036
- TypeConversionSettings: TypeConversionSettings,
25037
- SsisPackageLocation: SsisPackageLocation,
25038
- SsisAccessCredential: SsisAccessCredential,
25039
- SsisChildPackage: SsisChildPackage,
25040
- SsisExecutionCredential: SsisExecutionCredential,
25041
- SsisExecutionParameter: SsisExecutionParameter,
25042
- SsisPropertyOverride: SsisPropertyOverride,
25043
- SsisLogLocation: SsisLogLocation,
25044
- CustomActivityReferenceObject: CustomActivityReferenceObject,
25045
- ExecutePipelineActivityPolicy: ExecutePipelineActivityPolicy,
25046
- WebActivityAuthentication: WebActivityAuthentication,
25047
- SwitchCase: SwitchCase,
25048
- AzureMLWebServiceFile: AzureMLWebServiceFile,
25049
- ExecuteDataFlowActivityTypeProperties: ExecuteDataFlowActivityTypeProperties,
25050
- ExecuteDataFlowActivityTypePropertiesCompute: ExecuteDataFlowActivityTypePropertiesCompute,
25051
- PowerQuerySinkMapping: PowerQuerySinkMapping,
25052
- ScriptActivityScriptBlock: ScriptActivityScriptBlock,
25053
- ScriptActivityParameter: ScriptActivityParameter,
25054
- ScriptActivityTypePropertiesLogSettings: ScriptActivityTypePropertiesLogSettings,
25055
- SynapseNotebookReference: SynapseNotebookReference,
25056
- BigDataPoolParametrizationReference: BigDataPoolParametrizationReference,
25057
- NotebookParameter: NotebookParameter,
25058
- SynapseSparkJobReference: SynapseSparkJobReference,
25059
- SparkConfigurationParametrizationReference: SparkConfigurationParametrizationReference,
25060
- ScheduleTriggerRecurrence: ScheduleTriggerRecurrence,
25061
- RecurrenceSchedule: RecurrenceSchedule,
25062
- RecurrenceScheduleOccurrence: RecurrenceScheduleOccurrence,
25063
- RetryPolicy: RetryPolicy,
25064
- DependencyReference: DependencyReference,
25065
- TriggerReference: TriggerReference,
25066
- FactoryVstsConfiguration: FactoryVstsConfiguration,
25067
- FactoryGitHubConfiguration: FactoryGitHubConfiguration,
25068
- Factory: Factory,
25069
- ManagedIntegrationRuntime: ManagedIntegrationRuntime,
25070
- SelfHostedIntegrationRuntime: SelfHostedIntegrationRuntime,
25071
- IntegrationRuntimeResource: IntegrationRuntimeResource,
25072
- LinkedServiceResource: LinkedServiceResource,
25073
- DatasetResource: DatasetResource,
25074
- PipelineResource: PipelineResource,
25075
- TriggerResource: TriggerResource,
25076
- DataFlowResource: DataFlowResource,
25077
- ManagedVirtualNetworkResource: ManagedVirtualNetworkResource,
25078
- ManagedPrivateEndpointResource: ManagedPrivateEndpointResource,
25079
- ManagedIdentityCredentialResource: ManagedIdentityCredentialResource,
25080
- PrivateEndpointConnectionResource: PrivateEndpointConnectionResource,
25081
- PrivateLinkConnectionApprovalRequestResource: PrivateLinkConnectionApprovalRequestResource,
25082
- PrivateLinkResource: PrivateLinkResource,
25083
- GlobalParameterResource: GlobalParameterResource,
25084
- CredentialResource: CredentialResource,
25085
- ManagedIntegrationRuntimeStatus: ManagedIntegrationRuntimeStatus,
25086
- SelfHostedIntegrationRuntimeStatus: SelfHostedIntegrationRuntimeStatus,
25087
- SsisFolder: SsisFolder,
25088
- SsisProject: SsisProject,
25089
- SsisPackage: SsisPackage,
25090
- SsisEnvironment: SsisEnvironment,
25091
- AzureStorageLinkedService: AzureStorageLinkedService,
25092
- AzureBlobStorageLinkedService: AzureBlobStorageLinkedService,
25093
- AzureTableStorageLinkedService: AzureTableStorageLinkedService,
25094
- AzureSqlDWLinkedService: AzureSqlDWLinkedService,
25095
- SqlServerLinkedService: SqlServerLinkedService,
25096
- AmazonRdsForSqlServerLinkedService: AmazonRdsForSqlServerLinkedService,
25097
- AzureSqlDatabaseLinkedService: AzureSqlDatabaseLinkedService,
25098
- AzureSqlMILinkedService: AzureSqlMILinkedService,
25099
- AzureBatchLinkedService: AzureBatchLinkedService,
25100
- AzureKeyVaultLinkedService: AzureKeyVaultLinkedService,
25101
- CosmosDbLinkedService: CosmosDbLinkedService,
25102
- DynamicsLinkedService: DynamicsLinkedService,
25103
- DynamicsCrmLinkedService: DynamicsCrmLinkedService,
25104
- CommonDataServiceForAppsLinkedService: CommonDataServiceForAppsLinkedService,
25105
- HDInsightLinkedService: HDInsightLinkedService,
25106
- FileServerLinkedService: FileServerLinkedService,
25107
- AzureFileStorageLinkedService: AzureFileStorageLinkedService,
25108
- AmazonS3CompatibleLinkedService: AmazonS3CompatibleLinkedService,
25109
- OracleCloudStorageLinkedService: OracleCloudStorageLinkedService,
25110
- GoogleCloudStorageLinkedService: GoogleCloudStorageLinkedService,
25111
- OracleLinkedService: OracleLinkedService,
24848
+ AmazonMWSLinkedService: AmazonMWSLinkedService,
24849
+ AmazonMWSObjectDataset: AmazonMWSObjectDataset,
24850
+ AmazonMWSSource: AmazonMWSSource,
25112
24851
  AmazonRdsForOracleLinkedService: AmazonRdsForOracleLinkedService,
25113
- AzureMySqlLinkedService: AzureMySqlLinkedService,
25114
- MySqlLinkedService: MySqlLinkedService,
25115
- PostgreSqlLinkedService: PostgreSqlLinkedService,
25116
- SybaseLinkedService: SybaseLinkedService,
25117
- Db2LinkedService: Db2LinkedService,
25118
- TeradataLinkedService: TeradataLinkedService,
25119
- AzureMLLinkedService: AzureMLLinkedService,
25120
- AzureMLServiceLinkedService: AzureMLServiceLinkedService,
25121
- OdbcLinkedService: OdbcLinkedService,
25122
- InformixLinkedService: InformixLinkedService,
25123
- MicrosoftAccessLinkedService: MicrosoftAccessLinkedService,
25124
- HdfsLinkedService: HdfsLinkedService,
25125
- ODataLinkedService: ODataLinkedService,
25126
- WebLinkedService: WebLinkedService,
25127
- CassandraLinkedService: CassandraLinkedService,
25128
- MongoDbLinkedService: MongoDbLinkedService,
25129
- MongoDbAtlasLinkedService: MongoDbAtlasLinkedService,
25130
- MongoDbV2LinkedService: MongoDbV2LinkedService,
25131
- CosmosDbMongoDbApiLinkedService: CosmosDbMongoDbApiLinkedService,
25132
- AzureDataLakeStoreLinkedService: AzureDataLakeStoreLinkedService,
25133
- AzureBlobFSLinkedService: AzureBlobFSLinkedService,
25134
- Office365LinkedService: Office365LinkedService,
25135
- SalesforceLinkedService: SalesforceLinkedService,
25136
- SalesforceServiceCloudLinkedService: SalesforceServiceCloudLinkedService,
25137
- SapCloudForCustomerLinkedService: SapCloudForCustomerLinkedService,
25138
- SapEccLinkedService: SapEccLinkedService,
25139
- SapOpenHubLinkedService: SapOpenHubLinkedService,
25140
- SapOdpLinkedService: SapOdpLinkedService,
25141
- RestServiceLinkedService: RestServiceLinkedService,
25142
- TeamDeskLinkedService: TeamDeskLinkedService,
25143
- QuickbaseLinkedService: QuickbaseLinkedService,
25144
- SmartsheetLinkedService: SmartsheetLinkedService,
25145
- ZendeskLinkedService: ZendeskLinkedService,
25146
- DataworldLinkedService: DataworldLinkedService,
24852
+ AmazonRdsForOraclePartitionSettings: AmazonRdsForOraclePartitionSettings,
24853
+ AmazonRdsForOracleSource: AmazonRdsForOracleSource,
24854
+ AmazonRdsForOracleTableDataset: AmazonRdsForOracleTableDataset,
24855
+ AmazonRdsForSqlServerLinkedService: AmazonRdsForSqlServerLinkedService,
24856
+ AmazonRdsForSqlServerSource: AmazonRdsForSqlServerSource,
24857
+ AmazonRdsForSqlServerTableDataset: AmazonRdsForSqlServerTableDataset,
24858
+ AmazonRedshiftLinkedService: AmazonRedshiftLinkedService,
24859
+ AmazonRedshiftSource: AmazonRedshiftSource,
24860
+ AmazonRedshiftTableDataset: AmazonRedshiftTableDataset,
24861
+ AmazonS3CompatibleLinkedService: AmazonS3CompatibleLinkedService,
24862
+ AmazonS3CompatibleLocation: AmazonS3CompatibleLocation,
24863
+ AmazonS3CompatibleReadSettings: AmazonS3CompatibleReadSettings,
24864
+ AmazonS3Dataset: AmazonS3Dataset,
24865
+ AmazonS3LinkedService: AmazonS3LinkedService,
24866
+ AmazonS3Location: AmazonS3Location,
24867
+ AmazonS3ReadSettings: AmazonS3ReadSettings,
25147
24868
  AppFiguresLinkedService: AppFiguresLinkedService,
24869
+ AppendVariableActivity: AppendVariableActivity,
24870
+ ArmIdWrapper: ArmIdWrapper,
25148
24871
  AsanaLinkedService: AsanaLinkedService,
25149
- TwilioLinkedService: TwilioLinkedService,
25150
- GoogleSheetsLinkedService: GoogleSheetsLinkedService,
25151
- AmazonS3LinkedService: AmazonS3LinkedService,
25152
- AmazonRedshiftLinkedService: AmazonRedshiftLinkedService,
25153
- CustomDataSourceLinkedService: CustomDataSourceLinkedService,
25154
- AzureSearchLinkedService: AzureSearchLinkedService,
25155
- HttpLinkedService: HttpLinkedService,
25156
- FtpServerLinkedService: FtpServerLinkedService,
25157
- SftpServerLinkedService: SftpServerLinkedService,
25158
- SapBWLinkedService: SapBWLinkedService,
25159
- SapHanaLinkedService: SapHanaLinkedService,
25160
- AmazonMWSLinkedService: AmazonMWSLinkedService,
25161
- AzurePostgreSqlLinkedService: AzurePostgreSqlLinkedService,
25162
- ConcurLinkedService: ConcurLinkedService,
25163
- CouchbaseLinkedService: CouchbaseLinkedService,
25164
- DrillLinkedService: DrillLinkedService,
25165
- EloquaLinkedService: EloquaLinkedService,
25166
- GoogleBigQueryLinkedService: GoogleBigQueryLinkedService,
25167
- GreenplumLinkedService: GreenplumLinkedService,
25168
- HBaseLinkedService: HBaseLinkedService,
25169
- HiveLinkedService: HiveLinkedService,
25170
- HubspotLinkedService: HubspotLinkedService,
25171
- ImpalaLinkedService: ImpalaLinkedService,
25172
- JiraLinkedService: JiraLinkedService,
25173
- MagentoLinkedService: MagentoLinkedService,
25174
- MariaDBLinkedService: MariaDBLinkedService,
25175
- AzureMariaDBLinkedService: AzureMariaDBLinkedService,
25176
- MarketoLinkedService: MarketoLinkedService,
25177
- PaypalLinkedService: PaypalLinkedService,
25178
- PhoenixLinkedService: PhoenixLinkedService,
25179
- PrestoLinkedService: PrestoLinkedService,
25180
- QuickBooksLinkedService: QuickBooksLinkedService,
25181
- ServiceNowLinkedService: ServiceNowLinkedService,
25182
- ShopifyLinkedService: ShopifyLinkedService,
25183
- SparkLinkedService: SparkLinkedService,
25184
- SquareLinkedService: SquareLinkedService,
25185
- XeroLinkedService: XeroLinkedService,
25186
- ZohoLinkedService: ZohoLinkedService,
25187
- VerticaLinkedService: VerticaLinkedService,
25188
- NetezzaLinkedService: NetezzaLinkedService,
25189
- SalesforceMarketingCloudLinkedService: SalesforceMarketingCloudLinkedService,
25190
- HDInsightOnDemandLinkedService: HDInsightOnDemandLinkedService,
24872
+ AvroDataset: AvroDataset,
24873
+ AvroFormat: AvroFormat,
24874
+ AvroSink: AvroSink,
24875
+ AvroSource: AvroSource,
24876
+ AvroWriteSettings: AvroWriteSettings,
24877
+ AzPowerShellSetup: AzPowerShellSetup,
24878
+ AzureBatchLinkedService: AzureBatchLinkedService,
24879
+ AzureBlobDataset: AzureBlobDataset,
24880
+ AzureBlobFSDataset: AzureBlobFSDataset,
24881
+ AzureBlobFSLinkedService: AzureBlobFSLinkedService,
24882
+ AzureBlobFSLocation: AzureBlobFSLocation,
24883
+ AzureBlobFSReadSettings: AzureBlobFSReadSettings,
24884
+ AzureBlobFSSink: AzureBlobFSSink,
24885
+ AzureBlobFSSource: AzureBlobFSSource,
24886
+ AzureBlobFSWriteSettings: AzureBlobFSWriteSettings,
24887
+ AzureBlobStorageLinkedService: AzureBlobStorageLinkedService,
24888
+ AzureBlobStorageLocation: AzureBlobStorageLocation,
24889
+ AzureBlobStorageReadSettings: AzureBlobStorageReadSettings,
24890
+ AzureBlobStorageWriteSettings: AzureBlobStorageWriteSettings,
24891
+ AzureDataExplorerCommandActivity: AzureDataExplorerCommandActivity,
24892
+ AzureDataExplorerLinkedService: AzureDataExplorerLinkedService,
24893
+ AzureDataExplorerSink: AzureDataExplorerSink,
24894
+ AzureDataExplorerSource: AzureDataExplorerSource,
24895
+ AzureDataExplorerTableDataset: AzureDataExplorerTableDataset,
25191
24896
  AzureDataLakeAnalyticsLinkedService: AzureDataLakeAnalyticsLinkedService,
25192
- AzureDatabricksLinkedService: AzureDatabricksLinkedService,
24897
+ AzureDataLakeStoreDataset: AzureDataLakeStoreDataset,
24898
+ AzureDataLakeStoreLinkedService: AzureDataLakeStoreLinkedService,
24899
+ AzureDataLakeStoreLocation: AzureDataLakeStoreLocation,
24900
+ AzureDataLakeStoreReadSettings: AzureDataLakeStoreReadSettings,
24901
+ AzureDataLakeStoreSink: AzureDataLakeStoreSink,
24902
+ AzureDataLakeStoreSource: AzureDataLakeStoreSource,
24903
+ AzureDataLakeStoreWriteSettings: AzureDataLakeStoreWriteSettings,
24904
+ AzureDatabricksDeltaLakeDataset: AzureDatabricksDeltaLakeDataset,
24905
+ AzureDatabricksDeltaLakeExportCommand: AzureDatabricksDeltaLakeExportCommand,
24906
+ AzureDatabricksDeltaLakeImportCommand: AzureDatabricksDeltaLakeImportCommand,
25193
24907
  AzureDatabricksDeltaLakeLinkedService: AzureDatabricksDeltaLakeLinkedService,
25194
- ResponsysLinkedService: ResponsysLinkedService,
25195
- DynamicsAXLinkedService: DynamicsAXLinkedService,
25196
- OracleServiceCloudLinkedService: OracleServiceCloudLinkedService,
25197
- GoogleAdWordsLinkedService: GoogleAdWordsLinkedService,
25198
- SapTableLinkedService: SapTableLinkedService,
25199
- AzureDataExplorerLinkedService: AzureDataExplorerLinkedService,
24908
+ AzureDatabricksDeltaLakeSink: AzureDatabricksDeltaLakeSink,
24909
+ AzureDatabricksDeltaLakeSource: AzureDatabricksDeltaLakeSource,
24910
+ AzureDatabricksLinkedService: AzureDatabricksLinkedService,
24911
+ AzureFileStorageLinkedService: AzureFileStorageLinkedService,
24912
+ AzureFileStorageLocation: AzureFileStorageLocation,
24913
+ AzureFileStorageReadSettings: AzureFileStorageReadSettings,
24914
+ AzureFileStorageWriteSettings: AzureFileStorageWriteSettings,
24915
+ AzureFunctionActivity: AzureFunctionActivity,
25200
24916
  AzureFunctionLinkedService: AzureFunctionLinkedService,
25201
- SnowflakeLinkedService: SnowflakeLinkedService,
25202
- SharePointOnlineListLinkedService: SharePointOnlineListLinkedService,
24917
+ AzureKeyVaultLinkedService: AzureKeyVaultLinkedService,
24918
+ AzureKeyVaultSecretReference: AzureKeyVaultSecretReference,
24919
+ AzureMLBatchExecutionActivity: AzureMLBatchExecutionActivity,
24920
+ AzureMLExecutePipelineActivity: AzureMLExecutePipelineActivity,
24921
+ AzureMLLinkedService: AzureMLLinkedService,
24922
+ AzureMLServiceLinkedService: AzureMLServiceLinkedService,
24923
+ AzureMLUpdateResourceActivity: AzureMLUpdateResourceActivity,
24924
+ AzureMLWebServiceFile: AzureMLWebServiceFile,
24925
+ AzureMariaDBLinkedService: AzureMariaDBLinkedService,
24926
+ AzureMariaDBSource: AzureMariaDBSource,
24927
+ AzureMariaDBTableDataset: AzureMariaDBTableDataset,
24928
+ AzureMySqlLinkedService: AzureMySqlLinkedService,
24929
+ AzureMySqlSink: AzureMySqlSink,
24930
+ AzureMySqlSource: AzureMySqlSource,
24931
+ AzureMySqlTableDataset: AzureMySqlTableDataset,
24932
+ AzurePostgreSqlLinkedService: AzurePostgreSqlLinkedService,
24933
+ AzurePostgreSqlSink: AzurePostgreSqlSink,
24934
+ AzurePostgreSqlSource: AzurePostgreSqlSource,
24935
+ AzurePostgreSqlTableDataset: AzurePostgreSqlTableDataset,
24936
+ AzureQueueSink: AzureQueueSink,
24937
+ AzureSearchIndexDataset: AzureSearchIndexDataset,
24938
+ AzureSearchIndexSink: AzureSearchIndexSink,
24939
+ AzureSearchLinkedService: AzureSearchLinkedService,
24940
+ AzureSqlDWLinkedService: AzureSqlDWLinkedService,
24941
+ AzureSqlDWTableDataset: AzureSqlDWTableDataset,
24942
+ AzureSqlDatabaseLinkedService: AzureSqlDatabaseLinkedService,
24943
+ AzureSqlMILinkedService: AzureSqlMILinkedService,
24944
+ AzureSqlMITableDataset: AzureSqlMITableDataset,
24945
+ AzureSqlSink: AzureSqlSink,
24946
+ AzureSqlSource: AzureSqlSource,
24947
+ AzureSqlTableDataset: AzureSqlTableDataset,
24948
+ AzureStorageLinkedService: AzureStorageLinkedService,
25203
24949
  AzureSynapseArtifactsLinkedService: AzureSynapseArtifactsLinkedService,
25204
- AmazonS3Dataset: AmazonS3Dataset,
25205
- AvroDataset: AvroDataset,
25206
- ExcelDataset: ExcelDataset,
25207
- ParquetDataset: ParquetDataset,
25208
- DelimitedTextDataset: DelimitedTextDataset,
25209
- JsonDataset: JsonDataset,
25210
- XmlDataset: XmlDataset,
25211
- OrcDataset: OrcDataset,
25212
- BinaryDataset: BinaryDataset,
25213
- AzureBlobDataset: AzureBlobDataset,
25214
24950
  AzureTableDataset: AzureTableDataset,
25215
- AzureSqlTableDataset: AzureSqlTableDataset,
25216
- AzureSqlMITableDataset: AzureSqlMITableDataset,
25217
- AzureSqlDWTableDataset: AzureSqlDWTableDataset,
24951
+ AzureTableSink: AzureTableSink,
24952
+ AzureTableSource: AzureTableSource,
24953
+ AzureTableStorageLinkedService: AzureTableStorageLinkedService,
24954
+ BigDataPoolParametrizationReference: BigDataPoolParametrizationReference,
24955
+ BinaryDataset: BinaryDataset,
24956
+ BinaryReadSettings: BinaryReadSettings,
24957
+ BinarySink: BinarySink,
24958
+ BinarySource: BinarySource,
24959
+ BlobEventsTrigger: BlobEventsTrigger,
24960
+ BlobSink: BlobSink,
24961
+ BlobSource: BlobSource,
24962
+ BlobTrigger: BlobTrigger,
24963
+ CMKIdentityDefinition: CMKIdentityDefinition,
24964
+ CassandraLinkedService: CassandraLinkedService,
24965
+ CassandraSource: CassandraSource,
25218
24966
  CassandraTableDataset: CassandraTableDataset,
25219
- CustomDataset: CustomDataset,
25220
- CosmosDbSqlApiCollectionDataset: CosmosDbSqlApiCollectionDataset,
25221
- DocumentDbCollectionDataset: DocumentDbCollectionDataset,
25222
- DynamicsEntityDataset: DynamicsEntityDataset,
25223
- DynamicsCrmEntityDataset: DynamicsCrmEntityDataset,
24967
+ ChainingTrigger: ChainingTrigger,
24968
+ CloudError: CloudError,
24969
+ CmdkeySetup: CmdkeySetup,
25224
24970
  CommonDataServiceForAppsEntityDataset: CommonDataServiceForAppsEntityDataset,
25225
- AzureDataLakeStoreDataset: AzureDataLakeStoreDataset,
25226
- AzureBlobFSDataset: AzureBlobFSDataset,
25227
- Office365Dataset: Office365Dataset,
25228
- FileShareDataset: FileShareDataset,
25229
- MongoDbCollectionDataset: MongoDbCollectionDataset,
25230
- MongoDbAtlasCollectionDataset: MongoDbAtlasCollectionDataset,
25231
- MongoDbV2CollectionDataset: MongoDbV2CollectionDataset,
24971
+ CommonDataServiceForAppsLinkedService: CommonDataServiceForAppsLinkedService,
24972
+ CommonDataServiceForAppsSink: CommonDataServiceForAppsSink,
24973
+ CommonDataServiceForAppsSource: CommonDataServiceForAppsSource,
24974
+ ComponentSetup: ComponentSetup,
24975
+ CompressionReadSettings: CompressionReadSettings,
24976
+ ConcurLinkedService: ConcurLinkedService,
24977
+ ConcurObjectDataset: ConcurObjectDataset,
24978
+ ConcurSource: ConcurSource,
24979
+ ConnectionStateProperties: ConnectionStateProperties,
24980
+ ControlActivity: ControlActivity,
24981
+ CopyActivity: CopyActivity,
24982
+ CopyActivityLogSettings: CopyActivityLogSettings,
24983
+ CopyComputeScaleProperties: CopyComputeScaleProperties,
24984
+ CopySink: CopySink,
24985
+ CopySource: CopySource,
24986
+ CopyTranslator: CopyTranslator,
24987
+ CosmosDbLinkedService: CosmosDbLinkedService,
25232
24988
  CosmosDbMongoDbApiCollectionDataset: CosmosDbMongoDbApiCollectionDataset,
25233
- ODataResourceDataset: ODataResourceDataset,
25234
- OracleTableDataset: OracleTableDataset,
25235
- AmazonRdsForOracleTableDataset: AmazonRdsForOracleTableDataset,
25236
- TeradataTableDataset: TeradataTableDataset,
25237
- AzureMySqlTableDataset: AzureMySqlTableDataset,
25238
- AmazonRedshiftTableDataset: AmazonRedshiftTableDataset,
25239
- Db2TableDataset: Db2TableDataset,
25240
- RelationalTableDataset: RelationalTableDataset,
25241
- InformixTableDataset: InformixTableDataset,
25242
- OdbcTableDataset: OdbcTableDataset,
25243
- MySqlTableDataset: MySqlTableDataset,
25244
- PostgreSqlTableDataset: PostgreSqlTableDataset,
25245
- MicrosoftAccessTableDataset: MicrosoftAccessTableDataset,
25246
- SalesforceObjectDataset: SalesforceObjectDataset,
25247
- SalesforceServiceCloudObjectDataset: SalesforceServiceCloudObjectDataset,
25248
- SybaseTableDataset: SybaseTableDataset,
25249
- SapBwCubeDataset: SapBwCubeDataset,
25250
- SapCloudForCustomerResourceDataset: SapCloudForCustomerResourceDataset,
25251
- SapEccResourceDataset: SapEccResourceDataset,
25252
- SapHanaTableDataset: SapHanaTableDataset,
25253
- SapOpenHubTableDataset: SapOpenHubTableDataset,
25254
- SqlServerTableDataset: SqlServerTableDataset,
25255
- AmazonRdsForSqlServerTableDataset: AmazonRdsForSqlServerTableDataset,
25256
- RestResourceDataset: RestResourceDataset,
25257
- SapTableResourceDataset: SapTableResourceDataset,
25258
- SapOdpResourceDataset: SapOdpResourceDataset,
25259
- WebTableDataset: WebTableDataset,
25260
- AzureSearchIndexDataset: AzureSearchIndexDataset,
25261
- HttpDataset: HttpDataset,
25262
- AmazonMWSObjectDataset: AmazonMWSObjectDataset,
25263
- AzurePostgreSqlTableDataset: AzurePostgreSqlTableDataset,
25264
- ConcurObjectDataset: ConcurObjectDataset,
24989
+ CosmosDbMongoDbApiLinkedService: CosmosDbMongoDbApiLinkedService,
24990
+ CosmosDbMongoDbApiSink: CosmosDbMongoDbApiSink,
24991
+ CosmosDbMongoDbApiSource: CosmosDbMongoDbApiSource,
24992
+ CosmosDbSqlApiCollectionDataset: CosmosDbSqlApiCollectionDataset,
24993
+ CosmosDbSqlApiSink: CosmosDbSqlApiSink,
24994
+ CosmosDbSqlApiSource: CosmosDbSqlApiSource,
24995
+ CouchbaseLinkedService: CouchbaseLinkedService,
24996
+ CouchbaseSource: CouchbaseSource,
25265
24997
  CouchbaseTableDataset: CouchbaseTableDataset,
24998
+ CreateDataFlowDebugSessionRequest: CreateDataFlowDebugSessionRequest,
24999
+ CreateDataFlowDebugSessionResponse: CreateDataFlowDebugSessionResponse,
25000
+ CreateLinkedIntegrationRuntimeRequest: CreateLinkedIntegrationRuntimeRequest,
25001
+ CreateRunResponse: CreateRunResponse,
25002
+ Credential: Credential,
25003
+ CredentialListResponse: CredentialListResponse,
25004
+ CredentialReference: CredentialReference,
25005
+ CredentialResource: CredentialResource,
25006
+ CustomActivity: CustomActivity,
25007
+ CustomActivityReferenceObject: CustomActivityReferenceObject,
25008
+ CustomDataSourceLinkedService: CustomDataSourceLinkedService,
25009
+ CustomDataset: CustomDataset,
25010
+ CustomEventsTrigger: CustomEventsTrigger,
25011
+ CustomSetupBase: CustomSetupBase,
25012
+ DWCopyCommandDefaultValue: DWCopyCommandDefaultValue,
25013
+ DWCopyCommandSettings: DWCopyCommandSettings,
25014
+ DataFlow: DataFlow,
25015
+ DataFlowDebugCommandPayload: DataFlowDebugCommandPayload,
25016
+ DataFlowDebugCommandRequest: DataFlowDebugCommandRequest,
25017
+ DataFlowDebugCommandResponse: DataFlowDebugCommandResponse,
25018
+ DataFlowDebugPackage: DataFlowDebugPackage,
25019
+ DataFlowDebugPackageDebugSettings: DataFlowDebugPackageDebugSettings,
25020
+ DataFlowDebugResource: DataFlowDebugResource,
25021
+ DataFlowDebugSessionCreateHeaders: DataFlowDebugSessionCreateHeaders,
25022
+ DataFlowDebugSessionExecuteCommandHeaders: DataFlowDebugSessionExecuteCommandHeaders,
25023
+ DataFlowDebugSessionInfo: DataFlowDebugSessionInfo,
25024
+ DataFlowFolder: DataFlowFolder,
25025
+ DataFlowListResponse: DataFlowListResponse,
25026
+ DataFlowReference: DataFlowReference,
25027
+ DataFlowResource: DataFlowResource,
25028
+ DataFlowSink: DataFlowSink,
25029
+ DataFlowSource: DataFlowSource,
25030
+ DataFlowSourceSetting: DataFlowSourceSetting,
25031
+ DataFlowStagingInfo: DataFlowStagingInfo,
25032
+ DataLakeAnalyticsUsqlActivity: DataLakeAnalyticsUsqlActivity,
25033
+ DatabricksNotebookActivity: DatabricksNotebookActivity,
25034
+ DatabricksSparkJarActivity: DatabricksSparkJarActivity,
25035
+ DatabricksSparkPythonActivity: DatabricksSparkPythonActivity,
25036
+ Dataset: Dataset,
25037
+ DatasetCompression: DatasetCompression,
25038
+ DatasetDataElement: DatasetDataElement,
25039
+ DatasetDebugResource: DatasetDebugResource,
25040
+ DatasetFolder: DatasetFolder,
25041
+ DatasetListResponse: DatasetListResponse,
25042
+ DatasetLocation: DatasetLocation,
25043
+ DatasetReference: DatasetReference,
25044
+ DatasetResource: DatasetResource,
25045
+ DatasetSchemaDataElement: DatasetSchemaDataElement,
25046
+ DatasetStorageFormat: DatasetStorageFormat,
25047
+ DataworldLinkedService: DataworldLinkedService,
25048
+ Db2LinkedService: Db2LinkedService,
25049
+ Db2Source: Db2Source,
25050
+ Db2TableDataset: Db2TableDataset,
25051
+ DeleteActivity: DeleteActivity,
25052
+ DeleteDataFlowDebugSessionRequest: DeleteDataFlowDebugSessionRequest,
25053
+ DelimitedTextDataset: DelimitedTextDataset,
25054
+ DelimitedTextReadSettings: DelimitedTextReadSettings,
25055
+ DelimitedTextSink: DelimitedTextSink,
25056
+ DelimitedTextSource: DelimitedTextSource,
25057
+ DelimitedTextWriteSettings: DelimitedTextWriteSettings,
25058
+ DependencyReference: DependencyReference,
25059
+ DistcpSettings: DistcpSettings,
25060
+ DocumentDbCollectionDataset: DocumentDbCollectionDataset,
25061
+ DocumentDbCollectionSink: DocumentDbCollectionSink,
25062
+ DocumentDbCollectionSource: DocumentDbCollectionSource,
25063
+ DrillLinkedService: DrillLinkedService,
25064
+ DrillSource: DrillSource,
25266
25065
  DrillTableDataset: DrillTableDataset,
25066
+ DynamicsAXLinkedService: DynamicsAXLinkedService,
25067
+ DynamicsAXResourceDataset: DynamicsAXResourceDataset,
25068
+ DynamicsAXSource: DynamicsAXSource,
25069
+ DynamicsCrmEntityDataset: DynamicsCrmEntityDataset,
25070
+ DynamicsCrmLinkedService: DynamicsCrmLinkedService,
25071
+ DynamicsCrmSink: DynamicsCrmSink,
25072
+ DynamicsCrmSource: DynamicsCrmSource,
25073
+ DynamicsEntityDataset: DynamicsEntityDataset,
25074
+ DynamicsLinkedService: DynamicsLinkedService,
25075
+ DynamicsSink: DynamicsSink,
25076
+ DynamicsSource: DynamicsSource,
25077
+ EloquaLinkedService: EloquaLinkedService,
25267
25078
  EloquaObjectDataset: EloquaObjectDataset,
25079
+ EloquaSource: EloquaSource,
25080
+ EncryptionConfiguration: EncryptionConfiguration,
25081
+ EntityReference: EntityReference,
25082
+ EnvironmentVariableSetup: EnvironmentVariableSetup,
25083
+ ExcelDataset: ExcelDataset,
25084
+ ExcelSource: ExcelSource,
25085
+ ExecuteDataFlowActivity: ExecuteDataFlowActivity,
25086
+ ExecuteDataFlowActivityTypeProperties: ExecuteDataFlowActivityTypeProperties,
25087
+ ExecuteDataFlowActivityTypePropertiesCompute: ExecuteDataFlowActivityTypePropertiesCompute,
25088
+ ExecutePipelineActivity: ExecutePipelineActivity,
25089
+ ExecutePipelineActivityPolicy: ExecutePipelineActivityPolicy,
25090
+ ExecutePowerQueryActivityTypeProperties: ExecutePowerQueryActivityTypeProperties,
25091
+ ExecuteSsisPackageActivity: ExecuteSsisPackageActivity,
25092
+ ExecuteWranglingDataflowActivity: ExecuteWranglingDataflowActivity,
25093
+ ExecutionActivity: ExecutionActivity,
25094
+ ExportSettings: ExportSettings,
25095
+ ExposureControlBatchRequest: ExposureControlBatchRequest,
25096
+ ExposureControlBatchResponse: ExposureControlBatchResponse,
25097
+ ExposureControlRequest: ExposureControlRequest,
25098
+ ExposureControlResponse: ExposureControlResponse,
25099
+ Expression: Expression,
25100
+ Factory: Factory,
25101
+ FactoryGitHubConfiguration: FactoryGitHubConfiguration,
25102
+ FactoryIdentity: FactoryIdentity,
25103
+ FactoryListResponse: FactoryListResponse,
25104
+ FactoryRepoConfiguration: FactoryRepoConfiguration,
25105
+ FactoryRepoUpdate: FactoryRepoUpdate,
25106
+ FactoryUpdateParameters: FactoryUpdateParameters,
25107
+ FactoryVstsConfiguration: FactoryVstsConfiguration,
25108
+ FailActivity: FailActivity,
25109
+ FileServerLinkedService: FileServerLinkedService,
25110
+ FileServerLocation: FileServerLocation,
25111
+ FileServerReadSettings: FileServerReadSettings,
25112
+ FileServerWriteSettings: FileServerWriteSettings,
25113
+ FileShareDataset: FileShareDataset,
25114
+ FileSystemSink: FileSystemSink,
25115
+ FileSystemSource: FileSystemSource,
25116
+ FilterActivity: FilterActivity,
25117
+ Flowlet: Flowlet,
25118
+ ForEachActivity: ForEachActivity,
25119
+ FormatReadSettings: FormatReadSettings,
25120
+ FormatWriteSettings: FormatWriteSettings,
25121
+ FtpReadSettings: FtpReadSettings,
25122
+ FtpServerLinkedService: FtpServerLinkedService,
25123
+ FtpServerLocation: FtpServerLocation,
25124
+ GetDataFactoryOperationStatusResponse: GetDataFactoryOperationStatusResponse,
25125
+ GetMetadataActivity: GetMetadataActivity,
25126
+ GetSsisObjectMetadataRequest: GetSsisObjectMetadataRequest,
25127
+ GitHubAccessTokenRequest: GitHubAccessTokenRequest,
25128
+ GitHubAccessTokenResponse: GitHubAccessTokenResponse,
25129
+ GitHubClientSecret: GitHubClientSecret,
25130
+ GlobalParameterListResponse: GlobalParameterListResponse,
25131
+ GlobalParameterResource: GlobalParameterResource,
25132
+ GlobalParameterSpecification: GlobalParameterSpecification,
25133
+ GoogleAdWordsLinkedService: GoogleAdWordsLinkedService,
25134
+ GoogleAdWordsObjectDataset: GoogleAdWordsObjectDataset,
25135
+ GoogleAdWordsSource: GoogleAdWordsSource,
25136
+ GoogleBigQueryLinkedService: GoogleBigQueryLinkedService,
25268
25137
  GoogleBigQueryObjectDataset: GoogleBigQueryObjectDataset,
25138
+ GoogleBigQuerySource: GoogleBigQuerySource,
25139
+ GoogleCloudStorageLinkedService: GoogleCloudStorageLinkedService,
25140
+ GoogleCloudStorageLocation: GoogleCloudStorageLocation,
25141
+ GoogleCloudStorageReadSettings: GoogleCloudStorageReadSettings,
25142
+ GoogleSheetsLinkedService: GoogleSheetsLinkedService,
25143
+ GreenplumLinkedService: GreenplumLinkedService,
25144
+ GreenplumSource: GreenplumSource,
25269
25145
  GreenplumTableDataset: GreenplumTableDataset,
25146
+ HBaseLinkedService: HBaseLinkedService,
25270
25147
  HBaseObjectDataset: HBaseObjectDataset,
25148
+ HBaseSource: HBaseSource,
25149
+ HDInsightHiveActivity: HDInsightHiveActivity,
25150
+ HDInsightLinkedService: HDInsightLinkedService,
25151
+ HDInsightMapReduceActivity: HDInsightMapReduceActivity,
25152
+ HDInsightOnDemandLinkedService: HDInsightOnDemandLinkedService,
25153
+ HDInsightPigActivity: HDInsightPigActivity,
25154
+ HDInsightSparkActivity: HDInsightSparkActivity,
25155
+ HDInsightStreamingActivity: HDInsightStreamingActivity,
25156
+ HdfsLinkedService: HdfsLinkedService,
25157
+ HdfsLocation: HdfsLocation,
25158
+ HdfsReadSettings: HdfsReadSettings,
25159
+ HdfsSource: HdfsSource,
25160
+ HiveLinkedService: HiveLinkedService,
25271
25161
  HiveObjectDataset: HiveObjectDataset,
25162
+ HiveSource: HiveSource,
25163
+ HttpDataset: HttpDataset,
25164
+ HttpLinkedService: HttpLinkedService,
25165
+ HttpReadSettings: HttpReadSettings,
25166
+ HttpServerLocation: HttpServerLocation,
25167
+ HttpSource: HttpSource,
25168
+ HubspotLinkedService: HubspotLinkedService,
25272
25169
  HubspotObjectDataset: HubspotObjectDataset,
25170
+ HubspotSource: HubspotSource,
25171
+ IfConditionActivity: IfConditionActivity,
25172
+ ImpalaLinkedService: ImpalaLinkedService,
25273
25173
  ImpalaObjectDataset: ImpalaObjectDataset,
25274
- JiraObjectDataset: JiraObjectDataset,
25275
- MagentoObjectDataset: MagentoObjectDataset,
25276
- MariaDBTableDataset: MariaDBTableDataset,
25277
- AzureMariaDBTableDataset: AzureMariaDBTableDataset,
25278
- MarketoObjectDataset: MarketoObjectDataset,
25279
- PaypalObjectDataset: PaypalObjectDataset,
25280
- PhoenixObjectDataset: PhoenixObjectDataset,
25281
- PrestoObjectDataset: PrestoObjectDataset,
25282
- QuickBooksObjectDataset: QuickBooksObjectDataset,
25283
- ServiceNowObjectDataset: ServiceNowObjectDataset,
25284
- ShopifyObjectDataset: ShopifyObjectDataset,
25285
- SparkObjectDataset: SparkObjectDataset,
25286
- SquareObjectDataset: SquareObjectDataset,
25287
- XeroObjectDataset: XeroObjectDataset,
25288
- ZohoObjectDataset: ZohoObjectDataset,
25289
- NetezzaTableDataset: NetezzaTableDataset,
25290
- VerticaTableDataset: VerticaTableDataset,
25291
- SalesforceMarketingCloudObjectDataset: SalesforceMarketingCloudObjectDataset,
25292
- ResponsysObjectDataset: ResponsysObjectDataset,
25293
- DynamicsAXResourceDataset: DynamicsAXResourceDataset,
25294
- OracleServiceCloudObjectDataset: OracleServiceCloudObjectDataset,
25295
- AzureDataExplorerTableDataset: AzureDataExplorerTableDataset,
25296
- GoogleAdWordsObjectDataset: GoogleAdWordsObjectDataset,
25297
- SnowflakeDataset: SnowflakeDataset,
25298
- SharePointOnlineListResourceDataset: SharePointOnlineListResourceDataset,
25299
- AzureDatabricksDeltaLakeDataset: AzureDatabricksDeltaLakeDataset,
25300
- ControlActivity: ControlActivity,
25301
- ExecutionActivity: ExecutionActivity,
25302
- ExecuteWranglingDataflowActivity: ExecuteWranglingDataflowActivity,
25303
- MultiplePipelineTrigger: MultiplePipelineTrigger,
25304
- TumblingWindowTrigger: TumblingWindowTrigger,
25305
- RerunTumblingWindowTrigger: RerunTumblingWindowTrigger,
25306
- ChainingTrigger: ChainingTrigger,
25307
- MappingDataFlow: MappingDataFlow,
25308
- Flowlet: Flowlet,
25309
- WranglingDataFlow: WranglingDataFlow,
25174
+ ImpalaSource: ImpalaSource,
25175
+ ImportSettings: ImportSettings,
25176
+ InformixLinkedService: InformixLinkedService,
25177
+ InformixSink: InformixSink,
25178
+ InformixSource: InformixSource,
25179
+ InformixTableDataset: InformixTableDataset,
25180
+ IntegrationRuntime: IntegrationRuntime,
25181
+ IntegrationRuntimeAuthKeys: IntegrationRuntimeAuthKeys,
25182
+ IntegrationRuntimeComputeProperties: IntegrationRuntimeComputeProperties,
25183
+ IntegrationRuntimeConnectionInfo: IntegrationRuntimeConnectionInfo,
25184
+ IntegrationRuntimeCustomSetupScriptProperties: IntegrationRuntimeCustomSetupScriptProperties,
25185
+ IntegrationRuntimeCustomerVirtualNetwork: IntegrationRuntimeCustomerVirtualNetwork,
25186
+ IntegrationRuntimeDataFlowProperties: IntegrationRuntimeDataFlowProperties,
25187
+ IntegrationRuntimeDataProxyProperties: IntegrationRuntimeDataProxyProperties,
25310
25188
  IntegrationRuntimeDebugResource: IntegrationRuntimeDebugResource,
25311
- DataFlowDebugResource: DataFlowDebugResource,
25312
- DatasetDebugResource: DatasetDebugResource,
25313
- LinkedServiceDebugResource: LinkedServiceDebugResource,
25314
- ManagedIdentityCredential: ManagedIdentityCredential,
25315
- ServicePrincipalCredential: ServicePrincipalCredential,
25316
- SecureString: SecureString,
25317
- AzureKeyVaultSecretReference: AzureKeyVaultSecretReference,
25318
- DataFlowSource: DataFlowSource,
25319
- DataFlowSink: DataFlowSink,
25320
- AzureBlobStorageLocation: AzureBlobStorageLocation,
25321
- AzureBlobFSLocation: AzureBlobFSLocation,
25322
- AzureDataLakeStoreLocation: AzureDataLakeStoreLocation,
25323
- AmazonS3Location: AmazonS3Location,
25324
- FileServerLocation: FileServerLocation,
25325
- AzureFileStorageLocation: AzureFileStorageLocation,
25326
- AmazonS3CompatibleLocation: AmazonS3CompatibleLocation,
25327
- OracleCloudStorageLocation: OracleCloudStorageLocation,
25328
- GoogleCloudStorageLocation: GoogleCloudStorageLocation,
25329
- FtpServerLocation: FtpServerLocation,
25330
- SftpLocation: SftpLocation,
25331
- HttpServerLocation: HttpServerLocation,
25332
- HdfsLocation: HdfsLocation,
25333
- TextFormat: TextFormat,
25189
+ IntegrationRuntimeListResponse: IntegrationRuntimeListResponse,
25190
+ IntegrationRuntimeMonitoringData: IntegrationRuntimeMonitoringData,
25191
+ IntegrationRuntimeNodeIpAddress: IntegrationRuntimeNodeIpAddress,
25192
+ IntegrationRuntimeNodeMonitoringData: IntegrationRuntimeNodeMonitoringData,
25193
+ IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint: IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint,
25194
+ IntegrationRuntimeOutboundNetworkDependenciesEndpoint: IntegrationRuntimeOutboundNetworkDependenciesEndpoint,
25195
+ IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails: IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails,
25196
+ IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse: IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse,
25197
+ IntegrationRuntimeReference: IntegrationRuntimeReference,
25198
+ IntegrationRuntimeRegenerateKeyParameters: IntegrationRuntimeRegenerateKeyParameters,
25199
+ IntegrationRuntimeResource: IntegrationRuntimeResource,
25200
+ IntegrationRuntimeSsisCatalogInfo: IntegrationRuntimeSsisCatalogInfo,
25201
+ IntegrationRuntimeSsisProperties: IntegrationRuntimeSsisProperties,
25202
+ IntegrationRuntimeStatus: IntegrationRuntimeStatus,
25203
+ IntegrationRuntimeStatusListResponse: IntegrationRuntimeStatusListResponse,
25204
+ IntegrationRuntimeStatusResponse: IntegrationRuntimeStatusResponse,
25205
+ IntegrationRuntimeVNetProperties: IntegrationRuntimeVNetProperties,
25206
+ JiraLinkedService: JiraLinkedService,
25207
+ JiraObjectDataset: JiraObjectDataset,
25208
+ JiraSource: JiraSource,
25209
+ JsonDataset: JsonDataset,
25334
25210
  JsonFormat: JsonFormat,
25335
- AvroFormat: AvroFormat,
25336
- OrcFormat: OrcFormat,
25337
- ParquetFormat: ParquetFormat,
25338
- CmdkeySetup: CmdkeySetup,
25339
- EnvironmentVariableSetup: EnvironmentVariableSetup,
25340
- ComponentSetup: ComponentSetup,
25341
- AzPowerShellSetup: AzPowerShellSetup,
25342
- LinkedIntegrationRuntimeKeyAuthorization: LinkedIntegrationRuntimeKeyAuthorization,
25343
- LinkedIntegrationRuntimeRbacAuthorization: LinkedIntegrationRuntimeRbacAuthorization,
25344
- WebAnonymousAuthentication: WebAnonymousAuthentication,
25345
- WebBasicAuthentication: WebBasicAuthentication,
25346
- WebClientCertificateAuthentication: WebClientCertificateAuthentication,
25347
- AzureBlobStorageReadSettings: AzureBlobStorageReadSettings,
25348
- AzureBlobFSReadSettings: AzureBlobFSReadSettings,
25349
- AzureDataLakeStoreReadSettings: AzureDataLakeStoreReadSettings,
25350
- AmazonS3ReadSettings: AmazonS3ReadSettings,
25351
- FileServerReadSettings: FileServerReadSettings,
25352
- AzureFileStorageReadSettings: AzureFileStorageReadSettings,
25353
- AmazonS3CompatibleReadSettings: AmazonS3CompatibleReadSettings,
25354
- OracleCloudStorageReadSettings: OracleCloudStorageReadSettings,
25355
- GoogleCloudStorageReadSettings: GoogleCloudStorageReadSettings,
25356
- FtpReadSettings: FtpReadSettings,
25357
- SftpReadSettings: SftpReadSettings,
25358
- HttpReadSettings: HttpReadSettings,
25359
- HdfsReadSettings: HdfsReadSettings,
25360
- SftpWriteSettings: SftpWriteSettings,
25361
- AzureBlobStorageWriteSettings: AzureBlobStorageWriteSettings,
25362
- AzureBlobFSWriteSettings: AzureBlobFSWriteSettings,
25363
- AzureDataLakeStoreWriteSettings: AzureDataLakeStoreWriteSettings,
25364
- FileServerWriteSettings: FileServerWriteSettings,
25365
- AzureFileStorageWriteSettings: AzureFileStorageWriteSettings,
25366
- DelimitedTextReadSettings: DelimitedTextReadSettings,
25367
25211
  JsonReadSettings: JsonReadSettings,
25368
- XmlReadSettings: XmlReadSettings,
25369
- BinaryReadSettings: BinaryReadSettings,
25370
- ZipDeflateReadSettings: ZipDeflateReadSettings,
25371
- TarReadSettings: TarReadSettings,
25372
- TarGZipReadSettings: TarGZipReadSettings,
25373
- AvroWriteSettings: AvroWriteSettings,
25374
- OrcWriteSettings: OrcWriteSettings,
25375
- ParquetWriteSettings: ParquetWriteSettings,
25376
- DelimitedTextWriteSettings: DelimitedTextWriteSettings,
25377
- JsonWriteSettings: JsonWriteSettings,
25378
- AvroSource: AvroSource,
25379
- ExcelSource: ExcelSource,
25380
- ParquetSource: ParquetSource,
25381
- DelimitedTextSource: DelimitedTextSource,
25212
+ JsonSink: JsonSink,
25382
25213
  JsonSource: JsonSource,
25383
- XmlSource: XmlSource,
25384
- OrcSource: OrcSource,
25385
- BinarySource: BinarySource,
25386
- TabularSource: TabularSource,
25387
- BlobSource: BlobSource,
25388
- DocumentDbCollectionSource: DocumentDbCollectionSource,
25389
- CosmosDbSqlApiSource: CosmosDbSqlApiSource,
25390
- DynamicsSource: DynamicsSource,
25391
- DynamicsCrmSource: DynamicsCrmSource,
25392
- CommonDataServiceForAppsSource: CommonDataServiceForAppsSource,
25393
- RelationalSource: RelationalSource,
25214
+ JsonWriteSettings: JsonWriteSettings,
25215
+ LinkedIntegrationRuntime: LinkedIntegrationRuntime,
25216
+ LinkedIntegrationRuntimeKeyAuthorization: LinkedIntegrationRuntimeKeyAuthorization,
25217
+ LinkedIntegrationRuntimeRbacAuthorization: LinkedIntegrationRuntimeRbacAuthorization,
25218
+ LinkedIntegrationRuntimeRequest: LinkedIntegrationRuntimeRequest,
25219
+ LinkedIntegrationRuntimeType: LinkedIntegrationRuntimeType,
25220
+ LinkedService: LinkedService,
25221
+ LinkedServiceDebugResource: LinkedServiceDebugResource,
25222
+ LinkedServiceListResponse: LinkedServiceListResponse,
25223
+ LinkedServiceReference: LinkedServiceReference,
25224
+ LinkedServiceResource: LinkedServiceResource,
25225
+ LogLocationSettings: LogLocationSettings,
25226
+ LogSettings: LogSettings,
25227
+ LogStorageSettings: LogStorageSettings,
25228
+ LookupActivity: LookupActivity,
25229
+ MagentoLinkedService: MagentoLinkedService,
25230
+ MagentoObjectDataset: MagentoObjectDataset,
25231
+ MagentoSource: MagentoSource,
25232
+ ManagedIdentityCredential: ManagedIdentityCredential,
25233
+ ManagedIdentityCredentialResource: ManagedIdentityCredentialResource,
25234
+ ManagedIntegrationRuntime: ManagedIntegrationRuntime,
25235
+ ManagedIntegrationRuntimeError: ManagedIntegrationRuntimeError,
25236
+ ManagedIntegrationRuntimeNode: ManagedIntegrationRuntimeNode,
25237
+ ManagedIntegrationRuntimeOperationResult: ManagedIntegrationRuntimeOperationResult,
25238
+ ManagedIntegrationRuntimeStatus: ManagedIntegrationRuntimeStatus,
25239
+ ManagedPrivateEndpoint: ManagedPrivateEndpoint,
25240
+ ManagedPrivateEndpointListResponse: ManagedPrivateEndpointListResponse,
25241
+ ManagedPrivateEndpointResource: ManagedPrivateEndpointResource,
25242
+ ManagedVirtualNetwork: ManagedVirtualNetwork,
25243
+ ManagedVirtualNetworkListResponse: ManagedVirtualNetworkListResponse,
25244
+ ManagedVirtualNetworkReference: ManagedVirtualNetworkReference,
25245
+ ManagedVirtualNetworkResource: ManagedVirtualNetworkResource,
25246
+ MappingDataFlow: MappingDataFlow,
25247
+ MariaDBLinkedService: MariaDBLinkedService,
25248
+ MariaDBSource: MariaDBSource,
25249
+ MariaDBTableDataset: MariaDBTableDataset,
25250
+ MarketoLinkedService: MarketoLinkedService,
25251
+ MarketoObjectDataset: MarketoObjectDataset,
25252
+ MarketoSource: MarketoSource,
25253
+ MetadataItem: MetadataItem,
25254
+ MicrosoftAccessLinkedService: MicrosoftAccessLinkedService,
25255
+ MicrosoftAccessSink: MicrosoftAccessSink,
25394
25256
  MicrosoftAccessSource: MicrosoftAccessSource,
25395
- ODataSource: ODataSource,
25396
- SalesforceServiceCloudSource: SalesforceServiceCloudSource,
25397
- RestSource: RestSource,
25398
- FileSystemSource: FileSystemSource,
25399
- HdfsSource: HdfsSource,
25400
- AzureDataExplorerSource: AzureDataExplorerSource,
25401
- OracleSource: OracleSource,
25402
- AmazonRdsForOracleSource: AmazonRdsForOracleSource,
25403
- WebSource: WebSource,
25404
- MongoDbSource: MongoDbSource,
25257
+ MicrosoftAccessTableDataset: MicrosoftAccessTableDataset,
25258
+ MongoDbAtlasCollectionDataset: MongoDbAtlasCollectionDataset,
25259
+ MongoDbAtlasLinkedService: MongoDbAtlasLinkedService,
25260
+ MongoDbAtlasSink: MongoDbAtlasSink,
25405
25261
  MongoDbAtlasSource: MongoDbAtlasSource,
25262
+ MongoDbCollectionDataset: MongoDbCollectionDataset,
25263
+ MongoDbCursorMethodsProperties: MongoDbCursorMethodsProperties,
25264
+ MongoDbLinkedService: MongoDbLinkedService,
25265
+ MongoDbSource: MongoDbSource,
25266
+ MongoDbV2CollectionDataset: MongoDbV2CollectionDataset,
25267
+ MongoDbV2LinkedService: MongoDbV2LinkedService,
25268
+ MongoDbV2Sink: MongoDbV2Sink,
25406
25269
  MongoDbV2Source: MongoDbV2Source,
25407
- CosmosDbMongoDbApiSource: CosmosDbMongoDbApiSource,
25270
+ MultiplePipelineTrigger: MultiplePipelineTrigger,
25271
+ MySqlLinkedService: MySqlLinkedService,
25272
+ MySqlSource: MySqlSource,
25273
+ MySqlTableDataset: MySqlTableDataset,
25274
+ NetezzaLinkedService: NetezzaLinkedService,
25275
+ NetezzaPartitionSettings: NetezzaPartitionSettings,
25276
+ NetezzaSource: NetezzaSource,
25277
+ NetezzaTableDataset: NetezzaTableDataset,
25278
+ NotebookParameter: NotebookParameter,
25279
+ ODataLinkedService: ODataLinkedService,
25280
+ ODataResourceDataset: ODataResourceDataset,
25281
+ ODataSource: ODataSource,
25282
+ OdbcLinkedService: OdbcLinkedService,
25283
+ OdbcSink: OdbcSink,
25284
+ OdbcSource: OdbcSource,
25285
+ OdbcTableDataset: OdbcTableDataset,
25286
+ Office365Dataset: Office365Dataset,
25287
+ Office365LinkedService: Office365LinkedService,
25408
25288
  Office365Source: Office365Source,
25409
- AzureDataLakeStoreSource: AzureDataLakeStoreSource,
25410
- AzureBlobFSSource: AzureBlobFSSource,
25411
- HttpSource: HttpSource,
25412
- SnowflakeSource: SnowflakeSource,
25413
- AzureDatabricksDeltaLakeSource: AzureDatabricksDeltaLakeSource,
25414
- SharePointOnlineListSource: SharePointOnlineListSource,
25415
- DelimitedTextSink: DelimitedTextSink,
25416
- JsonSink: JsonSink,
25289
+ Operation: Operation,
25290
+ OperationDisplay: OperationDisplay,
25291
+ OperationListResponse: OperationListResponse,
25292
+ OperationLogSpecification: OperationLogSpecification,
25293
+ OperationMetricAvailability: OperationMetricAvailability,
25294
+ OperationMetricDimension: OperationMetricDimension,
25295
+ OperationMetricSpecification: OperationMetricSpecification,
25296
+ OperationServiceSpecification: OperationServiceSpecification,
25297
+ OracleCloudStorageLinkedService: OracleCloudStorageLinkedService,
25298
+ OracleCloudStorageLocation: OracleCloudStorageLocation,
25299
+ OracleCloudStorageReadSettings: OracleCloudStorageReadSettings,
25300
+ OracleLinkedService: OracleLinkedService,
25301
+ OraclePartitionSettings: OraclePartitionSettings,
25302
+ OracleServiceCloudLinkedService: OracleServiceCloudLinkedService,
25303
+ OracleServiceCloudObjectDataset: OracleServiceCloudObjectDataset,
25304
+ OracleServiceCloudSource: OracleServiceCloudSource,
25305
+ OracleSink: OracleSink,
25306
+ OracleSource: OracleSource,
25307
+ OracleTableDataset: OracleTableDataset,
25308
+ OrcDataset: OrcDataset,
25309
+ OrcFormat: OrcFormat,
25417
25310
  OrcSink: OrcSink,
25418
- RestSink: RestSink,
25419
- AzurePostgreSqlSink: AzurePostgreSqlSink,
25420
- AzureMySqlSink: AzureMySqlSink,
25421
- AzureDatabricksDeltaLakeSink: AzureDatabricksDeltaLakeSink,
25422
- SapCloudForCustomerSink: SapCloudForCustomerSink,
25423
- AzureQueueSink: AzureQueueSink,
25424
- AzureTableSink: AzureTableSink,
25425
- AvroSink: AvroSink,
25311
+ OrcSource: OrcSource,
25312
+ OrcWriteSettings: OrcWriteSettings,
25313
+ PackageStore: PackageStore,
25314
+ ParameterSpecification: ParameterSpecification,
25315
+ ParquetDataset: ParquetDataset,
25316
+ ParquetFormat: ParquetFormat,
25426
25317
  ParquetSink: ParquetSink,
25427
- BinarySink: BinarySink,
25428
- BlobSink: BlobSink,
25429
- FileSystemSink: FileSystemSink,
25430
- DocumentDbCollectionSink: DocumentDbCollectionSink,
25431
- CosmosDbSqlApiSink: CosmosDbSqlApiSink,
25432
- SqlSink: SqlSink,
25433
- SqlServerSink: SqlServerSink,
25434
- AzureSqlSink: AzureSqlSink,
25435
- SqlMISink: SqlMISink,
25436
- SqlDWSink: SqlDWSink,
25437
- SnowflakeSink: SnowflakeSink,
25438
- OracleSink: OracleSink,
25439
- AzureDataLakeStoreSink: AzureDataLakeStoreSink,
25440
- AzureBlobFSSink: AzureBlobFSSink,
25441
- AzureSearchIndexSink: AzureSearchIndexSink,
25442
- OdbcSink: OdbcSink,
25443
- InformixSink: InformixSink,
25444
- MicrosoftAccessSink: MicrosoftAccessSink,
25445
- DynamicsSink: DynamicsSink,
25446
- DynamicsCrmSink: DynamicsCrmSink,
25447
- CommonDataServiceForAppsSink: CommonDataServiceForAppsSink,
25448
- AzureDataExplorerSink: AzureDataExplorerSink,
25449
- SalesforceSink: SalesforceSink,
25450
- SalesforceServiceCloudSink: SalesforceServiceCloudSink,
25451
- MongoDbAtlasSink: MongoDbAtlasSink,
25452
- MongoDbV2Sink: MongoDbV2Sink,
25453
- CosmosDbMongoDbApiSink: CosmosDbMongoDbApiSink,
25454
- SnowflakeExportCopyCommand: SnowflakeExportCopyCommand,
25455
- AzureDatabricksDeltaLakeExportCommand: AzureDatabricksDeltaLakeExportCommand,
25456
- AzureDatabricksDeltaLakeImportCommand: AzureDatabricksDeltaLakeImportCommand,
25457
- SnowflakeImportCopyCommand: SnowflakeImportCopyCommand,
25458
- TabularTranslator: TabularTranslator,
25459
- ExecutePowerQueryActivityTypeProperties: ExecutePowerQueryActivityTypeProperties,
25460
- TriggerDependencyReference: TriggerDependencyReference,
25461
- SelfDependencyTumblingWindowTriggerReference: SelfDependencyTumblingWindowTriggerReference,
25462
- ExecutePipelineActivity: ExecutePipelineActivity,
25463
- IfConditionActivity: IfConditionActivity,
25464
- SwitchActivity: SwitchActivity,
25465
- ForEachActivity: ForEachActivity,
25466
- WaitActivity: WaitActivity,
25467
- FailActivity: FailActivity,
25468
- UntilActivity: UntilActivity,
25469
- ValidationActivity: ValidationActivity,
25470
- FilterActivity: FilterActivity,
25471
- SetVariableActivity: SetVariableActivity,
25472
- AppendVariableActivity: AppendVariableActivity,
25473
- WebHookActivity: WebHookActivity,
25474
- CopyActivity: CopyActivity,
25475
- HDInsightHiveActivity: HDInsightHiveActivity,
25476
- HDInsightPigActivity: HDInsightPigActivity,
25477
- HDInsightMapReduceActivity: HDInsightMapReduceActivity,
25478
- HDInsightStreamingActivity: HDInsightStreamingActivity,
25479
- HDInsightSparkActivity: HDInsightSparkActivity,
25480
- ExecuteSsisPackageActivity: ExecuteSsisPackageActivity,
25481
- CustomActivity: CustomActivity,
25482
- SqlServerStoredProcedureActivity: SqlServerStoredProcedureActivity,
25483
- DeleteActivity: DeleteActivity,
25484
- AzureDataExplorerCommandActivity: AzureDataExplorerCommandActivity,
25485
- LookupActivity: LookupActivity,
25486
- WebActivity: WebActivity,
25487
- GetMetadataActivity: GetMetadataActivity,
25488
- AzureMLBatchExecutionActivity: AzureMLBatchExecutionActivity,
25489
- AzureMLUpdateResourceActivity: AzureMLUpdateResourceActivity,
25490
- AzureMLExecutePipelineActivity: AzureMLExecutePipelineActivity,
25491
- DataLakeAnalyticsUsqlActivity: DataLakeAnalyticsUsqlActivity,
25492
- DatabricksNotebookActivity: DatabricksNotebookActivity,
25493
- DatabricksSparkJarActivity: DatabricksSparkJarActivity,
25494
- DatabricksSparkPythonActivity: DatabricksSparkPythonActivity,
25495
- AzureFunctionActivity: AzureFunctionActivity,
25496
- ExecuteDataFlowActivity: ExecuteDataFlowActivity,
25497
- ScriptActivity: ScriptActivity,
25498
- SynapseNotebookActivity: SynapseNotebookActivity,
25499
- SynapseSparkJobDefinitionActivity: SynapseSparkJobDefinitionActivity,
25500
- ScheduleTrigger: ScheduleTrigger,
25501
- BlobTrigger: BlobTrigger,
25502
- BlobEventsTrigger: BlobEventsTrigger,
25503
- CustomEventsTrigger: CustomEventsTrigger,
25504
- PowerQuerySource: PowerQuerySource,
25505
- PowerQuerySink: PowerQuerySink,
25506
- AzureTableSource: AzureTableSource,
25507
- InformixSource: InformixSource,
25508
- Db2Source: Db2Source,
25509
- OdbcSource: OdbcSource,
25510
- MySqlSource: MySqlSource,
25318
+ ParquetSource: ParquetSource,
25319
+ ParquetWriteSettings: ParquetWriteSettings,
25320
+ PaypalLinkedService: PaypalLinkedService,
25321
+ PaypalObjectDataset: PaypalObjectDataset,
25322
+ PaypalSource: PaypalSource,
25323
+ PhoenixLinkedService: PhoenixLinkedService,
25324
+ PhoenixObjectDataset: PhoenixObjectDataset,
25325
+ PhoenixSource: PhoenixSource,
25326
+ PipelineElapsedTimeMetricPolicy: PipelineElapsedTimeMetricPolicy,
25327
+ PipelineExternalComputeScaleProperties: PipelineExternalComputeScaleProperties,
25328
+ PipelineFolder: PipelineFolder,
25329
+ PipelineListResponse: PipelineListResponse,
25330
+ PipelinePolicy: PipelinePolicy,
25331
+ PipelineReference: PipelineReference,
25332
+ PipelineResource: PipelineResource,
25333
+ PipelineRun: PipelineRun,
25334
+ PipelineRunInvokedBy: PipelineRunInvokedBy,
25335
+ PipelineRunsQueryResponse: PipelineRunsQueryResponse,
25336
+ PolybaseSettings: PolybaseSettings,
25337
+ PostgreSqlLinkedService: PostgreSqlLinkedService,
25511
25338
  PostgreSqlSource: PostgreSqlSource,
25512
- SybaseSource: SybaseSource,
25513
- SapBwSource: SapBwSource,
25339
+ PostgreSqlTableDataset: PostgreSqlTableDataset,
25340
+ PowerQuerySink: PowerQuerySink,
25341
+ PowerQuerySinkMapping: PowerQuerySinkMapping,
25342
+ PowerQuerySource: PowerQuerySource,
25343
+ PrestoLinkedService: PrestoLinkedService,
25344
+ PrestoObjectDataset: PrestoObjectDataset,
25345
+ PrestoSource: PrestoSource,
25346
+ PrivateEndpoint: PrivateEndpoint,
25347
+ PrivateEndpointConnectionListResponse: PrivateEndpointConnectionListResponse,
25348
+ PrivateEndpointConnectionResource: PrivateEndpointConnectionResource,
25349
+ PrivateLinkConnectionApprovalRequest: PrivateLinkConnectionApprovalRequest,
25350
+ PrivateLinkConnectionApprovalRequestResource: PrivateLinkConnectionApprovalRequestResource,
25351
+ PrivateLinkConnectionState: PrivateLinkConnectionState,
25352
+ PrivateLinkResource: PrivateLinkResource,
25353
+ PrivateLinkResourceProperties: PrivateLinkResourceProperties,
25354
+ PrivateLinkResourcesWrapper: PrivateLinkResourcesWrapper,
25355
+ PurviewConfiguration: PurviewConfiguration,
25356
+ QueryDataFlowDebugSessionsResponse: QueryDataFlowDebugSessionsResponse,
25357
+ QuickBooksLinkedService: QuickBooksLinkedService,
25358
+ QuickBooksObjectDataset: QuickBooksObjectDataset,
25359
+ QuickBooksSource: QuickBooksSource,
25360
+ QuickbaseLinkedService: QuickbaseLinkedService,
25361
+ RecurrenceSchedule: RecurrenceSchedule,
25362
+ RecurrenceScheduleOccurrence: RecurrenceScheduleOccurrence,
25363
+ RedirectIncompatibleRowSettings: RedirectIncompatibleRowSettings,
25364
+ RedshiftUnloadSettings: RedshiftUnloadSettings,
25365
+ RelationalSource: RelationalSource,
25366
+ RelationalTableDataset: RelationalTableDataset,
25367
+ RemotePrivateEndpointConnection: RemotePrivateEndpointConnection,
25368
+ RerunTumblingWindowTrigger: RerunTumblingWindowTrigger,
25369
+ Resource: Resource,
25370
+ ResponsysLinkedService: ResponsysLinkedService,
25371
+ ResponsysObjectDataset: ResponsysObjectDataset,
25372
+ ResponsysSource: ResponsysSource,
25373
+ RestResourceDataset: RestResourceDataset,
25374
+ RestServiceLinkedService: RestServiceLinkedService,
25375
+ RestSink: RestSink,
25376
+ RestSource: RestSource,
25377
+ RetryPolicy: RetryPolicy,
25378
+ RunFilterParameters: RunFilterParameters,
25379
+ RunQueryFilter: RunQueryFilter,
25380
+ RunQueryOrderBy: RunQueryOrderBy,
25381
+ SalesforceLinkedService: SalesforceLinkedService,
25382
+ SalesforceMarketingCloudLinkedService: SalesforceMarketingCloudLinkedService,
25383
+ SalesforceMarketingCloudObjectDataset: SalesforceMarketingCloudObjectDataset,
25384
+ SalesforceMarketingCloudSource: SalesforceMarketingCloudSource,
25385
+ SalesforceObjectDataset: SalesforceObjectDataset,
25386
+ SalesforceServiceCloudLinkedService: SalesforceServiceCloudLinkedService,
25387
+ SalesforceServiceCloudObjectDataset: SalesforceServiceCloudObjectDataset,
25388
+ SalesforceServiceCloudSink: SalesforceServiceCloudSink,
25389
+ SalesforceServiceCloudSource: SalesforceServiceCloudSource,
25390
+ SalesforceSink: SalesforceSink,
25514
25391
  SalesforceSource: SalesforceSource,
25392
+ SapBWLinkedService: SapBWLinkedService,
25393
+ SapBwCubeDataset: SapBwCubeDataset,
25394
+ SapBwSource: SapBwSource,
25395
+ SapCloudForCustomerLinkedService: SapCloudForCustomerLinkedService,
25396
+ SapCloudForCustomerResourceDataset: SapCloudForCustomerResourceDataset,
25397
+ SapCloudForCustomerSink: SapCloudForCustomerSink,
25515
25398
  SapCloudForCustomerSource: SapCloudForCustomerSource,
25399
+ SapEccLinkedService: SapEccLinkedService,
25400
+ SapEccResourceDataset: SapEccResourceDataset,
25516
25401
  SapEccSource: SapEccSource,
25402
+ SapHanaLinkedService: SapHanaLinkedService,
25403
+ SapHanaPartitionSettings: SapHanaPartitionSettings,
25517
25404
  SapHanaSource: SapHanaSource,
25518
- SapOpenHubSource: SapOpenHubSource,
25405
+ SapHanaTableDataset: SapHanaTableDataset,
25406
+ SapOdpLinkedService: SapOdpLinkedService,
25407
+ SapOdpResourceDataset: SapOdpResourceDataset,
25519
25408
  SapOdpSource: SapOdpSource,
25409
+ SapOpenHubLinkedService: SapOpenHubLinkedService,
25410
+ SapOpenHubSource: SapOpenHubSource,
25411
+ SapOpenHubTableDataset: SapOpenHubTableDataset,
25412
+ SapTableLinkedService: SapTableLinkedService,
25413
+ SapTablePartitionSettings: SapTablePartitionSettings,
25414
+ SapTableResourceDataset: SapTableResourceDataset,
25520
25415
  SapTableSource: SapTableSource,
25521
- SqlSource: SqlSource,
25522
- SqlServerSource: SqlServerSource,
25523
- AmazonRdsForSqlServerSource: AmazonRdsForSqlServerSource,
25524
- AzureSqlSource: AzureSqlSource,
25525
- SqlMISource: SqlMISource,
25526
- SqlDWSource: SqlDWSource,
25527
- AzureMySqlSource: AzureMySqlSource,
25528
- TeradataSource: TeradataSource,
25529
- CassandraSource: CassandraSource,
25530
- AmazonMWSSource: AmazonMWSSource,
25531
- AzurePostgreSqlSource: AzurePostgreSqlSource,
25532
- ConcurSource: ConcurSource,
25533
- CouchbaseSource: CouchbaseSource,
25534
- DrillSource: DrillSource,
25535
- EloquaSource: EloquaSource,
25536
- GoogleBigQuerySource: GoogleBigQuerySource,
25537
- GreenplumSource: GreenplumSource,
25538
- HBaseSource: HBaseSource,
25539
- HiveSource: HiveSource,
25540
- HubspotSource: HubspotSource,
25541
- ImpalaSource: ImpalaSource,
25542
- JiraSource: JiraSource,
25543
- MagentoSource: MagentoSource,
25544
- MariaDBSource: MariaDBSource,
25545
- AzureMariaDBSource: AzureMariaDBSource,
25546
- MarketoSource: MarketoSource,
25547
- PaypalSource: PaypalSource,
25548
- PhoenixSource: PhoenixSource,
25549
- PrestoSource: PrestoSource,
25550
- QuickBooksSource: QuickBooksSource,
25416
+ ScheduleTrigger: ScheduleTrigger,
25417
+ ScheduleTriggerRecurrence: ScheduleTriggerRecurrence,
25418
+ ScriptAction: ScriptAction,
25419
+ ScriptActivity: ScriptActivity,
25420
+ ScriptActivityParameter: ScriptActivityParameter,
25421
+ ScriptActivityScriptBlock: ScriptActivityScriptBlock,
25422
+ ScriptActivityTypePropertiesLogSettings: ScriptActivityTypePropertiesLogSettings,
25423
+ SecretBase: SecretBase,
25424
+ SecureString: SecureString,
25425
+ SelfDependencyTumblingWindowTriggerReference: SelfDependencyTumblingWindowTriggerReference,
25426
+ SelfHostedIntegrationRuntime: SelfHostedIntegrationRuntime,
25427
+ SelfHostedIntegrationRuntimeNode: SelfHostedIntegrationRuntimeNode,
25428
+ SelfHostedIntegrationRuntimeStatus: SelfHostedIntegrationRuntimeStatus,
25429
+ ServiceNowLinkedService: ServiceNowLinkedService,
25430
+ ServiceNowObjectDataset: ServiceNowObjectDataset,
25551
25431
  ServiceNowSource: ServiceNowSource,
25432
+ ServicePrincipalCredential: ServicePrincipalCredential,
25433
+ SetVariableActivity: SetVariableActivity,
25434
+ SftpLocation: SftpLocation,
25435
+ SftpReadSettings: SftpReadSettings,
25436
+ SftpServerLinkedService: SftpServerLinkedService,
25437
+ SftpWriteSettings: SftpWriteSettings,
25438
+ SharePointOnlineListLinkedService: SharePointOnlineListLinkedService,
25439
+ SharePointOnlineListResourceDataset: SharePointOnlineListResourceDataset,
25440
+ SharePointOnlineListSource: SharePointOnlineListSource,
25441
+ ShopifyLinkedService: ShopifyLinkedService,
25442
+ ShopifyObjectDataset: ShopifyObjectDataset,
25552
25443
  ShopifySource: ShopifySource,
25444
+ SkipErrorFile: SkipErrorFile,
25445
+ SmartsheetLinkedService: SmartsheetLinkedService,
25446
+ SnowflakeDataset: SnowflakeDataset,
25447
+ SnowflakeExportCopyCommand: SnowflakeExportCopyCommand,
25448
+ SnowflakeImportCopyCommand: SnowflakeImportCopyCommand,
25449
+ SnowflakeLinkedService: SnowflakeLinkedService,
25450
+ SnowflakeSink: SnowflakeSink,
25451
+ SnowflakeSource: SnowflakeSource,
25452
+ SparkConfigurationParametrizationReference: SparkConfigurationParametrizationReference,
25453
+ SparkLinkedService: SparkLinkedService,
25454
+ SparkObjectDataset: SparkObjectDataset,
25553
25455
  SparkSource: SparkSource,
25456
+ SqlAlwaysEncryptedProperties: SqlAlwaysEncryptedProperties,
25457
+ SqlDWSink: SqlDWSink,
25458
+ SqlDWSource: SqlDWSource,
25459
+ SqlDWUpsertSettings: SqlDWUpsertSettings,
25460
+ SqlMISink: SqlMISink,
25461
+ SqlMISource: SqlMISource,
25462
+ SqlPartitionSettings: SqlPartitionSettings,
25463
+ SqlServerLinkedService: SqlServerLinkedService,
25464
+ SqlServerSink: SqlServerSink,
25465
+ SqlServerSource: SqlServerSource,
25466
+ SqlServerStoredProcedureActivity: SqlServerStoredProcedureActivity,
25467
+ SqlServerTableDataset: SqlServerTableDataset,
25468
+ SqlSink: SqlSink,
25469
+ SqlSource: SqlSource,
25470
+ SqlUpsertSettings: SqlUpsertSettings,
25471
+ SquareLinkedService: SquareLinkedService,
25472
+ SquareObjectDataset: SquareObjectDataset,
25554
25473
  SquareSource: SquareSource,
25474
+ SsisAccessCredential: SsisAccessCredential,
25475
+ SsisChildPackage: SsisChildPackage,
25476
+ SsisEnvironment: SsisEnvironment,
25477
+ SsisEnvironmentReference: SsisEnvironmentReference,
25478
+ SsisExecutionCredential: SsisExecutionCredential,
25479
+ SsisExecutionParameter: SsisExecutionParameter,
25480
+ SsisFolder: SsisFolder,
25481
+ SsisLogLocation: SsisLogLocation,
25482
+ SsisObjectMetadata: SsisObjectMetadata,
25483
+ SsisObjectMetadataListResponse: SsisObjectMetadataListResponse,
25484
+ SsisObjectMetadataStatusResponse: SsisObjectMetadataStatusResponse,
25485
+ SsisPackage: SsisPackage,
25486
+ SsisPackageLocation: SsisPackageLocation,
25487
+ SsisParameter: SsisParameter,
25488
+ SsisProject: SsisProject,
25489
+ SsisPropertyOverride: SsisPropertyOverride,
25490
+ SsisVariable: SsisVariable,
25491
+ StagingSettings: StagingSettings,
25492
+ StoreReadSettings: StoreReadSettings,
25493
+ StoreWriteSettings: StoreWriteSettings,
25494
+ StoredProcedureParameter: StoredProcedureParameter,
25495
+ SubResource: SubResource,
25496
+ SubResourceDebugResource: SubResourceDebugResource,
25497
+ SwitchActivity: SwitchActivity,
25498
+ SwitchCase: SwitchCase,
25499
+ SybaseLinkedService: SybaseLinkedService,
25500
+ SybaseSource: SybaseSource,
25501
+ SybaseTableDataset: SybaseTableDataset,
25502
+ SynapseNotebookActivity: SynapseNotebookActivity,
25503
+ SynapseNotebookReference: SynapseNotebookReference,
25504
+ SynapseSparkJobDefinitionActivity: SynapseSparkJobDefinitionActivity,
25505
+ SynapseSparkJobReference: SynapseSparkJobReference,
25506
+ TabularSource: TabularSource,
25507
+ TabularTranslator: TabularTranslator,
25508
+ TarGZipReadSettings: TarGZipReadSettings,
25509
+ TarReadSettings: TarReadSettings,
25510
+ TeamDeskLinkedService: TeamDeskLinkedService,
25511
+ TeradataLinkedService: TeradataLinkedService,
25512
+ TeradataPartitionSettings: TeradataPartitionSettings,
25513
+ TeradataSource: TeradataSource,
25514
+ TeradataTableDataset: TeradataTableDataset,
25515
+ TextFormat: TextFormat,
25516
+ Transformation: Transformation,
25517
+ Trigger: Trigger,
25518
+ TriggerDependencyReference: TriggerDependencyReference,
25519
+ TriggerFilterParameters: TriggerFilterParameters,
25520
+ TriggerListResponse: TriggerListResponse,
25521
+ TriggerPipelineReference: TriggerPipelineReference,
25522
+ TriggerQueryResponse: TriggerQueryResponse,
25523
+ TriggerReference: TriggerReference,
25524
+ TriggerResource: TriggerResource,
25525
+ TriggerRun: TriggerRun,
25526
+ TriggerRunsQueryResponse: TriggerRunsQueryResponse,
25527
+ TriggerSubscriptionOperationStatus: TriggerSubscriptionOperationStatus,
25528
+ TumblingWindowTrigger: TumblingWindowTrigger,
25529
+ TumblingWindowTriggerDependencyReference: TumblingWindowTriggerDependencyReference,
25530
+ TwilioLinkedService: TwilioLinkedService,
25531
+ TypeConversionSettings: TypeConversionSettings,
25532
+ UntilActivity: UntilActivity,
25533
+ UpdateIntegrationRuntimeNodeRequest: UpdateIntegrationRuntimeNodeRequest,
25534
+ UpdateIntegrationRuntimeRequest: UpdateIntegrationRuntimeRequest,
25535
+ UserAccessPolicy: UserAccessPolicy,
25536
+ UserProperty: UserProperty,
25537
+ ValidationActivity: ValidationActivity,
25538
+ VariableSpecification: VariableSpecification,
25539
+ VerticaLinkedService: VerticaLinkedService,
25540
+ VerticaSource: VerticaSource,
25541
+ VerticaTableDataset: VerticaTableDataset,
25542
+ WaitActivity: WaitActivity,
25543
+ WebActivity: WebActivity,
25544
+ WebActivityAuthentication: WebActivityAuthentication,
25545
+ WebAnonymousAuthentication: WebAnonymousAuthentication,
25546
+ WebBasicAuthentication: WebBasicAuthentication,
25547
+ WebClientCertificateAuthentication: WebClientCertificateAuthentication,
25548
+ WebHookActivity: WebHookActivity,
25549
+ WebLinkedService: WebLinkedService,
25550
+ WebLinkedServiceTypeProperties: WebLinkedServiceTypeProperties,
25551
+ WebSource: WebSource,
25552
+ WebTableDataset: WebTableDataset,
25553
+ WranglingDataFlow: WranglingDataFlow,
25554
+ XeroLinkedService: XeroLinkedService,
25555
+ XeroObjectDataset: XeroObjectDataset,
25555
25556
  XeroSource: XeroSource,
25557
+ XmlDataset: XmlDataset,
25558
+ XmlReadSettings: XmlReadSettings,
25559
+ XmlSource: XmlSource,
25560
+ ZendeskLinkedService: ZendeskLinkedService,
25561
+ ZipDeflateReadSettings: ZipDeflateReadSettings,
25562
+ ZohoLinkedService: ZohoLinkedService,
25563
+ ZohoObjectDataset: ZohoObjectDataset,
25556
25564
  ZohoSource: ZohoSource,
25557
- NetezzaSource: NetezzaSource,
25558
- VerticaSource: VerticaSource,
25559
- SalesforceMarketingCloudSource: SalesforceMarketingCloudSource,
25560
- ResponsysSource: ResponsysSource,
25561
- DynamicsAXSource: DynamicsAXSource,
25562
- OracleServiceCloudSource: OracleServiceCloudSource,
25563
- GoogleAdWordsSource: GoogleAdWordsSource,
25564
- AmazonRedshiftSource: AmazonRedshiftSource,
25565
- TumblingWindowTriggerDependencyReference: TumblingWindowTriggerDependencyReference,
25566
- DataFlowDebugSessionCreateHeaders: DataFlowDebugSessionCreateHeaders,
25567
- DataFlowDebugSessionExecuteCommandHeaders: DataFlowDebugSessionExecuteCommandHeaders,
25568
25565
  discriminators: discriminators
25569
25566
  });
25570
25567
 
@@ -26121,16 +26118,11 @@ class OperationsImpl {
26121
26118
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
26122
26119
  var _a, e_1, _b, _c;
26123
26120
  try {
26124
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
26121
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
26125
26122
  _c = _f.value;
26126
26123
  _d = false;
26127
- try {
26128
- const page = _c;
26129
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
26130
- }
26131
- finally {
26132
- _d = true;
26133
- }
26124
+ const page = _c;
26125
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
26134
26126
  }
26135
26127
  }
26136
26128
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -26254,16 +26246,11 @@ class FactoriesImpl {
26254
26246
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
26255
26247
  var _a, e_1, _b, _c;
26256
26248
  try {
26257
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
26249
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
26258
26250
  _c = _f.value;
26259
26251
  _d = false;
26260
- try {
26261
- const page = _c;
26262
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
26263
- }
26264
- finally {
26265
- _d = true;
26266
- }
26252
+ const page = _c;
26253
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
26267
26254
  }
26268
26255
  }
26269
26256
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -26321,16 +26308,11 @@ class FactoriesImpl {
26321
26308
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
26322
26309
  var _a, e_2, _b, _c;
26323
26310
  try {
26324
- for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
26311
+ for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
26325
26312
  _c = _f.value;
26326
26313
  _d = false;
26327
- try {
26328
- const page = _c;
26329
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
26330
- }
26331
- finally {
26332
- _d = true;
26333
- }
26314
+ const page = _c;
26315
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
26334
26316
  }
26335
26317
  }
26336
26318
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
@@ -26881,16 +26863,11 @@ class IntegrationRuntimesImpl {
26881
26863
  return tslib.__asyncGenerator(this, arguments, function* listByFactoryPagingAll_1() {
26882
26864
  var _a, e_1, _b, _c;
26883
26865
  try {
26884
- for (var _d = true, _e = tslib.__asyncValues(this.listByFactoryPagingPage(resourceGroupName, factoryName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
26866
+ for (var _d = true, _e = tslib.__asyncValues(this.listByFactoryPagingPage(resourceGroupName, factoryName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
26885
26867
  _c = _f.value;
26886
26868
  _d = false;
26887
- try {
26888
- const page = _c;
26889
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
26890
- }
26891
- finally {
26892
- _d = true;
26893
- }
26869
+ const page = _c;
26870
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
26894
26871
  }
26895
26872
  }
26896
26873
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -28023,16 +28000,11 @@ class LinkedServicesImpl {
28023
28000
  return tslib.__asyncGenerator(this, arguments, function* listByFactoryPagingAll_1() {
28024
28001
  var _a, e_1, _b, _c;
28025
28002
  try {
28026
- for (var _d = true, _e = tslib.__asyncValues(this.listByFactoryPagingPage(resourceGroupName, factoryName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
28003
+ for (var _d = true, _e = tslib.__asyncValues(this.listByFactoryPagingPage(resourceGroupName, factoryName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
28027
28004
  _c = _f.value;
28028
28005
  _d = false;
28029
- try {
28030
- const page = _c;
28031
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
28032
- }
28033
- finally {
28034
- _d = true;
28035
- }
28006
+ const page = _c;
28007
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
28036
28008
  }
28037
28009
  }
28038
28010
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -28282,16 +28254,11 @@ class DatasetsImpl {
28282
28254
  return tslib.__asyncGenerator(this, arguments, function* listByFactoryPagingAll_1() {
28283
28255
  var _a, e_1, _b, _c;
28284
28256
  try {
28285
- for (var _d = true, _e = tslib.__asyncValues(this.listByFactoryPagingPage(resourceGroupName, factoryName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
28257
+ for (var _d = true, _e = tslib.__asyncValues(this.listByFactoryPagingPage(resourceGroupName, factoryName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
28286
28258
  _c = _f.value;
28287
28259
  _d = false;
28288
- try {
28289
- const page = _c;
28290
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
28291
- }
28292
- finally {
28293
- _d = true;
28294
- }
28260
+ const page = _c;
28261
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
28295
28262
  }
28296
28263
  }
28297
28264
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -28535,16 +28502,11 @@ class PipelinesImpl {
28535
28502
  return tslib.__asyncGenerator(this, arguments, function* listByFactoryPagingAll_1() {
28536
28503
  var _a, e_1, _b, _c;
28537
28504
  try {
28538
- for (var _d = true, _e = tslib.__asyncValues(this.listByFactoryPagingPage(resourceGroupName, factoryName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
28505
+ for (var _d = true, _e = tslib.__asyncValues(this.listByFactoryPagingPage(resourceGroupName, factoryName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
28539
28506
  _c = _f.value;
28540
28507
  _d = false;
28541
- try {
28542
- const page = _c;
28543
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
28544
- }
28545
- finally {
28546
- _d = true;
28547
- }
28508
+ const page = _c;
28509
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
28548
28510
  }
28549
28511
  }
28550
28512
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -28998,16 +28960,11 @@ class TriggersImpl {
28998
28960
  return tslib.__asyncGenerator(this, arguments, function* listByFactoryPagingAll_1() {
28999
28961
  var _a, e_1, _b, _c;
29000
28962
  try {
29001
- for (var _d = true, _e = tslib.__asyncValues(this.listByFactoryPagingPage(resourceGroupName, factoryName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
28963
+ for (var _d = true, _e = tslib.__asyncValues(this.listByFactoryPagingPage(resourceGroupName, factoryName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
29002
28964
  _c = _f.value;
29003
28965
  _d = false;
29004
- try {
29005
- const page = _c;
29006
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
29007
- }
29008
- finally {
29009
- _d = true;
29010
- }
28966
+ const page = _c;
28967
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
29011
28968
  }
29012
28969
  }
29013
28970
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -29769,16 +29726,11 @@ class DataFlowsImpl {
29769
29726
  return tslib.__asyncGenerator(this, arguments, function* listByFactoryPagingAll_1() {
29770
29727
  var _a, e_1, _b, _c;
29771
29728
  try {
29772
- for (var _d = true, _e = tslib.__asyncValues(this.listByFactoryPagingPage(resourceGroupName, factoryName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
29729
+ for (var _d = true, _e = tslib.__asyncValues(this.listByFactoryPagingPage(resourceGroupName, factoryName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
29773
29730
  _c = _f.value;
29774
29731
  _d = false;
29775
- try {
29776
- const page = _c;
29777
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
29778
- }
29779
- finally {
29780
- _d = true;
29781
- }
29732
+ const page = _c;
29733
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
29782
29734
  }
29783
29735
  }
29784
29736
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -30021,16 +29973,11 @@ class DataFlowDebugSessionImpl {
30021
29973
  return tslib.__asyncGenerator(this, arguments, function* queryByFactoryPagingAll_1() {
30022
29974
  var _a, e_1, _b, _c;
30023
29975
  try {
30024
- for (var _d = true, _e = tslib.__asyncValues(this.queryByFactoryPagingPage(resourceGroupName, factoryName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
29976
+ for (var _d = true, _e = tslib.__asyncValues(this.queryByFactoryPagingPage(resourceGroupName, factoryName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
30025
29977
  _c = _f.value;
30026
29978
  _d = false;
30027
- try {
30028
- const page = _c;
30029
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
30030
- }
30031
- finally {
30032
- _d = true;
30033
- }
29979
+ const page = _c;
29980
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
30034
29981
  }
30035
29982
  }
30036
29983
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -30413,16 +30360,11 @@ class ManagedVirtualNetworksImpl {
30413
30360
  return tslib.__asyncGenerator(this, arguments, function* listByFactoryPagingAll_1() {
30414
30361
  var _a, e_1, _b, _c;
30415
30362
  try {
30416
- for (var _d = true, _e = tslib.__asyncValues(this.listByFactoryPagingPage(resourceGroupName, factoryName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
30363
+ for (var _d = true, _e = tslib.__asyncValues(this.listByFactoryPagingPage(resourceGroupName, factoryName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
30417
30364
  _c = _f.value;
30418
30365
  _d = false;
30419
- try {
30420
- const page = _c;
30421
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
30422
- }
30423
- finally {
30424
- _d = true;
30425
- }
30366
+ const page = _c;
30367
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
30426
30368
  }
30427
30369
  }
30428
30370
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -30641,16 +30583,11 @@ class ManagedPrivateEndpointsImpl {
30641
30583
  return tslib.__asyncGenerator(this, arguments, function* listByFactoryPagingAll_1() {
30642
30584
  var _a, e_1, _b, _c;
30643
30585
  try {
30644
- for (var _d = true, _e = tslib.__asyncValues(this.listByFactoryPagingPage(resourceGroupName, factoryName, managedVirtualNetworkName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
30586
+ for (var _d = true, _e = tslib.__asyncValues(this.listByFactoryPagingPage(resourceGroupName, factoryName, managedVirtualNetworkName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
30645
30587
  _c = _f.value;
30646
30588
  _d = false;
30647
- try {
30648
- const page = _c;
30649
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
30650
- }
30651
- finally {
30652
- _d = true;
30653
- }
30589
+ const page = _c;
30590
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
30654
30591
  }
30655
30592
  }
30656
30593
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -30928,16 +30865,11 @@ class CredentialOperationsImpl {
30928
30865
  return tslib.__asyncGenerator(this, arguments, function* listByFactoryPagingAll_1() {
30929
30866
  var _a, e_1, _b, _c;
30930
30867
  try {
30931
- for (var _d = true, _e = tslib.__asyncValues(this.listByFactoryPagingPage(resourceGroupName, factoryName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
30868
+ for (var _d = true, _e = tslib.__asyncValues(this.listByFactoryPagingPage(resourceGroupName, factoryName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
30932
30869
  _c = _f.value;
30933
30870
  _d = false;
30934
- try {
30935
- const page = _c;
30936
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
30937
- }
30938
- finally {
30939
- _d = true;
30940
- }
30871
+ const page = _c;
30872
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
30941
30873
  }
30942
30874
  }
30943
30875
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -31181,16 +31113,11 @@ class PrivateEndPointConnectionsImpl {
31181
31113
  return tslib.__asyncGenerator(this, arguments, function* listByFactoryPagingAll_1() {
31182
31114
  var _a, e_1, _b, _c;
31183
31115
  try {
31184
- for (var _d = true, _e = tslib.__asyncValues(this.listByFactoryPagingPage(resourceGroupName, factoryName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
31116
+ for (var _d = true, _e = tslib.__asyncValues(this.listByFactoryPagingPage(resourceGroupName, factoryName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
31185
31117
  _c = _f.value;
31186
31118
  _d = false;
31187
- try {
31188
- const page = _c;
31189
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
31190
- }
31191
- finally {
31192
- _d = true;
31193
- }
31119
+ const page = _c;
31120
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
31194
31121
  }
31195
31122
  }
31196
31123
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -31519,16 +31446,11 @@ class GlobalParametersImpl {
31519
31446
  return tslib.__asyncGenerator(this, arguments, function* listByFactoryPagingAll_1() {
31520
31447
  var _a, e_1, _b, _c;
31521
31448
  try {
31522
- for (var _d = true, _e = tslib.__asyncValues(this.listByFactoryPagingPage(resourceGroupName, factoryName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
31449
+ for (var _d = true, _e = tslib.__asyncValues(this.listByFactoryPagingPage(resourceGroupName, factoryName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
31523
31450
  _c = _f.value;
31524
31451
  _d = false;
31525
- try {
31526
- const page = _c;
31527
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
31528
- }
31529
- finally {
31530
- _d = true;
31531
- }
31452
+ const page = _c;
31453
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
31532
31454
  }
31533
31455
  }
31534
31456
  catch (e_1_1) { e_1 = { error: e_1_1 }; }