@pulumi/azure-native 1.100.1 → 1.101.0
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.
- package/confidentialledger/v20230126preview/getLedger.d.ts +1 -5
- package/confidentialledger/v20230126preview/getLedger.js +1 -1
- package/confidentialledger/v20230126preview/ledger.d.ts +2 -11
- package/confidentialledger/v20230126preview/ledger.js +1 -3
- package/dbformysql/v20211201preview/server.js +4 -3
- package/dbformysql/v20220101/server.js +4 -3
- package/eventhub/v20221001preview/getSchemaRegistry.d.ts +2 -2
- package/eventhub/v20221001preview/getSchemaRegistry.js +2 -2
- package/hybridcloud/cloudConnection.d.ts +116 -0
- package/hybridcloud/cloudConnection.js +84 -0
- package/hybridcloud/cloudConnector.d.ts +100 -0
- package/hybridcloud/cloudConnector.js +80 -0
- package/hybridcloud/getCloudConnection.d.ts +87 -0
- package/hybridcloud/getCloudConnection.js +28 -0
- package/hybridcloud/getCloudConnector.d.ts +79 -0
- package/hybridcloud/getCloudConnector.js +28 -0
- package/hybridcloud/index.d.ts +15 -0
- package/hybridcloud/index.js +51 -0
- package/hybridcloud/v20230101preview/cloudConnection.d.ts +115 -0
- package/hybridcloud/v20230101preview/cloudConnection.js +83 -0
- package/hybridcloud/v20230101preview/cloudConnector.d.ts +99 -0
- package/hybridcloud/v20230101preview/cloudConnector.js +79 -0
- package/hybridcloud/v20230101preview/getCloudConnection.d.ts +85 -0
- package/hybridcloud/v20230101preview/getCloudConnection.js +26 -0
- package/hybridcloud/v20230101preview/getCloudConnector.d.ts +77 -0
- package/hybridcloud/v20230101preview/getCloudConnector.js +26 -0
- package/hybridcloud/v20230101preview/index.d.ts +13 -0
- package/hybridcloud/v20230101preview/index.js +48 -0
- package/hybridcompute/index.d.ts +2 -1
- package/hybridcompute/index.js +4 -2
- package/hybridcompute/machine.js +2 -2
- package/hybridcompute/machineExtension.js +2 -2
- package/hybridcompute/privateEndpointConnection.js +2 -2
- package/hybridcompute/privateLinkScope.js +2 -2
- package/hybridcompute/v20190318preview/machine.js +2 -2
- package/hybridcompute/v20190802preview/machine.js +2 -2
- package/hybridcompute/v20190802preview/machineExtension.js +2 -2
- package/hybridcompute/v20191212/machine.js +2 -2
- package/hybridcompute/v20191212/machineExtension.js +2 -2
- package/hybridcompute/v20200730preview/machine.js +2 -2
- package/hybridcompute/v20200730preview/machineExtension.js +2 -2
- package/hybridcompute/v20200802/machine.js +2 -2
- package/hybridcompute/v20200802/machineExtension.js +2 -2
- package/hybridcompute/v20200815preview/machine.js +2 -2
- package/hybridcompute/v20200815preview/machineExtension.js +2 -2
- package/hybridcompute/v20200815preview/privateEndpointConnection.js +2 -2
- package/hybridcompute/v20200815preview/privateLinkScope.js +2 -2
- package/hybridcompute/v20210128preview/machine.js +2 -2
- package/hybridcompute/v20210128preview/machineExtension.js +2 -2
- package/hybridcompute/v20210128preview/privateEndpointConnection.js +2 -2
- package/hybridcompute/v20210128preview/privateLinkScope.js +2 -2
- package/hybridcompute/v20210325preview/machine.js +2 -2
- package/hybridcompute/v20210325preview/machineExtension.js +2 -2
- package/hybridcompute/v20210325preview/privateEndpointConnection.js +2 -2
- package/hybridcompute/v20210325preview/privateLinkScope.js +2 -2
- package/hybridcompute/v20210422preview/machine.js +2 -2
- package/hybridcompute/v20210422preview/machineExtension.js +2 -2
- package/hybridcompute/v20210422preview/privateEndpointConnection.js +2 -2
- package/hybridcompute/v20210422preview/privateLinkScope.js +2 -2
- package/hybridcompute/v20210517preview/machine.js +2 -2
- package/hybridcompute/v20210517preview/machineExtension.js +2 -2
- package/hybridcompute/v20210517preview/privateEndpointConnection.js +2 -2
- package/hybridcompute/v20210517preview/privateLinkScope.js +2 -2
- package/hybridcompute/v20210520/machine.js +2 -2
- package/hybridcompute/v20210520/machineExtension.js +2 -2
- package/hybridcompute/v20210520/privateEndpointConnection.js +2 -2
- package/hybridcompute/v20210520/privateLinkScope.js +2 -2
- package/hybridcompute/v20210610preview/machine.js +2 -2
- package/hybridcompute/v20210610preview/machineExtension.js +2 -2
- package/hybridcompute/v20210610preview/privateEndpointConnection.js +2 -2
- package/hybridcompute/v20210610preview/privateLinkScope.js +2 -2
- package/hybridcompute/v20211210preview/machine.js +2 -2
- package/hybridcompute/v20211210preview/machineExtension.js +2 -2
- package/hybridcompute/v20211210preview/privateEndpointConnection.js +2 -2
- package/hybridcompute/v20211210preview/privateLinkScope.js +2 -2
- package/hybridcompute/v20220310/machine.js +2 -2
- package/hybridcompute/v20220310/machineExtension.js +2 -2
- package/hybridcompute/v20220310/privateEndpointConnection.js +2 -2
- package/hybridcompute/v20220310/privateLinkScope.js +2 -2
- package/hybridcompute/v20220510preview/machine.js +2 -2
- package/hybridcompute/v20220510preview/machineExtension.js +2 -2
- package/hybridcompute/v20220510preview/privateEndpointConnection.js +2 -2
- package/hybridcompute/v20220510preview/privateLinkScope.js +2 -2
- package/hybridcompute/v20220811preview/machine.js +2 -2
- package/hybridcompute/v20220811preview/machineExtension.js +2 -2
- package/hybridcompute/v20220811preview/privateEndpointConnection.js +2 -2
- package/hybridcompute/v20220811preview/privateLinkScope.js +2 -2
- package/hybridcompute/v20221110/machine.js +2 -2
- package/hybridcompute/v20221110/machineExtension.js +2 -2
- package/hybridcompute/v20221110/privateEndpointConnection.js +2 -2
- package/hybridcompute/v20221110/privateLinkScope.js +2 -2
- package/hybridcompute/v20221227/getMachine.d.ts +191 -0
- package/hybridcompute/v20221227/getMachine.js +27 -0
- package/hybridcompute/v20221227/getMachineExtension.d.ts +105 -0
- package/hybridcompute/v20221227/getMachineExtension.js +27 -0
- package/hybridcompute/v20221227/getPrivateEndpointConnection.d.ts +63 -0
- package/hybridcompute/v20221227/getPrivateEndpointConnection.js +27 -0
- package/hybridcompute/v20221227/getPrivateLinkScope.d.ts +65 -0
- package/hybridcompute/v20221227/getPrivateLinkScope.js +26 -0
- package/hybridcompute/v20221227/index.d.ts +25 -0
- package/hybridcompute/v20221227/index.js +62 -0
- package/hybridcompute/v20221227/machine.d.ts +245 -0
- package/hybridcompute/v20221227/machine.js +131 -0
- package/hybridcompute/v20221227/machineExtension.d.ts +151 -0
- package/hybridcompute/v20221227/machineExtension.js +93 -0
- package/hybridcompute/v20221227/privateEndpointConnection.d.ts +67 -0
- package/hybridcompute/v20221227/privateEndpointConnection.js +73 -0
- package/hybridcompute/v20221227/privateLinkScope.d.ts +83 -0
- package/hybridcompute/v20221227/privateLinkScope.js +73 -0
- package/hybridcompute/v20221227preview/machine.js +2 -2
- package/hybridcompute/v20221227preview/machineExtension.js +2 -2
- package/hybridcompute/v20221227preview/privateEndpointConnection.js +2 -2
- package/hybridcompute/v20221227preview/privateLinkScope.js +2 -2
- package/index.d.ts +2 -1
- package/index.js +7 -5
- package/monitor/azureMonitorWorkspace.js +2 -2
- package/monitor/index.d.ts +2 -1
- package/monitor/index.js +4 -2
- package/monitor/v20210603preview/azureMonitorWorkspace.js +2 -2
- package/monitor/v20230403/azureMonitorWorkspace.d.ts +102 -0
- package/monitor/v20230403/azureMonitorWorkspace.js +85 -0
- package/monitor/v20230403/getAzureMonitorWorkspace.d.ts +89 -0
- package/monitor/v20230403/getAzureMonitorWorkspace.js +26 -0
- package/monitor/v20230403/index.d.ts +6 -0
- package/monitor/v20230403/index.js +25 -0
- package/package.json +2 -2
- package/tsconfig.tsbuildinfo +1 -1
- package/types/enums/datafactory/index.d.ts +2 -10
- package/types/enums/datafactory/index.js +3 -7
- package/types/enums/datafactory/v20180601/index.d.ts +2 -10
- package/types/enums/datafactory/v20180601/index.js +3 -7
- package/types/enums/dbformysql/v20211201preview/index.d.ts +1 -1
- package/types/enums/dbformysql/v20220101/index.d.ts +1 -1
- package/types/enums/dbforpostgresql/v20221201/index.d.ts +0 -1
- package/types/enums/dbforpostgresql/v20221201/index.js +1 -2
- package/types/enums/hybridcloud/index.d.ts +9 -0
- package/types/enums/hybridcloud/index.js +12 -0
- package/types/enums/hybridcloud/v20230101preview/index.d.ts +7 -0
- package/types/enums/hybridcloud/v20230101preview/index.js +9 -0
- package/types/enums/hybridcompute/index.d.ts +2 -1
- package/types/enums/hybridcompute/index.js +4 -2
- package/types/enums/hybridcompute/v20221227/index.d.ts +48 -0
- package/types/enums/hybridcompute/v20221227/index.js +34 -0
- package/types/enums/index.d.ts +2 -1
- package/types/enums/index.js +6 -4
- package/types/enums/recoveryservices/v20230101/index.d.ts +9 -0
- package/types/enums/recoveryservices/v20230101/index.js +7 -2
- package/types/enums/recoveryservices/v20230201/index.d.ts +9 -0
- package/types/enums/recoveryservices/v20230201/index.js +7 -2
- package/types/input.d.ts +888 -570
- package/types/input.js +39 -1
- package/types/output.d.ts +1526 -770
- package/types/output.js +39 -1
package/types/output.d.ts
CHANGED
|
@@ -156569,6 +156569,10 @@ export declare namespace confidentialledger {
|
|
|
156569
156569
|
* Provisioning state of Ledger Resource
|
|
156570
156570
|
*/
|
|
156571
156571
|
provisioningState: string;
|
|
156572
|
+
/**
|
|
156573
|
+
* Object representing RunningState for Ledger.
|
|
156574
|
+
*/
|
|
156575
|
+
runningState?: string;
|
|
156572
156576
|
}
|
|
156573
156577
|
/**
|
|
156574
156578
|
* Additional Managed CCF properties.
|
|
@@ -168777,6 +168781,10 @@ export declare namespace containerinstance {
|
|
|
168777
168781
|
* The resource requirements of the container instance.
|
|
168778
168782
|
*/
|
|
168779
168783
|
resources: outputs.containerinstance.v20221001preview.ResourceRequirementsResponse;
|
|
168784
|
+
/**
|
|
168785
|
+
* The container security properties.
|
|
168786
|
+
*/
|
|
168787
|
+
securityContext?: outputs.containerinstance.v20221001preview.SecurityContextDefinitionResponse;
|
|
168780
168788
|
/**
|
|
168781
168789
|
* The volume mounts available to the container instance.
|
|
168782
168790
|
*/
|
|
@@ -169008,6 +169016,10 @@ export declare namespace containerinstance {
|
|
|
169008
169016
|
* The name for the init container.
|
|
169009
169017
|
*/
|
|
169010
169018
|
name: string;
|
|
169019
|
+
/**
|
|
169020
|
+
* The container security properties.
|
|
169021
|
+
*/
|
|
169022
|
+
securityContext?: outputs.containerinstance.v20221001preview.SecurityContextDefinitionResponse;
|
|
169011
169023
|
/**
|
|
169012
169024
|
* The volume mounts available to the init container.
|
|
169013
169025
|
*/
|
|
@@ -169154,6 +169166,48 @@ export declare namespace containerinstance {
|
|
|
169154
169166
|
*/
|
|
169155
169167
|
requests: outputs.containerinstance.v20221001preview.ResourceRequestsResponse;
|
|
169156
169168
|
}
|
|
169169
|
+
/**
|
|
169170
|
+
* The capabilities to add or drop from a container.
|
|
169171
|
+
*/
|
|
169172
|
+
interface SecurityContextCapabilitiesDefinitionResponse {
|
|
169173
|
+
/**
|
|
169174
|
+
* The capabilities to add to the container.
|
|
169175
|
+
*/
|
|
169176
|
+
add?: string[];
|
|
169177
|
+
/**
|
|
169178
|
+
* The capabilities to drop from the container.
|
|
169179
|
+
*/
|
|
169180
|
+
drop?: string[];
|
|
169181
|
+
}
|
|
169182
|
+
/**
|
|
169183
|
+
* The security context for the container.
|
|
169184
|
+
*/
|
|
169185
|
+
interface SecurityContextDefinitionResponse {
|
|
169186
|
+
/**
|
|
169187
|
+
* A boolean value indicating whether the init process can elevate its privileges
|
|
169188
|
+
*/
|
|
169189
|
+
allowPrivilegeEscalation?: boolean;
|
|
169190
|
+
/**
|
|
169191
|
+
* The capabilities to add or drop from a container.
|
|
169192
|
+
*/
|
|
169193
|
+
capabilities?: outputs.containerinstance.v20221001preview.SecurityContextCapabilitiesDefinitionResponse;
|
|
169194
|
+
/**
|
|
169195
|
+
* The flag to determine if the container permissions is elevated to Privileged.
|
|
169196
|
+
*/
|
|
169197
|
+
privileged?: boolean;
|
|
169198
|
+
/**
|
|
169199
|
+
* Sets the User GID for the container.
|
|
169200
|
+
*/
|
|
169201
|
+
runAsGroup?: number;
|
|
169202
|
+
/**
|
|
169203
|
+
* Sets the User UID for the container.
|
|
169204
|
+
*/
|
|
169205
|
+
runAsUser?: number;
|
|
169206
|
+
/**
|
|
169207
|
+
* a base64 encoded string containing the contents of the JSON in the seccomp profile
|
|
169208
|
+
*/
|
|
169209
|
+
seccompProfile?: string;
|
|
169210
|
+
}
|
|
169157
169211
|
/**
|
|
169158
169212
|
* The list of user identities associated with the container group. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
|
|
169159
169213
|
*/
|
|
@@ -269427,9 +269481,9 @@ export declare namespace datafactory {
|
|
|
269427
269481
|
*/
|
|
269428
269482
|
description?: string;
|
|
269429
269483
|
/**
|
|
269430
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
269484
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
269431
269485
|
*/
|
|
269432
|
-
encryptedCredential?:
|
|
269486
|
+
encryptedCredential?: string;
|
|
269433
269487
|
/**
|
|
269434
269488
|
* The endpoint of the Amazon MWS server, (i.e. mws.amazonservices.com)
|
|
269435
269489
|
*/
|
|
@@ -269577,9 +269631,9 @@ export declare namespace datafactory {
|
|
|
269577
269631
|
*/
|
|
269578
269632
|
description?: string;
|
|
269579
269633
|
/**
|
|
269580
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
269634
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
269581
269635
|
*/
|
|
269582
|
-
encryptedCredential?:
|
|
269636
|
+
encryptedCredential?: string;
|
|
269583
269637
|
/**
|
|
269584
269638
|
* Parameters for linked service.
|
|
269585
269639
|
*/
|
|
@@ -269732,9 +269786,9 @@ export declare namespace datafactory {
|
|
|
269732
269786
|
*/
|
|
269733
269787
|
description?: string;
|
|
269734
269788
|
/**
|
|
269735
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
269789
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
269736
269790
|
*/
|
|
269737
|
-
encryptedCredential?:
|
|
269791
|
+
encryptedCredential?: string;
|
|
269738
269792
|
/**
|
|
269739
269793
|
* Parameters for linked service.
|
|
269740
269794
|
*/
|
|
@@ -269878,9 +269932,9 @@ export declare namespace datafactory {
|
|
|
269878
269932
|
*/
|
|
269879
269933
|
description?: string;
|
|
269880
269934
|
/**
|
|
269881
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
269935
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
269882
269936
|
*/
|
|
269883
|
-
encryptedCredential?:
|
|
269937
|
+
encryptedCredential?: string;
|
|
269884
269938
|
/**
|
|
269885
269939
|
* Parameters for linked service.
|
|
269886
269940
|
*/
|
|
@@ -270020,9 +270074,9 @@ export declare namespace datafactory {
|
|
|
270020
270074
|
*/
|
|
270021
270075
|
description?: string;
|
|
270022
270076
|
/**
|
|
270023
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
270077
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
270024
270078
|
*/
|
|
270025
|
-
encryptedCredential?:
|
|
270079
|
+
encryptedCredential?: string;
|
|
270026
270080
|
/**
|
|
270027
270081
|
* If true, use S3 path-style access instead of virtual hosted-style access. Default value is false. Type: boolean (or Expression with resultType boolean).
|
|
270028
270082
|
*/
|
|
@@ -270086,9 +270140,9 @@ export declare namespace datafactory {
|
|
|
270086
270140
|
*/
|
|
270087
270141
|
disableMetricsCollection?: any;
|
|
270088
270142
|
/**
|
|
270089
|
-
* Indicates whether to enable partition discovery.
|
|
270143
|
+
* Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
|
|
270090
270144
|
*/
|
|
270091
|
-
enablePartitionDiscovery?:
|
|
270145
|
+
enablePartitionDiscovery?: any;
|
|
270092
270146
|
/**
|
|
270093
270147
|
* Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
|
|
270094
270148
|
*/
|
|
@@ -270228,9 +270282,9 @@ export declare namespace datafactory {
|
|
|
270228
270282
|
*/
|
|
270229
270283
|
description?: string;
|
|
270230
270284
|
/**
|
|
270231
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
270285
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
270232
270286
|
*/
|
|
270233
|
-
encryptedCredential?:
|
|
270287
|
+
encryptedCredential?: string;
|
|
270234
270288
|
/**
|
|
270235
270289
|
* Parameters for linked service.
|
|
270236
270290
|
*/
|
|
@@ -270294,9 +270348,9 @@ export declare namespace datafactory {
|
|
|
270294
270348
|
*/
|
|
270295
270349
|
disableMetricsCollection?: any;
|
|
270296
270350
|
/**
|
|
270297
|
-
* Indicates whether to enable partition discovery.
|
|
270351
|
+
* Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
|
|
270298
270352
|
*/
|
|
270299
|
-
enablePartitionDiscovery?:
|
|
270353
|
+
enablePartitionDiscovery?: any;
|
|
270300
270354
|
/**
|
|
270301
270355
|
* Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
|
|
270302
270356
|
*/
|
|
@@ -270375,7 +270429,7 @@ export declare namespace datafactory {
|
|
|
270375
270429
|
*/
|
|
270376
270430
|
type: "AppFigures";
|
|
270377
270431
|
/**
|
|
270378
|
-
* The username of the Appfigures source.
|
|
270432
|
+
* The username of the Appfigures source. Type: string (or Expression with resultType string).
|
|
270379
270433
|
*/
|
|
270380
270434
|
userName: any;
|
|
270381
270435
|
}
|
|
@@ -270405,7 +270459,7 @@ export declare namespace datafactory {
|
|
|
270405
270459
|
*/
|
|
270406
270460
|
userProperties?: outputs.datafactory.UserPropertyResponse[];
|
|
270407
270461
|
/**
|
|
270408
|
-
* Value to be appended.
|
|
270462
|
+
* Value to be appended. Type: could be a static value matching type of the variable item or Expression with resultType matching type of the variable item
|
|
270409
270463
|
*/
|
|
270410
270464
|
value?: any;
|
|
270411
270465
|
/**
|
|
@@ -270440,9 +270494,9 @@ export declare namespace datafactory {
|
|
|
270440
270494
|
*/
|
|
270441
270495
|
description?: string;
|
|
270442
270496
|
/**
|
|
270443
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
270497
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
270444
270498
|
*/
|
|
270445
|
-
encryptedCredential?:
|
|
270499
|
+
encryptedCredential?: string;
|
|
270446
270500
|
/**
|
|
270447
270501
|
* Parameters for linked service.
|
|
270448
270502
|
*/
|
|
@@ -270671,9 +270725,9 @@ export declare namespace datafactory {
|
|
|
270671
270725
|
*/
|
|
270672
270726
|
description?: string;
|
|
270673
270727
|
/**
|
|
270674
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
270728
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
270675
270729
|
*/
|
|
270676
|
-
encryptedCredential?:
|
|
270730
|
+
encryptedCredential?: string;
|
|
270677
270731
|
/**
|
|
270678
270732
|
* The Azure Storage linked service reference.
|
|
270679
270733
|
*/
|
|
@@ -270847,9 +270901,9 @@ export declare namespace datafactory {
|
|
|
270847
270901
|
*/
|
|
270848
270902
|
description?: string;
|
|
270849
270903
|
/**
|
|
270850
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
270904
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
270851
270905
|
*/
|
|
270852
|
-
encryptedCredential?:
|
|
270906
|
+
encryptedCredential?: string;
|
|
270853
270907
|
/**
|
|
270854
270908
|
* Parameters for linked service.
|
|
270855
270909
|
*/
|
|
@@ -271087,7 +271141,7 @@ export declare namespace datafactory {
|
|
|
271087
271141
|
/**
|
|
271088
271142
|
* Specify the kind of your storage account. Allowed values are: Storage (general purpose v1), StorageV2 (general purpose v2), BlobStorage, or BlockBlobStorage. Type: string (or Expression with resultType string).
|
|
271089
271143
|
*/
|
|
271090
|
-
accountKind?:
|
|
271144
|
+
accountKind?: any;
|
|
271091
271145
|
/**
|
|
271092
271146
|
* List of tags that can be used for describing the linked service.
|
|
271093
271147
|
*/
|
|
@@ -271121,7 +271175,7 @@ export declare namespace datafactory {
|
|
|
271121
271175
|
*/
|
|
271122
271176
|
description?: string;
|
|
271123
271177
|
/**
|
|
271124
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
271178
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
271125
271179
|
*/
|
|
271126
271180
|
encryptedCredential?: string;
|
|
271127
271181
|
/**
|
|
@@ -271141,7 +271195,7 @@ export declare namespace datafactory {
|
|
|
271141
271195
|
/**
|
|
271142
271196
|
* Blob service endpoint of the Azure Blob Storage resource. It is mutually exclusive with connectionString, sasUri property.
|
|
271143
271197
|
*/
|
|
271144
|
-
serviceEndpoint?:
|
|
271198
|
+
serviceEndpoint?: any;
|
|
271145
271199
|
/**
|
|
271146
271200
|
* The ID of the service principal used to authenticate against Azure SQL Data Warehouse. Type: string (or Expression with resultType string).
|
|
271147
271201
|
*/
|
|
@@ -271195,9 +271249,9 @@ export declare namespace datafactory {
|
|
|
271195
271249
|
*/
|
|
271196
271250
|
disableMetricsCollection?: any;
|
|
271197
271251
|
/**
|
|
271198
|
-
* Indicates whether to enable partition discovery.
|
|
271252
|
+
* Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
|
|
271199
271253
|
*/
|
|
271200
|
-
enablePartitionDiscovery?:
|
|
271254
|
+
enablePartitionDiscovery?: any;
|
|
271201
271255
|
/**
|
|
271202
271256
|
* Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
|
|
271203
271257
|
*/
|
|
@@ -271517,9 +271571,9 @@ export declare namespace datafactory {
|
|
|
271517
271571
|
*/
|
|
271518
271572
|
description?: string;
|
|
271519
271573
|
/**
|
|
271520
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
271574
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
271521
271575
|
*/
|
|
271522
|
-
encryptedCredential?:
|
|
271576
|
+
encryptedCredential?: string;
|
|
271523
271577
|
/**
|
|
271524
271578
|
* Parameters for linked service.
|
|
271525
271579
|
*/
|
|
@@ -271641,9 +271695,9 @@ export declare namespace datafactory {
|
|
|
271641
271695
|
*/
|
|
271642
271696
|
description?: string;
|
|
271643
271697
|
/**
|
|
271644
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
271698
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
271645
271699
|
*/
|
|
271646
|
-
encryptedCredential?:
|
|
271700
|
+
encryptedCredential?: string;
|
|
271647
271701
|
/**
|
|
271648
271702
|
* Parameters for linked service.
|
|
271649
271703
|
*/
|
|
@@ -271971,9 +272025,9 @@ export declare namespace datafactory {
|
|
|
271971
272025
|
*/
|
|
271972
272026
|
domain: any;
|
|
271973
272027
|
/**
|
|
271974
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
272028
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
271975
272029
|
*/
|
|
271976
|
-
encryptedCredential?:
|
|
272030
|
+
encryptedCredential?: string;
|
|
271977
272031
|
/**
|
|
271978
272032
|
* Parameters for linked service.
|
|
271979
272033
|
*/
|
|
@@ -272099,9 +272153,9 @@ export declare namespace datafactory {
|
|
|
272099
272153
|
*/
|
|
272100
272154
|
domain: any;
|
|
272101
272155
|
/**
|
|
272102
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
272156
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
272103
272157
|
*/
|
|
272104
|
-
encryptedCredential?:
|
|
272158
|
+
encryptedCredential?: string;
|
|
272105
272159
|
/**
|
|
272106
272160
|
* The id of an existing interactive cluster that will be used for all runs of this activity. Type: string (or Expression with resultType string).
|
|
272107
272161
|
*/
|
|
@@ -272201,9 +272255,9 @@ export declare namespace datafactory {
|
|
|
272201
272255
|
*/
|
|
272202
272256
|
description?: string;
|
|
272203
272257
|
/**
|
|
272204
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
272258
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
272205
272259
|
*/
|
|
272206
|
-
encryptedCredential?:
|
|
272260
|
+
encryptedCredential?: string;
|
|
272207
272261
|
/**
|
|
272208
272262
|
* The azure file share name. It is required when auth with accountKey/sasToken. Type: string (or Expression with resultType string).
|
|
272209
272263
|
*/
|
|
@@ -272275,9 +272329,9 @@ export declare namespace datafactory {
|
|
|
272275
272329
|
*/
|
|
272276
272330
|
disableMetricsCollection?: any;
|
|
272277
272331
|
/**
|
|
272278
|
-
* Indicates whether to enable partition discovery.
|
|
272332
|
+
* Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
|
|
272279
272333
|
*/
|
|
272280
|
-
enablePartitionDiscovery?:
|
|
272334
|
+
enablePartitionDiscovery?: any;
|
|
272281
272335
|
/**
|
|
272282
272336
|
* Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
|
|
272283
272337
|
*/
|
|
@@ -272417,9 +272471,9 @@ export declare namespace datafactory {
|
|
|
272417
272471
|
*/
|
|
272418
272472
|
description?: string;
|
|
272419
272473
|
/**
|
|
272420
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
272474
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
272421
272475
|
*/
|
|
272422
|
-
encryptedCredential?:
|
|
272476
|
+
encryptedCredential?: string;
|
|
272423
272477
|
/**
|
|
272424
272478
|
* The endpoint of the Azure Function App. URL will be in the format https://<accountName>.azurewebsites.net.
|
|
272425
272479
|
*/
|
|
@@ -272645,9 +272699,9 @@ export declare namespace datafactory {
|
|
|
272645
272699
|
*/
|
|
272646
272700
|
description?: string;
|
|
272647
272701
|
/**
|
|
272648
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
272702
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
272649
272703
|
*/
|
|
272650
|
-
encryptedCredential?:
|
|
272704
|
+
encryptedCredential?: string;
|
|
272651
272705
|
/**
|
|
272652
272706
|
* The Batch Execution REST URL for an Azure ML Studio Web Service endpoint. Type: string (or Expression with resultType string).
|
|
272653
272707
|
*/
|
|
@@ -272697,9 +272751,9 @@ export declare namespace datafactory {
|
|
|
272697
272751
|
*/
|
|
272698
272752
|
description?: string;
|
|
272699
272753
|
/**
|
|
272700
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
272754
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
272701
272755
|
*/
|
|
272702
|
-
encryptedCredential?:
|
|
272756
|
+
encryptedCredential?: string;
|
|
272703
272757
|
/**
|
|
272704
272758
|
* Azure ML Service workspace name. Type: string (or Expression with resultType string).
|
|
272705
272759
|
*/
|
|
@@ -272816,9 +272870,9 @@ export declare namespace datafactory {
|
|
|
272816
272870
|
*/
|
|
272817
272871
|
description?: string;
|
|
272818
272872
|
/**
|
|
272819
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
272873
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
272820
272874
|
*/
|
|
272821
|
-
encryptedCredential?:
|
|
272875
|
+
encryptedCredential?: string;
|
|
272822
272876
|
/**
|
|
272823
272877
|
* Parameters for linked service.
|
|
272824
272878
|
*/
|
|
@@ -272938,9 +272992,9 @@ export declare namespace datafactory {
|
|
|
272938
272992
|
*/
|
|
272939
272993
|
description?: string;
|
|
272940
272994
|
/**
|
|
272941
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
272995
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
272942
272996
|
*/
|
|
272943
|
-
encryptedCredential?:
|
|
272997
|
+
encryptedCredential?: string;
|
|
272944
272998
|
/**
|
|
272945
272999
|
* Parameters for linked service.
|
|
272946
273000
|
*/
|
|
@@ -273102,9 +273156,9 @@ export declare namespace datafactory {
|
|
|
273102
273156
|
*/
|
|
273103
273157
|
description?: string;
|
|
273104
273158
|
/**
|
|
273105
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
273159
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
273106
273160
|
*/
|
|
273107
|
-
encryptedCredential?:
|
|
273161
|
+
encryptedCredential?: string;
|
|
273108
273162
|
/**
|
|
273109
273163
|
* Parameters for linked service.
|
|
273110
273164
|
*/
|
|
@@ -273378,9 +273432,9 @@ export declare namespace datafactory {
|
|
|
273378
273432
|
*/
|
|
273379
273433
|
description?: string;
|
|
273380
273434
|
/**
|
|
273381
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
273435
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
273382
273436
|
*/
|
|
273383
|
-
encryptedCredential?:
|
|
273437
|
+
encryptedCredential?: string;
|
|
273384
273438
|
/**
|
|
273385
273439
|
* Admin Key for Azure Search service
|
|
273386
273440
|
*/
|
|
@@ -273430,9 +273484,9 @@ export declare namespace datafactory {
|
|
|
273430
273484
|
*/
|
|
273431
273485
|
description?: string;
|
|
273432
273486
|
/**
|
|
273433
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
273487
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
273434
273488
|
*/
|
|
273435
|
-
encryptedCredential?:
|
|
273489
|
+
encryptedCredential?: string;
|
|
273436
273490
|
/**
|
|
273437
273491
|
* Parameters for linked service.
|
|
273438
273492
|
*/
|
|
@@ -273542,9 +273596,9 @@ export declare namespace datafactory {
|
|
|
273542
273596
|
*/
|
|
273543
273597
|
description?: string;
|
|
273544
273598
|
/**
|
|
273545
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
273599
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
273546
273600
|
*/
|
|
273547
|
-
encryptedCredential?:
|
|
273601
|
+
encryptedCredential?: string;
|
|
273548
273602
|
/**
|
|
273549
273603
|
* Parameters for linked service.
|
|
273550
273604
|
*/
|
|
@@ -273606,9 +273660,9 @@ export declare namespace datafactory {
|
|
|
273606
273660
|
*/
|
|
273607
273661
|
description?: string;
|
|
273608
273662
|
/**
|
|
273609
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
273663
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
273610
273664
|
*/
|
|
273611
|
-
encryptedCredential?:
|
|
273665
|
+
encryptedCredential?: string;
|
|
273612
273666
|
/**
|
|
273613
273667
|
* Parameters for linked service.
|
|
273614
273668
|
*/
|
|
@@ -273886,7 +273940,7 @@ export declare namespace datafactory {
|
|
|
273886
273940
|
*/
|
|
273887
273941
|
description?: string;
|
|
273888
273942
|
/**
|
|
273889
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
273943
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
273890
273944
|
*/
|
|
273891
273945
|
encryptedCredential?: string;
|
|
273892
273946
|
/**
|
|
@@ -274110,7 +274164,7 @@ export declare namespace datafactory {
|
|
|
274110
274164
|
*/
|
|
274111
274165
|
description?: string;
|
|
274112
274166
|
/**
|
|
274113
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
274167
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
274114
274168
|
*/
|
|
274115
274169
|
encryptedCredential?: string;
|
|
274116
274170
|
/**
|
|
@@ -274486,9 +274540,9 @@ export declare namespace datafactory {
|
|
|
274486
274540
|
*/
|
|
274487
274541
|
description?: string;
|
|
274488
274542
|
/**
|
|
274489
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
274543
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
274490
274544
|
*/
|
|
274491
|
-
encryptedCredential?:
|
|
274545
|
+
encryptedCredential?: string;
|
|
274492
274546
|
/**
|
|
274493
274547
|
* Host name for connection. Type: string (or Expression with resultType string).
|
|
274494
274548
|
*/
|
|
@@ -274732,9 +274786,9 @@ export declare namespace datafactory {
|
|
|
274732
274786
|
*/
|
|
274733
274787
|
description?: string;
|
|
274734
274788
|
/**
|
|
274735
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
274789
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
274736
274790
|
*/
|
|
274737
|
-
encryptedCredential?:
|
|
274791
|
+
encryptedCredential?: string;
|
|
274738
274792
|
/**
|
|
274739
274793
|
* The host name of the on-premises Common Data Service for Apps server. The property is required for on-prem and not allowed for online. Type: string (or Expression with resultType string).
|
|
274740
274794
|
*/
|
|
@@ -274906,9 +274960,9 @@ export declare namespace datafactory {
|
|
|
274906
274960
|
*/
|
|
274907
274961
|
description?: string;
|
|
274908
274962
|
/**
|
|
274909
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
274963
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
274910
274964
|
*/
|
|
274911
|
-
encryptedCredential?:
|
|
274965
|
+
encryptedCredential?: string;
|
|
274912
274966
|
/**
|
|
274913
274967
|
* Parameters for linked service.
|
|
274914
274968
|
*/
|
|
@@ -275219,7 +275273,7 @@ export declare namespace datafactory {
|
|
|
275219
275273
|
*/
|
|
275220
275274
|
connectVia?: outputs.datafactory.IntegrationRuntimeReferenceResponse;
|
|
275221
275275
|
/**
|
|
275222
|
-
* The connection mode used to access CosmosDB account. Type: string
|
|
275276
|
+
* The connection mode used to access CosmosDB account. Type: string.
|
|
275223
275277
|
*/
|
|
275224
275278
|
connectionMode?: string;
|
|
275225
275279
|
/**
|
|
@@ -275239,9 +275293,9 @@ export declare namespace datafactory {
|
|
|
275239
275293
|
*/
|
|
275240
275294
|
description?: string;
|
|
275241
275295
|
/**
|
|
275242
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
275296
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
275243
275297
|
*/
|
|
275244
|
-
encryptedCredential?:
|
|
275298
|
+
encryptedCredential?: string;
|
|
275245
275299
|
/**
|
|
275246
275300
|
* Parameters for linked service.
|
|
275247
275301
|
*/
|
|
@@ -275253,9 +275307,9 @@ export declare namespace datafactory {
|
|
|
275253
275307
|
*/
|
|
275254
275308
|
servicePrincipalCredential?: outputs.datafactory.AzureKeyVaultSecretReferenceResponse | outputs.datafactory.SecureStringResponse;
|
|
275255
275309
|
/**
|
|
275256
|
-
* The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string
|
|
275310
|
+
* The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string.
|
|
275257
275311
|
*/
|
|
275258
|
-
servicePrincipalCredentialType?:
|
|
275312
|
+
servicePrincipalCredentialType?: any;
|
|
275259
275313
|
/**
|
|
275260
275314
|
* The client ID of the application in Azure Active Directory used for Server-To-Server authentication. Type: string (or Expression with resultType string).
|
|
275261
275315
|
*/
|
|
@@ -275591,9 +275645,9 @@ export declare namespace datafactory {
|
|
|
275591
275645
|
*/
|
|
275592
275646
|
description?: string;
|
|
275593
275647
|
/**
|
|
275594
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
275648
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
275595
275649
|
*/
|
|
275596
|
-
encryptedCredential?:
|
|
275650
|
+
encryptedCredential?: string;
|
|
275597
275651
|
/**
|
|
275598
275652
|
* Parameters for linked service.
|
|
275599
275653
|
*/
|
|
@@ -276295,9 +276349,9 @@ export declare namespace datafactory {
|
|
|
276295
276349
|
*/
|
|
276296
276350
|
description?: string;
|
|
276297
276351
|
/**
|
|
276298
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
276352
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
276299
276353
|
*/
|
|
276300
|
-
encryptedCredential?:
|
|
276354
|
+
encryptedCredential?: string;
|
|
276301
276355
|
/**
|
|
276302
276356
|
* Parameters for linked service.
|
|
276303
276357
|
*/
|
|
@@ -276343,9 +276397,9 @@ export declare namespace datafactory {
|
|
|
276343
276397
|
*/
|
|
276344
276398
|
description?: string;
|
|
276345
276399
|
/**
|
|
276346
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. It is mutually exclusive with connectionString property. Type: string
|
|
276400
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. It is mutually exclusive with connectionString property. Type: string.
|
|
276347
276401
|
*/
|
|
276348
|
-
encryptedCredential?:
|
|
276402
|
+
encryptedCredential?: string;
|
|
276349
276403
|
/**
|
|
276350
276404
|
* Under where packages are created when querying database. It is mutually exclusive with connectionString property. Type: string (or Expression with resultType string).
|
|
276351
276405
|
*/
|
|
@@ -276888,9 +276942,9 @@ export declare namespace datafactory {
|
|
|
276888
276942
|
*/
|
|
276889
276943
|
description?: string;
|
|
276890
276944
|
/**
|
|
276891
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
276945
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
276892
276946
|
*/
|
|
276893
|
-
encryptedCredential?:
|
|
276947
|
+
encryptedCredential?: string;
|
|
276894
276948
|
/**
|
|
276895
276949
|
* Parameters for linked service.
|
|
276896
276950
|
*/
|
|
@@ -277014,9 +277068,9 @@ export declare namespace datafactory {
|
|
|
277014
277068
|
*/
|
|
277015
277069
|
description?: string;
|
|
277016
277070
|
/**
|
|
277017
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
277071
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
277018
277072
|
*/
|
|
277019
|
-
encryptedCredential?:
|
|
277073
|
+
encryptedCredential?: string;
|
|
277020
277074
|
/**
|
|
277021
277075
|
* Parameters for linked service.
|
|
277022
277076
|
*/
|
|
@@ -277200,9 +277254,9 @@ export declare namespace datafactory {
|
|
|
277200
277254
|
*/
|
|
277201
277255
|
description?: string;
|
|
277202
277256
|
/**
|
|
277203
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
277257
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
277204
277258
|
*/
|
|
277205
|
-
encryptedCredential?:
|
|
277259
|
+
encryptedCredential?: string;
|
|
277206
277260
|
/**
|
|
277207
277261
|
* The host name of the on-premises Dynamics CRM server. The property is required for on-prem and not allowed for online. Type: string (or Expression with resultType string).
|
|
277208
277262
|
*/
|
|
@@ -277404,9 +277458,9 @@ export declare namespace datafactory {
|
|
|
277404
277458
|
*/
|
|
277405
277459
|
description?: string;
|
|
277406
277460
|
/**
|
|
277407
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
277461
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
277408
277462
|
*/
|
|
277409
|
-
encryptedCredential?:
|
|
277463
|
+
encryptedCredential?: string;
|
|
277410
277464
|
/**
|
|
277411
277465
|
* The host name of the on-premises Dynamics server. The property is required for on-prem and not allowed for online. Type: string (or Expression with resultType string).
|
|
277412
277466
|
*/
|
|
@@ -277552,9 +277606,9 @@ export declare namespace datafactory {
|
|
|
277552
277606
|
*/
|
|
277553
277607
|
description?: string;
|
|
277554
277608
|
/**
|
|
277555
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
277609
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
277556
277610
|
*/
|
|
277557
|
-
encryptedCredential?:
|
|
277611
|
+
encryptedCredential?: string;
|
|
277558
277612
|
/**
|
|
277559
277613
|
* The endpoint of the Eloqua server. (i.e. eloqua.example.com)
|
|
277560
277614
|
*/
|
|
@@ -278336,9 +278390,9 @@ export declare namespace datafactory {
|
|
|
278336
278390
|
*/
|
|
278337
278391
|
description?: string;
|
|
278338
278392
|
/**
|
|
278339
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
278393
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
278340
278394
|
*/
|
|
278341
|
-
encryptedCredential?:
|
|
278395
|
+
encryptedCredential?: string;
|
|
278342
278396
|
/**
|
|
278343
278397
|
* Host name of the server. Type: string (or Expression with resultType string).
|
|
278344
278398
|
*/
|
|
@@ -278394,9 +278448,9 @@ export declare namespace datafactory {
|
|
|
278394
278448
|
*/
|
|
278395
278449
|
disableMetricsCollection?: any;
|
|
278396
278450
|
/**
|
|
278397
|
-
* Indicates whether to enable partition discovery.
|
|
278451
|
+
* Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
|
|
278398
278452
|
*/
|
|
278399
|
-
enablePartitionDiscovery?:
|
|
278453
|
+
enablePartitionDiscovery?: any;
|
|
278400
278454
|
/**
|
|
278401
278455
|
* Specify a filter to be used to select a subset of files in the folderPath rather than all files. Type: string (or Expression with resultType string).
|
|
278402
278456
|
*/
|
|
@@ -278736,9 +278790,9 @@ export declare namespace datafactory {
|
|
|
278736
278790
|
*/
|
|
278737
278791
|
disableMetricsCollection?: any;
|
|
278738
278792
|
/**
|
|
278739
|
-
* Indicates whether to enable partition discovery.
|
|
278793
|
+
* Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
|
|
278740
278794
|
*/
|
|
278741
|
-
enablePartitionDiscovery?:
|
|
278795
|
+
enablePartitionDiscovery?: any;
|
|
278742
278796
|
/**
|
|
278743
278797
|
* Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
|
|
278744
278798
|
*/
|
|
@@ -278761,9 +278815,9 @@ export declare namespace datafactory {
|
|
|
278761
278815
|
*/
|
|
278762
278816
|
type: "FtpReadSettings";
|
|
278763
278817
|
/**
|
|
278764
|
-
* Specify whether to use binary transfer mode for FTP stores.
|
|
278818
|
+
* Specify whether to use binary transfer mode for FTP stores. Type: boolean (or Expression with resultType boolean).
|
|
278765
278819
|
*/
|
|
278766
|
-
useBinaryTransfer?:
|
|
278820
|
+
useBinaryTransfer?: any;
|
|
278767
278821
|
/**
|
|
278768
278822
|
* Ftp wildcardFileName. Type: string (or Expression with resultType string).
|
|
278769
278823
|
*/
|
|
@@ -278802,9 +278856,9 @@ export declare namespace datafactory {
|
|
|
278802
278856
|
*/
|
|
278803
278857
|
enableSsl?: any;
|
|
278804
278858
|
/**
|
|
278805
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
278859
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
278806
278860
|
*/
|
|
278807
|
-
encryptedCredential?:
|
|
278861
|
+
encryptedCredential?: string;
|
|
278808
278862
|
/**
|
|
278809
278863
|
* Host name of the FTP server. Type: string (or Expression with resultType string).
|
|
278810
278864
|
*/
|
|
@@ -278940,7 +278994,7 @@ export declare namespace datafactory {
|
|
|
278940
278994
|
*/
|
|
278941
278995
|
authenticationType?: string;
|
|
278942
278996
|
/**
|
|
278943
|
-
* The Client customer ID of the AdWords account that you want to fetch report data for.
|
|
278997
|
+
* The Client customer ID of the AdWords account that you want to fetch report data for. Type: string (or Expression with resultType string).
|
|
278944
278998
|
*/
|
|
278945
278999
|
clientCustomerID?: any;
|
|
278946
279000
|
/**
|
|
@@ -278968,15 +279022,15 @@ export declare namespace datafactory {
|
|
|
278968
279022
|
*/
|
|
278969
279023
|
developerToken?: outputs.datafactory.AzureKeyVaultSecretReferenceResponse | outputs.datafactory.SecureStringResponse;
|
|
278970
279024
|
/**
|
|
278971
|
-
* The service account email ID that is used for ServiceAuthentication and can only be used on self-hosted IR.
|
|
279025
|
+
* The service account email ID that is used for ServiceAuthentication and can only be used on self-hosted IR. Type: string (or Expression with resultType string).
|
|
278972
279026
|
*/
|
|
278973
279027
|
email?: any;
|
|
278974
279028
|
/**
|
|
278975
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
279029
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
278976
279030
|
*/
|
|
278977
|
-
encryptedCredential?:
|
|
279031
|
+
encryptedCredential?: string;
|
|
278978
279032
|
/**
|
|
278979
|
-
* The full path to the .p12 key file that is used to authenticate the service account email address and can only be used on self-hosted IR.
|
|
279033
|
+
* The full path to the .p12 key file that is used to authenticate the service account email address and can only be used on self-hosted IR. Type: string (or Expression with resultType string).
|
|
278980
279034
|
*/
|
|
278981
279035
|
keyFilePath?: any;
|
|
278982
279036
|
/**
|
|
@@ -278990,7 +279044,7 @@ export declare namespace datafactory {
|
|
|
278990
279044
|
*/
|
|
278991
279045
|
refreshToken?: outputs.datafactory.AzureKeyVaultSecretReferenceResponse | outputs.datafactory.SecureStringResponse;
|
|
278992
279046
|
/**
|
|
278993
|
-
* The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file installed with the IR.
|
|
279047
|
+
* The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file installed with the IR. Type: string (or Expression with resultType string).
|
|
278994
279048
|
*/
|
|
278995
279049
|
trustedCertPath?: any;
|
|
278996
279050
|
/**
|
|
@@ -278999,7 +279053,7 @@ export declare namespace datafactory {
|
|
|
278999
279053
|
*/
|
|
279000
279054
|
type: "GoogleAdWords";
|
|
279001
279055
|
/**
|
|
279002
|
-
* Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false.
|
|
279056
|
+
* Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false. Type: boolean (or Expression with resultType boolean).
|
|
279003
279057
|
*/
|
|
279004
279058
|
useSystemTrustStore?: any;
|
|
279005
279059
|
}
|
|
@@ -279090,7 +279144,7 @@ export declare namespace datafactory {
|
|
|
279090
279144
|
*/
|
|
279091
279145
|
interface GoogleBigQueryLinkedServiceResponse {
|
|
279092
279146
|
/**
|
|
279093
|
-
* A comma-separated list of public BigQuery projects to access.
|
|
279147
|
+
* A comma-separated list of public BigQuery projects to access. Type: string (or Expression with resultType string).
|
|
279094
279148
|
*/
|
|
279095
279149
|
additionalProjects?: any;
|
|
279096
279150
|
/**
|
|
@@ -279118,15 +279172,15 @@ export declare namespace datafactory {
|
|
|
279118
279172
|
*/
|
|
279119
279173
|
description?: string;
|
|
279120
279174
|
/**
|
|
279121
|
-
* The service account email ID that is used for ServiceAuthentication and can only be used on self-hosted IR.
|
|
279175
|
+
* The service account email ID that is used for ServiceAuthentication and can only be used on self-hosted IR. Type: string (or Expression with resultType string).
|
|
279122
279176
|
*/
|
|
279123
279177
|
email?: any;
|
|
279124
279178
|
/**
|
|
279125
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
279179
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
279126
279180
|
*/
|
|
279127
|
-
encryptedCredential?:
|
|
279181
|
+
encryptedCredential?: string;
|
|
279128
279182
|
/**
|
|
279129
|
-
* The full path to the .p12 key file that is used to authenticate the service account email address and can only be used on self-hosted IR.
|
|
279183
|
+
* The full path to the .p12 key file that is used to authenticate the service account email address and can only be used on self-hosted IR. Type: string (or Expression with resultType string).
|
|
279130
279184
|
*/
|
|
279131
279185
|
keyFilePath?: any;
|
|
279132
279186
|
/**
|
|
@@ -279136,7 +279190,7 @@ export declare namespace datafactory {
|
|
|
279136
279190
|
[key: string]: outputs.datafactory.ParameterSpecificationResponse;
|
|
279137
279191
|
};
|
|
279138
279192
|
/**
|
|
279139
|
-
* The default BigQuery project to query against.
|
|
279193
|
+
* The default BigQuery project to query against. Type: string (or Expression with resultType string).
|
|
279140
279194
|
*/
|
|
279141
279195
|
project: any;
|
|
279142
279196
|
/**
|
|
@@ -279144,11 +279198,11 @@ export declare namespace datafactory {
|
|
|
279144
279198
|
*/
|
|
279145
279199
|
refreshToken?: outputs.datafactory.AzureKeyVaultSecretReferenceResponse | outputs.datafactory.SecureStringResponse;
|
|
279146
279200
|
/**
|
|
279147
|
-
* Whether to request access to Google Drive. Allowing Google Drive access enables support for federated tables that combine BigQuery data with data from Google Drive. The default value is false.
|
|
279201
|
+
* Whether to request access to Google Drive. Allowing Google Drive access enables support for federated tables that combine BigQuery data with data from Google Drive. The default value is false. Type: string (or Expression with resultType string).
|
|
279148
279202
|
*/
|
|
279149
279203
|
requestGoogleDriveScope?: any;
|
|
279150
279204
|
/**
|
|
279151
|
-
* The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file installed with the IR.
|
|
279205
|
+
* The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file installed with the IR. Type: string (or Expression with resultType string).
|
|
279152
279206
|
*/
|
|
279153
279207
|
trustedCertPath?: any;
|
|
279154
279208
|
/**
|
|
@@ -279157,7 +279211,7 @@ export declare namespace datafactory {
|
|
|
279157
279211
|
*/
|
|
279158
279212
|
type: "GoogleBigQuery";
|
|
279159
279213
|
/**
|
|
279160
|
-
* Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false.
|
|
279214
|
+
* Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false.Type: boolean (or Expression with resultType boolean).
|
|
279161
279215
|
*/
|
|
279162
279216
|
useSystemTrustStore?: any;
|
|
279163
279217
|
}
|
|
@@ -279272,9 +279326,9 @@ export declare namespace datafactory {
|
|
|
279272
279326
|
*/
|
|
279273
279327
|
description?: string;
|
|
279274
279328
|
/**
|
|
279275
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
279329
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
279276
279330
|
*/
|
|
279277
|
-
encryptedCredential?:
|
|
279331
|
+
encryptedCredential?: string;
|
|
279278
279332
|
/**
|
|
279279
279333
|
* Parameters for linked service.
|
|
279280
279334
|
*/
|
|
@@ -279334,9 +279388,9 @@ export declare namespace datafactory {
|
|
|
279334
279388
|
*/
|
|
279335
279389
|
disableMetricsCollection?: any;
|
|
279336
279390
|
/**
|
|
279337
|
-
* Indicates whether to enable partition discovery.
|
|
279391
|
+
* Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
|
|
279338
279392
|
*/
|
|
279339
|
-
enablePartitionDiscovery?:
|
|
279393
|
+
enablePartitionDiscovery?: any;
|
|
279340
279394
|
/**
|
|
279341
279395
|
* Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
|
|
279342
279396
|
*/
|
|
@@ -279400,9 +279454,9 @@ export declare namespace datafactory {
|
|
|
279400
279454
|
*/
|
|
279401
279455
|
description?: string;
|
|
279402
279456
|
/**
|
|
279403
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
279457
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
279404
279458
|
*/
|
|
279405
|
-
encryptedCredential?:
|
|
279459
|
+
encryptedCredential?: string;
|
|
279406
279460
|
/**
|
|
279407
279461
|
* Parameters for linked service.
|
|
279408
279462
|
*/
|
|
@@ -279436,9 +279490,9 @@ export declare namespace datafactory {
|
|
|
279436
279490
|
*/
|
|
279437
279491
|
description?: string;
|
|
279438
279492
|
/**
|
|
279439
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
279493
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
279440
279494
|
*/
|
|
279441
|
-
encryptedCredential?:
|
|
279495
|
+
encryptedCredential?: string;
|
|
279442
279496
|
/**
|
|
279443
279497
|
* Parameters for linked service.
|
|
279444
279498
|
*/
|
|
@@ -279574,9 +279628,9 @@ export declare namespace datafactory {
|
|
|
279574
279628
|
*/
|
|
279575
279629
|
enableSsl?: any;
|
|
279576
279630
|
/**
|
|
279577
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
279631
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
279578
279632
|
*/
|
|
279579
|
-
encryptedCredential?:
|
|
279633
|
+
encryptedCredential?: string;
|
|
279580
279634
|
/**
|
|
279581
279635
|
* The IP address or host name of the HBase server. (i.e. 192.168.222.160)
|
|
279582
279636
|
*/
|
|
@@ -279761,7 +279815,9 @@ export declare namespace datafactory {
|
|
|
279761
279815
|
/**
|
|
279762
279816
|
* User specified arguments under hivevar namespace.
|
|
279763
279817
|
*/
|
|
279764
|
-
variables?:
|
|
279818
|
+
variables?: {
|
|
279819
|
+
[key: string]: any;
|
|
279820
|
+
};
|
|
279765
279821
|
}
|
|
279766
279822
|
/**
|
|
279767
279823
|
* HDInsight linked service.
|
|
@@ -279784,9 +279840,9 @@ export declare namespace datafactory {
|
|
|
279784
279840
|
*/
|
|
279785
279841
|
description?: string;
|
|
279786
279842
|
/**
|
|
279787
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
279843
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
279788
279844
|
*/
|
|
279789
|
-
encryptedCredential?:
|
|
279845
|
+
encryptedCredential?: string;
|
|
279790
279846
|
/**
|
|
279791
279847
|
* Specify the FileSystem if the main storage for the HDInsight is ADLS Gen2. Type: string (or Expression with resultType string).
|
|
279792
279848
|
*/
|
|
@@ -279956,9 +280012,9 @@ export declare namespace datafactory {
|
|
|
279956
280012
|
*/
|
|
279957
280013
|
description?: string;
|
|
279958
280014
|
/**
|
|
279959
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
280015
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
279960
280016
|
*/
|
|
279961
|
-
encryptedCredential?:
|
|
280017
|
+
encryptedCredential?: string;
|
|
279962
280018
|
/**
|
|
279963
280019
|
* Specifies the HBase configuration parameters (hbase-site.xml) for the HDInsight cluster.
|
|
279964
280020
|
*/
|
|
@@ -280288,9 +280344,9 @@ export declare namespace datafactory {
|
|
|
280288
280344
|
*/
|
|
280289
280345
|
description?: string;
|
|
280290
280346
|
/**
|
|
280291
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
280347
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
280292
280348
|
*/
|
|
280293
|
-
encryptedCredential?:
|
|
280349
|
+
encryptedCredential?: string;
|
|
280294
280350
|
/**
|
|
280295
280351
|
* Parameters for linked service.
|
|
280296
280352
|
*/
|
|
@@ -280350,9 +280406,9 @@ export declare namespace datafactory {
|
|
|
280350
280406
|
*/
|
|
280351
280407
|
distcpSettings?: outputs.datafactory.DistcpSettingsResponse;
|
|
280352
280408
|
/**
|
|
280353
|
-
* Indicates whether to enable partition discovery.
|
|
280409
|
+
* Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
|
|
280354
280410
|
*/
|
|
280355
|
-
enablePartitionDiscovery?:
|
|
280411
|
+
enablePartitionDiscovery?: any;
|
|
280356
280412
|
/**
|
|
280357
280413
|
* Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
|
|
280358
280414
|
*/
|
|
@@ -280458,9 +280514,9 @@ export declare namespace datafactory {
|
|
|
280458
280514
|
*/
|
|
280459
280515
|
enableSsl?: any;
|
|
280460
280516
|
/**
|
|
280461
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
280517
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
280462
280518
|
*/
|
|
280463
|
-
encryptedCredential?:
|
|
280519
|
+
encryptedCredential?: string;
|
|
280464
280520
|
/**
|
|
280465
280521
|
* IP address or host name of the Hive server, separated by ';' for multiple hosts (only when serviceDiscoveryMode is enable).
|
|
280466
280522
|
*/
|
|
@@ -280710,9 +280766,9 @@ export declare namespace datafactory {
|
|
|
280710
280766
|
*/
|
|
280711
280767
|
enableServerCertificateValidation?: any;
|
|
280712
280768
|
/**
|
|
280713
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
280769
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
280714
280770
|
*/
|
|
280715
|
-
encryptedCredential?:
|
|
280771
|
+
encryptedCredential?: string;
|
|
280716
280772
|
/**
|
|
280717
280773
|
* Parameters for linked service.
|
|
280718
280774
|
*/
|
|
@@ -280738,9 +280794,13 @@ export declare namespace datafactory {
|
|
|
280738
280794
|
userName?: any;
|
|
280739
280795
|
}
|
|
280740
280796
|
/**
|
|
280741
|
-
*
|
|
280797
|
+
* Http read settings.
|
|
280742
280798
|
*/
|
|
280743
280799
|
interface HttpReadSettingsResponse {
|
|
280800
|
+
/**
|
|
280801
|
+
* Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
|
|
280802
|
+
*/
|
|
280803
|
+
additionalColumns?: any;
|
|
280744
280804
|
/**
|
|
280745
280805
|
* The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string).
|
|
280746
280806
|
*/
|
|
@@ -280749,18 +280809,10 @@ export declare namespace datafactory {
|
|
|
280749
280809
|
* If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
|
|
280750
280810
|
*/
|
|
280751
280811
|
disableMetricsCollection?: any;
|
|
280752
|
-
/**
|
|
280753
|
-
* Indicates whether to enable partition discovery.
|
|
280754
|
-
*/
|
|
280755
|
-
enablePartitionDiscovery?: boolean;
|
|
280756
280812
|
/**
|
|
280757
280813
|
* The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
|
|
280758
280814
|
*/
|
|
280759
280815
|
maxConcurrentConnections?: any;
|
|
280760
|
-
/**
|
|
280761
|
-
* Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
|
|
280762
|
-
*/
|
|
280763
|
-
partitionRootPath?: any;
|
|
280764
280816
|
/**
|
|
280765
280817
|
* The HTTP request body to the RESTful API if requestMethod is POST. Type: string (or Expression with resultType string).
|
|
280766
280818
|
*/
|
|
@@ -280770,7 +280822,7 @@ export declare namespace datafactory {
|
|
|
280770
280822
|
*/
|
|
280771
280823
|
requestMethod?: any;
|
|
280772
280824
|
/**
|
|
280773
|
-
* Specifies the timeout for a HTTP client to get HTTP response from HTTP server.
|
|
280825
|
+
* Specifies the timeout for a HTTP client to get HTTP response from HTTP server. Type: string (or Expression with resultType string).
|
|
280774
280826
|
*/
|
|
280775
280827
|
requestTimeout?: any;
|
|
280776
280828
|
/**
|
|
@@ -280860,9 +280912,9 @@ export declare namespace datafactory {
|
|
|
280860
280912
|
*/
|
|
280861
280913
|
description?: string;
|
|
280862
280914
|
/**
|
|
280863
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
280915
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
280864
280916
|
*/
|
|
280865
|
-
encryptedCredential?:
|
|
280917
|
+
encryptedCredential?: string;
|
|
280866
280918
|
/**
|
|
280867
280919
|
* Parameters for linked service.
|
|
280868
280920
|
*/
|
|
@@ -281044,9 +281096,9 @@ export declare namespace datafactory {
|
|
|
281044
281096
|
*/
|
|
281045
281097
|
enableSsl?: any;
|
|
281046
281098
|
/**
|
|
281047
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
281099
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
281048
281100
|
*/
|
|
281049
|
-
encryptedCredential?:
|
|
281101
|
+
encryptedCredential?: string;
|
|
281050
281102
|
/**
|
|
281051
281103
|
* The IP address or host name of the Impala server. (i.e. 192.168.222.160)
|
|
281052
281104
|
*/
|
|
@@ -281186,7 +281238,7 @@ export declare namespace datafactory {
|
|
|
281186
281238
|
*/
|
|
281187
281239
|
connectVia?: outputs.datafactory.IntegrationRuntimeReferenceResponse;
|
|
281188
281240
|
/**
|
|
281189
|
-
* The non-access credential portion of the connection string as well as an optional encrypted credential. Type: string, SecureString or AzureKeyVaultSecretReference.
|
|
281241
|
+
* The non-access credential portion of the connection string as well as an optional encrypted credential. Type: string, or SecureString, or AzureKeyVaultSecretReference, or Expression with resultType string.
|
|
281190
281242
|
*/
|
|
281191
281243
|
connectionString: any;
|
|
281192
281244
|
/**
|
|
@@ -281198,9 +281250,9 @@ export declare namespace datafactory {
|
|
|
281198
281250
|
*/
|
|
281199
281251
|
description?: string;
|
|
281200
281252
|
/**
|
|
281201
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
281253
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
281202
281254
|
*/
|
|
281203
|
-
encryptedCredential?:
|
|
281255
|
+
encryptedCredential?: string;
|
|
281204
281256
|
/**
|
|
281205
281257
|
* Parameters for linked service.
|
|
281206
281258
|
*/
|
|
@@ -281571,9 +281623,9 @@ export declare namespace datafactory {
|
|
|
281571
281623
|
*/
|
|
281572
281624
|
description?: string;
|
|
281573
281625
|
/**
|
|
281574
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
281626
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
281575
281627
|
*/
|
|
281576
|
-
encryptedCredential?:
|
|
281628
|
+
encryptedCredential?: string;
|
|
281577
281629
|
/**
|
|
281578
281630
|
* The IP address or host name of the Jira service. (e.g. jira.example.com)
|
|
281579
281631
|
*/
|
|
@@ -282088,9 +282140,9 @@ export declare namespace datafactory {
|
|
|
282088
282140
|
*/
|
|
282089
282141
|
description?: string;
|
|
282090
282142
|
/**
|
|
282091
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
282143
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
282092
282144
|
*/
|
|
282093
|
-
encryptedCredential?:
|
|
282145
|
+
encryptedCredential?: string;
|
|
282094
282146
|
/**
|
|
282095
282147
|
* The URL of the Magento instance. (i.e. 192.168.222.110/magento3)
|
|
282096
282148
|
*/
|
|
@@ -282463,9 +282515,9 @@ export declare namespace datafactory {
|
|
|
282463
282515
|
*/
|
|
282464
282516
|
description?: string;
|
|
282465
282517
|
/**
|
|
282466
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
282518
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
282467
282519
|
*/
|
|
282468
|
-
encryptedCredential?:
|
|
282520
|
+
encryptedCredential?: string;
|
|
282469
282521
|
/**
|
|
282470
282522
|
* Parameters for linked service.
|
|
282471
282523
|
*/
|
|
@@ -282589,9 +282641,9 @@ export declare namespace datafactory {
|
|
|
282589
282641
|
*/
|
|
282590
282642
|
description?: string;
|
|
282591
282643
|
/**
|
|
282592
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
282644
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
282593
282645
|
*/
|
|
282594
|
-
encryptedCredential?:
|
|
282646
|
+
encryptedCredential?: string;
|
|
282595
282647
|
/**
|
|
282596
282648
|
* The endpoint of the Marketo server. (i.e. 123-ABC-321.mktorest.com)
|
|
282597
282649
|
*/
|
|
@@ -282732,7 +282784,7 @@ export declare namespace datafactory {
|
|
|
282732
282784
|
*/
|
|
282733
282785
|
connectVia?: outputs.datafactory.IntegrationRuntimeReferenceResponse;
|
|
282734
282786
|
/**
|
|
282735
|
-
* The non-access credential portion of the connection string as well as an optional encrypted credential. Type: string, SecureString or AzureKeyVaultSecretReference.
|
|
282787
|
+
* The non-access credential portion of the connection string as well as an optional encrypted credential. Type: string, or SecureString, or AzureKeyVaultSecretReference, or Expression with resultType string.
|
|
282736
282788
|
*/
|
|
282737
282789
|
connectionString: any;
|
|
282738
282790
|
/**
|
|
@@ -282744,9 +282796,9 @@ export declare namespace datafactory {
|
|
|
282744
282796
|
*/
|
|
282745
282797
|
description?: string;
|
|
282746
282798
|
/**
|
|
282747
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
282799
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
282748
282800
|
*/
|
|
282749
|
-
encryptedCredential?:
|
|
282801
|
+
encryptedCredential?: string;
|
|
282750
282802
|
/**
|
|
282751
282803
|
* Parameters for linked service.
|
|
282752
282804
|
*/
|
|
@@ -283149,9 +283201,9 @@ export declare namespace datafactory {
|
|
|
283149
283201
|
*/
|
|
283150
283202
|
enableSsl?: any;
|
|
283151
283203
|
/**
|
|
283152
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
283204
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
283153
283205
|
*/
|
|
283154
|
-
encryptedCredential?:
|
|
283206
|
+
encryptedCredential?: string;
|
|
283155
283207
|
/**
|
|
283156
283208
|
* Parameters for linked service.
|
|
283157
283209
|
*/
|
|
@@ -283417,7 +283469,7 @@ export declare namespace datafactory {
|
|
|
283417
283469
|
*/
|
|
283418
283470
|
connectVia?: outputs.datafactory.IntegrationRuntimeReferenceResponse;
|
|
283419
283471
|
/**
|
|
283420
|
-
* The connection string.
|
|
283472
|
+
* The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
|
|
283421
283473
|
*/
|
|
283422
283474
|
connectionString: any;
|
|
283423
283475
|
/**
|
|
@@ -283425,9 +283477,9 @@ export declare namespace datafactory {
|
|
|
283425
283477
|
*/
|
|
283426
283478
|
description?: string;
|
|
283427
283479
|
/**
|
|
283428
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
283480
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
283429
283481
|
*/
|
|
283430
|
-
encryptedCredential?:
|
|
283482
|
+
encryptedCredential?: string;
|
|
283431
283483
|
/**
|
|
283432
283484
|
* Parameters for linked service.
|
|
283433
283485
|
*/
|
|
@@ -283547,9 +283599,9 @@ export declare namespace datafactory {
|
|
|
283547
283599
|
*/
|
|
283548
283600
|
description?: string;
|
|
283549
283601
|
/**
|
|
283550
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
283602
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
283551
283603
|
*/
|
|
283552
|
-
encryptedCredential?:
|
|
283604
|
+
encryptedCredential?: string;
|
|
283553
283605
|
/**
|
|
283554
283606
|
* Parameters for linked service.
|
|
283555
283607
|
*/
|
|
@@ -283727,9 +283779,9 @@ export declare namespace datafactory {
|
|
|
283727
283779
|
*/
|
|
283728
283780
|
description?: string;
|
|
283729
283781
|
/**
|
|
283730
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
283782
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
283731
283783
|
*/
|
|
283732
|
-
encryptedCredential?:
|
|
283784
|
+
encryptedCredential?: string;
|
|
283733
283785
|
/**
|
|
283734
283786
|
* Parameters for linked service.
|
|
283735
283787
|
*/
|
|
@@ -283873,7 +283925,7 @@ export declare namespace datafactory {
|
|
|
283873
283925
|
*/
|
|
283874
283926
|
connectVia?: outputs.datafactory.IntegrationRuntimeReferenceResponse;
|
|
283875
283927
|
/**
|
|
283876
|
-
* The non-access credential portion of the connection string as well as an optional encrypted credential. Type: string, SecureString or AzureKeyVaultSecretReference.
|
|
283928
|
+
* The non-access credential portion of the connection string as well as an optional encrypted credential. Type: string, or SecureString, or AzureKeyVaultSecretReference, or Expression with resultType string.
|
|
283877
283929
|
*/
|
|
283878
283930
|
connectionString: any;
|
|
283879
283931
|
/**
|
|
@@ -283885,9 +283937,9 @@ export declare namespace datafactory {
|
|
|
283885
283937
|
*/
|
|
283886
283938
|
description?: string;
|
|
283887
283939
|
/**
|
|
283888
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
283940
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
283889
283941
|
*/
|
|
283890
|
-
encryptedCredential?:
|
|
283942
|
+
encryptedCredential?: string;
|
|
283891
283943
|
/**
|
|
283892
283944
|
* Parameters for linked service.
|
|
283893
283945
|
*/
|
|
@@ -284093,9 +284145,9 @@ export declare namespace datafactory {
|
|
|
284093
284145
|
*/
|
|
284094
284146
|
description?: string;
|
|
284095
284147
|
/**
|
|
284096
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
284148
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
284097
284149
|
*/
|
|
284098
|
-
encryptedCredential?:
|
|
284150
|
+
encryptedCredential?: string;
|
|
284099
284151
|
/**
|
|
284100
284152
|
* Azure tenant ID to which the Office 365 account belongs. Type: string (or Expression with resultType string).
|
|
284101
284153
|
*/
|
|
@@ -284195,9 +284247,9 @@ export declare namespace datafactory {
|
|
|
284195
284247
|
*/
|
|
284196
284248
|
description?: string;
|
|
284197
284249
|
/**
|
|
284198
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
284250
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
284199
284251
|
*/
|
|
284200
|
-
encryptedCredential?:
|
|
284252
|
+
encryptedCredential?: string;
|
|
284201
284253
|
/**
|
|
284202
284254
|
* Parameters for linked service.
|
|
284203
284255
|
*/
|
|
@@ -284257,9 +284309,9 @@ export declare namespace datafactory {
|
|
|
284257
284309
|
*/
|
|
284258
284310
|
disableMetricsCollection?: any;
|
|
284259
284311
|
/**
|
|
284260
|
-
* Indicates whether to enable partition discovery.
|
|
284312
|
+
* Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
|
|
284261
284313
|
*/
|
|
284262
|
-
enablePartitionDiscovery?:
|
|
284314
|
+
enablePartitionDiscovery?: any;
|
|
284263
284315
|
/**
|
|
284264
284316
|
* Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
|
|
284265
284317
|
*/
|
|
@@ -284323,9 +284375,9 @@ export declare namespace datafactory {
|
|
|
284323
284375
|
*/
|
|
284324
284376
|
description?: string;
|
|
284325
284377
|
/**
|
|
284326
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
284378
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
284327
284379
|
*/
|
|
284328
|
-
encryptedCredential?:
|
|
284380
|
+
encryptedCredential?: string;
|
|
284329
284381
|
/**
|
|
284330
284382
|
* Parameters for linked service.
|
|
284331
284383
|
*/
|
|
@@ -284380,9 +284432,9 @@ export declare namespace datafactory {
|
|
|
284380
284432
|
*/
|
|
284381
284433
|
description?: string;
|
|
284382
284434
|
/**
|
|
284383
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
284435
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
284384
284436
|
*/
|
|
284385
|
-
encryptedCredential?:
|
|
284437
|
+
encryptedCredential?: string;
|
|
284386
284438
|
/**
|
|
284387
284439
|
* The URL of the Oracle Service Cloud instance.
|
|
284388
284440
|
*/
|
|
@@ -285004,11 +285056,11 @@ export declare namespace datafactory {
|
|
|
285004
285056
|
*/
|
|
285005
285057
|
description?: string;
|
|
285006
285058
|
/**
|
|
285007
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
285059
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
285008
285060
|
*/
|
|
285009
|
-
encryptedCredential?:
|
|
285061
|
+
encryptedCredential?: string;
|
|
285010
285062
|
/**
|
|
285011
|
-
* The URL
|
|
285063
|
+
* The URL of the PayPal instance. (i.e. api.sandbox.paypal.com)
|
|
285012
285064
|
*/
|
|
285013
285065
|
host: any;
|
|
285014
285066
|
/**
|
|
@@ -285150,9 +285202,9 @@ export declare namespace datafactory {
|
|
|
285150
285202
|
*/
|
|
285151
285203
|
enableSsl?: any;
|
|
285152
285204
|
/**
|
|
285153
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
285205
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
285154
285206
|
*/
|
|
285155
|
-
encryptedCredential?:
|
|
285207
|
+
encryptedCredential?: string;
|
|
285156
285208
|
/**
|
|
285157
285209
|
* The IP address or host name of the Phoenix server. (i.e. 192.168.222.160)
|
|
285158
285210
|
*/
|
|
@@ -285366,7 +285418,7 @@ export declare namespace datafactory {
|
|
|
285366
285418
|
*/
|
|
285367
285419
|
connectVia?: outputs.datafactory.IntegrationRuntimeReferenceResponse;
|
|
285368
285420
|
/**
|
|
285369
|
-
* The connection string.
|
|
285421
|
+
* The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
|
|
285370
285422
|
*/
|
|
285371
285423
|
connectionString: any;
|
|
285372
285424
|
/**
|
|
@@ -285374,9 +285426,9 @@ export declare namespace datafactory {
|
|
|
285374
285426
|
*/
|
|
285375
285427
|
description?: string;
|
|
285376
285428
|
/**
|
|
285377
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
285429
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
285378
285430
|
*/
|
|
285379
|
-
encryptedCredential?:
|
|
285431
|
+
encryptedCredential?: string;
|
|
285380
285432
|
/**
|
|
285381
285433
|
* Parameters for linked service.
|
|
285382
285434
|
*/
|
|
@@ -285599,9 +285651,9 @@ export declare namespace datafactory {
|
|
|
285599
285651
|
*/
|
|
285600
285652
|
enableSsl?: any;
|
|
285601
285653
|
/**
|
|
285602
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
285654
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
285603
285655
|
*/
|
|
285604
|
-
encryptedCredential?:
|
|
285656
|
+
encryptedCredential?: string;
|
|
285605
285657
|
/**
|
|
285606
285658
|
* The IP address or host name of the Presto server. (i.e. 192.168.222.160)
|
|
285607
285659
|
*/
|
|
@@ -285799,9 +285851,9 @@ export declare namespace datafactory {
|
|
|
285799
285851
|
*/
|
|
285800
285852
|
description?: string;
|
|
285801
285853
|
/**
|
|
285802
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
285854
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
285803
285855
|
*/
|
|
285804
|
-
encryptedCredential?:
|
|
285856
|
+
encryptedCredential?: string;
|
|
285805
285857
|
/**
|
|
285806
285858
|
* The endpoint of the QuickBooks server. (i.e. quickbooks.api.intuit.com)
|
|
285807
285859
|
*/
|
|
@@ -285921,9 +285973,9 @@ export declare namespace datafactory {
|
|
|
285921
285973
|
*/
|
|
285922
285974
|
description?: string;
|
|
285923
285975
|
/**
|
|
285924
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
285976
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
285925
285977
|
*/
|
|
285926
|
-
encryptedCredential?:
|
|
285978
|
+
encryptedCredential?: string;
|
|
285927
285979
|
/**
|
|
285928
285980
|
* Parameters for linked service.
|
|
285929
285981
|
*/
|
|
@@ -286163,9 +286215,9 @@ export declare namespace datafactory {
|
|
|
286163
286215
|
*/
|
|
286164
286216
|
description?: string;
|
|
286165
286217
|
/**
|
|
286166
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
286218
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
286167
286219
|
*/
|
|
286168
|
-
encryptedCredential?:
|
|
286220
|
+
encryptedCredential?: string;
|
|
286169
286221
|
/**
|
|
286170
286222
|
* The endpoint of the Responsys server.
|
|
286171
286223
|
*/
|
|
@@ -286281,9 +286333,11 @@ export declare namespace datafactory {
|
|
|
286281
286333
|
*/
|
|
286282
286334
|
interface RestResourceDatasetResponse {
|
|
286283
286335
|
/**
|
|
286284
|
-
* The additional HTTP headers in the request to the RESTful API.
|
|
286336
|
+
* The additional HTTP headers in the request to the RESTful API.
|
|
286285
286337
|
*/
|
|
286286
|
-
additionalHeaders?:
|
|
286338
|
+
additionalHeaders?: {
|
|
286339
|
+
[key: string]: any;
|
|
286340
|
+
};
|
|
286287
286341
|
/**
|
|
286288
286342
|
* List of tags that can be used for describing the Dataset.
|
|
286289
286343
|
*/
|
|
@@ -286301,9 +286355,11 @@ export declare namespace datafactory {
|
|
|
286301
286355
|
*/
|
|
286302
286356
|
linkedServiceName: outputs.datafactory.LinkedServiceReferenceResponse;
|
|
286303
286357
|
/**
|
|
286304
|
-
* The pagination rules to compose next page requests.
|
|
286358
|
+
* The pagination rules to compose next page requests.
|
|
286305
286359
|
*/
|
|
286306
|
-
paginationRules?:
|
|
286360
|
+
paginationRules?: {
|
|
286361
|
+
[key: string]: any;
|
|
286362
|
+
};
|
|
286307
286363
|
/**
|
|
286308
286364
|
* Parameters for dataset.
|
|
286309
286365
|
*/
|
|
@@ -286341,7 +286397,7 @@ export declare namespace datafactory {
|
|
|
286341
286397
|
*/
|
|
286342
286398
|
interface RestServiceLinkedServiceResponse {
|
|
286343
286399
|
/**
|
|
286344
|
-
* The resource you are requesting authorization to use.
|
|
286400
|
+
* The resource you are requesting authorization to use. Type: string (or Expression with resultType string).
|
|
286345
286401
|
*/
|
|
286346
286402
|
aadResourceId?: any;
|
|
286347
286403
|
/**
|
|
@@ -286385,9 +286441,9 @@ export declare namespace datafactory {
|
|
|
286385
286441
|
*/
|
|
286386
286442
|
enableServerCertificateValidation?: any;
|
|
286387
286443
|
/**
|
|
286388
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
286444
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
286389
286445
|
*/
|
|
286390
|
-
encryptedCredential?:
|
|
286446
|
+
encryptedCredential?: string;
|
|
286391
286447
|
/**
|
|
286392
286448
|
* Parameters for linked service.
|
|
286393
286449
|
*/
|
|
@@ -286407,7 +286463,7 @@ export declare namespace datafactory {
|
|
|
286407
286463
|
*/
|
|
286408
286464
|
scope?: any;
|
|
286409
286465
|
/**
|
|
286410
|
-
* The application's client ID used in AadServicePrincipal authentication type.
|
|
286466
|
+
* The application's client ID used in AadServicePrincipal authentication type. Type: string (or Expression with resultType string).
|
|
286411
286467
|
*/
|
|
286412
286468
|
servicePrincipalId?: any;
|
|
286413
286469
|
/**
|
|
@@ -286415,7 +286471,7 @@ export declare namespace datafactory {
|
|
|
286415
286471
|
*/
|
|
286416
286472
|
servicePrincipalKey?: outputs.datafactory.AzureKeyVaultSecretReferenceResponse | outputs.datafactory.SecureStringResponse;
|
|
286417
286473
|
/**
|
|
286418
|
-
* The tenant information (domain name or tenant ID) used in AadServicePrincipal authentication type under which your application resides.
|
|
286474
|
+
* The tenant information (domain name or tenant ID) used in AadServicePrincipal authentication type under which your application resides. Type: string (or Expression with resultType string).
|
|
286419
286475
|
*/
|
|
286420
286476
|
tenant?: any;
|
|
286421
286477
|
/**
|
|
@@ -286428,11 +286484,11 @@ export declare namespace datafactory {
|
|
|
286428
286484
|
*/
|
|
286429
286485
|
type: "RestService";
|
|
286430
286486
|
/**
|
|
286431
|
-
* The base URL of the REST service.
|
|
286487
|
+
* The base URL of the REST service. Type: string (or Expression with resultType string).
|
|
286432
286488
|
*/
|
|
286433
286489
|
url: any;
|
|
286434
286490
|
/**
|
|
286435
|
-
* The user name used in Basic authentication type.
|
|
286491
|
+
* The user name used in Basic authentication type. Type: string (or Expression with resultType string).
|
|
286436
286492
|
*/
|
|
286437
286493
|
userName?: any;
|
|
286438
286494
|
}
|
|
@@ -286562,7 +286618,7 @@ export declare namespace datafactory {
|
|
|
286562
286618
|
*/
|
|
286563
286619
|
interface SSISAccessCredentialResponse {
|
|
286564
286620
|
/**
|
|
286565
|
-
* Domain for windows authentication.
|
|
286621
|
+
* Domain for windows authentication. Type: string (or Expression with resultType string).
|
|
286566
286622
|
*/
|
|
286567
286623
|
domain: any;
|
|
286568
286624
|
/**
|
|
@@ -286570,7 +286626,7 @@ export declare namespace datafactory {
|
|
|
286570
286626
|
*/
|
|
286571
286627
|
password: outputs.datafactory.AzureKeyVaultSecretReferenceResponse | outputs.datafactory.SecureStringResponse;
|
|
286572
286628
|
/**
|
|
286573
|
-
* UseName for windows authentication.
|
|
286629
|
+
* UseName for windows authentication. Type: string (or Expression with resultType string).
|
|
286574
286630
|
*/
|
|
286575
286631
|
userName: any;
|
|
286576
286632
|
}
|
|
@@ -286600,7 +286656,7 @@ export declare namespace datafactory {
|
|
|
286600
286656
|
*/
|
|
286601
286657
|
interface SSISExecutionCredentialResponse {
|
|
286602
286658
|
/**
|
|
286603
|
-
* Domain for windows authentication.
|
|
286659
|
+
* Domain for windows authentication. Type: string (or Expression with resultType string).
|
|
286604
286660
|
*/
|
|
286605
286661
|
domain: any;
|
|
286606
286662
|
/**
|
|
@@ -286608,7 +286664,7 @@ export declare namespace datafactory {
|
|
|
286608
286664
|
*/
|
|
286609
286665
|
password: outputs.datafactory.SecureStringResponse;
|
|
286610
286666
|
/**
|
|
286611
|
-
* UseName for windows authentication.
|
|
286667
|
+
* UseName for windows authentication. Type: string (or Expression with resultType string).
|
|
286612
286668
|
*/
|
|
286613
286669
|
userName: any;
|
|
286614
286670
|
}
|
|
@@ -286721,9 +286777,9 @@ export declare namespace datafactory {
|
|
|
286721
286777
|
*/
|
|
286722
286778
|
description?: string;
|
|
286723
286779
|
/**
|
|
286724
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
286780
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
286725
286781
|
*/
|
|
286726
|
-
encryptedCredential?:
|
|
286782
|
+
encryptedCredential?: string;
|
|
286727
286783
|
/**
|
|
286728
286784
|
* The URL of Salesforce instance. Default is 'https://login.salesforce.com'. To copy data from sandbox, specify 'https://test.salesforce.com'. To copy data from custom domain, specify, for example, 'https://[domain].my.salesforce.com'. Type: string (or Expression with resultType string).
|
|
286729
286785
|
*/
|
|
@@ -286781,9 +286837,9 @@ export declare namespace datafactory {
|
|
|
286781
286837
|
*/
|
|
286782
286838
|
description?: string;
|
|
286783
286839
|
/**
|
|
286784
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
286840
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
286785
286841
|
*/
|
|
286786
|
-
encryptedCredential?:
|
|
286842
|
+
encryptedCredential?: string;
|
|
286787
286843
|
/**
|
|
286788
286844
|
* Parameters for linked service.
|
|
286789
286845
|
*/
|
|
@@ -286955,9 +287011,9 @@ export declare namespace datafactory {
|
|
|
286955
287011
|
*/
|
|
286956
287012
|
description?: string;
|
|
286957
287013
|
/**
|
|
286958
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
287014
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
286959
287015
|
*/
|
|
286960
|
-
encryptedCredential?:
|
|
287016
|
+
encryptedCredential?: string;
|
|
286961
287017
|
/**
|
|
286962
287018
|
* The URL of Salesforce Service Cloud instance. Default is 'https://login.salesforce.com'. To copy data from sandbox, specify 'https://test.salesforce.com'. To copy data from custom domain, specify, for example, 'https://[domain].my.salesforce.com'. Type: string (or Expression with resultType string).
|
|
286963
287019
|
*/
|
|
@@ -287227,9 +287283,9 @@ export declare namespace datafactory {
|
|
|
287227
287283
|
*/
|
|
287228
287284
|
description?: string;
|
|
287229
287285
|
/**
|
|
287230
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
287286
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
287231
287287
|
*/
|
|
287232
|
-
encryptedCredential?:
|
|
287288
|
+
encryptedCredential?: string;
|
|
287233
287289
|
/**
|
|
287234
287290
|
* Parameters for linked service.
|
|
287235
287291
|
*/
|
|
@@ -287353,9 +287409,9 @@ export declare namespace datafactory {
|
|
|
287353
287409
|
*/
|
|
287354
287410
|
description?: string;
|
|
287355
287411
|
/**
|
|
287356
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Either encryptedCredential or username/password must be provided. Type: string
|
|
287412
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Either encryptedCredential or username/password must be provided. Type: string.
|
|
287357
287413
|
*/
|
|
287358
|
-
encryptedCredential?:
|
|
287414
|
+
encryptedCredential?: string;
|
|
287359
287415
|
/**
|
|
287360
287416
|
* Parameters for linked service.
|
|
287361
287417
|
*/
|
|
@@ -287525,7 +287581,7 @@ export declare namespace datafactory {
|
|
|
287525
287581
|
*/
|
|
287526
287582
|
description?: string;
|
|
287527
287583
|
/**
|
|
287528
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Either encryptedCredential or username/password must be provided. Type: string
|
|
287584
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Either encryptedCredential or username/password must be provided. Type: string.
|
|
287529
287585
|
*/
|
|
287530
287586
|
encryptedCredential?: string;
|
|
287531
287587
|
/**
|
|
@@ -287546,11 +287602,11 @@ export declare namespace datafactory {
|
|
|
287546
287602
|
/**
|
|
287547
287603
|
* The URL of SAP ECC OData API. For example, '[https://hostname:port/sap/opu/odata/sap/servicename/]'. Type: string (or Expression with resultType string).
|
|
287548
287604
|
*/
|
|
287549
|
-
url:
|
|
287605
|
+
url: any;
|
|
287550
287606
|
/**
|
|
287551
287607
|
* The username for Basic authentication. Type: string (or Expression with resultType string).
|
|
287552
287608
|
*/
|
|
287553
|
-
username?:
|
|
287609
|
+
username?: any;
|
|
287554
287610
|
}
|
|
287555
287611
|
/**
|
|
287556
287612
|
* The path of the SAP ECC OData entity.
|
|
@@ -287663,9 +287719,9 @@ export declare namespace datafactory {
|
|
|
287663
287719
|
*/
|
|
287664
287720
|
description?: string;
|
|
287665
287721
|
/**
|
|
287666
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
287722
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
287667
287723
|
*/
|
|
287668
|
-
encryptedCredential?:
|
|
287724
|
+
encryptedCredential?: string;
|
|
287669
287725
|
/**
|
|
287670
287726
|
* Parameters for linked service.
|
|
287671
287727
|
*/
|
|
@@ -287814,9 +287870,9 @@ export declare namespace datafactory {
|
|
|
287814
287870
|
*/
|
|
287815
287871
|
description?: string;
|
|
287816
287872
|
/**
|
|
287817
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
287873
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
287818
287874
|
*/
|
|
287819
|
-
encryptedCredential?:
|
|
287875
|
+
encryptedCredential?: string;
|
|
287820
287876
|
/**
|
|
287821
287877
|
* Language of the SAP system where the table is located. The default value is EN. Type: string (or Expression with resultType string).
|
|
287822
287878
|
*/
|
|
@@ -288012,9 +288068,9 @@ export declare namespace datafactory {
|
|
|
288012
288068
|
*/
|
|
288013
288069
|
description?: string;
|
|
288014
288070
|
/**
|
|
288015
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
288071
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
288016
288072
|
*/
|
|
288017
|
-
encryptedCredential?:
|
|
288073
|
+
encryptedCredential?: string;
|
|
288018
288074
|
/**
|
|
288019
288075
|
* Language of the BW system where the open hub destination is located. The default value is EN. Type: string (or Expression with resultType string).
|
|
288020
288076
|
*/
|
|
@@ -288186,9 +288242,9 @@ export declare namespace datafactory {
|
|
|
288186
288242
|
*/
|
|
288187
288243
|
description?: string;
|
|
288188
288244
|
/**
|
|
288189
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
288245
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
288190
288246
|
*/
|
|
288191
|
-
encryptedCredential?:
|
|
288247
|
+
encryptedCredential?: string;
|
|
288192
288248
|
/**
|
|
288193
288249
|
* Language of the SAP system where the table is located. The default value is EN. Type: string (or Expression with resultType string).
|
|
288194
288250
|
*/
|
|
@@ -288493,7 +288549,7 @@ export declare namespace datafactory {
|
|
|
288493
288549
|
*/
|
|
288494
288550
|
type?: string;
|
|
288495
288551
|
/**
|
|
288496
|
-
* The value of the parameter.
|
|
288552
|
+
* The value of the parameter. Type: string (or Expression with resultType string).
|
|
288497
288553
|
*/
|
|
288498
288554
|
value?: any;
|
|
288499
288555
|
}
|
|
@@ -288815,9 +288871,9 @@ export declare namespace datafactory {
|
|
|
288815
288871
|
*/
|
|
288816
288872
|
description?: string;
|
|
288817
288873
|
/**
|
|
288818
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
288874
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
288819
288875
|
*/
|
|
288820
|
-
encryptedCredential?:
|
|
288876
|
+
encryptedCredential?: string;
|
|
288821
288877
|
/**
|
|
288822
288878
|
* The endpoint of the ServiceNow server. (i.e. <instance>.service-now.com)
|
|
288823
288879
|
*/
|
|
@@ -289009,9 +289065,9 @@ export declare namespace datafactory {
|
|
|
289009
289065
|
*/
|
|
289010
289066
|
disableMetricsCollection?: any;
|
|
289011
289067
|
/**
|
|
289012
|
-
* Indicates whether to enable partition discovery.
|
|
289068
|
+
* Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
|
|
289013
289069
|
*/
|
|
289014
|
-
enablePartitionDiscovery?:
|
|
289070
|
+
enablePartitionDiscovery?: any;
|
|
289015
289071
|
/**
|
|
289016
289072
|
* Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
|
|
289017
289073
|
*/
|
|
@@ -289071,9 +289127,9 @@ export declare namespace datafactory {
|
|
|
289071
289127
|
*/
|
|
289072
289128
|
description?: string;
|
|
289073
289129
|
/**
|
|
289074
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
289130
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
289075
289131
|
*/
|
|
289076
|
-
encryptedCredential?:
|
|
289132
|
+
encryptedCredential?: string;
|
|
289077
289133
|
/**
|
|
289078
289134
|
* The SFTP server host name. Type: string (or Expression with resultType string).
|
|
289079
289135
|
*/
|
|
@@ -289169,9 +289225,9 @@ export declare namespace datafactory {
|
|
|
289169
289225
|
*/
|
|
289170
289226
|
description?: string;
|
|
289171
289227
|
/**
|
|
289172
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
289228
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
289173
289229
|
*/
|
|
289174
|
-
encryptedCredential?:
|
|
289230
|
+
encryptedCredential?: string;
|
|
289175
289231
|
/**
|
|
289176
289232
|
* Parameters for linked service.
|
|
289177
289233
|
*/
|
|
@@ -289299,9 +289355,9 @@ export declare namespace datafactory {
|
|
|
289299
289355
|
*/
|
|
289300
289356
|
description?: string;
|
|
289301
289357
|
/**
|
|
289302
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
289358
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
289303
289359
|
*/
|
|
289304
|
-
encryptedCredential?:
|
|
289360
|
+
encryptedCredential?: string;
|
|
289305
289361
|
/**
|
|
289306
289362
|
* The endpoint of the Shopify server. (i.e. mystore.myshopify.com)
|
|
289307
289363
|
*/
|
|
@@ -289446,9 +289502,9 @@ export declare namespace datafactory {
|
|
|
289446
289502
|
*/
|
|
289447
289503
|
description?: string;
|
|
289448
289504
|
/**
|
|
289449
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
289505
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
289450
289506
|
*/
|
|
289451
|
-
encryptedCredential?:
|
|
289507
|
+
encryptedCredential?: string;
|
|
289452
289508
|
/**
|
|
289453
289509
|
* Parameters for linked service.
|
|
289454
289510
|
*/
|
|
@@ -289570,9 +289626,9 @@ export declare namespace datafactory {
|
|
|
289570
289626
|
*/
|
|
289571
289627
|
description?: string;
|
|
289572
289628
|
/**
|
|
289573
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
289629
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
289574
289630
|
*/
|
|
289575
|
-
encryptedCredential?:
|
|
289631
|
+
encryptedCredential?: string;
|
|
289576
289632
|
/**
|
|
289577
289633
|
* Parameters for linked service.
|
|
289578
289634
|
*/
|
|
@@ -289711,9 +289767,9 @@ export declare namespace datafactory {
|
|
|
289711
289767
|
*/
|
|
289712
289768
|
enableSsl?: any;
|
|
289713
289769
|
/**
|
|
289714
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
289770
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
289715
289771
|
*/
|
|
289716
|
-
encryptedCredential?:
|
|
289772
|
+
encryptedCredential?: string;
|
|
289717
289773
|
/**
|
|
289718
289774
|
* IP address or host name of the Spark server
|
|
289719
289775
|
*/
|
|
@@ -289853,7 +289909,7 @@ export declare namespace datafactory {
|
|
|
289853
289909
|
*/
|
|
289854
289910
|
interface SqlAlwaysEncryptedPropertiesResponse {
|
|
289855
289911
|
/**
|
|
289856
|
-
* Sql always encrypted AKV authentication type. Type: string
|
|
289912
|
+
* Sql always encrypted AKV authentication type. Type: string.
|
|
289857
289913
|
*/
|
|
289858
289914
|
alwaysEncryptedAkvAuthType: string;
|
|
289859
289915
|
/**
|
|
@@ -290176,9 +290232,9 @@ export declare namespace datafactory {
|
|
|
290176
290232
|
*/
|
|
290177
290233
|
description?: string;
|
|
290178
290234
|
/**
|
|
290179
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
290235
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
290180
290236
|
*/
|
|
290181
|
-
encryptedCredential?:
|
|
290237
|
+
encryptedCredential?: string;
|
|
290182
290238
|
/**
|
|
290183
290239
|
* Parameters for linked service.
|
|
290184
290240
|
*/
|
|
@@ -290591,11 +290647,11 @@ export declare namespace datafactory {
|
|
|
290591
290647
|
*/
|
|
290592
290648
|
description?: string;
|
|
290593
290649
|
/**
|
|
290594
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
290650
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
290595
290651
|
*/
|
|
290596
|
-
encryptedCredential?:
|
|
290652
|
+
encryptedCredential?: string;
|
|
290597
290653
|
/**
|
|
290598
|
-
* The URL
|
|
290654
|
+
* The URL of the Square instance. (i.e. mystore.mysquare.com)
|
|
290599
290655
|
*/
|
|
290600
290656
|
host?: any;
|
|
290601
290657
|
/**
|
|
@@ -291036,9 +291092,9 @@ export declare namespace datafactory {
|
|
|
291036
291092
|
*/
|
|
291037
291093
|
description?: string;
|
|
291038
291094
|
/**
|
|
291039
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
291095
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
291040
291096
|
*/
|
|
291041
|
-
encryptedCredential?:
|
|
291097
|
+
encryptedCredential?: string;
|
|
291042
291098
|
/**
|
|
291043
291099
|
* Parameters for linked service.
|
|
291044
291100
|
*/
|
|
@@ -291186,9 +291242,9 @@ export declare namespace datafactory {
|
|
|
291186
291242
|
*/
|
|
291187
291243
|
notebook: outputs.datafactory.SynapseNotebookReferenceResponse;
|
|
291188
291244
|
/**
|
|
291189
|
-
* Number of executors to launch for this session, which will override the 'numExecutors' of the notebook you provide.
|
|
291245
|
+
* Number of executors to launch for this session, which will override the 'numExecutors' of the notebook you provide. Type: integer (or Expression with resultType integer).
|
|
291190
291246
|
*/
|
|
291191
|
-
numExecutors?:
|
|
291247
|
+
numExecutors?: any;
|
|
291192
291248
|
/**
|
|
291193
291249
|
* Notebook parameters.
|
|
291194
291250
|
*/
|
|
@@ -291426,9 +291482,9 @@ export declare namespace datafactory {
|
|
|
291426
291482
|
*/
|
|
291427
291483
|
description?: string;
|
|
291428
291484
|
/**
|
|
291429
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
291485
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
291430
291486
|
*/
|
|
291431
|
-
encryptedCredential?:
|
|
291487
|
+
encryptedCredential?: string;
|
|
291432
291488
|
/**
|
|
291433
291489
|
* Parameters for linked service.
|
|
291434
291490
|
*/
|
|
@@ -291478,9 +291534,9 @@ export declare namespace datafactory {
|
|
|
291478
291534
|
*/
|
|
291479
291535
|
description?: string;
|
|
291480
291536
|
/**
|
|
291481
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
291537
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
291482
291538
|
*/
|
|
291483
|
-
encryptedCredential?:
|
|
291539
|
+
encryptedCredential?: string;
|
|
291484
291540
|
/**
|
|
291485
291541
|
* Parameters for linked service.
|
|
291486
291542
|
*/
|
|
@@ -291849,7 +291905,7 @@ export declare namespace datafactory {
|
|
|
291849
291905
|
*/
|
|
291850
291906
|
type: "Twilio";
|
|
291851
291907
|
/**
|
|
291852
|
-
* The Account SID of Twilio service.
|
|
291908
|
+
* The Account SID of Twilio service. Type: string (or Expression with resultType string).
|
|
291853
291909
|
*/
|
|
291854
291910
|
userName: any;
|
|
291855
291911
|
}
|
|
@@ -291878,7 +291934,7 @@ export declare namespace datafactory {
|
|
|
291878
291934
|
*/
|
|
291879
291935
|
name: string;
|
|
291880
291936
|
/**
|
|
291881
|
-
* Specifies the timeout for the activity to run. If there is no value specified, it takes the value of TimeSpan.FromDays(7) which is 1 week as default. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
|
|
291937
|
+
* Specifies the timeout for the activity to run. If there is no value specified, it takes the value of TimeSpan.FromDays(7) which is 1 week as default. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
|
|
291882
291938
|
*/
|
|
291883
291939
|
timeout?: any;
|
|
291884
291940
|
/**
|
|
@@ -292009,9 +292065,9 @@ export declare namespace datafactory {
|
|
|
292009
292065
|
*/
|
|
292010
292066
|
description?: string;
|
|
292011
292067
|
/**
|
|
292012
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
292068
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
292013
292069
|
*/
|
|
292014
|
-
encryptedCredential?:
|
|
292070
|
+
encryptedCredential?: string;
|
|
292015
292071
|
/**
|
|
292016
292072
|
* Parameters for linked service.
|
|
292017
292073
|
*/
|
|
@@ -292140,7 +292196,7 @@ export declare namespace datafactory {
|
|
|
292140
292196
|
*/
|
|
292141
292197
|
userProperties?: outputs.datafactory.UserPropertyResponse[];
|
|
292142
292198
|
/**
|
|
292143
|
-
* Duration in seconds.
|
|
292199
|
+
* Duration in seconds. Type: integer (or Expression with resultType integer).
|
|
292144
292200
|
*/
|
|
292145
292201
|
waitTimeInSeconds: any;
|
|
292146
292202
|
}
|
|
@@ -292528,9 +292584,9 @@ export declare namespace datafactory {
|
|
|
292528
292584
|
*/
|
|
292529
292585
|
description?: string;
|
|
292530
292586
|
/**
|
|
292531
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
292587
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
292532
292588
|
*/
|
|
292533
|
-
encryptedCredential?:
|
|
292589
|
+
encryptedCredential?: string;
|
|
292534
292590
|
/**
|
|
292535
292591
|
* The endpoint of the Xero server. (i.e. api.xero.com)
|
|
292536
292592
|
*/
|
|
@@ -292795,9 +292851,9 @@ export declare namespace datafactory {
|
|
|
292795
292851
|
*/
|
|
292796
292852
|
description?: string;
|
|
292797
292853
|
/**
|
|
292798
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
292854
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
292799
292855
|
*/
|
|
292800
|
-
encryptedCredential?:
|
|
292856
|
+
encryptedCredential?: string;
|
|
292801
292857
|
/**
|
|
292802
292858
|
* Parameters for linked service.
|
|
292803
292859
|
*/
|
|
@@ -292861,9 +292917,9 @@ export declare namespace datafactory {
|
|
|
292861
292917
|
*/
|
|
292862
292918
|
description?: string;
|
|
292863
292919
|
/**
|
|
292864
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
292920
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
292865
292921
|
*/
|
|
292866
|
-
encryptedCredential?:
|
|
292922
|
+
encryptedCredential?: string;
|
|
292867
292923
|
/**
|
|
292868
292924
|
* The endpoint of the Zoho server. (i.e. crm.zoho.com/crm/private)
|
|
292869
292925
|
*/
|
|
@@ -302933,9 +302989,9 @@ export declare namespace datafactory {
|
|
|
302933
302989
|
*/
|
|
302934
302990
|
description?: string;
|
|
302935
302991
|
/**
|
|
302936
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
302992
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
302937
302993
|
*/
|
|
302938
|
-
encryptedCredential?:
|
|
302994
|
+
encryptedCredential?: string;
|
|
302939
302995
|
/**
|
|
302940
302996
|
* The endpoint of the Amazon MWS server, (i.e. mws.amazonservices.com)
|
|
302941
302997
|
*/
|
|
@@ -303083,9 +303139,9 @@ export declare namespace datafactory {
|
|
|
303083
303139
|
*/
|
|
303084
303140
|
description?: string;
|
|
303085
303141
|
/**
|
|
303086
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
303142
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
303087
303143
|
*/
|
|
303088
|
-
encryptedCredential?:
|
|
303144
|
+
encryptedCredential?: string;
|
|
303089
303145
|
/**
|
|
303090
303146
|
* Parameters for linked service.
|
|
303091
303147
|
*/
|
|
@@ -303238,9 +303294,9 @@ export declare namespace datafactory {
|
|
|
303238
303294
|
*/
|
|
303239
303295
|
description?: string;
|
|
303240
303296
|
/**
|
|
303241
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
303297
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
303242
303298
|
*/
|
|
303243
|
-
encryptedCredential?:
|
|
303299
|
+
encryptedCredential?: string;
|
|
303244
303300
|
/**
|
|
303245
303301
|
* Parameters for linked service.
|
|
303246
303302
|
*/
|
|
@@ -303384,9 +303440,9 @@ export declare namespace datafactory {
|
|
|
303384
303440
|
*/
|
|
303385
303441
|
description?: string;
|
|
303386
303442
|
/**
|
|
303387
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
303443
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
303388
303444
|
*/
|
|
303389
|
-
encryptedCredential?:
|
|
303445
|
+
encryptedCredential?: string;
|
|
303390
303446
|
/**
|
|
303391
303447
|
* Parameters for linked service.
|
|
303392
303448
|
*/
|
|
@@ -303526,9 +303582,9 @@ export declare namespace datafactory {
|
|
|
303526
303582
|
*/
|
|
303527
303583
|
description?: string;
|
|
303528
303584
|
/**
|
|
303529
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
303585
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
303530
303586
|
*/
|
|
303531
|
-
encryptedCredential?:
|
|
303587
|
+
encryptedCredential?: string;
|
|
303532
303588
|
/**
|
|
303533
303589
|
* If true, use S3 path-style access instead of virtual hosted-style access. Default value is false. Type: boolean (or Expression with resultType boolean).
|
|
303534
303590
|
*/
|
|
@@ -303592,9 +303648,9 @@ export declare namespace datafactory {
|
|
|
303592
303648
|
*/
|
|
303593
303649
|
disableMetricsCollection?: any;
|
|
303594
303650
|
/**
|
|
303595
|
-
* Indicates whether to enable partition discovery.
|
|
303651
|
+
* Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
|
|
303596
303652
|
*/
|
|
303597
|
-
enablePartitionDiscovery?:
|
|
303653
|
+
enablePartitionDiscovery?: any;
|
|
303598
303654
|
/**
|
|
303599
303655
|
* Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
|
|
303600
303656
|
*/
|
|
@@ -303734,9 +303790,9 @@ export declare namespace datafactory {
|
|
|
303734
303790
|
*/
|
|
303735
303791
|
description?: string;
|
|
303736
303792
|
/**
|
|
303737
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
303793
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
303738
303794
|
*/
|
|
303739
|
-
encryptedCredential?:
|
|
303795
|
+
encryptedCredential?: string;
|
|
303740
303796
|
/**
|
|
303741
303797
|
* Parameters for linked service.
|
|
303742
303798
|
*/
|
|
@@ -303800,9 +303856,9 @@ export declare namespace datafactory {
|
|
|
303800
303856
|
*/
|
|
303801
303857
|
disableMetricsCollection?: any;
|
|
303802
303858
|
/**
|
|
303803
|
-
* Indicates whether to enable partition discovery.
|
|
303859
|
+
* Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
|
|
303804
303860
|
*/
|
|
303805
|
-
enablePartitionDiscovery?:
|
|
303861
|
+
enablePartitionDiscovery?: any;
|
|
303806
303862
|
/**
|
|
303807
303863
|
* Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
|
|
303808
303864
|
*/
|
|
@@ -303881,7 +303937,7 @@ export declare namespace datafactory {
|
|
|
303881
303937
|
*/
|
|
303882
303938
|
type: "AppFigures";
|
|
303883
303939
|
/**
|
|
303884
|
-
* The username of the Appfigures source.
|
|
303940
|
+
* The username of the Appfigures source. Type: string (or Expression with resultType string).
|
|
303885
303941
|
*/
|
|
303886
303942
|
userName: any;
|
|
303887
303943
|
}
|
|
@@ -303911,7 +303967,7 @@ export declare namespace datafactory {
|
|
|
303911
303967
|
*/
|
|
303912
303968
|
userProperties?: outputs.datafactory.v20180601.UserPropertyResponse[];
|
|
303913
303969
|
/**
|
|
303914
|
-
* Value to be appended.
|
|
303970
|
+
* Value to be appended. Type: could be a static value matching type of the variable item or Expression with resultType matching type of the variable item
|
|
303915
303971
|
*/
|
|
303916
303972
|
value?: any;
|
|
303917
303973
|
/**
|
|
@@ -303946,9 +304002,9 @@ export declare namespace datafactory {
|
|
|
303946
304002
|
*/
|
|
303947
304003
|
description?: string;
|
|
303948
304004
|
/**
|
|
303949
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
304005
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
303950
304006
|
*/
|
|
303951
|
-
encryptedCredential?:
|
|
304007
|
+
encryptedCredential?: string;
|
|
303952
304008
|
/**
|
|
303953
304009
|
* Parameters for linked service.
|
|
303954
304010
|
*/
|
|
@@ -304177,9 +304233,9 @@ export declare namespace datafactory {
|
|
|
304177
304233
|
*/
|
|
304178
304234
|
description?: string;
|
|
304179
304235
|
/**
|
|
304180
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
304236
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
304181
304237
|
*/
|
|
304182
|
-
encryptedCredential?:
|
|
304238
|
+
encryptedCredential?: string;
|
|
304183
304239
|
/**
|
|
304184
304240
|
* The Azure Storage linked service reference.
|
|
304185
304241
|
*/
|
|
@@ -304353,9 +304409,9 @@ export declare namespace datafactory {
|
|
|
304353
304409
|
*/
|
|
304354
304410
|
description?: string;
|
|
304355
304411
|
/**
|
|
304356
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
304412
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
304357
304413
|
*/
|
|
304358
|
-
encryptedCredential?:
|
|
304414
|
+
encryptedCredential?: string;
|
|
304359
304415
|
/**
|
|
304360
304416
|
* Parameters for linked service.
|
|
304361
304417
|
*/
|
|
@@ -304593,7 +304649,7 @@ export declare namespace datafactory {
|
|
|
304593
304649
|
/**
|
|
304594
304650
|
* Specify the kind of your storage account. Allowed values are: Storage (general purpose v1), StorageV2 (general purpose v2), BlobStorage, or BlockBlobStorage. Type: string (or Expression with resultType string).
|
|
304595
304651
|
*/
|
|
304596
|
-
accountKind?:
|
|
304652
|
+
accountKind?: any;
|
|
304597
304653
|
/**
|
|
304598
304654
|
* List of tags that can be used for describing the linked service.
|
|
304599
304655
|
*/
|
|
@@ -304627,7 +304683,7 @@ export declare namespace datafactory {
|
|
|
304627
304683
|
*/
|
|
304628
304684
|
description?: string;
|
|
304629
304685
|
/**
|
|
304630
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
304686
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
304631
304687
|
*/
|
|
304632
304688
|
encryptedCredential?: string;
|
|
304633
304689
|
/**
|
|
@@ -304647,7 +304703,7 @@ export declare namespace datafactory {
|
|
|
304647
304703
|
/**
|
|
304648
304704
|
* Blob service endpoint of the Azure Blob Storage resource. It is mutually exclusive with connectionString, sasUri property.
|
|
304649
304705
|
*/
|
|
304650
|
-
serviceEndpoint?:
|
|
304706
|
+
serviceEndpoint?: any;
|
|
304651
304707
|
/**
|
|
304652
304708
|
* The ID of the service principal used to authenticate against Azure SQL Data Warehouse. Type: string (or Expression with resultType string).
|
|
304653
304709
|
*/
|
|
@@ -304701,9 +304757,9 @@ export declare namespace datafactory {
|
|
|
304701
304757
|
*/
|
|
304702
304758
|
disableMetricsCollection?: any;
|
|
304703
304759
|
/**
|
|
304704
|
-
* Indicates whether to enable partition discovery.
|
|
304760
|
+
* Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
|
|
304705
304761
|
*/
|
|
304706
|
-
enablePartitionDiscovery?:
|
|
304762
|
+
enablePartitionDiscovery?: any;
|
|
304707
304763
|
/**
|
|
304708
304764
|
* Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
|
|
304709
304765
|
*/
|
|
@@ -305023,9 +305079,9 @@ export declare namespace datafactory {
|
|
|
305023
305079
|
*/
|
|
305024
305080
|
description?: string;
|
|
305025
305081
|
/**
|
|
305026
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
305082
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
305027
305083
|
*/
|
|
305028
|
-
encryptedCredential?:
|
|
305084
|
+
encryptedCredential?: string;
|
|
305029
305085
|
/**
|
|
305030
305086
|
* Parameters for linked service.
|
|
305031
305087
|
*/
|
|
@@ -305147,9 +305203,9 @@ export declare namespace datafactory {
|
|
|
305147
305203
|
*/
|
|
305148
305204
|
description?: string;
|
|
305149
305205
|
/**
|
|
305150
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
305206
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
305151
305207
|
*/
|
|
305152
|
-
encryptedCredential?:
|
|
305208
|
+
encryptedCredential?: string;
|
|
305153
305209
|
/**
|
|
305154
305210
|
* Parameters for linked service.
|
|
305155
305211
|
*/
|
|
@@ -305477,9 +305533,9 @@ export declare namespace datafactory {
|
|
|
305477
305533
|
*/
|
|
305478
305534
|
domain: any;
|
|
305479
305535
|
/**
|
|
305480
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
305536
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
305481
305537
|
*/
|
|
305482
|
-
encryptedCredential?:
|
|
305538
|
+
encryptedCredential?: string;
|
|
305483
305539
|
/**
|
|
305484
305540
|
* Parameters for linked service.
|
|
305485
305541
|
*/
|
|
@@ -305605,9 +305661,9 @@ export declare namespace datafactory {
|
|
|
305605
305661
|
*/
|
|
305606
305662
|
domain: any;
|
|
305607
305663
|
/**
|
|
305608
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
305664
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
305609
305665
|
*/
|
|
305610
|
-
encryptedCredential?:
|
|
305666
|
+
encryptedCredential?: string;
|
|
305611
305667
|
/**
|
|
305612
305668
|
* The id of an existing interactive cluster that will be used for all runs of this activity. Type: string (or Expression with resultType string).
|
|
305613
305669
|
*/
|
|
@@ -305707,9 +305763,9 @@ export declare namespace datafactory {
|
|
|
305707
305763
|
*/
|
|
305708
305764
|
description?: string;
|
|
305709
305765
|
/**
|
|
305710
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
305766
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
305711
305767
|
*/
|
|
305712
|
-
encryptedCredential?:
|
|
305768
|
+
encryptedCredential?: string;
|
|
305713
305769
|
/**
|
|
305714
305770
|
* The azure file share name. It is required when auth with accountKey/sasToken. Type: string (or Expression with resultType string).
|
|
305715
305771
|
*/
|
|
@@ -305781,9 +305837,9 @@ export declare namespace datafactory {
|
|
|
305781
305837
|
*/
|
|
305782
305838
|
disableMetricsCollection?: any;
|
|
305783
305839
|
/**
|
|
305784
|
-
* Indicates whether to enable partition discovery.
|
|
305840
|
+
* Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
|
|
305785
305841
|
*/
|
|
305786
|
-
enablePartitionDiscovery?:
|
|
305842
|
+
enablePartitionDiscovery?: any;
|
|
305787
305843
|
/**
|
|
305788
305844
|
* Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
|
|
305789
305845
|
*/
|
|
@@ -305923,9 +305979,9 @@ export declare namespace datafactory {
|
|
|
305923
305979
|
*/
|
|
305924
305980
|
description?: string;
|
|
305925
305981
|
/**
|
|
305926
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
305982
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
305927
305983
|
*/
|
|
305928
|
-
encryptedCredential?:
|
|
305984
|
+
encryptedCredential?: string;
|
|
305929
305985
|
/**
|
|
305930
305986
|
* The endpoint of the Azure Function App. URL will be in the format https://<accountName>.azurewebsites.net.
|
|
305931
305987
|
*/
|
|
@@ -306151,9 +306207,9 @@ export declare namespace datafactory {
|
|
|
306151
306207
|
*/
|
|
306152
306208
|
description?: string;
|
|
306153
306209
|
/**
|
|
306154
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
306210
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
306155
306211
|
*/
|
|
306156
|
-
encryptedCredential?:
|
|
306212
|
+
encryptedCredential?: string;
|
|
306157
306213
|
/**
|
|
306158
306214
|
* The Batch Execution REST URL for an Azure ML Studio Web Service endpoint. Type: string (or Expression with resultType string).
|
|
306159
306215
|
*/
|
|
@@ -306203,9 +306259,9 @@ export declare namespace datafactory {
|
|
|
306203
306259
|
*/
|
|
306204
306260
|
description?: string;
|
|
306205
306261
|
/**
|
|
306206
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
306262
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
306207
306263
|
*/
|
|
306208
|
-
encryptedCredential?:
|
|
306264
|
+
encryptedCredential?: string;
|
|
306209
306265
|
/**
|
|
306210
306266
|
* Azure ML Service workspace name. Type: string (or Expression with resultType string).
|
|
306211
306267
|
*/
|
|
@@ -306322,9 +306378,9 @@ export declare namespace datafactory {
|
|
|
306322
306378
|
*/
|
|
306323
306379
|
description?: string;
|
|
306324
306380
|
/**
|
|
306325
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
306381
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
306326
306382
|
*/
|
|
306327
|
-
encryptedCredential?:
|
|
306383
|
+
encryptedCredential?: string;
|
|
306328
306384
|
/**
|
|
306329
306385
|
* Parameters for linked service.
|
|
306330
306386
|
*/
|
|
@@ -306444,9 +306500,9 @@ export declare namespace datafactory {
|
|
|
306444
306500
|
*/
|
|
306445
306501
|
description?: string;
|
|
306446
306502
|
/**
|
|
306447
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
306503
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
306448
306504
|
*/
|
|
306449
|
-
encryptedCredential?:
|
|
306505
|
+
encryptedCredential?: string;
|
|
306450
306506
|
/**
|
|
306451
306507
|
* Parameters for linked service.
|
|
306452
306508
|
*/
|
|
@@ -306608,9 +306664,9 @@ export declare namespace datafactory {
|
|
|
306608
306664
|
*/
|
|
306609
306665
|
description?: string;
|
|
306610
306666
|
/**
|
|
306611
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
306667
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
306612
306668
|
*/
|
|
306613
|
-
encryptedCredential?:
|
|
306669
|
+
encryptedCredential?: string;
|
|
306614
306670
|
/**
|
|
306615
306671
|
* Parameters for linked service.
|
|
306616
306672
|
*/
|
|
@@ -306884,9 +306940,9 @@ export declare namespace datafactory {
|
|
|
306884
306940
|
*/
|
|
306885
306941
|
description?: string;
|
|
306886
306942
|
/**
|
|
306887
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
306943
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
306888
306944
|
*/
|
|
306889
|
-
encryptedCredential?:
|
|
306945
|
+
encryptedCredential?: string;
|
|
306890
306946
|
/**
|
|
306891
306947
|
* Admin Key for Azure Search service
|
|
306892
306948
|
*/
|
|
@@ -306936,9 +306992,9 @@ export declare namespace datafactory {
|
|
|
306936
306992
|
*/
|
|
306937
306993
|
description?: string;
|
|
306938
306994
|
/**
|
|
306939
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
306995
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
306940
306996
|
*/
|
|
306941
|
-
encryptedCredential?:
|
|
306997
|
+
encryptedCredential?: string;
|
|
306942
306998
|
/**
|
|
306943
306999
|
* Parameters for linked service.
|
|
306944
307000
|
*/
|
|
@@ -307048,9 +307104,9 @@ export declare namespace datafactory {
|
|
|
307048
307104
|
*/
|
|
307049
307105
|
description?: string;
|
|
307050
307106
|
/**
|
|
307051
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
307107
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
307052
307108
|
*/
|
|
307053
|
-
encryptedCredential?:
|
|
307109
|
+
encryptedCredential?: string;
|
|
307054
307110
|
/**
|
|
307055
307111
|
* Parameters for linked service.
|
|
307056
307112
|
*/
|
|
@@ -307112,9 +307168,9 @@ export declare namespace datafactory {
|
|
|
307112
307168
|
*/
|
|
307113
307169
|
description?: string;
|
|
307114
307170
|
/**
|
|
307115
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
307171
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
307116
307172
|
*/
|
|
307117
|
-
encryptedCredential?:
|
|
307173
|
+
encryptedCredential?: string;
|
|
307118
307174
|
/**
|
|
307119
307175
|
* Parameters for linked service.
|
|
307120
307176
|
*/
|
|
@@ -307392,7 +307448,7 @@ export declare namespace datafactory {
|
|
|
307392
307448
|
*/
|
|
307393
307449
|
description?: string;
|
|
307394
307450
|
/**
|
|
307395
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
307451
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
307396
307452
|
*/
|
|
307397
307453
|
encryptedCredential?: string;
|
|
307398
307454
|
/**
|
|
@@ -307616,7 +307672,7 @@ export declare namespace datafactory {
|
|
|
307616
307672
|
*/
|
|
307617
307673
|
description?: string;
|
|
307618
307674
|
/**
|
|
307619
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
307675
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
307620
307676
|
*/
|
|
307621
307677
|
encryptedCredential?: string;
|
|
307622
307678
|
/**
|
|
@@ -307992,9 +308048,9 @@ export declare namespace datafactory {
|
|
|
307992
308048
|
*/
|
|
307993
308049
|
description?: string;
|
|
307994
308050
|
/**
|
|
307995
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
308051
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
307996
308052
|
*/
|
|
307997
|
-
encryptedCredential?:
|
|
308053
|
+
encryptedCredential?: string;
|
|
307998
308054
|
/**
|
|
307999
308055
|
* Host name for connection. Type: string (or Expression with resultType string).
|
|
308000
308056
|
*/
|
|
@@ -308238,9 +308294,9 @@ export declare namespace datafactory {
|
|
|
308238
308294
|
*/
|
|
308239
308295
|
description?: string;
|
|
308240
308296
|
/**
|
|
308241
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
308297
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
308242
308298
|
*/
|
|
308243
|
-
encryptedCredential?:
|
|
308299
|
+
encryptedCredential?: string;
|
|
308244
308300
|
/**
|
|
308245
308301
|
* The host name of the on-premises Common Data Service for Apps server. The property is required for on-prem and not allowed for online. Type: string (or Expression with resultType string).
|
|
308246
308302
|
*/
|
|
@@ -308412,9 +308468,9 @@ export declare namespace datafactory {
|
|
|
308412
308468
|
*/
|
|
308413
308469
|
description?: string;
|
|
308414
308470
|
/**
|
|
308415
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
308471
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
308416
308472
|
*/
|
|
308417
|
-
encryptedCredential?:
|
|
308473
|
+
encryptedCredential?: string;
|
|
308418
308474
|
/**
|
|
308419
308475
|
* Parameters for linked service.
|
|
308420
308476
|
*/
|
|
@@ -308725,7 +308781,7 @@ export declare namespace datafactory {
|
|
|
308725
308781
|
*/
|
|
308726
308782
|
connectVia?: outputs.datafactory.v20180601.IntegrationRuntimeReferenceResponse;
|
|
308727
308783
|
/**
|
|
308728
|
-
* The connection mode used to access CosmosDB account. Type: string
|
|
308784
|
+
* The connection mode used to access CosmosDB account. Type: string.
|
|
308729
308785
|
*/
|
|
308730
308786
|
connectionMode?: string;
|
|
308731
308787
|
/**
|
|
@@ -308745,9 +308801,9 @@ export declare namespace datafactory {
|
|
|
308745
308801
|
*/
|
|
308746
308802
|
description?: string;
|
|
308747
308803
|
/**
|
|
308748
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
308804
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
308749
308805
|
*/
|
|
308750
|
-
encryptedCredential?:
|
|
308806
|
+
encryptedCredential?: string;
|
|
308751
308807
|
/**
|
|
308752
308808
|
* Parameters for linked service.
|
|
308753
308809
|
*/
|
|
@@ -308759,9 +308815,9 @@ export declare namespace datafactory {
|
|
|
308759
308815
|
*/
|
|
308760
308816
|
servicePrincipalCredential?: outputs.datafactory.v20180601.AzureKeyVaultSecretReferenceResponse | outputs.datafactory.v20180601.SecureStringResponse;
|
|
308761
308817
|
/**
|
|
308762
|
-
* The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string
|
|
308818
|
+
* The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string.
|
|
308763
308819
|
*/
|
|
308764
|
-
servicePrincipalCredentialType?:
|
|
308820
|
+
servicePrincipalCredentialType?: any;
|
|
308765
308821
|
/**
|
|
308766
308822
|
* The client ID of the application in Azure Active Directory used for Server-To-Server authentication. Type: string (or Expression with resultType string).
|
|
308767
308823
|
*/
|
|
@@ -309097,9 +309153,9 @@ export declare namespace datafactory {
|
|
|
309097
309153
|
*/
|
|
309098
309154
|
description?: string;
|
|
309099
309155
|
/**
|
|
309100
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
309156
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
309101
309157
|
*/
|
|
309102
|
-
encryptedCredential?:
|
|
309158
|
+
encryptedCredential?: string;
|
|
309103
309159
|
/**
|
|
309104
309160
|
* Parameters for linked service.
|
|
309105
309161
|
*/
|
|
@@ -309801,9 +309857,9 @@ export declare namespace datafactory {
|
|
|
309801
309857
|
*/
|
|
309802
309858
|
description?: string;
|
|
309803
309859
|
/**
|
|
309804
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
309860
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
309805
309861
|
*/
|
|
309806
|
-
encryptedCredential?:
|
|
309862
|
+
encryptedCredential?: string;
|
|
309807
309863
|
/**
|
|
309808
309864
|
* Parameters for linked service.
|
|
309809
309865
|
*/
|
|
@@ -309849,9 +309905,9 @@ export declare namespace datafactory {
|
|
|
309849
309905
|
*/
|
|
309850
309906
|
description?: string;
|
|
309851
309907
|
/**
|
|
309852
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. It is mutually exclusive with connectionString property. Type: string
|
|
309908
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. It is mutually exclusive with connectionString property. Type: string.
|
|
309853
309909
|
*/
|
|
309854
|
-
encryptedCredential?:
|
|
309910
|
+
encryptedCredential?: string;
|
|
309855
309911
|
/**
|
|
309856
309912
|
* Under where packages are created when querying database. It is mutually exclusive with connectionString property. Type: string (or Expression with resultType string).
|
|
309857
309913
|
*/
|
|
@@ -310394,9 +310450,9 @@ export declare namespace datafactory {
|
|
|
310394
310450
|
*/
|
|
310395
310451
|
description?: string;
|
|
310396
310452
|
/**
|
|
310397
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
310453
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
310398
310454
|
*/
|
|
310399
|
-
encryptedCredential?:
|
|
310455
|
+
encryptedCredential?: string;
|
|
310400
310456
|
/**
|
|
310401
310457
|
* Parameters for linked service.
|
|
310402
310458
|
*/
|
|
@@ -310520,9 +310576,9 @@ export declare namespace datafactory {
|
|
|
310520
310576
|
*/
|
|
310521
310577
|
description?: string;
|
|
310522
310578
|
/**
|
|
310523
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
310579
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
310524
310580
|
*/
|
|
310525
|
-
encryptedCredential?:
|
|
310581
|
+
encryptedCredential?: string;
|
|
310526
310582
|
/**
|
|
310527
310583
|
* Parameters for linked service.
|
|
310528
310584
|
*/
|
|
@@ -310706,9 +310762,9 @@ export declare namespace datafactory {
|
|
|
310706
310762
|
*/
|
|
310707
310763
|
description?: string;
|
|
310708
310764
|
/**
|
|
310709
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
310765
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
310710
310766
|
*/
|
|
310711
|
-
encryptedCredential?:
|
|
310767
|
+
encryptedCredential?: string;
|
|
310712
310768
|
/**
|
|
310713
310769
|
* The host name of the on-premises Dynamics CRM server. The property is required for on-prem and not allowed for online. Type: string (or Expression with resultType string).
|
|
310714
310770
|
*/
|
|
@@ -310910,9 +310966,9 @@ export declare namespace datafactory {
|
|
|
310910
310966
|
*/
|
|
310911
310967
|
description?: string;
|
|
310912
310968
|
/**
|
|
310913
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
310969
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
310914
310970
|
*/
|
|
310915
|
-
encryptedCredential?:
|
|
310971
|
+
encryptedCredential?: string;
|
|
310916
310972
|
/**
|
|
310917
310973
|
* The host name of the on-premises Dynamics server. The property is required for on-prem and not allowed for online. Type: string (or Expression with resultType string).
|
|
310918
310974
|
*/
|
|
@@ -311058,9 +311114,9 @@ export declare namespace datafactory {
|
|
|
311058
311114
|
*/
|
|
311059
311115
|
description?: string;
|
|
311060
311116
|
/**
|
|
311061
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
311117
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
311062
311118
|
*/
|
|
311063
|
-
encryptedCredential?:
|
|
311119
|
+
encryptedCredential?: string;
|
|
311064
311120
|
/**
|
|
311065
311121
|
* The endpoint of the Eloqua server. (i.e. eloqua.example.com)
|
|
311066
311122
|
*/
|
|
@@ -311842,9 +311898,9 @@ export declare namespace datafactory {
|
|
|
311842
311898
|
*/
|
|
311843
311899
|
description?: string;
|
|
311844
311900
|
/**
|
|
311845
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
311901
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
311846
311902
|
*/
|
|
311847
|
-
encryptedCredential?:
|
|
311903
|
+
encryptedCredential?: string;
|
|
311848
311904
|
/**
|
|
311849
311905
|
* Host name of the server. Type: string (or Expression with resultType string).
|
|
311850
311906
|
*/
|
|
@@ -311900,9 +311956,9 @@ export declare namespace datafactory {
|
|
|
311900
311956
|
*/
|
|
311901
311957
|
disableMetricsCollection?: any;
|
|
311902
311958
|
/**
|
|
311903
|
-
* Indicates whether to enable partition discovery.
|
|
311959
|
+
* Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
|
|
311904
311960
|
*/
|
|
311905
|
-
enablePartitionDiscovery?:
|
|
311961
|
+
enablePartitionDiscovery?: any;
|
|
311906
311962
|
/**
|
|
311907
311963
|
* Specify a filter to be used to select a subset of files in the folderPath rather than all files. Type: string (or Expression with resultType string).
|
|
311908
311964
|
*/
|
|
@@ -312242,9 +312298,9 @@ export declare namespace datafactory {
|
|
|
312242
312298
|
*/
|
|
312243
312299
|
disableMetricsCollection?: any;
|
|
312244
312300
|
/**
|
|
312245
|
-
* Indicates whether to enable partition discovery.
|
|
312301
|
+
* Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
|
|
312246
312302
|
*/
|
|
312247
|
-
enablePartitionDiscovery?:
|
|
312303
|
+
enablePartitionDiscovery?: any;
|
|
312248
312304
|
/**
|
|
312249
312305
|
* Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
|
|
312250
312306
|
*/
|
|
@@ -312267,9 +312323,9 @@ export declare namespace datafactory {
|
|
|
312267
312323
|
*/
|
|
312268
312324
|
type: "FtpReadSettings";
|
|
312269
312325
|
/**
|
|
312270
|
-
* Specify whether to use binary transfer mode for FTP stores.
|
|
312326
|
+
* Specify whether to use binary transfer mode for FTP stores. Type: boolean (or Expression with resultType boolean).
|
|
312271
312327
|
*/
|
|
312272
|
-
useBinaryTransfer?:
|
|
312328
|
+
useBinaryTransfer?: any;
|
|
312273
312329
|
/**
|
|
312274
312330
|
* Ftp wildcardFileName. Type: string (or Expression with resultType string).
|
|
312275
312331
|
*/
|
|
@@ -312308,9 +312364,9 @@ export declare namespace datafactory {
|
|
|
312308
312364
|
*/
|
|
312309
312365
|
enableSsl?: any;
|
|
312310
312366
|
/**
|
|
312311
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
312367
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
312312
312368
|
*/
|
|
312313
|
-
encryptedCredential?:
|
|
312369
|
+
encryptedCredential?: string;
|
|
312314
312370
|
/**
|
|
312315
312371
|
* Host name of the FTP server. Type: string (or Expression with resultType string).
|
|
312316
312372
|
*/
|
|
@@ -312446,7 +312502,7 @@ export declare namespace datafactory {
|
|
|
312446
312502
|
*/
|
|
312447
312503
|
authenticationType?: string;
|
|
312448
312504
|
/**
|
|
312449
|
-
* The Client customer ID of the AdWords account that you want to fetch report data for.
|
|
312505
|
+
* The Client customer ID of the AdWords account that you want to fetch report data for. Type: string (or Expression with resultType string).
|
|
312450
312506
|
*/
|
|
312451
312507
|
clientCustomerID?: any;
|
|
312452
312508
|
/**
|
|
@@ -312474,15 +312530,15 @@ export declare namespace datafactory {
|
|
|
312474
312530
|
*/
|
|
312475
312531
|
developerToken?: outputs.datafactory.v20180601.AzureKeyVaultSecretReferenceResponse | outputs.datafactory.v20180601.SecureStringResponse;
|
|
312476
312532
|
/**
|
|
312477
|
-
* The service account email ID that is used for ServiceAuthentication and can only be used on self-hosted IR.
|
|
312533
|
+
* The service account email ID that is used for ServiceAuthentication and can only be used on self-hosted IR. Type: string (or Expression with resultType string).
|
|
312478
312534
|
*/
|
|
312479
312535
|
email?: any;
|
|
312480
312536
|
/**
|
|
312481
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
312537
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
312482
312538
|
*/
|
|
312483
|
-
encryptedCredential?:
|
|
312539
|
+
encryptedCredential?: string;
|
|
312484
312540
|
/**
|
|
312485
|
-
* The full path to the .p12 key file that is used to authenticate the service account email address and can only be used on self-hosted IR.
|
|
312541
|
+
* The full path to the .p12 key file that is used to authenticate the service account email address and can only be used on self-hosted IR. Type: string (or Expression with resultType string).
|
|
312486
312542
|
*/
|
|
312487
312543
|
keyFilePath?: any;
|
|
312488
312544
|
/**
|
|
@@ -312496,7 +312552,7 @@ export declare namespace datafactory {
|
|
|
312496
312552
|
*/
|
|
312497
312553
|
refreshToken?: outputs.datafactory.v20180601.AzureKeyVaultSecretReferenceResponse | outputs.datafactory.v20180601.SecureStringResponse;
|
|
312498
312554
|
/**
|
|
312499
|
-
* The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file installed with the IR.
|
|
312555
|
+
* The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file installed with the IR. Type: string (or Expression with resultType string).
|
|
312500
312556
|
*/
|
|
312501
312557
|
trustedCertPath?: any;
|
|
312502
312558
|
/**
|
|
@@ -312505,7 +312561,7 @@ export declare namespace datafactory {
|
|
|
312505
312561
|
*/
|
|
312506
312562
|
type: "GoogleAdWords";
|
|
312507
312563
|
/**
|
|
312508
|
-
* Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false.
|
|
312564
|
+
* Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false. Type: boolean (or Expression with resultType boolean).
|
|
312509
312565
|
*/
|
|
312510
312566
|
useSystemTrustStore?: any;
|
|
312511
312567
|
}
|
|
@@ -312596,7 +312652,7 @@ export declare namespace datafactory {
|
|
|
312596
312652
|
*/
|
|
312597
312653
|
interface GoogleBigQueryLinkedServiceResponse {
|
|
312598
312654
|
/**
|
|
312599
|
-
* A comma-separated list of public BigQuery projects to access.
|
|
312655
|
+
* A comma-separated list of public BigQuery projects to access. Type: string (or Expression with resultType string).
|
|
312600
312656
|
*/
|
|
312601
312657
|
additionalProjects?: any;
|
|
312602
312658
|
/**
|
|
@@ -312624,15 +312680,15 @@ export declare namespace datafactory {
|
|
|
312624
312680
|
*/
|
|
312625
312681
|
description?: string;
|
|
312626
312682
|
/**
|
|
312627
|
-
* The service account email ID that is used for ServiceAuthentication and can only be used on self-hosted IR.
|
|
312683
|
+
* The service account email ID that is used for ServiceAuthentication and can only be used on self-hosted IR. Type: string (or Expression with resultType string).
|
|
312628
312684
|
*/
|
|
312629
312685
|
email?: any;
|
|
312630
312686
|
/**
|
|
312631
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
312687
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
312632
312688
|
*/
|
|
312633
|
-
encryptedCredential?:
|
|
312689
|
+
encryptedCredential?: string;
|
|
312634
312690
|
/**
|
|
312635
|
-
* The full path to the .p12 key file that is used to authenticate the service account email address and can only be used on self-hosted IR.
|
|
312691
|
+
* The full path to the .p12 key file that is used to authenticate the service account email address and can only be used on self-hosted IR. Type: string (or Expression with resultType string).
|
|
312636
312692
|
*/
|
|
312637
312693
|
keyFilePath?: any;
|
|
312638
312694
|
/**
|
|
@@ -312642,7 +312698,7 @@ export declare namespace datafactory {
|
|
|
312642
312698
|
[key: string]: outputs.datafactory.v20180601.ParameterSpecificationResponse;
|
|
312643
312699
|
};
|
|
312644
312700
|
/**
|
|
312645
|
-
* The default BigQuery project to query against.
|
|
312701
|
+
* The default BigQuery project to query against. Type: string (or Expression with resultType string).
|
|
312646
312702
|
*/
|
|
312647
312703
|
project: any;
|
|
312648
312704
|
/**
|
|
@@ -312650,11 +312706,11 @@ export declare namespace datafactory {
|
|
|
312650
312706
|
*/
|
|
312651
312707
|
refreshToken?: outputs.datafactory.v20180601.AzureKeyVaultSecretReferenceResponse | outputs.datafactory.v20180601.SecureStringResponse;
|
|
312652
312708
|
/**
|
|
312653
|
-
* Whether to request access to Google Drive. Allowing Google Drive access enables support for federated tables that combine BigQuery data with data from Google Drive. The default value is false.
|
|
312709
|
+
* Whether to request access to Google Drive. Allowing Google Drive access enables support for federated tables that combine BigQuery data with data from Google Drive. The default value is false. Type: string (or Expression with resultType string).
|
|
312654
312710
|
*/
|
|
312655
312711
|
requestGoogleDriveScope?: any;
|
|
312656
312712
|
/**
|
|
312657
|
-
* The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file installed with the IR.
|
|
312713
|
+
* The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file installed with the IR. Type: string (or Expression with resultType string).
|
|
312658
312714
|
*/
|
|
312659
312715
|
trustedCertPath?: any;
|
|
312660
312716
|
/**
|
|
@@ -312663,7 +312719,7 @@ export declare namespace datafactory {
|
|
|
312663
312719
|
*/
|
|
312664
312720
|
type: "GoogleBigQuery";
|
|
312665
312721
|
/**
|
|
312666
|
-
* Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false.
|
|
312722
|
+
* Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false.Type: boolean (or Expression with resultType boolean).
|
|
312667
312723
|
*/
|
|
312668
312724
|
useSystemTrustStore?: any;
|
|
312669
312725
|
}
|
|
@@ -312778,9 +312834,9 @@ export declare namespace datafactory {
|
|
|
312778
312834
|
*/
|
|
312779
312835
|
description?: string;
|
|
312780
312836
|
/**
|
|
312781
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
312837
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
312782
312838
|
*/
|
|
312783
|
-
encryptedCredential?:
|
|
312839
|
+
encryptedCredential?: string;
|
|
312784
312840
|
/**
|
|
312785
312841
|
* Parameters for linked service.
|
|
312786
312842
|
*/
|
|
@@ -312840,9 +312896,9 @@ export declare namespace datafactory {
|
|
|
312840
312896
|
*/
|
|
312841
312897
|
disableMetricsCollection?: any;
|
|
312842
312898
|
/**
|
|
312843
|
-
* Indicates whether to enable partition discovery.
|
|
312899
|
+
* Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
|
|
312844
312900
|
*/
|
|
312845
|
-
enablePartitionDiscovery?:
|
|
312901
|
+
enablePartitionDiscovery?: any;
|
|
312846
312902
|
/**
|
|
312847
312903
|
* Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
|
|
312848
312904
|
*/
|
|
@@ -312906,9 +312962,9 @@ export declare namespace datafactory {
|
|
|
312906
312962
|
*/
|
|
312907
312963
|
description?: string;
|
|
312908
312964
|
/**
|
|
312909
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
312965
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
312910
312966
|
*/
|
|
312911
|
-
encryptedCredential?:
|
|
312967
|
+
encryptedCredential?: string;
|
|
312912
312968
|
/**
|
|
312913
312969
|
* Parameters for linked service.
|
|
312914
312970
|
*/
|
|
@@ -312942,9 +312998,9 @@ export declare namespace datafactory {
|
|
|
312942
312998
|
*/
|
|
312943
312999
|
description?: string;
|
|
312944
313000
|
/**
|
|
312945
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
313001
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
312946
313002
|
*/
|
|
312947
|
-
encryptedCredential?:
|
|
313003
|
+
encryptedCredential?: string;
|
|
312948
313004
|
/**
|
|
312949
313005
|
* Parameters for linked service.
|
|
312950
313006
|
*/
|
|
@@ -313080,9 +313136,9 @@ export declare namespace datafactory {
|
|
|
313080
313136
|
*/
|
|
313081
313137
|
enableSsl?: any;
|
|
313082
313138
|
/**
|
|
313083
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
313139
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
313084
313140
|
*/
|
|
313085
|
-
encryptedCredential?:
|
|
313141
|
+
encryptedCredential?: string;
|
|
313086
313142
|
/**
|
|
313087
313143
|
* The IP address or host name of the HBase server. (i.e. 192.168.222.160)
|
|
313088
313144
|
*/
|
|
@@ -313267,7 +313323,9 @@ export declare namespace datafactory {
|
|
|
313267
313323
|
/**
|
|
313268
313324
|
* User specified arguments under hivevar namespace.
|
|
313269
313325
|
*/
|
|
313270
|
-
variables?:
|
|
313326
|
+
variables?: {
|
|
313327
|
+
[key: string]: any;
|
|
313328
|
+
};
|
|
313271
313329
|
}
|
|
313272
313330
|
/**
|
|
313273
313331
|
* HDInsight linked service.
|
|
@@ -313290,9 +313348,9 @@ export declare namespace datafactory {
|
|
|
313290
313348
|
*/
|
|
313291
313349
|
description?: string;
|
|
313292
313350
|
/**
|
|
313293
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
313351
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
313294
313352
|
*/
|
|
313295
|
-
encryptedCredential?:
|
|
313353
|
+
encryptedCredential?: string;
|
|
313296
313354
|
/**
|
|
313297
313355
|
* Specify the FileSystem if the main storage for the HDInsight is ADLS Gen2. Type: string (or Expression with resultType string).
|
|
313298
313356
|
*/
|
|
@@ -313462,9 +313520,9 @@ export declare namespace datafactory {
|
|
|
313462
313520
|
*/
|
|
313463
313521
|
description?: string;
|
|
313464
313522
|
/**
|
|
313465
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
313523
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
313466
313524
|
*/
|
|
313467
|
-
encryptedCredential?:
|
|
313525
|
+
encryptedCredential?: string;
|
|
313468
313526
|
/**
|
|
313469
313527
|
* Specifies the HBase configuration parameters (hbase-site.xml) for the HDInsight cluster.
|
|
313470
313528
|
*/
|
|
@@ -313794,9 +313852,9 @@ export declare namespace datafactory {
|
|
|
313794
313852
|
*/
|
|
313795
313853
|
description?: string;
|
|
313796
313854
|
/**
|
|
313797
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
313855
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
313798
313856
|
*/
|
|
313799
|
-
encryptedCredential?:
|
|
313857
|
+
encryptedCredential?: string;
|
|
313800
313858
|
/**
|
|
313801
313859
|
* Parameters for linked service.
|
|
313802
313860
|
*/
|
|
@@ -313856,9 +313914,9 @@ export declare namespace datafactory {
|
|
|
313856
313914
|
*/
|
|
313857
313915
|
distcpSettings?: outputs.datafactory.v20180601.DistcpSettingsResponse;
|
|
313858
313916
|
/**
|
|
313859
|
-
* Indicates whether to enable partition discovery.
|
|
313917
|
+
* Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
|
|
313860
313918
|
*/
|
|
313861
|
-
enablePartitionDiscovery?:
|
|
313919
|
+
enablePartitionDiscovery?: any;
|
|
313862
313920
|
/**
|
|
313863
313921
|
* Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
|
|
313864
313922
|
*/
|
|
@@ -313964,9 +314022,9 @@ export declare namespace datafactory {
|
|
|
313964
314022
|
*/
|
|
313965
314023
|
enableSsl?: any;
|
|
313966
314024
|
/**
|
|
313967
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
314025
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
313968
314026
|
*/
|
|
313969
|
-
encryptedCredential?:
|
|
314027
|
+
encryptedCredential?: string;
|
|
313970
314028
|
/**
|
|
313971
314029
|
* IP address or host name of the Hive server, separated by ';' for multiple hosts (only when serviceDiscoveryMode is enable).
|
|
313972
314030
|
*/
|
|
@@ -314216,9 +314274,9 @@ export declare namespace datafactory {
|
|
|
314216
314274
|
*/
|
|
314217
314275
|
enableServerCertificateValidation?: any;
|
|
314218
314276
|
/**
|
|
314219
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
314277
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
314220
314278
|
*/
|
|
314221
|
-
encryptedCredential?:
|
|
314279
|
+
encryptedCredential?: string;
|
|
314222
314280
|
/**
|
|
314223
314281
|
* Parameters for linked service.
|
|
314224
314282
|
*/
|
|
@@ -314244,9 +314302,13 @@ export declare namespace datafactory {
|
|
|
314244
314302
|
userName?: any;
|
|
314245
314303
|
}
|
|
314246
314304
|
/**
|
|
314247
|
-
*
|
|
314305
|
+
* Http read settings.
|
|
314248
314306
|
*/
|
|
314249
314307
|
interface HttpReadSettingsResponse {
|
|
314308
|
+
/**
|
|
314309
|
+
* Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
|
|
314310
|
+
*/
|
|
314311
|
+
additionalColumns?: any;
|
|
314250
314312
|
/**
|
|
314251
314313
|
* The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string).
|
|
314252
314314
|
*/
|
|
@@ -314255,18 +314317,10 @@ export declare namespace datafactory {
|
|
|
314255
314317
|
* If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
|
|
314256
314318
|
*/
|
|
314257
314319
|
disableMetricsCollection?: any;
|
|
314258
|
-
/**
|
|
314259
|
-
* Indicates whether to enable partition discovery.
|
|
314260
|
-
*/
|
|
314261
|
-
enablePartitionDiscovery?: boolean;
|
|
314262
314320
|
/**
|
|
314263
314321
|
* The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
|
|
314264
314322
|
*/
|
|
314265
314323
|
maxConcurrentConnections?: any;
|
|
314266
|
-
/**
|
|
314267
|
-
* Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).
|
|
314268
|
-
*/
|
|
314269
|
-
partitionRootPath?: any;
|
|
314270
314324
|
/**
|
|
314271
314325
|
* The HTTP request body to the RESTful API if requestMethod is POST. Type: string (or Expression with resultType string).
|
|
314272
314326
|
*/
|
|
@@ -314276,7 +314330,7 @@ export declare namespace datafactory {
|
|
|
314276
314330
|
*/
|
|
314277
314331
|
requestMethod?: any;
|
|
314278
314332
|
/**
|
|
314279
|
-
* Specifies the timeout for a HTTP client to get HTTP response from HTTP server.
|
|
314333
|
+
* Specifies the timeout for a HTTP client to get HTTP response from HTTP server. Type: string (or Expression with resultType string).
|
|
314280
314334
|
*/
|
|
314281
314335
|
requestTimeout?: any;
|
|
314282
314336
|
/**
|
|
@@ -314366,9 +314420,9 @@ export declare namespace datafactory {
|
|
|
314366
314420
|
*/
|
|
314367
314421
|
description?: string;
|
|
314368
314422
|
/**
|
|
314369
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
314423
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
314370
314424
|
*/
|
|
314371
|
-
encryptedCredential?:
|
|
314425
|
+
encryptedCredential?: string;
|
|
314372
314426
|
/**
|
|
314373
314427
|
* Parameters for linked service.
|
|
314374
314428
|
*/
|
|
@@ -314550,9 +314604,9 @@ export declare namespace datafactory {
|
|
|
314550
314604
|
*/
|
|
314551
314605
|
enableSsl?: any;
|
|
314552
314606
|
/**
|
|
314553
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
314607
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
314554
314608
|
*/
|
|
314555
|
-
encryptedCredential?:
|
|
314609
|
+
encryptedCredential?: string;
|
|
314556
314610
|
/**
|
|
314557
314611
|
* The IP address or host name of the Impala server. (i.e. 192.168.222.160)
|
|
314558
314612
|
*/
|
|
@@ -314692,7 +314746,7 @@ export declare namespace datafactory {
|
|
|
314692
314746
|
*/
|
|
314693
314747
|
connectVia?: outputs.datafactory.v20180601.IntegrationRuntimeReferenceResponse;
|
|
314694
314748
|
/**
|
|
314695
|
-
* The non-access credential portion of the connection string as well as an optional encrypted credential. Type: string, SecureString or AzureKeyVaultSecretReference.
|
|
314749
|
+
* The non-access credential portion of the connection string as well as an optional encrypted credential. Type: string, or SecureString, or AzureKeyVaultSecretReference, or Expression with resultType string.
|
|
314696
314750
|
*/
|
|
314697
314751
|
connectionString: any;
|
|
314698
314752
|
/**
|
|
@@ -314704,9 +314758,9 @@ export declare namespace datafactory {
|
|
|
314704
314758
|
*/
|
|
314705
314759
|
description?: string;
|
|
314706
314760
|
/**
|
|
314707
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
314761
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
314708
314762
|
*/
|
|
314709
|
-
encryptedCredential?:
|
|
314763
|
+
encryptedCredential?: string;
|
|
314710
314764
|
/**
|
|
314711
314765
|
* Parameters for linked service.
|
|
314712
314766
|
*/
|
|
@@ -315077,9 +315131,9 @@ export declare namespace datafactory {
|
|
|
315077
315131
|
*/
|
|
315078
315132
|
description?: string;
|
|
315079
315133
|
/**
|
|
315080
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
315134
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
315081
315135
|
*/
|
|
315082
|
-
encryptedCredential?:
|
|
315136
|
+
encryptedCredential?: string;
|
|
315083
315137
|
/**
|
|
315084
315138
|
* The IP address or host name of the Jira service. (e.g. jira.example.com)
|
|
315085
315139
|
*/
|
|
@@ -315594,9 +315648,9 @@ export declare namespace datafactory {
|
|
|
315594
315648
|
*/
|
|
315595
315649
|
description?: string;
|
|
315596
315650
|
/**
|
|
315597
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
315651
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
315598
315652
|
*/
|
|
315599
|
-
encryptedCredential?:
|
|
315653
|
+
encryptedCredential?: string;
|
|
315600
315654
|
/**
|
|
315601
315655
|
* The URL of the Magento instance. (i.e. 192.168.222.110/magento3)
|
|
315602
315656
|
*/
|
|
@@ -315969,9 +316023,9 @@ export declare namespace datafactory {
|
|
|
315969
316023
|
*/
|
|
315970
316024
|
description?: string;
|
|
315971
316025
|
/**
|
|
315972
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
316026
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
315973
316027
|
*/
|
|
315974
|
-
encryptedCredential?:
|
|
316028
|
+
encryptedCredential?: string;
|
|
315975
316029
|
/**
|
|
315976
316030
|
* Parameters for linked service.
|
|
315977
316031
|
*/
|
|
@@ -316095,9 +316149,9 @@ export declare namespace datafactory {
|
|
|
316095
316149
|
*/
|
|
316096
316150
|
description?: string;
|
|
316097
316151
|
/**
|
|
316098
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
316152
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
316099
316153
|
*/
|
|
316100
|
-
encryptedCredential?:
|
|
316154
|
+
encryptedCredential?: string;
|
|
316101
316155
|
/**
|
|
316102
316156
|
* The endpoint of the Marketo server. (i.e. 123-ABC-321.mktorest.com)
|
|
316103
316157
|
*/
|
|
@@ -316238,7 +316292,7 @@ export declare namespace datafactory {
|
|
|
316238
316292
|
*/
|
|
316239
316293
|
connectVia?: outputs.datafactory.v20180601.IntegrationRuntimeReferenceResponse;
|
|
316240
316294
|
/**
|
|
316241
|
-
* The non-access credential portion of the connection string as well as an optional encrypted credential. Type: string, SecureString or AzureKeyVaultSecretReference.
|
|
316295
|
+
* The non-access credential portion of the connection string as well as an optional encrypted credential. Type: string, or SecureString, or AzureKeyVaultSecretReference, or Expression with resultType string.
|
|
316242
316296
|
*/
|
|
316243
316297
|
connectionString: any;
|
|
316244
316298
|
/**
|
|
@@ -316250,9 +316304,9 @@ export declare namespace datafactory {
|
|
|
316250
316304
|
*/
|
|
316251
316305
|
description?: string;
|
|
316252
316306
|
/**
|
|
316253
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
316307
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
316254
316308
|
*/
|
|
316255
|
-
encryptedCredential?:
|
|
316309
|
+
encryptedCredential?: string;
|
|
316256
316310
|
/**
|
|
316257
316311
|
* Parameters for linked service.
|
|
316258
316312
|
*/
|
|
@@ -316655,9 +316709,9 @@ export declare namespace datafactory {
|
|
|
316655
316709
|
*/
|
|
316656
316710
|
enableSsl?: any;
|
|
316657
316711
|
/**
|
|
316658
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
316712
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
316659
316713
|
*/
|
|
316660
|
-
encryptedCredential?:
|
|
316714
|
+
encryptedCredential?: string;
|
|
316661
316715
|
/**
|
|
316662
316716
|
* Parameters for linked service.
|
|
316663
316717
|
*/
|
|
@@ -316923,7 +316977,7 @@ export declare namespace datafactory {
|
|
|
316923
316977
|
*/
|
|
316924
316978
|
connectVia?: outputs.datafactory.v20180601.IntegrationRuntimeReferenceResponse;
|
|
316925
316979
|
/**
|
|
316926
|
-
* The connection string.
|
|
316980
|
+
* The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
|
|
316927
316981
|
*/
|
|
316928
316982
|
connectionString: any;
|
|
316929
316983
|
/**
|
|
@@ -316931,9 +316985,9 @@ export declare namespace datafactory {
|
|
|
316931
316985
|
*/
|
|
316932
316986
|
description?: string;
|
|
316933
316987
|
/**
|
|
316934
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
316988
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
316935
316989
|
*/
|
|
316936
|
-
encryptedCredential?:
|
|
316990
|
+
encryptedCredential?: string;
|
|
316937
316991
|
/**
|
|
316938
316992
|
* Parameters for linked service.
|
|
316939
316993
|
*/
|
|
@@ -317053,9 +317107,9 @@ export declare namespace datafactory {
|
|
|
317053
317107
|
*/
|
|
317054
317108
|
description?: string;
|
|
317055
317109
|
/**
|
|
317056
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
317110
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
317057
317111
|
*/
|
|
317058
|
-
encryptedCredential?:
|
|
317112
|
+
encryptedCredential?: string;
|
|
317059
317113
|
/**
|
|
317060
317114
|
* Parameters for linked service.
|
|
317061
317115
|
*/
|
|
@@ -317233,9 +317287,9 @@ export declare namespace datafactory {
|
|
|
317233
317287
|
*/
|
|
317234
317288
|
description?: string;
|
|
317235
317289
|
/**
|
|
317236
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
317290
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
317237
317291
|
*/
|
|
317238
|
-
encryptedCredential?:
|
|
317292
|
+
encryptedCredential?: string;
|
|
317239
317293
|
/**
|
|
317240
317294
|
* Parameters for linked service.
|
|
317241
317295
|
*/
|
|
@@ -317379,7 +317433,7 @@ export declare namespace datafactory {
|
|
|
317379
317433
|
*/
|
|
317380
317434
|
connectVia?: outputs.datafactory.v20180601.IntegrationRuntimeReferenceResponse;
|
|
317381
317435
|
/**
|
|
317382
|
-
* The non-access credential portion of the connection string as well as an optional encrypted credential. Type: string, SecureString or AzureKeyVaultSecretReference.
|
|
317436
|
+
* The non-access credential portion of the connection string as well as an optional encrypted credential. Type: string, or SecureString, or AzureKeyVaultSecretReference, or Expression with resultType string.
|
|
317383
317437
|
*/
|
|
317384
317438
|
connectionString: any;
|
|
317385
317439
|
/**
|
|
@@ -317391,9 +317445,9 @@ export declare namespace datafactory {
|
|
|
317391
317445
|
*/
|
|
317392
317446
|
description?: string;
|
|
317393
317447
|
/**
|
|
317394
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
317448
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
317395
317449
|
*/
|
|
317396
|
-
encryptedCredential?:
|
|
317450
|
+
encryptedCredential?: string;
|
|
317397
317451
|
/**
|
|
317398
317452
|
* Parameters for linked service.
|
|
317399
317453
|
*/
|
|
@@ -317599,9 +317653,9 @@ export declare namespace datafactory {
|
|
|
317599
317653
|
*/
|
|
317600
317654
|
description?: string;
|
|
317601
317655
|
/**
|
|
317602
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
317656
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
317603
317657
|
*/
|
|
317604
|
-
encryptedCredential?:
|
|
317658
|
+
encryptedCredential?: string;
|
|
317605
317659
|
/**
|
|
317606
317660
|
* Azure tenant ID to which the Office 365 account belongs. Type: string (or Expression with resultType string).
|
|
317607
317661
|
*/
|
|
@@ -317701,9 +317755,9 @@ export declare namespace datafactory {
|
|
|
317701
317755
|
*/
|
|
317702
317756
|
description?: string;
|
|
317703
317757
|
/**
|
|
317704
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
317758
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
317705
317759
|
*/
|
|
317706
|
-
encryptedCredential?:
|
|
317760
|
+
encryptedCredential?: string;
|
|
317707
317761
|
/**
|
|
317708
317762
|
* Parameters for linked service.
|
|
317709
317763
|
*/
|
|
@@ -317763,9 +317817,9 @@ export declare namespace datafactory {
|
|
|
317763
317817
|
*/
|
|
317764
317818
|
disableMetricsCollection?: any;
|
|
317765
317819
|
/**
|
|
317766
|
-
* Indicates whether to enable partition discovery.
|
|
317820
|
+
* Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
|
|
317767
317821
|
*/
|
|
317768
|
-
enablePartitionDiscovery?:
|
|
317822
|
+
enablePartitionDiscovery?: any;
|
|
317769
317823
|
/**
|
|
317770
317824
|
* Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
|
|
317771
317825
|
*/
|
|
@@ -317829,9 +317883,9 @@ export declare namespace datafactory {
|
|
|
317829
317883
|
*/
|
|
317830
317884
|
description?: string;
|
|
317831
317885
|
/**
|
|
317832
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
317886
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
317833
317887
|
*/
|
|
317834
|
-
encryptedCredential?:
|
|
317888
|
+
encryptedCredential?: string;
|
|
317835
317889
|
/**
|
|
317836
317890
|
* Parameters for linked service.
|
|
317837
317891
|
*/
|
|
@@ -317886,9 +317940,9 @@ export declare namespace datafactory {
|
|
|
317886
317940
|
*/
|
|
317887
317941
|
description?: string;
|
|
317888
317942
|
/**
|
|
317889
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
317943
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
317890
317944
|
*/
|
|
317891
|
-
encryptedCredential?:
|
|
317945
|
+
encryptedCredential?: string;
|
|
317892
317946
|
/**
|
|
317893
317947
|
* The URL of the Oracle Service Cloud instance.
|
|
317894
317948
|
*/
|
|
@@ -318510,11 +318564,11 @@ export declare namespace datafactory {
|
|
|
318510
318564
|
*/
|
|
318511
318565
|
description?: string;
|
|
318512
318566
|
/**
|
|
318513
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
318567
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
318514
318568
|
*/
|
|
318515
|
-
encryptedCredential?:
|
|
318569
|
+
encryptedCredential?: string;
|
|
318516
318570
|
/**
|
|
318517
|
-
* The URL
|
|
318571
|
+
* The URL of the PayPal instance. (i.e. api.sandbox.paypal.com)
|
|
318518
318572
|
*/
|
|
318519
318573
|
host: any;
|
|
318520
318574
|
/**
|
|
@@ -318656,9 +318710,9 @@ export declare namespace datafactory {
|
|
|
318656
318710
|
*/
|
|
318657
318711
|
enableSsl?: any;
|
|
318658
318712
|
/**
|
|
318659
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
318713
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
318660
318714
|
*/
|
|
318661
|
-
encryptedCredential?:
|
|
318715
|
+
encryptedCredential?: string;
|
|
318662
318716
|
/**
|
|
318663
318717
|
* The IP address or host name of the Phoenix server. (i.e. 192.168.222.160)
|
|
318664
318718
|
*/
|
|
@@ -318872,7 +318926,7 @@ export declare namespace datafactory {
|
|
|
318872
318926
|
*/
|
|
318873
318927
|
connectVia?: outputs.datafactory.v20180601.IntegrationRuntimeReferenceResponse;
|
|
318874
318928
|
/**
|
|
318875
|
-
* The connection string.
|
|
318929
|
+
* The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
|
|
318876
318930
|
*/
|
|
318877
318931
|
connectionString: any;
|
|
318878
318932
|
/**
|
|
@@ -318880,9 +318934,9 @@ export declare namespace datafactory {
|
|
|
318880
318934
|
*/
|
|
318881
318935
|
description?: string;
|
|
318882
318936
|
/**
|
|
318883
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
318937
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
318884
318938
|
*/
|
|
318885
|
-
encryptedCredential?:
|
|
318939
|
+
encryptedCredential?: string;
|
|
318886
318940
|
/**
|
|
318887
318941
|
* Parameters for linked service.
|
|
318888
318942
|
*/
|
|
@@ -319105,9 +319159,9 @@ export declare namespace datafactory {
|
|
|
319105
319159
|
*/
|
|
319106
319160
|
enableSsl?: any;
|
|
319107
319161
|
/**
|
|
319108
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
319162
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
319109
319163
|
*/
|
|
319110
|
-
encryptedCredential?:
|
|
319164
|
+
encryptedCredential?: string;
|
|
319111
319165
|
/**
|
|
319112
319166
|
* The IP address or host name of the Presto server. (i.e. 192.168.222.160)
|
|
319113
319167
|
*/
|
|
@@ -319305,9 +319359,9 @@ export declare namespace datafactory {
|
|
|
319305
319359
|
*/
|
|
319306
319360
|
description?: string;
|
|
319307
319361
|
/**
|
|
319308
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
319362
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
319309
319363
|
*/
|
|
319310
|
-
encryptedCredential?:
|
|
319364
|
+
encryptedCredential?: string;
|
|
319311
319365
|
/**
|
|
319312
319366
|
* The endpoint of the QuickBooks server. (i.e. quickbooks.api.intuit.com)
|
|
319313
319367
|
*/
|
|
@@ -319427,9 +319481,9 @@ export declare namespace datafactory {
|
|
|
319427
319481
|
*/
|
|
319428
319482
|
description?: string;
|
|
319429
319483
|
/**
|
|
319430
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
319484
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
319431
319485
|
*/
|
|
319432
|
-
encryptedCredential?:
|
|
319486
|
+
encryptedCredential?: string;
|
|
319433
319487
|
/**
|
|
319434
319488
|
* Parameters for linked service.
|
|
319435
319489
|
*/
|
|
@@ -319669,9 +319723,9 @@ export declare namespace datafactory {
|
|
|
319669
319723
|
*/
|
|
319670
319724
|
description?: string;
|
|
319671
319725
|
/**
|
|
319672
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
319726
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
319673
319727
|
*/
|
|
319674
|
-
encryptedCredential?:
|
|
319728
|
+
encryptedCredential?: string;
|
|
319675
319729
|
/**
|
|
319676
319730
|
* The endpoint of the Responsys server.
|
|
319677
319731
|
*/
|
|
@@ -319787,9 +319841,11 @@ export declare namespace datafactory {
|
|
|
319787
319841
|
*/
|
|
319788
319842
|
interface RestResourceDatasetResponse {
|
|
319789
319843
|
/**
|
|
319790
|
-
* The additional HTTP headers in the request to the RESTful API.
|
|
319844
|
+
* The additional HTTP headers in the request to the RESTful API.
|
|
319791
319845
|
*/
|
|
319792
|
-
additionalHeaders?:
|
|
319846
|
+
additionalHeaders?: {
|
|
319847
|
+
[key: string]: any;
|
|
319848
|
+
};
|
|
319793
319849
|
/**
|
|
319794
319850
|
* List of tags that can be used for describing the Dataset.
|
|
319795
319851
|
*/
|
|
@@ -319807,9 +319863,11 @@ export declare namespace datafactory {
|
|
|
319807
319863
|
*/
|
|
319808
319864
|
linkedServiceName: outputs.datafactory.v20180601.LinkedServiceReferenceResponse;
|
|
319809
319865
|
/**
|
|
319810
|
-
* The pagination rules to compose next page requests.
|
|
319866
|
+
* The pagination rules to compose next page requests.
|
|
319811
319867
|
*/
|
|
319812
|
-
paginationRules?:
|
|
319868
|
+
paginationRules?: {
|
|
319869
|
+
[key: string]: any;
|
|
319870
|
+
};
|
|
319813
319871
|
/**
|
|
319814
319872
|
* Parameters for dataset.
|
|
319815
319873
|
*/
|
|
@@ -319847,7 +319905,7 @@ export declare namespace datafactory {
|
|
|
319847
319905
|
*/
|
|
319848
319906
|
interface RestServiceLinkedServiceResponse {
|
|
319849
319907
|
/**
|
|
319850
|
-
* The resource you are requesting authorization to use.
|
|
319908
|
+
* The resource you are requesting authorization to use. Type: string (or Expression with resultType string).
|
|
319851
319909
|
*/
|
|
319852
319910
|
aadResourceId?: any;
|
|
319853
319911
|
/**
|
|
@@ -319891,9 +319949,9 @@ export declare namespace datafactory {
|
|
|
319891
319949
|
*/
|
|
319892
319950
|
enableServerCertificateValidation?: any;
|
|
319893
319951
|
/**
|
|
319894
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
319952
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
319895
319953
|
*/
|
|
319896
|
-
encryptedCredential?:
|
|
319954
|
+
encryptedCredential?: string;
|
|
319897
319955
|
/**
|
|
319898
319956
|
* Parameters for linked service.
|
|
319899
319957
|
*/
|
|
@@ -319913,7 +319971,7 @@ export declare namespace datafactory {
|
|
|
319913
319971
|
*/
|
|
319914
319972
|
scope?: any;
|
|
319915
319973
|
/**
|
|
319916
|
-
* The application's client ID used in AadServicePrincipal authentication type.
|
|
319974
|
+
* The application's client ID used in AadServicePrincipal authentication type. Type: string (or Expression with resultType string).
|
|
319917
319975
|
*/
|
|
319918
319976
|
servicePrincipalId?: any;
|
|
319919
319977
|
/**
|
|
@@ -319921,7 +319979,7 @@ export declare namespace datafactory {
|
|
|
319921
319979
|
*/
|
|
319922
319980
|
servicePrincipalKey?: outputs.datafactory.v20180601.AzureKeyVaultSecretReferenceResponse | outputs.datafactory.v20180601.SecureStringResponse;
|
|
319923
319981
|
/**
|
|
319924
|
-
* The tenant information (domain name or tenant ID) used in AadServicePrincipal authentication type under which your application resides.
|
|
319982
|
+
* The tenant information (domain name or tenant ID) used in AadServicePrincipal authentication type under which your application resides. Type: string (or Expression with resultType string).
|
|
319925
319983
|
*/
|
|
319926
319984
|
tenant?: any;
|
|
319927
319985
|
/**
|
|
@@ -319934,11 +319992,11 @@ export declare namespace datafactory {
|
|
|
319934
319992
|
*/
|
|
319935
319993
|
type: "RestService";
|
|
319936
319994
|
/**
|
|
319937
|
-
* The base URL of the REST service.
|
|
319995
|
+
* The base URL of the REST service. Type: string (or Expression with resultType string).
|
|
319938
319996
|
*/
|
|
319939
319997
|
url: any;
|
|
319940
319998
|
/**
|
|
319941
|
-
* The user name used in Basic authentication type.
|
|
319999
|
+
* The user name used in Basic authentication type. Type: string (or Expression with resultType string).
|
|
319942
320000
|
*/
|
|
319943
320001
|
userName?: any;
|
|
319944
320002
|
}
|
|
@@ -320068,7 +320126,7 @@ export declare namespace datafactory {
|
|
|
320068
320126
|
*/
|
|
320069
320127
|
interface SSISAccessCredentialResponse {
|
|
320070
320128
|
/**
|
|
320071
|
-
* Domain for windows authentication.
|
|
320129
|
+
* Domain for windows authentication. Type: string (or Expression with resultType string).
|
|
320072
320130
|
*/
|
|
320073
320131
|
domain: any;
|
|
320074
320132
|
/**
|
|
@@ -320076,7 +320134,7 @@ export declare namespace datafactory {
|
|
|
320076
320134
|
*/
|
|
320077
320135
|
password: outputs.datafactory.v20180601.AzureKeyVaultSecretReferenceResponse | outputs.datafactory.v20180601.SecureStringResponse;
|
|
320078
320136
|
/**
|
|
320079
|
-
* UseName for windows authentication.
|
|
320137
|
+
* UseName for windows authentication. Type: string (or Expression with resultType string).
|
|
320080
320138
|
*/
|
|
320081
320139
|
userName: any;
|
|
320082
320140
|
}
|
|
@@ -320106,7 +320164,7 @@ export declare namespace datafactory {
|
|
|
320106
320164
|
*/
|
|
320107
320165
|
interface SSISExecutionCredentialResponse {
|
|
320108
320166
|
/**
|
|
320109
|
-
* Domain for windows authentication.
|
|
320167
|
+
* Domain for windows authentication. Type: string (or Expression with resultType string).
|
|
320110
320168
|
*/
|
|
320111
320169
|
domain: any;
|
|
320112
320170
|
/**
|
|
@@ -320114,7 +320172,7 @@ export declare namespace datafactory {
|
|
|
320114
320172
|
*/
|
|
320115
320173
|
password: outputs.datafactory.v20180601.SecureStringResponse;
|
|
320116
320174
|
/**
|
|
320117
|
-
* UseName for windows authentication.
|
|
320175
|
+
* UseName for windows authentication. Type: string (or Expression with resultType string).
|
|
320118
320176
|
*/
|
|
320119
320177
|
userName: any;
|
|
320120
320178
|
}
|
|
@@ -320227,9 +320285,9 @@ export declare namespace datafactory {
|
|
|
320227
320285
|
*/
|
|
320228
320286
|
description?: string;
|
|
320229
320287
|
/**
|
|
320230
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
320288
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
320231
320289
|
*/
|
|
320232
|
-
encryptedCredential?:
|
|
320290
|
+
encryptedCredential?: string;
|
|
320233
320291
|
/**
|
|
320234
320292
|
* The URL of Salesforce instance. Default is 'https://login.salesforce.com'. To copy data from sandbox, specify 'https://test.salesforce.com'. To copy data from custom domain, specify, for example, 'https://[domain].my.salesforce.com'. Type: string (or Expression with resultType string).
|
|
320235
320293
|
*/
|
|
@@ -320287,9 +320345,9 @@ export declare namespace datafactory {
|
|
|
320287
320345
|
*/
|
|
320288
320346
|
description?: string;
|
|
320289
320347
|
/**
|
|
320290
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
320348
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
320291
320349
|
*/
|
|
320292
|
-
encryptedCredential?:
|
|
320350
|
+
encryptedCredential?: string;
|
|
320293
320351
|
/**
|
|
320294
320352
|
* Parameters for linked service.
|
|
320295
320353
|
*/
|
|
@@ -320461,9 +320519,9 @@ export declare namespace datafactory {
|
|
|
320461
320519
|
*/
|
|
320462
320520
|
description?: string;
|
|
320463
320521
|
/**
|
|
320464
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
320522
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
320465
320523
|
*/
|
|
320466
|
-
encryptedCredential?:
|
|
320524
|
+
encryptedCredential?: string;
|
|
320467
320525
|
/**
|
|
320468
320526
|
* The URL of Salesforce Service Cloud instance. Default is 'https://login.salesforce.com'. To copy data from sandbox, specify 'https://test.salesforce.com'. To copy data from custom domain, specify, for example, 'https://[domain].my.salesforce.com'. Type: string (or Expression with resultType string).
|
|
320469
320527
|
*/
|
|
@@ -320733,9 +320791,9 @@ export declare namespace datafactory {
|
|
|
320733
320791
|
*/
|
|
320734
320792
|
description?: string;
|
|
320735
320793
|
/**
|
|
320736
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
320794
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
320737
320795
|
*/
|
|
320738
|
-
encryptedCredential?:
|
|
320796
|
+
encryptedCredential?: string;
|
|
320739
320797
|
/**
|
|
320740
320798
|
* Parameters for linked service.
|
|
320741
320799
|
*/
|
|
@@ -320859,9 +320917,9 @@ export declare namespace datafactory {
|
|
|
320859
320917
|
*/
|
|
320860
320918
|
description?: string;
|
|
320861
320919
|
/**
|
|
320862
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Either encryptedCredential or username/password must be provided. Type: string
|
|
320920
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Either encryptedCredential or username/password must be provided. Type: string.
|
|
320863
320921
|
*/
|
|
320864
|
-
encryptedCredential?:
|
|
320922
|
+
encryptedCredential?: string;
|
|
320865
320923
|
/**
|
|
320866
320924
|
* Parameters for linked service.
|
|
320867
320925
|
*/
|
|
@@ -321031,7 +321089,7 @@ export declare namespace datafactory {
|
|
|
321031
321089
|
*/
|
|
321032
321090
|
description?: string;
|
|
321033
321091
|
/**
|
|
321034
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Either encryptedCredential or username/password must be provided. Type: string
|
|
321092
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Either encryptedCredential or username/password must be provided. Type: string.
|
|
321035
321093
|
*/
|
|
321036
321094
|
encryptedCredential?: string;
|
|
321037
321095
|
/**
|
|
@@ -321052,11 +321110,11 @@ export declare namespace datafactory {
|
|
|
321052
321110
|
/**
|
|
321053
321111
|
* The URL of SAP ECC OData API. For example, '[https://hostname:port/sap/opu/odata/sap/servicename/]'. Type: string (or Expression with resultType string).
|
|
321054
321112
|
*/
|
|
321055
|
-
url:
|
|
321113
|
+
url: any;
|
|
321056
321114
|
/**
|
|
321057
321115
|
* The username for Basic authentication. Type: string (or Expression with resultType string).
|
|
321058
321116
|
*/
|
|
321059
|
-
username?:
|
|
321117
|
+
username?: any;
|
|
321060
321118
|
}
|
|
321061
321119
|
/**
|
|
321062
321120
|
* The path of the SAP ECC OData entity.
|
|
@@ -321169,9 +321227,9 @@ export declare namespace datafactory {
|
|
|
321169
321227
|
*/
|
|
321170
321228
|
description?: string;
|
|
321171
321229
|
/**
|
|
321172
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
321230
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
321173
321231
|
*/
|
|
321174
|
-
encryptedCredential?:
|
|
321232
|
+
encryptedCredential?: string;
|
|
321175
321233
|
/**
|
|
321176
321234
|
* Parameters for linked service.
|
|
321177
321235
|
*/
|
|
@@ -321320,9 +321378,9 @@ export declare namespace datafactory {
|
|
|
321320
321378
|
*/
|
|
321321
321379
|
description?: string;
|
|
321322
321380
|
/**
|
|
321323
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
321381
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
321324
321382
|
*/
|
|
321325
|
-
encryptedCredential?:
|
|
321383
|
+
encryptedCredential?: string;
|
|
321326
321384
|
/**
|
|
321327
321385
|
* Language of the SAP system where the table is located. The default value is EN. Type: string (or Expression with resultType string).
|
|
321328
321386
|
*/
|
|
@@ -321518,9 +321576,9 @@ export declare namespace datafactory {
|
|
|
321518
321576
|
*/
|
|
321519
321577
|
description?: string;
|
|
321520
321578
|
/**
|
|
321521
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
321579
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
321522
321580
|
*/
|
|
321523
|
-
encryptedCredential?:
|
|
321581
|
+
encryptedCredential?: string;
|
|
321524
321582
|
/**
|
|
321525
321583
|
* Language of the BW system where the open hub destination is located. The default value is EN. Type: string (or Expression with resultType string).
|
|
321526
321584
|
*/
|
|
@@ -321692,9 +321750,9 @@ export declare namespace datafactory {
|
|
|
321692
321750
|
*/
|
|
321693
321751
|
description?: string;
|
|
321694
321752
|
/**
|
|
321695
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
321753
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
321696
321754
|
*/
|
|
321697
|
-
encryptedCredential?:
|
|
321755
|
+
encryptedCredential?: string;
|
|
321698
321756
|
/**
|
|
321699
321757
|
* Language of the SAP system where the table is located. The default value is EN. Type: string (or Expression with resultType string).
|
|
321700
321758
|
*/
|
|
@@ -321999,7 +322057,7 @@ export declare namespace datafactory {
|
|
|
321999
322057
|
*/
|
|
322000
322058
|
type?: string;
|
|
322001
322059
|
/**
|
|
322002
|
-
* The value of the parameter.
|
|
322060
|
+
* The value of the parameter. Type: string (or Expression with resultType string).
|
|
322003
322061
|
*/
|
|
322004
322062
|
value?: any;
|
|
322005
322063
|
}
|
|
@@ -322321,9 +322379,9 @@ export declare namespace datafactory {
|
|
|
322321
322379
|
*/
|
|
322322
322380
|
description?: string;
|
|
322323
322381
|
/**
|
|
322324
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
322382
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
322325
322383
|
*/
|
|
322326
|
-
encryptedCredential?:
|
|
322384
|
+
encryptedCredential?: string;
|
|
322327
322385
|
/**
|
|
322328
322386
|
* The endpoint of the ServiceNow server. (i.e. <instance>.service-now.com)
|
|
322329
322387
|
*/
|
|
@@ -322515,9 +322573,9 @@ export declare namespace datafactory {
|
|
|
322515
322573
|
*/
|
|
322516
322574
|
disableMetricsCollection?: any;
|
|
322517
322575
|
/**
|
|
322518
|
-
* Indicates whether to enable partition discovery.
|
|
322576
|
+
* Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).
|
|
322519
322577
|
*/
|
|
322520
|
-
enablePartitionDiscovery?:
|
|
322578
|
+
enablePartitionDiscovery?: any;
|
|
322521
322579
|
/**
|
|
322522
322580
|
* Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).
|
|
322523
322581
|
*/
|
|
@@ -322577,9 +322635,9 @@ export declare namespace datafactory {
|
|
|
322577
322635
|
*/
|
|
322578
322636
|
description?: string;
|
|
322579
322637
|
/**
|
|
322580
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
322638
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
322581
322639
|
*/
|
|
322582
|
-
encryptedCredential?:
|
|
322640
|
+
encryptedCredential?: string;
|
|
322583
322641
|
/**
|
|
322584
322642
|
* The SFTP server host name. Type: string (or Expression with resultType string).
|
|
322585
322643
|
*/
|
|
@@ -322675,9 +322733,9 @@ export declare namespace datafactory {
|
|
|
322675
322733
|
*/
|
|
322676
322734
|
description?: string;
|
|
322677
322735
|
/**
|
|
322678
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
322736
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
322679
322737
|
*/
|
|
322680
|
-
encryptedCredential?:
|
|
322738
|
+
encryptedCredential?: string;
|
|
322681
322739
|
/**
|
|
322682
322740
|
* Parameters for linked service.
|
|
322683
322741
|
*/
|
|
@@ -322805,9 +322863,9 @@ export declare namespace datafactory {
|
|
|
322805
322863
|
*/
|
|
322806
322864
|
description?: string;
|
|
322807
322865
|
/**
|
|
322808
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
322866
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
322809
322867
|
*/
|
|
322810
|
-
encryptedCredential?:
|
|
322868
|
+
encryptedCredential?: string;
|
|
322811
322869
|
/**
|
|
322812
322870
|
* The endpoint of the Shopify server. (i.e. mystore.myshopify.com)
|
|
322813
322871
|
*/
|
|
@@ -322952,9 +323010,9 @@ export declare namespace datafactory {
|
|
|
322952
323010
|
*/
|
|
322953
323011
|
description?: string;
|
|
322954
323012
|
/**
|
|
322955
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
323013
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
322956
323014
|
*/
|
|
322957
|
-
encryptedCredential?:
|
|
323015
|
+
encryptedCredential?: string;
|
|
322958
323016
|
/**
|
|
322959
323017
|
* Parameters for linked service.
|
|
322960
323018
|
*/
|
|
@@ -323076,9 +323134,9 @@ export declare namespace datafactory {
|
|
|
323076
323134
|
*/
|
|
323077
323135
|
description?: string;
|
|
323078
323136
|
/**
|
|
323079
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
323137
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
323080
323138
|
*/
|
|
323081
|
-
encryptedCredential?:
|
|
323139
|
+
encryptedCredential?: string;
|
|
323082
323140
|
/**
|
|
323083
323141
|
* Parameters for linked service.
|
|
323084
323142
|
*/
|
|
@@ -323217,9 +323275,9 @@ export declare namespace datafactory {
|
|
|
323217
323275
|
*/
|
|
323218
323276
|
enableSsl?: any;
|
|
323219
323277
|
/**
|
|
323220
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
323278
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
323221
323279
|
*/
|
|
323222
|
-
encryptedCredential?:
|
|
323280
|
+
encryptedCredential?: string;
|
|
323223
323281
|
/**
|
|
323224
323282
|
* IP address or host name of the Spark server
|
|
323225
323283
|
*/
|
|
@@ -323359,7 +323417,7 @@ export declare namespace datafactory {
|
|
|
323359
323417
|
*/
|
|
323360
323418
|
interface SqlAlwaysEncryptedPropertiesResponse {
|
|
323361
323419
|
/**
|
|
323362
|
-
* Sql always encrypted AKV authentication type. Type: string
|
|
323420
|
+
* Sql always encrypted AKV authentication type. Type: string.
|
|
323363
323421
|
*/
|
|
323364
323422
|
alwaysEncryptedAkvAuthType: string;
|
|
323365
323423
|
/**
|
|
@@ -323682,9 +323740,9 @@ export declare namespace datafactory {
|
|
|
323682
323740
|
*/
|
|
323683
323741
|
description?: string;
|
|
323684
323742
|
/**
|
|
323685
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
323743
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
323686
323744
|
*/
|
|
323687
|
-
encryptedCredential?:
|
|
323745
|
+
encryptedCredential?: string;
|
|
323688
323746
|
/**
|
|
323689
323747
|
* Parameters for linked service.
|
|
323690
323748
|
*/
|
|
@@ -324097,11 +324155,11 @@ export declare namespace datafactory {
|
|
|
324097
324155
|
*/
|
|
324098
324156
|
description?: string;
|
|
324099
324157
|
/**
|
|
324100
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
324158
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
324101
324159
|
*/
|
|
324102
|
-
encryptedCredential?:
|
|
324160
|
+
encryptedCredential?: string;
|
|
324103
324161
|
/**
|
|
324104
|
-
* The URL
|
|
324162
|
+
* The URL of the Square instance. (i.e. mystore.mysquare.com)
|
|
324105
324163
|
*/
|
|
324106
324164
|
host?: any;
|
|
324107
324165
|
/**
|
|
@@ -324542,9 +324600,9 @@ export declare namespace datafactory {
|
|
|
324542
324600
|
*/
|
|
324543
324601
|
description?: string;
|
|
324544
324602
|
/**
|
|
324545
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
324603
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
324546
324604
|
*/
|
|
324547
|
-
encryptedCredential?:
|
|
324605
|
+
encryptedCredential?: string;
|
|
324548
324606
|
/**
|
|
324549
324607
|
* Parameters for linked service.
|
|
324550
324608
|
*/
|
|
@@ -324692,9 +324750,9 @@ export declare namespace datafactory {
|
|
|
324692
324750
|
*/
|
|
324693
324751
|
notebook: outputs.datafactory.v20180601.SynapseNotebookReferenceResponse;
|
|
324694
324752
|
/**
|
|
324695
|
-
* Number of executors to launch for this session, which will override the 'numExecutors' of the notebook you provide.
|
|
324753
|
+
* Number of executors to launch for this session, which will override the 'numExecutors' of the notebook you provide. Type: integer (or Expression with resultType integer).
|
|
324696
324754
|
*/
|
|
324697
|
-
numExecutors?:
|
|
324755
|
+
numExecutors?: any;
|
|
324698
324756
|
/**
|
|
324699
324757
|
* Notebook parameters.
|
|
324700
324758
|
*/
|
|
@@ -324932,9 +324990,9 @@ export declare namespace datafactory {
|
|
|
324932
324990
|
*/
|
|
324933
324991
|
description?: string;
|
|
324934
324992
|
/**
|
|
324935
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
324993
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
324936
324994
|
*/
|
|
324937
|
-
encryptedCredential?:
|
|
324995
|
+
encryptedCredential?: string;
|
|
324938
324996
|
/**
|
|
324939
324997
|
* Parameters for linked service.
|
|
324940
324998
|
*/
|
|
@@ -324984,9 +325042,9 @@ export declare namespace datafactory {
|
|
|
324984
325042
|
*/
|
|
324985
325043
|
description?: string;
|
|
324986
325044
|
/**
|
|
324987
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
325045
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
324988
325046
|
*/
|
|
324989
|
-
encryptedCredential?:
|
|
325047
|
+
encryptedCredential?: string;
|
|
324990
325048
|
/**
|
|
324991
325049
|
* Parameters for linked service.
|
|
324992
325050
|
*/
|
|
@@ -325355,7 +325413,7 @@ export declare namespace datafactory {
|
|
|
325355
325413
|
*/
|
|
325356
325414
|
type: "Twilio";
|
|
325357
325415
|
/**
|
|
325358
|
-
* The Account SID of Twilio service.
|
|
325416
|
+
* The Account SID of Twilio service. Type: string (or Expression with resultType string).
|
|
325359
325417
|
*/
|
|
325360
325418
|
userName: any;
|
|
325361
325419
|
}
|
|
@@ -325384,7 +325442,7 @@ export declare namespace datafactory {
|
|
|
325384
325442
|
*/
|
|
325385
325443
|
name: string;
|
|
325386
325444
|
/**
|
|
325387
|
-
* Specifies the timeout for the activity to run. If there is no value specified, it takes the value of TimeSpan.FromDays(7) which is 1 week as default. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
|
|
325445
|
+
* Specifies the timeout for the activity to run. If there is no value specified, it takes the value of TimeSpan.FromDays(7) which is 1 week as default. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
|
|
325388
325446
|
*/
|
|
325389
325447
|
timeout?: any;
|
|
325390
325448
|
/**
|
|
@@ -325515,9 +325573,9 @@ export declare namespace datafactory {
|
|
|
325515
325573
|
*/
|
|
325516
325574
|
description?: string;
|
|
325517
325575
|
/**
|
|
325518
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
325576
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
325519
325577
|
*/
|
|
325520
|
-
encryptedCredential?:
|
|
325578
|
+
encryptedCredential?: string;
|
|
325521
325579
|
/**
|
|
325522
325580
|
* Parameters for linked service.
|
|
325523
325581
|
*/
|
|
@@ -325646,7 +325704,7 @@ export declare namespace datafactory {
|
|
|
325646
325704
|
*/
|
|
325647
325705
|
userProperties?: outputs.datafactory.v20180601.UserPropertyResponse[];
|
|
325648
325706
|
/**
|
|
325649
|
-
* Duration in seconds.
|
|
325707
|
+
* Duration in seconds. Type: integer (or Expression with resultType integer).
|
|
325650
325708
|
*/
|
|
325651
325709
|
waitTimeInSeconds: any;
|
|
325652
325710
|
}
|
|
@@ -326034,9 +326092,9 @@ export declare namespace datafactory {
|
|
|
326034
326092
|
*/
|
|
326035
326093
|
description?: string;
|
|
326036
326094
|
/**
|
|
326037
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
326095
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
326038
326096
|
*/
|
|
326039
|
-
encryptedCredential?:
|
|
326097
|
+
encryptedCredential?: string;
|
|
326040
326098
|
/**
|
|
326041
326099
|
* The endpoint of the Xero server. (i.e. api.xero.com)
|
|
326042
326100
|
*/
|
|
@@ -326301,9 +326359,9 @@ export declare namespace datafactory {
|
|
|
326301
326359
|
*/
|
|
326302
326360
|
description?: string;
|
|
326303
326361
|
/**
|
|
326304
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
326362
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
326305
326363
|
*/
|
|
326306
|
-
encryptedCredential?:
|
|
326364
|
+
encryptedCredential?: string;
|
|
326307
326365
|
/**
|
|
326308
326366
|
* Parameters for linked service.
|
|
326309
326367
|
*/
|
|
@@ -326367,9 +326425,9 @@ export declare namespace datafactory {
|
|
|
326367
326425
|
*/
|
|
326368
326426
|
description?: string;
|
|
326369
326427
|
/**
|
|
326370
|
-
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string
|
|
326428
|
+
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
|
|
326371
326429
|
*/
|
|
326372
|
-
encryptedCredential?:
|
|
326430
|
+
encryptedCredential?: string;
|
|
326373
326431
|
/**
|
|
326374
326432
|
* The endpoint of the Zoho server. (i.e. crm.zoho.com/crm/private)
|
|
326375
326433
|
*/
|
|
@@ -384303,207 +384361,223 @@ export declare namespace dbformysql {
|
|
|
384303
384361
|
geoRedundantBackup?: string;
|
|
384304
384362
|
}
|
|
384305
384363
|
/**
|
|
384306
|
-
*
|
|
384307
|
-
*/
|
|
384308
|
-
interface DataEncryptionResponse {
|
|
384309
|
-
/**
|
|
384310
|
-
* Geo backup key uri as key vault can't cross region, need cmk in same region as geo backup
|
|
384311
|
-
*/
|
|
384312
|
-
geoBackupKeyURI?: string;
|
|
384313
|
-
/**
|
|
384314
|
-
* Geo backup user identity resource id as identity can't cross region, need identity in same region as geo backup
|
|
384315
|
-
*/
|
|
384316
|
-
geoBackupUserAssignedIdentityId?: string;
|
|
384317
|
-
/**
|
|
384318
|
-
* Primary key uri
|
|
384319
|
-
*/
|
|
384320
|
-
primaryKeyURI?: string;
|
|
384321
|
-
/**
|
|
384322
|
-
* Primary user identity resource id
|
|
384323
|
-
*/
|
|
384324
|
-
primaryUserAssignedIdentityId?: string;
|
|
384325
|
-
/**
|
|
384326
|
-
* The key type, AzureKeyVault for enable cmk, SystemManaged for disable cmk.
|
|
384327
|
-
*/
|
|
384328
|
-
type?: string;
|
|
384329
|
-
}
|
|
384330
|
-
/**
|
|
384331
|
-
* Network related properties of a server
|
|
384332
|
-
*/
|
|
384333
|
-
interface HighAvailabilityResponse {
|
|
384334
|
-
/**
|
|
384335
|
-
* High availability mode for a server.
|
|
384336
|
-
*/
|
|
384337
|
-
mode?: string;
|
|
384338
|
-
/**
|
|
384339
|
-
* Availability zone of the standby server.
|
|
384340
|
-
*/
|
|
384341
|
-
standbyAvailabilityZone?: string;
|
|
384342
|
-
/**
|
|
384343
|
-
* The state of server high availability.
|
|
384344
|
-
*/
|
|
384345
|
-
state: string;
|
|
384346
|
-
}
|
|
384347
|
-
/**
|
|
384348
|
-
* Properties to configure Identity for Bring your Own Keys
|
|
384349
|
-
*/
|
|
384350
|
-
interface IdentityResponse {
|
|
384351
|
-
/**
|
|
384352
|
-
* ObjectId from the KeyVault
|
|
384353
|
-
*/
|
|
384354
|
-
principalId: string;
|
|
384355
|
-
/**
|
|
384356
|
-
* TenantId from the KeyVault
|
|
384357
|
-
*/
|
|
384358
|
-
tenantId: string;
|
|
384359
|
-
/**
|
|
384360
|
-
* Type of managed service identity.
|
|
384361
|
-
*/
|
|
384362
|
-
type?: string;
|
|
384363
|
-
/**
|
|
384364
|
-
* Metadata of user assigned identity.
|
|
384365
|
-
*/
|
|
384366
|
-
userAssignedIdentities?: {
|
|
384367
|
-
[key: string]: outputs.dbformysql.v20211201preview.UserAssignedIdentityResponse[];
|
|
384368
|
-
};
|
|
384369
|
-
}
|
|
384370
|
-
/**
|
|
384371
|
-
* Maintenance window of a server.
|
|
384372
|
-
*/
|
|
384373
|
-
interface MaintenanceWindowResponse {
|
|
384374
|
-
/**
|
|
384375
|
-
* indicates whether custom window is enabled or disabled
|
|
384376
|
-
*/
|
|
384377
|
-
customWindow?: string;
|
|
384378
|
-
/**
|
|
384379
|
-
* day of week for maintenance window
|
|
384380
|
-
*/
|
|
384381
|
-
dayOfWeek?: number;
|
|
384382
|
-
/**
|
|
384383
|
-
* start hour for maintenance window
|
|
384384
|
-
*/
|
|
384385
|
-
startHour?: number;
|
|
384386
|
-
/**
|
|
384387
|
-
* start minute for maintenance window
|
|
384388
|
-
*/
|
|
384389
|
-
startMinute?: number;
|
|
384390
|
-
}
|
|
384391
|
-
/**
|
|
384392
|
-
* Network related properties of a server
|
|
384393
|
-
*/
|
|
384394
|
-
interface NetworkResponse {
|
|
384395
|
-
/**
|
|
384396
|
-
* Delegated subnet resource id used to setup vnet for a server.
|
|
384397
|
-
*/
|
|
384398
|
-
delegatedSubnetResourceId?: string;
|
|
384399
|
-
/**
|
|
384400
|
-
* Private DNS zone resource id.
|
|
384401
|
-
*/
|
|
384402
|
-
privateDnsZoneResourceId?: string;
|
|
384403
|
-
/**
|
|
384404
|
-
* Whether or not public network access is allowed for this server. Value is 'Disabled' when server has VNet integration.
|
|
384405
|
-
*/
|
|
384406
|
-
publicNetworkAccess: string;
|
|
384407
|
-
}
|
|
384408
|
-
/**
|
|
384409
|
-
* Billing information related properties of a server.
|
|
384410
|
-
*/
|
|
384411
|
-
interface SkuResponse {
|
|
384412
|
-
/**
|
|
384413
|
-
* The name of the sku, e.g. Standard_D32s_v3.
|
|
384414
|
-
*/
|
|
384415
|
-
name: string;
|
|
384416
|
-
/**
|
|
384417
|
-
* The tier of the particular SKU, e.g. GeneralPurpose.
|
|
384418
|
-
*/
|
|
384419
|
-
tier: string;
|
|
384420
|
-
}
|
|
384421
|
-
/**
|
|
384422
|
-
* Storage Profile properties of a server
|
|
384423
|
-
*/
|
|
384424
|
-
interface StorageResponse {
|
|
384425
|
-
/**
|
|
384426
|
-
* Enable Storage Auto Grow or not.
|
|
384427
|
-
*/
|
|
384428
|
-
autoGrow?: string;
|
|
384429
|
-
/**
|
|
384430
|
-
* Enable IO Auto Scaling or not.
|
|
384431
|
-
*/
|
|
384432
|
-
autoIoScaling?: string;
|
|
384433
|
-
/**
|
|
384434
|
-
* Storage IOPS for a server.
|
|
384435
|
-
*/
|
|
384436
|
-
iops?: number;
|
|
384437
|
-
/**
|
|
384438
|
-
* Max storage size allowed for a server.
|
|
384439
|
-
*/
|
|
384440
|
-
storageSizeGB?: number;
|
|
384441
|
-
/**
|
|
384442
|
-
* The sku name of the server storage.
|
|
384443
|
-
*/
|
|
384444
|
-
storageSku: string;
|
|
384445
|
-
}
|
|
384446
|
-
/**
|
|
384447
|
-
* Metadata pertaining to creation and last modification of the resource.
|
|
384448
|
-
*/
|
|
384449
|
-
interface SystemDataResponse {
|
|
384450
|
-
/**
|
|
384451
|
-
* The timestamp of resource creation (UTC).
|
|
384452
|
-
*/
|
|
384453
|
-
createdAt?: string;
|
|
384454
|
-
/**
|
|
384455
|
-
* The identity that created the resource.
|
|
384456
|
-
*/
|
|
384457
|
-
createdBy?: string;
|
|
384458
|
-
/**
|
|
384459
|
-
* The type of identity that created the resource.
|
|
384460
|
-
*/
|
|
384461
|
-
createdByType?: string;
|
|
384462
|
-
/**
|
|
384463
|
-
* The timestamp of resource last modification (UTC)
|
|
384464
|
-
*/
|
|
384465
|
-
lastModifiedAt?: string;
|
|
384466
|
-
/**
|
|
384467
|
-
* The identity that last modified the resource.
|
|
384468
|
-
*/
|
|
384469
|
-
lastModifiedBy?: string;
|
|
384470
|
-
/**
|
|
384471
|
-
* The type of identity that last modified the resource.
|
|
384472
|
-
*/
|
|
384473
|
-
lastModifiedByType?: string;
|
|
384474
|
-
}
|
|
384475
|
-
/**
|
|
384476
|
-
* Metadata of user assigned identity.
|
|
384477
|
-
*/
|
|
384478
|
-
interface UserAssignedIdentityResponse {
|
|
384479
|
-
/**
|
|
384480
|
-
* Client Id of user assigned identity
|
|
384481
|
-
*/
|
|
384482
|
-
clientId: string;
|
|
384483
|
-
/**
|
|
384484
|
-
* Principal Id of user assigned identity
|
|
384485
|
-
*/
|
|
384486
|
-
principalId: string;
|
|
384487
|
-
}
|
|
384488
|
-
}
|
|
384489
|
-
namespace v20220101 {
|
|
384490
|
-
/**
|
|
384491
|
-
* Storage Profile properties of a server
|
|
384364
|
+
* backupResponseProvideDefaults sets the appropriate defaults for BackupResponse
|
|
384492
384365
|
*/
|
|
384493
|
-
|
|
384494
|
-
|
|
384495
|
-
|
|
384496
|
-
|
|
384497
|
-
|
|
384498
|
-
/**
|
|
384499
|
-
*
|
|
384500
|
-
*/
|
|
384501
|
-
|
|
384502
|
-
/**
|
|
384503
|
-
*
|
|
384504
|
-
*/
|
|
384505
|
-
|
|
384506
|
-
|
|
384366
|
+
function backupResponseProvideDefaults(val: BackupResponse): BackupResponse;
|
|
384367
|
+
/**
|
|
384368
|
+
* The date encryption for cmk.
|
|
384369
|
+
*/
|
|
384370
|
+
interface DataEncryptionResponse {
|
|
384371
|
+
/**
|
|
384372
|
+
* Geo backup key uri as key vault can't cross region, need cmk in same region as geo backup
|
|
384373
|
+
*/
|
|
384374
|
+
geoBackupKeyURI?: string;
|
|
384375
|
+
/**
|
|
384376
|
+
* Geo backup user identity resource id as identity can't cross region, need identity in same region as geo backup
|
|
384377
|
+
*/
|
|
384378
|
+
geoBackupUserAssignedIdentityId?: string;
|
|
384379
|
+
/**
|
|
384380
|
+
* Primary key uri
|
|
384381
|
+
*/
|
|
384382
|
+
primaryKeyURI?: string;
|
|
384383
|
+
/**
|
|
384384
|
+
* Primary user identity resource id
|
|
384385
|
+
*/
|
|
384386
|
+
primaryUserAssignedIdentityId?: string;
|
|
384387
|
+
/**
|
|
384388
|
+
* The key type, AzureKeyVault for enable cmk, SystemManaged for disable cmk.
|
|
384389
|
+
*/
|
|
384390
|
+
type?: string;
|
|
384391
|
+
}
|
|
384392
|
+
/**
|
|
384393
|
+
* Network related properties of a server
|
|
384394
|
+
*/
|
|
384395
|
+
interface HighAvailabilityResponse {
|
|
384396
|
+
/**
|
|
384397
|
+
* High availability mode for a server.
|
|
384398
|
+
*/
|
|
384399
|
+
mode?: string;
|
|
384400
|
+
/**
|
|
384401
|
+
* Availability zone of the standby server.
|
|
384402
|
+
*/
|
|
384403
|
+
standbyAvailabilityZone?: string;
|
|
384404
|
+
/**
|
|
384405
|
+
* The state of server high availability.
|
|
384406
|
+
*/
|
|
384407
|
+
state: string;
|
|
384408
|
+
}
|
|
384409
|
+
/**
|
|
384410
|
+
* Properties to configure Identity for Bring your Own Keys
|
|
384411
|
+
*/
|
|
384412
|
+
interface IdentityResponse {
|
|
384413
|
+
/**
|
|
384414
|
+
* ObjectId from the KeyVault
|
|
384415
|
+
*/
|
|
384416
|
+
principalId: string;
|
|
384417
|
+
/**
|
|
384418
|
+
* TenantId from the KeyVault
|
|
384419
|
+
*/
|
|
384420
|
+
tenantId: string;
|
|
384421
|
+
/**
|
|
384422
|
+
* Type of managed service identity.
|
|
384423
|
+
*/
|
|
384424
|
+
type?: string;
|
|
384425
|
+
/**
|
|
384426
|
+
* Metadata of user assigned identity.
|
|
384427
|
+
*/
|
|
384428
|
+
userAssignedIdentities?: {
|
|
384429
|
+
[key: string]: outputs.dbformysql.v20211201preview.UserAssignedIdentityResponse[];
|
|
384430
|
+
};
|
|
384431
|
+
}
|
|
384432
|
+
/**
|
|
384433
|
+
* Maintenance window of a server.
|
|
384434
|
+
*/
|
|
384435
|
+
interface MaintenanceWindowResponse {
|
|
384436
|
+
/**
|
|
384437
|
+
* indicates whether custom window is enabled or disabled
|
|
384438
|
+
*/
|
|
384439
|
+
customWindow?: string;
|
|
384440
|
+
/**
|
|
384441
|
+
* day of week for maintenance window
|
|
384442
|
+
*/
|
|
384443
|
+
dayOfWeek?: number;
|
|
384444
|
+
/**
|
|
384445
|
+
* start hour for maintenance window
|
|
384446
|
+
*/
|
|
384447
|
+
startHour?: number;
|
|
384448
|
+
/**
|
|
384449
|
+
* start minute for maintenance window
|
|
384450
|
+
*/
|
|
384451
|
+
startMinute?: number;
|
|
384452
|
+
}
|
|
384453
|
+
/**
|
|
384454
|
+
* Network related properties of a server
|
|
384455
|
+
*/
|
|
384456
|
+
interface NetworkResponse {
|
|
384457
|
+
/**
|
|
384458
|
+
* Delegated subnet resource id used to setup vnet for a server.
|
|
384459
|
+
*/
|
|
384460
|
+
delegatedSubnetResourceId?: string;
|
|
384461
|
+
/**
|
|
384462
|
+
* Private DNS zone resource id.
|
|
384463
|
+
*/
|
|
384464
|
+
privateDnsZoneResourceId?: string;
|
|
384465
|
+
/**
|
|
384466
|
+
* Whether or not public network access is allowed for this server. Value is 'Disabled' when server has VNet integration.
|
|
384467
|
+
*/
|
|
384468
|
+
publicNetworkAccess: string;
|
|
384469
|
+
}
|
|
384470
|
+
/**
|
|
384471
|
+
* Billing information related properties of a server.
|
|
384472
|
+
*/
|
|
384473
|
+
interface SkuResponse {
|
|
384474
|
+
/**
|
|
384475
|
+
* The name of the sku, e.g. Standard_D32s_v3.
|
|
384476
|
+
*/
|
|
384477
|
+
name: string;
|
|
384478
|
+
/**
|
|
384479
|
+
* The tier of the particular SKU, e.g. GeneralPurpose.
|
|
384480
|
+
*/
|
|
384481
|
+
tier: string;
|
|
384482
|
+
}
|
|
384483
|
+
/**
|
|
384484
|
+
* Storage Profile properties of a server
|
|
384485
|
+
*/
|
|
384486
|
+
interface StorageResponse {
|
|
384487
|
+
/**
|
|
384488
|
+
* Enable Storage Auto Grow or not.
|
|
384489
|
+
*/
|
|
384490
|
+
autoGrow?: string;
|
|
384491
|
+
/**
|
|
384492
|
+
* Enable IO Auto Scaling or not.
|
|
384493
|
+
*/
|
|
384494
|
+
autoIoScaling?: string;
|
|
384495
|
+
/**
|
|
384496
|
+
* Storage IOPS for a server.
|
|
384497
|
+
*/
|
|
384498
|
+
iops?: number;
|
|
384499
|
+
/**
|
|
384500
|
+
* Enable Log On Disk or not.
|
|
384501
|
+
*/
|
|
384502
|
+
logOnDisk?: string;
|
|
384503
|
+
/**
|
|
384504
|
+
* Max storage size allowed for a server.
|
|
384505
|
+
*/
|
|
384506
|
+
storageSizeGB?: number;
|
|
384507
|
+
/**
|
|
384508
|
+
* The sku name of the server storage.
|
|
384509
|
+
*/
|
|
384510
|
+
storageSku: string;
|
|
384511
|
+
}
|
|
384512
|
+
/**
|
|
384513
|
+
* storageResponseProvideDefaults sets the appropriate defaults for StorageResponse
|
|
384514
|
+
*/
|
|
384515
|
+
function storageResponseProvideDefaults(val: StorageResponse): StorageResponse;
|
|
384516
|
+
/**
|
|
384517
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
384518
|
+
*/
|
|
384519
|
+
interface SystemDataResponse {
|
|
384520
|
+
/**
|
|
384521
|
+
* The timestamp of resource creation (UTC).
|
|
384522
|
+
*/
|
|
384523
|
+
createdAt?: string;
|
|
384524
|
+
/**
|
|
384525
|
+
* The identity that created the resource.
|
|
384526
|
+
*/
|
|
384527
|
+
createdBy?: string;
|
|
384528
|
+
/**
|
|
384529
|
+
* The type of identity that created the resource.
|
|
384530
|
+
*/
|
|
384531
|
+
createdByType?: string;
|
|
384532
|
+
/**
|
|
384533
|
+
* The timestamp of resource last modification (UTC)
|
|
384534
|
+
*/
|
|
384535
|
+
lastModifiedAt?: string;
|
|
384536
|
+
/**
|
|
384537
|
+
* The identity that last modified the resource.
|
|
384538
|
+
*/
|
|
384539
|
+
lastModifiedBy?: string;
|
|
384540
|
+
/**
|
|
384541
|
+
* The type of identity that last modified the resource.
|
|
384542
|
+
*/
|
|
384543
|
+
lastModifiedByType?: string;
|
|
384544
|
+
}
|
|
384545
|
+
/**
|
|
384546
|
+
* Metadata of user assigned identity.
|
|
384547
|
+
*/
|
|
384548
|
+
interface UserAssignedIdentityResponse {
|
|
384549
|
+
/**
|
|
384550
|
+
* Client Id of user assigned identity
|
|
384551
|
+
*/
|
|
384552
|
+
clientId: string;
|
|
384553
|
+
/**
|
|
384554
|
+
* Principal Id of user assigned identity
|
|
384555
|
+
*/
|
|
384556
|
+
principalId: string;
|
|
384557
|
+
}
|
|
384558
|
+
}
|
|
384559
|
+
namespace v20220101 {
|
|
384560
|
+
/**
|
|
384561
|
+
* Storage Profile properties of a server
|
|
384562
|
+
*/
|
|
384563
|
+
interface BackupResponse {
|
|
384564
|
+
/**
|
|
384565
|
+
* Backup retention days for the server.
|
|
384566
|
+
*/
|
|
384567
|
+
backupRetentionDays?: number;
|
|
384568
|
+
/**
|
|
384569
|
+
* Earliest restore point creation time (ISO8601 format)
|
|
384570
|
+
*/
|
|
384571
|
+
earliestRestoreDate: string;
|
|
384572
|
+
/**
|
|
384573
|
+
* Whether or not geo redundant backup is enabled.
|
|
384574
|
+
*/
|
|
384575
|
+
geoRedundantBackup?: string;
|
|
384576
|
+
}
|
|
384577
|
+
/**
|
|
384578
|
+
* backupResponseProvideDefaults sets the appropriate defaults for BackupResponse
|
|
384579
|
+
*/
|
|
384580
|
+
function backupResponseProvideDefaults(val: BackupResponse): BackupResponse;
|
|
384507
384581
|
/**
|
|
384508
384582
|
* The date encryption for cmk.
|
|
384509
384583
|
*/
|
|
@@ -384636,6 +384710,10 @@ export declare namespace dbformysql {
|
|
|
384636
384710
|
* Storage IOPS for a server.
|
|
384637
384711
|
*/
|
|
384638
384712
|
iops?: number;
|
|
384713
|
+
/**
|
|
384714
|
+
* Enable Log On Disk or not.
|
|
384715
|
+
*/
|
|
384716
|
+
logOnDisk?: string;
|
|
384639
384717
|
/**
|
|
384640
384718
|
* Max storage size allowed for a server.
|
|
384641
384719
|
*/
|
|
@@ -384645,6 +384723,10 @@ export declare namespace dbformysql {
|
|
|
384645
384723
|
*/
|
|
384646
384724
|
storageSku: string;
|
|
384647
384725
|
}
|
|
384726
|
+
/**
|
|
384727
|
+
* storageResponseProvideDefaults sets the appropriate defaults for StorageResponse
|
|
384728
|
+
*/
|
|
384729
|
+
function storageResponseProvideDefaults(val: StorageResponse): StorageResponse;
|
|
384648
384730
|
/**
|
|
384649
384731
|
* Metadata pertaining to creation and last modification of the resource.
|
|
384650
384732
|
*/
|
|
@@ -478499,6 +478581,86 @@ export declare namespace healthcareapis {
|
|
|
478499
478581
|
}
|
|
478500
478582
|
}
|
|
478501
478583
|
}
|
|
478584
|
+
export declare namespace hybridcloud {
|
|
478585
|
+
/**
|
|
478586
|
+
* Resource reference properties.
|
|
478587
|
+
*/
|
|
478588
|
+
interface ResourceReferenceResponse {
|
|
478589
|
+
/**
|
|
478590
|
+
* Resource ID.
|
|
478591
|
+
*/
|
|
478592
|
+
id?: string;
|
|
478593
|
+
}
|
|
478594
|
+
/**
|
|
478595
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
478596
|
+
*/
|
|
478597
|
+
interface SystemDataResponse {
|
|
478598
|
+
/**
|
|
478599
|
+
* The timestamp of resource creation (UTC).
|
|
478600
|
+
*/
|
|
478601
|
+
createdAt?: string;
|
|
478602
|
+
/**
|
|
478603
|
+
* The identity that created the resource.
|
|
478604
|
+
*/
|
|
478605
|
+
createdBy?: string;
|
|
478606
|
+
/**
|
|
478607
|
+
* The type of identity that created the resource.
|
|
478608
|
+
*/
|
|
478609
|
+
createdByType?: string;
|
|
478610
|
+
/**
|
|
478611
|
+
* The timestamp of resource last modification (UTC)
|
|
478612
|
+
*/
|
|
478613
|
+
lastModifiedAt?: string;
|
|
478614
|
+
/**
|
|
478615
|
+
* The identity that last modified the resource.
|
|
478616
|
+
*/
|
|
478617
|
+
lastModifiedBy?: string;
|
|
478618
|
+
/**
|
|
478619
|
+
* The type of identity that last modified the resource.
|
|
478620
|
+
*/
|
|
478621
|
+
lastModifiedByType?: string;
|
|
478622
|
+
}
|
|
478623
|
+
namespace v20230101preview {
|
|
478624
|
+
/**
|
|
478625
|
+
* Resource reference properties.
|
|
478626
|
+
*/
|
|
478627
|
+
interface ResourceReferenceResponse {
|
|
478628
|
+
/**
|
|
478629
|
+
* Resource ID.
|
|
478630
|
+
*/
|
|
478631
|
+
id?: string;
|
|
478632
|
+
}
|
|
478633
|
+
/**
|
|
478634
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
478635
|
+
*/
|
|
478636
|
+
interface SystemDataResponse {
|
|
478637
|
+
/**
|
|
478638
|
+
* The timestamp of resource creation (UTC).
|
|
478639
|
+
*/
|
|
478640
|
+
createdAt?: string;
|
|
478641
|
+
/**
|
|
478642
|
+
* The identity that created the resource.
|
|
478643
|
+
*/
|
|
478644
|
+
createdBy?: string;
|
|
478645
|
+
/**
|
|
478646
|
+
* The type of identity that created the resource.
|
|
478647
|
+
*/
|
|
478648
|
+
createdByType?: string;
|
|
478649
|
+
/**
|
|
478650
|
+
* The timestamp of resource last modification (UTC)
|
|
478651
|
+
*/
|
|
478652
|
+
lastModifiedAt?: string;
|
|
478653
|
+
/**
|
|
478654
|
+
* The identity that last modified the resource.
|
|
478655
|
+
*/
|
|
478656
|
+
lastModifiedBy?: string;
|
|
478657
|
+
/**
|
|
478658
|
+
* The type of identity that last modified the resource.
|
|
478659
|
+
*/
|
|
478660
|
+
lastModifiedByType?: string;
|
|
478661
|
+
}
|
|
478662
|
+
}
|
|
478663
|
+
}
|
|
478502
478664
|
export declare namespace hybridcompute {
|
|
478503
478665
|
interface ErrorDetailResponse {
|
|
478504
478666
|
/**
|
|
@@ -484043,6 +484205,472 @@ export declare namespace hybridcompute {
|
|
|
484043
484205
|
lastModifiedByType?: string;
|
|
484044
484206
|
}
|
|
484045
484207
|
}
|
|
484208
|
+
namespace v20221227 {
|
|
484209
|
+
/**
|
|
484210
|
+
* Configurable properties that the user can set locally via the azcmagent config command, or remotely via ARM.
|
|
484211
|
+
*/
|
|
484212
|
+
interface AgentConfigurationResponse {
|
|
484213
|
+
/**
|
|
484214
|
+
* Name of configuration mode to use. Modes are pre-defined configurations of security controls, extension allowlists and guest configuration, maintained by Microsoft.
|
|
484215
|
+
*/
|
|
484216
|
+
configMode: string;
|
|
484217
|
+
/**
|
|
484218
|
+
* Array of extensions that are allowed to be installed or updated.
|
|
484219
|
+
*/
|
|
484220
|
+
extensionsAllowList: outputs.hybridcompute.v20221227.ConfigurationExtensionResponse[];
|
|
484221
|
+
/**
|
|
484222
|
+
* Array of extensions that are blocked (cannot be installed or updated)
|
|
484223
|
+
*/
|
|
484224
|
+
extensionsBlockList: outputs.hybridcompute.v20221227.ConfigurationExtensionResponse[];
|
|
484225
|
+
/**
|
|
484226
|
+
* Specifies whether the extension service is enabled or disabled.
|
|
484227
|
+
*/
|
|
484228
|
+
extensionsEnabled: string;
|
|
484229
|
+
/**
|
|
484230
|
+
* Specified whether the guest configuration service is enabled or disabled.
|
|
484231
|
+
*/
|
|
484232
|
+
guestConfigurationEnabled: string;
|
|
484233
|
+
/**
|
|
484234
|
+
* Specifies the list of ports that the agent will be able to listen on.
|
|
484235
|
+
*/
|
|
484236
|
+
incomingConnectionsPorts: string[];
|
|
484237
|
+
/**
|
|
484238
|
+
* List of service names which should not use the specified proxy server.
|
|
484239
|
+
*/
|
|
484240
|
+
proxyBypass: string[];
|
|
484241
|
+
/**
|
|
484242
|
+
* Specifies the URL of the proxy to be used.
|
|
484243
|
+
*/
|
|
484244
|
+
proxyUrl: string;
|
|
484245
|
+
}
|
|
484246
|
+
/**
|
|
484247
|
+
* The info w.r.t Agent Upgrade.
|
|
484248
|
+
*/
|
|
484249
|
+
interface AgentUpgradeResponse {
|
|
484250
|
+
/**
|
|
484251
|
+
* The correlation ID passed in from RSM per upgrade.
|
|
484252
|
+
*/
|
|
484253
|
+
correlationId?: string;
|
|
484254
|
+
/**
|
|
484255
|
+
* Specifies the version info w.r.t AgentUpgrade for the machine.
|
|
484256
|
+
*/
|
|
484257
|
+
desiredVersion?: string;
|
|
484258
|
+
/**
|
|
484259
|
+
* Specifies if RSM should try to upgrade this machine
|
|
484260
|
+
*/
|
|
484261
|
+
enableAutomaticUpgrade?: boolean;
|
|
484262
|
+
/**
|
|
484263
|
+
* Failure message of last upgrade attempt if any.
|
|
484264
|
+
*/
|
|
484265
|
+
lastAttemptMessage: string;
|
|
484266
|
+
/**
|
|
484267
|
+
* Specifies the status of Agent Upgrade.
|
|
484268
|
+
*/
|
|
484269
|
+
lastAttemptStatus: string;
|
|
484270
|
+
/**
|
|
484271
|
+
* Timestamp of last upgrade attempt
|
|
484272
|
+
*/
|
|
484273
|
+
lastAttemptTimestamp: string;
|
|
484274
|
+
}
|
|
484275
|
+
/**
|
|
484276
|
+
* The metadata of the cloud environment (Azure/GCP/AWS/OCI...).
|
|
484277
|
+
*/
|
|
484278
|
+
interface CloudMetadataResponse {
|
|
484279
|
+
/**
|
|
484280
|
+
* Specifies the cloud provider (Azure/AWS/GCP...).
|
|
484281
|
+
*/
|
|
484282
|
+
provider: string;
|
|
484283
|
+
}
|
|
484284
|
+
/**
|
|
484285
|
+
* Describes properties that can identify extensions.
|
|
484286
|
+
*/
|
|
484287
|
+
interface ConfigurationExtensionResponse {
|
|
484288
|
+
/**
|
|
484289
|
+
* Publisher of the extension.
|
|
484290
|
+
*/
|
|
484291
|
+
publisher: string;
|
|
484292
|
+
/**
|
|
484293
|
+
* Type of the extension.
|
|
484294
|
+
*/
|
|
484295
|
+
type: string;
|
|
484296
|
+
}
|
|
484297
|
+
/**
|
|
484298
|
+
* The resource management error additional info.
|
|
484299
|
+
*/
|
|
484300
|
+
interface ErrorAdditionalInfoResponse {
|
|
484301
|
+
/**
|
|
484302
|
+
* The additional info.
|
|
484303
|
+
*/
|
|
484304
|
+
info: any;
|
|
484305
|
+
/**
|
|
484306
|
+
* The additional info type.
|
|
484307
|
+
*/
|
|
484308
|
+
type: string;
|
|
484309
|
+
}
|
|
484310
|
+
/**
|
|
484311
|
+
* The error detail.
|
|
484312
|
+
*/
|
|
484313
|
+
interface ErrorDetailResponse {
|
|
484314
|
+
/**
|
|
484315
|
+
* The error additional info.
|
|
484316
|
+
*/
|
|
484317
|
+
additionalInfo: outputs.hybridcompute.v20221227.ErrorAdditionalInfoResponse[];
|
|
484318
|
+
/**
|
|
484319
|
+
* The error code.
|
|
484320
|
+
*/
|
|
484321
|
+
code: string;
|
|
484322
|
+
/**
|
|
484323
|
+
* The error details.
|
|
484324
|
+
*/
|
|
484325
|
+
details: outputs.hybridcompute.v20221227.ErrorDetailResponse[];
|
|
484326
|
+
/**
|
|
484327
|
+
* The error message.
|
|
484328
|
+
*/
|
|
484329
|
+
message: string;
|
|
484330
|
+
/**
|
|
484331
|
+
* The error target.
|
|
484332
|
+
*/
|
|
484333
|
+
target: string;
|
|
484334
|
+
}
|
|
484335
|
+
/**
|
|
484336
|
+
* Properties that define a Azure Arc PrivateLinkScope resource.
|
|
484337
|
+
*/
|
|
484338
|
+
interface HybridComputePrivateLinkScopePropertiesResponse {
|
|
484339
|
+
/**
|
|
484340
|
+
* The collection of associated Private Endpoint Connections.
|
|
484341
|
+
*/
|
|
484342
|
+
privateEndpointConnections: outputs.hybridcompute.v20221227.PrivateEndpointConnectionDataModelResponse[];
|
|
484343
|
+
/**
|
|
484344
|
+
* The Guid id of the private link scope.
|
|
484345
|
+
*/
|
|
484346
|
+
privateLinkScopeId: string;
|
|
484347
|
+
/**
|
|
484348
|
+
* Current state of this PrivateLinkScope: whether or not is has been provisioned within the resource group it is defined. Users cannot change this value but are able to read from it. Values will include Provisioning ,Succeeded, Canceled and Failed.
|
|
484349
|
+
*/
|
|
484350
|
+
provisioningState: string;
|
|
484351
|
+
/**
|
|
484352
|
+
* Indicates whether machines associated with the private link scope can also use public Azure Arc service endpoints.
|
|
484353
|
+
*/
|
|
484354
|
+
publicNetworkAccess?: string;
|
|
484355
|
+
}
|
|
484356
|
+
/**
|
|
484357
|
+
* Identity for the resource.
|
|
484358
|
+
*/
|
|
484359
|
+
interface IdentityResponse {
|
|
484360
|
+
/**
|
|
484361
|
+
* The principal ID of resource identity.
|
|
484362
|
+
*/
|
|
484363
|
+
principalId: string;
|
|
484364
|
+
/**
|
|
484365
|
+
* The tenant ID of resource.
|
|
484366
|
+
*/
|
|
484367
|
+
tenantId: string;
|
|
484368
|
+
/**
|
|
484369
|
+
* The identity type.
|
|
484370
|
+
*/
|
|
484371
|
+
type?: string;
|
|
484372
|
+
}
|
|
484373
|
+
/**
|
|
484374
|
+
* Metadata pertaining to the geographic location of the resource.
|
|
484375
|
+
*/
|
|
484376
|
+
interface LocationDataResponse {
|
|
484377
|
+
/**
|
|
484378
|
+
* The city or locality where the resource is located.
|
|
484379
|
+
*/
|
|
484380
|
+
city?: string;
|
|
484381
|
+
/**
|
|
484382
|
+
* The country or region where the resource is located
|
|
484383
|
+
*/
|
|
484384
|
+
countryOrRegion?: string;
|
|
484385
|
+
/**
|
|
484386
|
+
* The district, state, or province where the resource is located.
|
|
484387
|
+
*/
|
|
484388
|
+
district?: string;
|
|
484389
|
+
/**
|
|
484390
|
+
* A canonical name for the geographic or physical location.
|
|
484391
|
+
*/
|
|
484392
|
+
name: string;
|
|
484393
|
+
}
|
|
484394
|
+
/**
|
|
484395
|
+
* Describes the Machine Extension Instance View.
|
|
484396
|
+
*/
|
|
484397
|
+
interface MachineExtensionInstanceViewResponse {
|
|
484398
|
+
/**
|
|
484399
|
+
* The machine extension name.
|
|
484400
|
+
*/
|
|
484401
|
+
name?: string;
|
|
484402
|
+
/**
|
|
484403
|
+
* Instance view status.
|
|
484404
|
+
*/
|
|
484405
|
+
status?: outputs.hybridcompute.v20221227.MachineExtensionInstanceViewResponseStatus;
|
|
484406
|
+
/**
|
|
484407
|
+
* Specifies the type of the extension; an example is "CustomScriptExtension".
|
|
484408
|
+
*/
|
|
484409
|
+
type?: string;
|
|
484410
|
+
/**
|
|
484411
|
+
* Specifies the version of the script handler.
|
|
484412
|
+
*/
|
|
484413
|
+
typeHandlerVersion?: string;
|
|
484414
|
+
}
|
|
484415
|
+
/**
|
|
484416
|
+
* Instance view status.
|
|
484417
|
+
*/
|
|
484418
|
+
interface MachineExtensionInstanceViewResponseStatus {
|
|
484419
|
+
/**
|
|
484420
|
+
* The status code.
|
|
484421
|
+
*/
|
|
484422
|
+
code?: string;
|
|
484423
|
+
/**
|
|
484424
|
+
* The short localizable label for the status.
|
|
484425
|
+
*/
|
|
484426
|
+
displayStatus?: string;
|
|
484427
|
+
/**
|
|
484428
|
+
* The level code.
|
|
484429
|
+
*/
|
|
484430
|
+
level?: string;
|
|
484431
|
+
/**
|
|
484432
|
+
* The detailed status message, including for alerts and error messages.
|
|
484433
|
+
*/
|
|
484434
|
+
message?: string;
|
|
484435
|
+
/**
|
|
484436
|
+
* The time of the status.
|
|
484437
|
+
*/
|
|
484438
|
+
time?: string;
|
|
484439
|
+
}
|
|
484440
|
+
/**
|
|
484441
|
+
* Describes a Machine Extension.
|
|
484442
|
+
*/
|
|
484443
|
+
interface MachineExtensionResponse {
|
|
484444
|
+
/**
|
|
484445
|
+
* Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
|
|
484446
|
+
*/
|
|
484447
|
+
autoUpgradeMinorVersion?: boolean;
|
|
484448
|
+
/**
|
|
484449
|
+
* Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available.
|
|
484450
|
+
*/
|
|
484451
|
+
enableAutomaticUpgrade?: boolean;
|
|
484452
|
+
/**
|
|
484453
|
+
* How the extension handler should be forced to update even if the extension configuration has not changed.
|
|
484454
|
+
*/
|
|
484455
|
+
forceUpdateTag?: string;
|
|
484456
|
+
/**
|
|
484457
|
+
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
484458
|
+
*/
|
|
484459
|
+
id: string;
|
|
484460
|
+
/**
|
|
484461
|
+
* The machine extension instance view.
|
|
484462
|
+
*/
|
|
484463
|
+
instanceView?: outputs.hybridcompute.v20221227.MachineExtensionInstanceViewResponse;
|
|
484464
|
+
/**
|
|
484465
|
+
* The geo-location where the resource lives
|
|
484466
|
+
*/
|
|
484467
|
+
location: string;
|
|
484468
|
+
/**
|
|
484469
|
+
* The name of the resource
|
|
484470
|
+
*/
|
|
484471
|
+
name: string;
|
|
484472
|
+
/**
|
|
484473
|
+
* The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
|
|
484474
|
+
*/
|
|
484475
|
+
protectedSettings?: any;
|
|
484476
|
+
/**
|
|
484477
|
+
* The provisioning state, which only appears in the response.
|
|
484478
|
+
*/
|
|
484479
|
+
provisioningState: string;
|
|
484480
|
+
/**
|
|
484481
|
+
* The name of the extension handler publisher.
|
|
484482
|
+
*/
|
|
484483
|
+
publisher?: string;
|
|
484484
|
+
/**
|
|
484485
|
+
* Json formatted public settings for the extension.
|
|
484486
|
+
*/
|
|
484487
|
+
settings?: any;
|
|
484488
|
+
/**
|
|
484489
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
484490
|
+
*/
|
|
484491
|
+
systemData: outputs.hybridcompute.v20221227.SystemDataResponse;
|
|
484492
|
+
/**
|
|
484493
|
+
* Resource tags.
|
|
484494
|
+
*/
|
|
484495
|
+
tags?: {
|
|
484496
|
+
[key: string]: string;
|
|
484497
|
+
};
|
|
484498
|
+
/**
|
|
484499
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
484500
|
+
*/
|
|
484501
|
+
type: string;
|
|
484502
|
+
/**
|
|
484503
|
+
* Specifies the version of the script handler.
|
|
484504
|
+
*/
|
|
484505
|
+
typeHandlerVersion?: string;
|
|
484506
|
+
}
|
|
484507
|
+
/**
|
|
484508
|
+
* Specifies the operating system settings for the hybrid machine.
|
|
484509
|
+
*/
|
|
484510
|
+
interface OSProfileResponse {
|
|
484511
|
+
/**
|
|
484512
|
+
* Specifies the host OS name of the hybrid machine.
|
|
484513
|
+
*/
|
|
484514
|
+
computerName: string;
|
|
484515
|
+
/**
|
|
484516
|
+
* Specifies the linux configuration for update management.
|
|
484517
|
+
*/
|
|
484518
|
+
linuxConfiguration?: outputs.hybridcompute.v20221227.OSProfileResponseLinuxConfiguration;
|
|
484519
|
+
/**
|
|
484520
|
+
* Specifies the windows configuration for update management.
|
|
484521
|
+
*/
|
|
484522
|
+
windowsConfiguration?: outputs.hybridcompute.v20221227.OSProfileResponseWindowsConfiguration;
|
|
484523
|
+
}
|
|
484524
|
+
/**
|
|
484525
|
+
* Specifies the linux configuration for update management.
|
|
484526
|
+
*/
|
|
484527
|
+
interface OSProfileResponseLinuxConfiguration {
|
|
484528
|
+
/**
|
|
484529
|
+
* Specifies the assessment mode.
|
|
484530
|
+
*/
|
|
484531
|
+
assessmentMode?: string;
|
|
484532
|
+
/**
|
|
484533
|
+
* Specifies the patch mode.
|
|
484534
|
+
*/
|
|
484535
|
+
patchMode?: string;
|
|
484536
|
+
}
|
|
484537
|
+
/**
|
|
484538
|
+
* Specifies the windows configuration for update management.
|
|
484539
|
+
*/
|
|
484540
|
+
interface OSProfileResponseWindowsConfiguration {
|
|
484541
|
+
/**
|
|
484542
|
+
* Specifies the assessment mode.
|
|
484543
|
+
*/
|
|
484544
|
+
assessmentMode?: string;
|
|
484545
|
+
/**
|
|
484546
|
+
* Specifies the patch mode.
|
|
484547
|
+
*/
|
|
484548
|
+
patchMode?: string;
|
|
484549
|
+
}
|
|
484550
|
+
/**
|
|
484551
|
+
* The Data Model for a Private Endpoint Connection associated with a Private Link Scope
|
|
484552
|
+
*/
|
|
484553
|
+
interface PrivateEndpointConnectionDataModelResponse {
|
|
484554
|
+
/**
|
|
484555
|
+
* The ARM Resource Id of the Private Endpoint.
|
|
484556
|
+
*/
|
|
484557
|
+
id: string;
|
|
484558
|
+
/**
|
|
484559
|
+
* The Name of the Private Endpoint.
|
|
484560
|
+
*/
|
|
484561
|
+
name: string;
|
|
484562
|
+
/**
|
|
484563
|
+
* The Private Endpoint Connection properties.
|
|
484564
|
+
*/
|
|
484565
|
+
properties?: outputs.hybridcompute.v20221227.PrivateEndpointConnectionPropertiesResponse;
|
|
484566
|
+
/**
|
|
484567
|
+
* Azure resource type
|
|
484568
|
+
*/
|
|
484569
|
+
type: string;
|
|
484570
|
+
}
|
|
484571
|
+
/**
|
|
484572
|
+
* Properties of a private endpoint connection.
|
|
484573
|
+
*/
|
|
484574
|
+
interface PrivateEndpointConnectionPropertiesResponse {
|
|
484575
|
+
/**
|
|
484576
|
+
* List of group IDs.
|
|
484577
|
+
*/
|
|
484578
|
+
groupIds: string[];
|
|
484579
|
+
/**
|
|
484580
|
+
* Private endpoint which the connection belongs to.
|
|
484581
|
+
*/
|
|
484582
|
+
privateEndpoint?: outputs.hybridcompute.v20221227.PrivateEndpointPropertyResponse;
|
|
484583
|
+
/**
|
|
484584
|
+
* Connection state of the private endpoint connection.
|
|
484585
|
+
*/
|
|
484586
|
+
privateLinkServiceConnectionState?: outputs.hybridcompute.v20221227.PrivateLinkServiceConnectionStatePropertyResponse;
|
|
484587
|
+
/**
|
|
484588
|
+
* State of the private endpoint connection.
|
|
484589
|
+
*/
|
|
484590
|
+
provisioningState: string;
|
|
484591
|
+
}
|
|
484592
|
+
/**
|
|
484593
|
+
* Private endpoint which the connection belongs to.
|
|
484594
|
+
*/
|
|
484595
|
+
interface PrivateEndpointPropertyResponse {
|
|
484596
|
+
/**
|
|
484597
|
+
* Resource id of the private endpoint.
|
|
484598
|
+
*/
|
|
484599
|
+
id?: string;
|
|
484600
|
+
}
|
|
484601
|
+
/**
|
|
484602
|
+
* State of the private endpoint connection.
|
|
484603
|
+
*/
|
|
484604
|
+
interface PrivateLinkServiceConnectionStatePropertyResponse {
|
|
484605
|
+
/**
|
|
484606
|
+
* The actions required for private link service connection.
|
|
484607
|
+
*/
|
|
484608
|
+
actionsRequired: string;
|
|
484609
|
+
/**
|
|
484610
|
+
* The private link service connection description.
|
|
484611
|
+
*/
|
|
484612
|
+
description: string;
|
|
484613
|
+
/**
|
|
484614
|
+
* The private link service connection status.
|
|
484615
|
+
*/
|
|
484616
|
+
status: string;
|
|
484617
|
+
}
|
|
484618
|
+
/**
|
|
484619
|
+
* Describes the status and behavior of a service.
|
|
484620
|
+
*/
|
|
484621
|
+
interface ServiceStatusResponse {
|
|
484622
|
+
/**
|
|
484623
|
+
* The behavior of the service when the Arc-enabled machine starts up.
|
|
484624
|
+
*/
|
|
484625
|
+
startupType?: string;
|
|
484626
|
+
/**
|
|
484627
|
+
* The current status of the service.
|
|
484628
|
+
*/
|
|
484629
|
+
status?: string;
|
|
484630
|
+
}
|
|
484631
|
+
/**
|
|
484632
|
+
* Reports the state and behavior of dependent services.
|
|
484633
|
+
*/
|
|
484634
|
+
interface ServiceStatusesResponse {
|
|
484635
|
+
/**
|
|
484636
|
+
* The state of the extension service on the Arc-enabled machine.
|
|
484637
|
+
*/
|
|
484638
|
+
extensionService?: outputs.hybridcompute.v20221227.ServiceStatusResponse;
|
|
484639
|
+
/**
|
|
484640
|
+
* The state of the guest configuration service on the Arc-enabled machine.
|
|
484641
|
+
*/
|
|
484642
|
+
guestConfigurationService?: outputs.hybridcompute.v20221227.ServiceStatusResponse;
|
|
484643
|
+
}
|
|
484644
|
+
/**
|
|
484645
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
484646
|
+
*/
|
|
484647
|
+
interface SystemDataResponse {
|
|
484648
|
+
/**
|
|
484649
|
+
* The timestamp of resource creation (UTC).
|
|
484650
|
+
*/
|
|
484651
|
+
createdAt?: string;
|
|
484652
|
+
/**
|
|
484653
|
+
* The identity that created the resource.
|
|
484654
|
+
*/
|
|
484655
|
+
createdBy?: string;
|
|
484656
|
+
/**
|
|
484657
|
+
* The type of identity that created the resource.
|
|
484658
|
+
*/
|
|
484659
|
+
createdByType?: string;
|
|
484660
|
+
/**
|
|
484661
|
+
* The timestamp of resource last modification (UTC)
|
|
484662
|
+
*/
|
|
484663
|
+
lastModifiedAt?: string;
|
|
484664
|
+
/**
|
|
484665
|
+
* The identity that last modified the resource.
|
|
484666
|
+
*/
|
|
484667
|
+
lastModifiedBy?: string;
|
|
484668
|
+
/**
|
|
484669
|
+
* The type of identity that last modified the resource.
|
|
484670
|
+
*/
|
|
484671
|
+
lastModifiedByType?: string;
|
|
484672
|
+
}
|
|
484673
|
+
}
|
|
484046
484674
|
namespace v20221227preview {
|
|
484047
484675
|
/**
|
|
484048
484676
|
* Configurable properties that the user can set locally via the azcmagent config command, or remotely via ARM.
|
|
@@ -604645,9 +605273,9 @@ export declare namespace machinelearningservices {
|
|
|
604645
605273
|
mode?: string;
|
|
604646
605274
|
/**
|
|
604647
605275
|
*
|
|
604648
|
-
* Expected value is '
|
|
605276
|
+
* Expected value is 'ModelPerformance'.
|
|
604649
605277
|
*/
|
|
604650
|
-
signalType: "
|
|
605278
|
+
signalType: "ModelPerformance";
|
|
604651
605279
|
/**
|
|
604652
605280
|
* [Required] The data produced by the production service which drift will be calculated for.
|
|
604653
605281
|
*/
|
|
@@ -643768,6 +644396,126 @@ export declare namespace monitor {
|
|
|
643768
644396
|
lastModifiedByType?: string;
|
|
643769
644397
|
}
|
|
643770
644398
|
}
|
|
644399
|
+
namespace v20230403 {
|
|
644400
|
+
/**
|
|
644401
|
+
* The Data Collection Rule and Endpoint used for ingestion by default.
|
|
644402
|
+
*/
|
|
644403
|
+
interface AzureMonitorWorkspaceResponseDefaultIngestionSettings {
|
|
644404
|
+
/**
|
|
644405
|
+
* The Azure resource Id of the default data collection endpoint for this workspace.
|
|
644406
|
+
*/
|
|
644407
|
+
dataCollectionEndpointResourceId: string;
|
|
644408
|
+
/**
|
|
644409
|
+
* The Azure resource Id of the default data collection rule for this workspace.
|
|
644410
|
+
*/
|
|
644411
|
+
dataCollectionRuleResourceId: string;
|
|
644412
|
+
}
|
|
644413
|
+
/**
|
|
644414
|
+
* Information about metrics for the Azure Monitor workspace
|
|
644415
|
+
*/
|
|
644416
|
+
interface AzureMonitorWorkspaceResponseMetrics {
|
|
644417
|
+
/**
|
|
644418
|
+
* An internal identifier for the metrics container. Only to be used by the system
|
|
644419
|
+
*/
|
|
644420
|
+
internalId: string;
|
|
644421
|
+
/**
|
|
644422
|
+
* The Prometheus query endpoint for the workspace
|
|
644423
|
+
*/
|
|
644424
|
+
prometheusQueryEndpoint: string;
|
|
644425
|
+
}
|
|
644426
|
+
/**
|
|
644427
|
+
* The private endpoint connection resource.
|
|
644428
|
+
*/
|
|
644429
|
+
interface PrivateEndpointConnectionResponse {
|
|
644430
|
+
/**
|
|
644431
|
+
* The group ids for the private endpoint resource.
|
|
644432
|
+
*/
|
|
644433
|
+
groupIds: string[];
|
|
644434
|
+
/**
|
|
644435
|
+
* Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
644436
|
+
*/
|
|
644437
|
+
id: string;
|
|
644438
|
+
/**
|
|
644439
|
+
* The name of the resource
|
|
644440
|
+
*/
|
|
644441
|
+
name: string;
|
|
644442
|
+
/**
|
|
644443
|
+
* The private endpoint resource.
|
|
644444
|
+
*/
|
|
644445
|
+
privateEndpoint?: outputs.monitor.v20230403.PrivateEndpointResponse;
|
|
644446
|
+
/**
|
|
644447
|
+
* A collection of information about the state of the connection between service consumer and provider.
|
|
644448
|
+
*/
|
|
644449
|
+
privateLinkServiceConnectionState: outputs.monitor.v20230403.PrivateLinkServiceConnectionStateResponse;
|
|
644450
|
+
/**
|
|
644451
|
+
* The provisioning state of the private endpoint connection resource.
|
|
644452
|
+
*/
|
|
644453
|
+
provisioningState: string;
|
|
644454
|
+
/**
|
|
644455
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
644456
|
+
*/
|
|
644457
|
+
systemData: outputs.monitor.v20230403.SystemDataResponse;
|
|
644458
|
+
/**
|
|
644459
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
644460
|
+
*/
|
|
644461
|
+
type: string;
|
|
644462
|
+
}
|
|
644463
|
+
/**
|
|
644464
|
+
* The private endpoint resource.
|
|
644465
|
+
*/
|
|
644466
|
+
interface PrivateEndpointResponse {
|
|
644467
|
+
/**
|
|
644468
|
+
* The ARM identifier for private endpoint.
|
|
644469
|
+
*/
|
|
644470
|
+
id: string;
|
|
644471
|
+
}
|
|
644472
|
+
/**
|
|
644473
|
+
* A collection of information about the state of the connection between service consumer and provider.
|
|
644474
|
+
*/
|
|
644475
|
+
interface PrivateLinkServiceConnectionStateResponse {
|
|
644476
|
+
/**
|
|
644477
|
+
* A message indicating if changes on the service provider require any updates on the consumer.
|
|
644478
|
+
*/
|
|
644479
|
+
actionsRequired?: string;
|
|
644480
|
+
/**
|
|
644481
|
+
* The reason for approval/rejection of the connection.
|
|
644482
|
+
*/
|
|
644483
|
+
description?: string;
|
|
644484
|
+
/**
|
|
644485
|
+
* Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
|
|
644486
|
+
*/
|
|
644487
|
+
status?: string;
|
|
644488
|
+
}
|
|
644489
|
+
/**
|
|
644490
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
644491
|
+
*/
|
|
644492
|
+
interface SystemDataResponse {
|
|
644493
|
+
/**
|
|
644494
|
+
* The timestamp of resource creation (UTC).
|
|
644495
|
+
*/
|
|
644496
|
+
createdAt?: string;
|
|
644497
|
+
/**
|
|
644498
|
+
* The identity that created the resource.
|
|
644499
|
+
*/
|
|
644500
|
+
createdBy?: string;
|
|
644501
|
+
/**
|
|
644502
|
+
* The type of identity that created the resource.
|
|
644503
|
+
*/
|
|
644504
|
+
createdByType?: string;
|
|
644505
|
+
/**
|
|
644506
|
+
* The timestamp of resource last modification (UTC)
|
|
644507
|
+
*/
|
|
644508
|
+
lastModifiedAt?: string;
|
|
644509
|
+
/**
|
|
644510
|
+
* The identity that last modified the resource.
|
|
644511
|
+
*/
|
|
644512
|
+
lastModifiedBy?: string;
|
|
644513
|
+
/**
|
|
644514
|
+
* The type of identity that last modified the resource.
|
|
644515
|
+
*/
|
|
644516
|
+
lastModifiedByType?: string;
|
|
644517
|
+
}
|
|
644518
|
+
}
|
|
643771
644519
|
}
|
|
643772
644520
|
export declare namespace netapp {
|
|
643773
644521
|
/**
|
|
@@ -1080851,6 +1081599,10 @@ export declare namespace recoveryservices {
|
|
|
1080851
1081599
|
* Private Endpoint Connection Response Properties
|
|
1080852
1081600
|
*/
|
|
1080853
1081601
|
interface PrivateEndpointConnectionResponse {
|
|
1081602
|
+
/**
|
|
1081603
|
+
* Group Ids for the Private Endpoint
|
|
1081604
|
+
*/
|
|
1081605
|
+
groupIds?: string[];
|
|
1080854
1081606
|
/**
|
|
1080855
1081607
|
* Gets or sets private endpoint associated with the private endpoint connection
|
|
1080856
1081608
|
*/
|
|
@@ -1080905,7 +1081657,7 @@ export declare namespace recoveryservices {
|
|
|
1080905
1081657
|
/**
|
|
1080906
1081658
|
* Gets or sets actions required
|
|
1080907
1081659
|
*/
|
|
1080908
|
-
|
|
1081660
|
+
actionsRequired?: string;
|
|
1080909
1081661
|
/**
|
|
1080910
1081662
|
* Gets or sets description
|
|
1080911
1081663
|
*/
|
|
@@ -1090319,6 +1091071,10 @@ export declare namespace recoveryservices {
|
|
|
1090319
1091071
|
* Private Endpoint Connection Response Properties
|
|
1090320
1091072
|
*/
|
|
1090321
1091073
|
interface PrivateEndpointConnectionResponse {
|
|
1091074
|
+
/**
|
|
1091075
|
+
* Group Ids for the Private Endpoint
|
|
1091076
|
+
*/
|
|
1091077
|
+
groupIds?: string[];
|
|
1090322
1091078
|
/**
|
|
1090323
1091079
|
* Gets or sets private endpoint associated with the private endpoint connection
|
|
1090324
1091080
|
*/
|
|
@@ -1090373,7 +1091129,7 @@ export declare namespace recoveryservices {
|
|
|
1090373
1091129
|
/**
|
|
1090374
1091130
|
* Gets or sets actions required
|
|
1090375
1091131
|
*/
|
|
1090376
|
-
|
|
1091132
|
+
actionsRequired?: string;
|
|
1090377
1091133
|
/**
|
|
1090378
1091134
|
* Gets or sets description
|
|
1090379
1091135
|
*/
|