azure_sdk 0.52.0 → 0.52.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/azure_sdk/version.rb +1 -1
- data/lib/latest/modules/containerservice_profile_module.rb +148 -124
- data/lib/latest/modules/datafactory_profile_module.rb +311 -303
- data/lib/latest/modules/storage_profile_module.rb +153 -131
- metadata +9 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dc27f025abb07a4c50712cf0a1d6217b77acefeeb98bb6f2f37066c218fc5d37
|
|
4
|
+
data.tar.gz: fbff4c8b8f199e7c1c13c7de6dd109e548861c30a3f5d3d71788c12602523807
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b1e3c07e07104bbfe05082138f67a7f256162c6b7dc4ee7c588fe53c0cf8fff0115e6a8aa74d283b24575778faa026941b6f4cdffd27278ad9754620be6a1275
|
|
7
|
+
data.tar.gz: 65ab26b95b3f0b0032b81ad1ab637724e8c7e9756711ba686833039325bb5c08bebb5b72d7f9057620bd2c955a0d022a61fc5ce5986688668fa25cf7a978c7ed
|
data/lib/azure_sdk/version.rb
CHANGED
|
@@ -9,9 +9,9 @@ module Azure::Profiles::Latest
|
|
|
9
9
|
module Mgmt
|
|
10
10
|
OpenShiftManagedClusters = Azure::ContainerService::Mgmt::V2019_04_30::OpenShiftManagedClusters
|
|
11
11
|
ContainerServices = Azure::ContainerService::Mgmt::V2019_08_01::ContainerServices
|
|
12
|
-
Operations = Azure::ContainerService::Mgmt::
|
|
13
|
-
ManagedClusters = Azure::ContainerService::Mgmt::
|
|
14
|
-
AgentPools = Azure::ContainerService::Mgmt::
|
|
12
|
+
Operations = Azure::ContainerService::Mgmt::V2020_02_01::Operations
|
|
13
|
+
ManagedClusters = Azure::ContainerService::Mgmt::V2020_02_01::ManagedClusters
|
|
14
|
+
AgentPools = Azure::ContainerService::Mgmt::V2020_02_01::AgentPools
|
|
15
15
|
|
|
16
16
|
module Models
|
|
17
17
|
ContainerServiceWindowsProfile = Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerServiceWindowsProfile
|
|
@@ -39,55 +39,61 @@ module Azure::Profiles::Latest
|
|
|
39
39
|
OrchestratorVersionProfile = Azure::ContainerService::Mgmt::V2019_08_01::Models::OrchestratorVersionProfile
|
|
40
40
|
OrchestratorProfile = Azure::ContainerService::Mgmt::V2019_08_01::Models::OrchestratorProfile
|
|
41
41
|
OrchestratorVersionProfileListResult = Azure::ContainerService::Mgmt::V2019_08_01::Models::OrchestratorVersionProfileListResult
|
|
42
|
-
|
|
43
|
-
OperationValue = Azure::ContainerService::Mgmt::
|
|
44
|
-
ContainerServiceVMDiagnostics = Azure::ContainerService::Mgmt::
|
|
45
|
-
Resource = Azure::ContainerService::Mgmt::
|
|
46
|
-
|
|
47
|
-
TagsObject = Azure::ContainerService::Mgmt::
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
ContainerServiceSshPublicKey = Azure::ContainerService::Mgmt::
|
|
55
|
-
|
|
56
|
-
ContainerServiceLinuxProfile = Azure::ContainerService::Mgmt::
|
|
57
|
-
|
|
58
|
-
ResourceReference = Azure::ContainerService::Mgmt::
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
42
|
+
ContainerServiceDiagnosticsProfile = Azure::ContainerService::Mgmt::V2020_02_01::Models::ContainerServiceDiagnosticsProfile
|
|
43
|
+
OperationValue = Azure::ContainerService::Mgmt::V2020_02_01::Models::OperationValue
|
|
44
|
+
ContainerServiceVMDiagnostics = Azure::ContainerService::Mgmt::V2020_02_01::Models::ContainerServiceVMDiagnostics
|
|
45
|
+
Resource = Azure::ContainerService::Mgmt::V2020_02_01::Models::Resource
|
|
46
|
+
OperationListResult = Azure::ContainerService::Mgmt::V2020_02_01::Models::OperationListResult
|
|
47
|
+
TagsObject = Azure::ContainerService::Mgmt::V2020_02_01::Models::TagsObject
|
|
48
|
+
ContainerServiceMasterProfile = Azure::ContainerService::Mgmt::V2020_02_01::Models::ContainerServiceMasterProfile
|
|
49
|
+
ManagedClusterAddonProfile = Azure::ContainerService::Mgmt::V2020_02_01::Models::ManagedClusterAddonProfile
|
|
50
|
+
ManagedClusterAgentPoolProfileProperties = Azure::ContainerService::Mgmt::V2020_02_01::Models::ManagedClusterAgentPoolProfileProperties
|
|
51
|
+
AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem = Azure::ContainerService::Mgmt::V2020_02_01::Models::AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem
|
|
52
|
+
AgentPoolListResult = Azure::ContainerService::Mgmt::V2020_02_01::Models::AgentPoolListResult
|
|
53
|
+
ManagedClusterAADProfile = Azure::ContainerService::Mgmt::V2020_02_01::Models::ManagedClusterAADProfile
|
|
54
|
+
ContainerServiceSshPublicKey = Azure::ContainerService::Mgmt::V2020_02_01::Models::ContainerServiceSshPublicKey
|
|
55
|
+
ManagedClusterPropertiesAutoScalerProfile = Azure::ContainerService::Mgmt::V2020_02_01::Models::ManagedClusterPropertiesAutoScalerProfile
|
|
56
|
+
ContainerServiceLinuxProfile = Azure::ContainerService::Mgmt::V2020_02_01::Models::ContainerServiceLinuxProfile
|
|
57
|
+
ManagedClusterAPIServerAccessProfile = Azure::ContainerService::Mgmt::V2020_02_01::Models::ManagedClusterAPIServerAccessProfile
|
|
58
|
+
ResourceReference = Azure::ContainerService::Mgmt::V2020_02_01::Models::ResourceReference
|
|
59
|
+
ManagedClusterLoadBalancerProfileOutboundIPs = Azure::ContainerService::Mgmt::V2020_02_01::Models::ManagedClusterLoadBalancerProfileOutboundIPs
|
|
60
|
+
ManagedClusterIdentity = Azure::ContainerService::Mgmt::V2020_02_01::Models::ManagedClusterIdentity
|
|
61
|
+
ContainerServiceNetworkProfile = Azure::ContainerService::Mgmt::V2020_02_01::Models::ContainerServiceNetworkProfile
|
|
62
|
+
CredentialResults = Azure::ContainerService::Mgmt::V2020_02_01::Models::CredentialResults
|
|
63
|
+
ManagedClusterServicePrincipalProfile = Azure::ContainerService::Mgmt::V2020_02_01::Models::ManagedClusterServicePrincipalProfile
|
|
64
|
+
ManagedClusterListResult = Azure::ContainerService::Mgmt::V2020_02_01::Models::ManagedClusterListResult
|
|
65
|
+
ManagedClusterWindowsProfile = Azure::ContainerService::Mgmt::V2020_02_01::Models::ManagedClusterWindowsProfile
|
|
66
|
+
UserAssignedIdentity = Azure::ContainerService::Mgmt::V2020_02_01::Models::UserAssignedIdentity
|
|
67
|
+
ManagedClusterLoadBalancerProfileManagedOutboundIPs = Azure::ContainerService::Mgmt::V2020_02_01::Models::ManagedClusterLoadBalancerProfileManagedOutboundIPs
|
|
68
|
+
CredentialResult = Azure::ContainerService::Mgmt::V2020_02_01::Models::CredentialResult
|
|
69
|
+
ManagedClusterLoadBalancerProfile = Azure::ContainerService::Mgmt::V2020_02_01::Models::ManagedClusterLoadBalancerProfile
|
|
70
|
+
ManagedClusterPoolUpgradeProfileUpgradesItem = Azure::ContainerService::Mgmt::V2020_02_01::Models::ManagedClusterPoolUpgradeProfileUpgradesItem
|
|
71
|
+
AgentPoolAvailableVersions = Azure::ContainerService::Mgmt::V2020_02_01::Models::AgentPoolAvailableVersions
|
|
72
|
+
ManagedClusterPoolUpgradeProfile = Azure::ContainerService::Mgmt::V2020_02_01::Models::ManagedClusterPoolUpgradeProfile
|
|
73
|
+
ManagedClusterLoadBalancerProfileOutboundIPPrefixes = Azure::ContainerService::Mgmt::V2020_02_01::Models::ManagedClusterLoadBalancerProfileOutboundIPPrefixes
|
|
74
|
+
ManagedClusterUpgradeProfile = Azure::ContainerService::Mgmt::V2020_02_01::Models::ManagedClusterUpgradeProfile
|
|
75
|
+
ContainerServiceSshConfiguration = Azure::ContainerService::Mgmt::V2020_02_01::Models::ContainerServiceSshConfiguration
|
|
76
|
+
AgentPoolUpgradeProfilePropertiesUpgradesItem = Azure::ContainerService::Mgmt::V2020_02_01::Models::AgentPoolUpgradeProfilePropertiesUpgradesItem
|
|
77
|
+
SubResource = Azure::ContainerService::Mgmt::V2020_02_01::Models::SubResource
|
|
78
|
+
AgentPoolUpgradeProfile = Azure::ContainerService::Mgmt::V2020_02_01::Models::AgentPoolUpgradeProfile
|
|
79
|
+
ManagedClusterAgentPoolProfile = Azure::ContainerService::Mgmt::V2020_02_01::Models::ManagedClusterAgentPoolProfile
|
|
80
|
+
AgentPool = Azure::ContainerService::Mgmt::V2020_02_01::Models::AgentPool
|
|
81
|
+
ManagedClusterAddonProfileIdentity = Azure::ContainerService::Mgmt::V2020_02_01::Models::ManagedClusterAddonProfileIdentity
|
|
82
|
+
ManagedClusterPropertiesIdentityProfileValue = Azure::ContainerService::Mgmt::V2020_02_01::Models::ManagedClusterPropertiesIdentityProfileValue
|
|
83
|
+
ManagedCluster = Azure::ContainerService::Mgmt::V2020_02_01::Models::ManagedCluster
|
|
84
|
+
ManagedClusterAccessProfile = Azure::ContainerService::Mgmt::V2020_02_01::Models::ManagedClusterAccessProfile
|
|
85
|
+
ContainerServiceStorageProfileTypes = Azure::ContainerService::Mgmt::V2020_02_01::Models::ContainerServiceStorageProfileTypes
|
|
86
|
+
ContainerServiceVMSizeTypes = Azure::ContainerService::Mgmt::V2020_02_01::Models::ContainerServiceVMSizeTypes
|
|
87
|
+
OSType = Azure::ContainerService::Mgmt::V2020_02_01::Models::OSType
|
|
88
|
+
AgentPoolType = Azure::ContainerService::Mgmt::V2020_02_01::Models::AgentPoolType
|
|
89
|
+
ScaleSetPriority = Azure::ContainerService::Mgmt::V2020_02_01::Models::ScaleSetPriority
|
|
90
|
+
ScaleSetEvictionPolicy = Azure::ContainerService::Mgmt::V2020_02_01::Models::ScaleSetEvictionPolicy
|
|
91
|
+
NetworkPlugin = Azure::ContainerService::Mgmt::V2020_02_01::Models::NetworkPlugin
|
|
92
|
+
NetworkPolicy = Azure::ContainerService::Mgmt::V2020_02_01::Models::NetworkPolicy
|
|
93
|
+
NetworkMode = Azure::ContainerService::Mgmt::V2020_02_01::Models::NetworkMode
|
|
94
|
+
OutboundType = Azure::ContainerService::Mgmt::V2020_02_01::Models::OutboundType
|
|
95
|
+
LoadBalancerSku = Azure::ContainerService::Mgmt::V2020_02_01::Models::LoadBalancerSku
|
|
96
|
+
ResourceIdentityType = Azure::ContainerService::Mgmt::V2020_02_01::Models::ResourceIdentityType
|
|
91
97
|
end
|
|
92
98
|
|
|
93
99
|
class ContainerServiceManagementClass
|
|
@@ -122,7 +128,7 @@ module Azure::Profiles::Latest
|
|
|
122
128
|
add_telemetry(@client_3)
|
|
123
129
|
@container_services = @client_3.container_services
|
|
124
130
|
|
|
125
|
-
@client_4 = Azure::ContainerService::Mgmt::
|
|
131
|
+
@client_4 = Azure::ContainerService::Mgmt::V2020_02_01::ContainerServiceClient.new(configurable.credentials, base_url, options)
|
|
126
132
|
if(@client_4.respond_to?(:subscription_id))
|
|
127
133
|
@client_4.subscription_id = configurable.subscription_id
|
|
128
134
|
end
|
|
@@ -231,152 +237,170 @@ module Azure::Profiles::Latest
|
|
|
231
237
|
def orchestrator_version_profile_list_result
|
|
232
238
|
Azure::ContainerService::Mgmt::V2019_08_01::Models::OrchestratorVersionProfileListResult
|
|
233
239
|
end
|
|
234
|
-
def
|
|
235
|
-
Azure::ContainerService::Mgmt::
|
|
240
|
+
def container_service_diagnostics_profile
|
|
241
|
+
Azure::ContainerService::Mgmt::V2020_02_01::Models::ContainerServiceDiagnosticsProfile
|
|
236
242
|
end
|
|
237
243
|
def operation_value
|
|
238
|
-
Azure::ContainerService::Mgmt::
|
|
244
|
+
Azure::ContainerService::Mgmt::V2020_02_01::Models::OperationValue
|
|
239
245
|
end
|
|
240
246
|
def container_service_vmdiagnostics
|
|
241
|
-
Azure::ContainerService::Mgmt::
|
|
247
|
+
Azure::ContainerService::Mgmt::V2020_02_01::Models::ContainerServiceVMDiagnostics
|
|
242
248
|
end
|
|
243
249
|
def resource
|
|
244
|
-
Azure::ContainerService::Mgmt::
|
|
250
|
+
Azure::ContainerService::Mgmt::V2020_02_01::Models::Resource
|
|
245
251
|
end
|
|
246
|
-
def
|
|
247
|
-
Azure::ContainerService::Mgmt::
|
|
252
|
+
def operation_list_result
|
|
253
|
+
Azure::ContainerService::Mgmt::V2020_02_01::Models::OperationListResult
|
|
248
254
|
end
|
|
249
255
|
def tags_object
|
|
250
|
-
Azure::ContainerService::Mgmt::
|
|
251
|
-
end
|
|
252
|
-
def managed_cluster_addon_profile
|
|
253
|
-
Azure::ContainerService::Mgmt::V2019_10_01::Models::ManagedClusterAddonProfile
|
|
256
|
+
Azure::ContainerService::Mgmt::V2020_02_01::Models::TagsObject
|
|
254
257
|
end
|
|
255
258
|
def container_service_master_profile
|
|
256
|
-
Azure::ContainerService::Mgmt::
|
|
259
|
+
Azure::ContainerService::Mgmt::V2020_02_01::Models::ContainerServiceMasterProfile
|
|
257
260
|
end
|
|
258
|
-
def
|
|
259
|
-
Azure::ContainerService::Mgmt::
|
|
260
|
-
end
|
|
261
|
-
def managed_cluster_service_principal_profile
|
|
262
|
-
Azure::ContainerService::Mgmt::V2019_10_01::Models::ManagedClusterServicePrincipalProfile
|
|
261
|
+
def managed_cluster_addon_profile
|
|
262
|
+
Azure::ContainerService::Mgmt::V2020_02_01::Models::ManagedClusterAddonProfile
|
|
263
263
|
end
|
|
264
264
|
def managed_cluster_agent_pool_profile_properties
|
|
265
|
-
Azure::ContainerService::Mgmt::
|
|
265
|
+
Azure::ContainerService::Mgmt::V2020_02_01::Models::ManagedClusterAgentPoolProfileProperties
|
|
266
|
+
end
|
|
267
|
+
def agent_pool_available_versions_properties_agent_pool_versions_item
|
|
268
|
+
Azure::ContainerService::Mgmt::V2020_02_01::Models::AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem
|
|
266
269
|
end
|
|
267
270
|
def agent_pool_list_result
|
|
268
|
-
Azure::ContainerService::Mgmt::
|
|
271
|
+
Azure::ContainerService::Mgmt::V2020_02_01::Models::AgentPoolListResult
|
|
272
|
+
end
|
|
273
|
+
def managed_cluster_aadprofile
|
|
274
|
+
Azure::ContainerService::Mgmt::V2020_02_01::Models::ManagedClusterAADProfile
|
|
269
275
|
end
|
|
270
276
|
def container_service_ssh_public_key
|
|
271
|
-
Azure::ContainerService::Mgmt::
|
|
277
|
+
Azure::ContainerService::Mgmt::V2020_02_01::Models::ContainerServiceSshPublicKey
|
|
272
278
|
end
|
|
273
|
-
def
|
|
274
|
-
Azure::ContainerService::Mgmt::
|
|
279
|
+
def managed_cluster_properties_auto_scaler_profile
|
|
280
|
+
Azure::ContainerService::Mgmt::V2020_02_01::Models::ManagedClusterPropertiesAutoScalerProfile
|
|
275
281
|
end
|
|
276
282
|
def container_service_linux_profile
|
|
277
|
-
Azure::ContainerService::Mgmt::
|
|
283
|
+
Azure::ContainerService::Mgmt::V2020_02_01::Models::ContainerServiceLinuxProfile
|
|
278
284
|
end
|
|
279
|
-
def
|
|
280
|
-
Azure::ContainerService::Mgmt::
|
|
285
|
+
def managed_cluster_apiserver_access_profile
|
|
286
|
+
Azure::ContainerService::Mgmt::V2020_02_01::Models::ManagedClusterAPIServerAccessProfile
|
|
281
287
|
end
|
|
282
288
|
def resource_reference
|
|
283
|
-
Azure::ContainerService::Mgmt::
|
|
289
|
+
Azure::ContainerService::Mgmt::V2020_02_01::Models::ResourceReference
|
|
290
|
+
end
|
|
291
|
+
def managed_cluster_load_balancer_profile_outbound_ips
|
|
292
|
+
Azure::ContainerService::Mgmt::V2020_02_01::Models::ManagedClusterLoadBalancerProfileOutboundIPs
|
|
293
|
+
end
|
|
294
|
+
def managed_cluster_identity
|
|
295
|
+
Azure::ContainerService::Mgmt::V2020_02_01::Models::ManagedClusterIdentity
|
|
296
|
+
end
|
|
297
|
+
def container_service_network_profile
|
|
298
|
+
Azure::ContainerService::Mgmt::V2020_02_01::Models::ContainerServiceNetworkProfile
|
|
284
299
|
end
|
|
285
300
|
def credential_results
|
|
286
|
-
Azure::ContainerService::Mgmt::
|
|
301
|
+
Azure::ContainerService::Mgmt::V2020_02_01::Models::CredentialResults
|
|
287
302
|
end
|
|
288
|
-
def
|
|
289
|
-
Azure::ContainerService::Mgmt::
|
|
303
|
+
def managed_cluster_service_principal_profile
|
|
304
|
+
Azure::ContainerService::Mgmt::V2020_02_01::Models::ManagedClusterServicePrincipalProfile
|
|
290
305
|
end
|
|
291
306
|
def managed_cluster_list_result
|
|
292
|
-
Azure::ContainerService::Mgmt::
|
|
307
|
+
Azure::ContainerService::Mgmt::V2020_02_01::Models::ManagedClusterListResult
|
|
293
308
|
end
|
|
294
|
-
def
|
|
295
|
-
Azure::ContainerService::Mgmt::
|
|
309
|
+
def managed_cluster_windows_profile
|
|
310
|
+
Azure::ContainerService::Mgmt::V2020_02_01::Models::ManagedClusterWindowsProfile
|
|
311
|
+
end
|
|
312
|
+
def user_assigned_identity
|
|
313
|
+
Azure::ContainerService::Mgmt::V2020_02_01::Models::UserAssignedIdentity
|
|
314
|
+
end
|
|
315
|
+
def managed_cluster_load_balancer_profile_managed_outbound_ips
|
|
316
|
+
Azure::ContainerService::Mgmt::V2020_02_01::Models::ManagedClusterLoadBalancerProfileManagedOutboundIPs
|
|
296
317
|
end
|
|
297
318
|
def credential_result
|
|
298
|
-
Azure::ContainerService::Mgmt::
|
|
319
|
+
Azure::ContainerService::Mgmt::V2020_02_01::Models::CredentialResult
|
|
320
|
+
end
|
|
321
|
+
def managed_cluster_load_balancer_profile
|
|
322
|
+
Azure::ContainerService::Mgmt::V2020_02_01::Models::ManagedClusterLoadBalancerProfile
|
|
299
323
|
end
|
|
300
324
|
def managed_cluster_pool_upgrade_profile_upgrades_item
|
|
301
|
-
Azure::ContainerService::Mgmt::
|
|
325
|
+
Azure::ContainerService::Mgmt::V2020_02_01::Models::ManagedClusterPoolUpgradeProfileUpgradesItem
|
|
302
326
|
end
|
|
303
|
-
def
|
|
304
|
-
Azure::ContainerService::Mgmt::
|
|
327
|
+
def agent_pool_available_versions
|
|
328
|
+
Azure::ContainerService::Mgmt::V2020_02_01::Models::AgentPoolAvailableVersions
|
|
305
329
|
end
|
|
306
330
|
def managed_cluster_pool_upgrade_profile
|
|
307
|
-
Azure::ContainerService::Mgmt::
|
|
331
|
+
Azure::ContainerService::Mgmt::V2020_02_01::Models::ManagedClusterPoolUpgradeProfile
|
|
308
332
|
end
|
|
309
333
|
def managed_cluster_load_balancer_profile_outbound_ipprefixes
|
|
310
|
-
Azure::ContainerService::Mgmt::
|
|
334
|
+
Azure::ContainerService::Mgmt::V2020_02_01::Models::ManagedClusterLoadBalancerProfileOutboundIPPrefixes
|
|
311
335
|
end
|
|
312
336
|
def managed_cluster_upgrade_profile
|
|
313
|
-
Azure::ContainerService::Mgmt::
|
|
337
|
+
Azure::ContainerService::Mgmt::V2020_02_01::Models::ManagedClusterUpgradeProfile
|
|
314
338
|
end
|
|
315
|
-
def
|
|
316
|
-
Azure::ContainerService::Mgmt::
|
|
339
|
+
def container_service_ssh_configuration
|
|
340
|
+
Azure::ContainerService::Mgmt::V2020_02_01::Models::ContainerServiceSshConfiguration
|
|
317
341
|
end
|
|
318
342
|
def agent_pool_upgrade_profile_properties_upgrades_item
|
|
319
|
-
Azure::ContainerService::Mgmt::
|
|
343
|
+
Azure::ContainerService::Mgmt::V2020_02_01::Models::AgentPoolUpgradeProfilePropertiesUpgradesItem
|
|
320
344
|
end
|
|
321
|
-
def
|
|
322
|
-
Azure::ContainerService::Mgmt::
|
|
345
|
+
def sub_resource
|
|
346
|
+
Azure::ContainerService::Mgmt::V2020_02_01::Models::SubResource
|
|
323
347
|
end
|
|
324
348
|
def agent_pool_upgrade_profile
|
|
325
|
-
Azure::ContainerService::Mgmt::
|
|
326
|
-
end
|
|
327
|
-
def managed_cluster_windows_profile
|
|
328
|
-
Azure::ContainerService::Mgmt::V2019_10_01::Models::ManagedClusterWindowsProfile
|
|
329
|
-
end
|
|
330
|
-
def agent_pool_available_versions_properties_agent_pool_versions_item
|
|
331
|
-
Azure::ContainerService::Mgmt::V2019_10_01::Models::AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem
|
|
332
|
-
end
|
|
333
|
-
def managed_cluster_load_balancer_profile
|
|
334
|
-
Azure::ContainerService::Mgmt::V2019_10_01::Models::ManagedClusterLoadBalancerProfile
|
|
335
|
-
end
|
|
336
|
-
def agent_pool_available_versions
|
|
337
|
-
Azure::ContainerService::Mgmt::V2019_10_01::Models::AgentPoolAvailableVersions
|
|
349
|
+
Azure::ContainerService::Mgmt::V2020_02_01::Models::AgentPoolUpgradeProfile
|
|
338
350
|
end
|
|
339
351
|
def managed_cluster_agent_pool_profile
|
|
340
|
-
Azure::ContainerService::Mgmt::
|
|
352
|
+
Azure::ContainerService::Mgmt::V2020_02_01::Models::ManagedClusterAgentPoolProfile
|
|
341
353
|
end
|
|
342
354
|
def agent_pool
|
|
343
|
-
Azure::ContainerService::Mgmt::
|
|
355
|
+
Azure::ContainerService::Mgmt::V2020_02_01::Models::AgentPool
|
|
356
|
+
end
|
|
357
|
+
def managed_cluster_addon_profile_identity
|
|
358
|
+
Azure::ContainerService::Mgmt::V2020_02_01::Models::ManagedClusterAddonProfileIdentity
|
|
359
|
+
end
|
|
360
|
+
def managed_cluster_properties_identity_profile_value
|
|
361
|
+
Azure::ContainerService::Mgmt::V2020_02_01::Models::ManagedClusterPropertiesIdentityProfileValue
|
|
344
362
|
end
|
|
345
363
|
def managed_cluster
|
|
346
|
-
Azure::ContainerService::Mgmt::
|
|
364
|
+
Azure::ContainerService::Mgmt::V2020_02_01::Models::ManagedCluster
|
|
347
365
|
end
|
|
348
366
|
def managed_cluster_access_profile
|
|
349
|
-
Azure::ContainerService::Mgmt::
|
|
367
|
+
Azure::ContainerService::Mgmt::V2020_02_01::Models::ManagedClusterAccessProfile
|
|
350
368
|
end
|
|
351
369
|
def container_service_storage_profile_types
|
|
352
|
-
Azure::ContainerService::Mgmt::
|
|
370
|
+
Azure::ContainerService::Mgmt::V2020_02_01::Models::ContainerServiceStorageProfileTypes
|
|
353
371
|
end
|
|
354
372
|
def container_service_vmsize_types
|
|
355
|
-
Azure::ContainerService::Mgmt::
|
|
373
|
+
Azure::ContainerService::Mgmt::V2020_02_01::Models::ContainerServiceVMSizeTypes
|
|
356
374
|
end
|
|
357
375
|
def ostype
|
|
358
|
-
Azure::ContainerService::Mgmt::
|
|
376
|
+
Azure::ContainerService::Mgmt::V2020_02_01::Models::OSType
|
|
359
377
|
end
|
|
360
378
|
def agent_pool_type
|
|
361
|
-
Azure::ContainerService::Mgmt::
|
|
379
|
+
Azure::ContainerService::Mgmt::V2020_02_01::Models::AgentPoolType
|
|
362
380
|
end
|
|
363
381
|
def scale_set_priority
|
|
364
|
-
Azure::ContainerService::Mgmt::
|
|
382
|
+
Azure::ContainerService::Mgmt::V2020_02_01::Models::ScaleSetPriority
|
|
365
383
|
end
|
|
366
384
|
def scale_set_eviction_policy
|
|
367
|
-
Azure::ContainerService::Mgmt::
|
|
385
|
+
Azure::ContainerService::Mgmt::V2020_02_01::Models::ScaleSetEvictionPolicy
|
|
368
386
|
end
|
|
369
387
|
def network_plugin
|
|
370
|
-
Azure::ContainerService::Mgmt::
|
|
388
|
+
Azure::ContainerService::Mgmt::V2020_02_01::Models::NetworkPlugin
|
|
371
389
|
end
|
|
372
390
|
def network_policy
|
|
373
|
-
Azure::ContainerService::Mgmt::
|
|
391
|
+
Azure::ContainerService::Mgmt::V2020_02_01::Models::NetworkPolicy
|
|
392
|
+
end
|
|
393
|
+
def network_mode
|
|
394
|
+
Azure::ContainerService::Mgmt::V2020_02_01::Models::NetworkMode
|
|
395
|
+
end
|
|
396
|
+
def outbound_type
|
|
397
|
+
Azure::ContainerService::Mgmt::V2020_02_01::Models::OutboundType
|
|
374
398
|
end
|
|
375
399
|
def load_balancer_sku
|
|
376
|
-
Azure::ContainerService::Mgmt::
|
|
400
|
+
Azure::ContainerService::Mgmt::V2020_02_01::Models::LoadBalancerSku
|
|
377
401
|
end
|
|
378
402
|
def resource_identity_type
|
|
379
|
-
Azure::ContainerService::Mgmt::
|
|
403
|
+
Azure::ContainerService::Mgmt::V2020_02_01::Models::ResourceIdentityType
|
|
380
404
|
end
|
|
381
405
|
end
|
|
382
406
|
end
|
|
@@ -24,164 +24,166 @@ module Azure::Profiles::Latest
|
|
|
24
24
|
DataFlowDebugSession = Azure::DataFactory::Mgmt::V2018_06_01::DataFlowDebugSession
|
|
25
25
|
|
|
26
26
|
module Models
|
|
27
|
-
DataFlowDebugCommandRequest = Azure::DataFactory::Mgmt::V2018_06_01::Models::DataFlowDebugCommandRequest
|
|
28
|
-
Resource = Azure::DataFactory::Mgmt::V2018_06_01::Models::Resource
|
|
29
27
|
DataFlowDebugCommandResponse = Azure::DataFactory::Mgmt::V2018_06_01::Models::DataFlowDebugCommandResponse
|
|
30
|
-
SubResourceDebugResource = Azure::DataFactory::Mgmt::V2018_06_01::Models::SubResourceDebugResource
|
|
31
28
|
DataFlowDebugSessionInfo = Azure::DataFactory::Mgmt::V2018_06_01::Models::DataFlowDebugSessionInfo
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
CopySource = Azure::DataFactory::Mgmt::V2018_06_01::Models::CopySource
|
|
29
|
+
SubResource = Azure::DataFactory::Mgmt::V2018_06_01::Models::SubResource
|
|
30
|
+
QueryDataFlowDebugSessionsResponse = Azure::DataFactory::Mgmt::V2018_06_01::Models::QueryDataFlowDebugSessionsResponse
|
|
31
|
+
Expression = Azure::DataFactory::Mgmt::V2018_06_01::Models::Expression
|
|
32
|
+
GetDataFactoryOperationStatusResponse = Azure::DataFactory::Mgmt::V2018_06_01::Models::GetDataFactoryOperationStatusResponse
|
|
33
|
+
LinkedServiceReference = Azure::DataFactory::Mgmt::V2018_06_01::Models::LinkedServiceReference
|
|
34
|
+
DataFlowReference = Azure::DataFactory::Mgmt::V2018_06_01::Models::DataFlowReference
|
|
35
|
+
SecretBase = Azure::DataFactory::Mgmt::V2018_06_01::Models::SecretBase
|
|
36
|
+
DataFlowDebugPackage = Azure::DataFactory::Mgmt::V2018_06_01::Models::DataFlowDebugPackage
|
|
37
|
+
FactoryRepoConfiguration = Azure::DataFactory::Mgmt::V2018_06_01::Models::FactoryRepoConfiguration
|
|
38
|
+
AddDataFlowToDebugSessionResponse = Azure::DataFactory::Mgmt::V2018_06_01::Models::AddDataFlowToDebugSessionResponse
|
|
39
|
+
FactoryListResponse = Azure::DataFactory::Mgmt::V2018_06_01::Models::FactoryListResponse
|
|
40
|
+
DeleteDataFlowDebugSessionRequest = Azure::DataFactory::Mgmt::V2018_06_01::Models::DeleteDataFlowDebugSessionRequest
|
|
45
41
|
DataFlowSourceSetting = Azure::DataFactory::Mgmt::V2018_06_01::Models::DataFlowSourceSetting
|
|
46
|
-
IntegrationRuntimeStatusResponse = Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeStatusResponse
|
|
47
42
|
DataFlowStagingInfo = Azure::DataFactory::Mgmt::V2018_06_01::Models::DataFlowStagingInfo
|
|
43
|
+
IntegrationRuntimeReference = Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeReference
|
|
44
|
+
DWCopyCommandDefaultValue = Azure::DataFactory::Mgmt::V2018_06_01::Models::DWCopyCommandDefaultValue
|
|
45
|
+
IntegrationRuntimeStatus = Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeStatus
|
|
46
|
+
DataFlowDebugPackageDebugSettings = Azure::DataFactory::Mgmt::V2018_06_01::Models::DataFlowDebugPackageDebugSettings
|
|
47
|
+
IntegrationRuntimeStatusListResponse = Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeStatusListResponse
|
|
48
48
|
UpdateIntegrationRuntimeRequest = Azure::DataFactory::Mgmt::V2018_06_01::Models::UpdateIntegrationRuntimeRequest
|
|
49
|
-
|
|
49
|
+
ScheduleTriggerRecurrence = Azure::DataFactory::Mgmt::V2018_06_01::Models::ScheduleTriggerRecurrence
|
|
50
50
|
LinkedIntegrationRuntimeRequest = Azure::DataFactory::Mgmt::V2018_06_01::Models::LinkedIntegrationRuntimeRequest
|
|
51
|
-
|
|
51
|
+
IntegrationRuntime = Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntime
|
|
52
52
|
ParameterSpecification = Azure::DataFactory::Mgmt::V2018_06_01::Models::ParameterSpecification
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
AddDataFlowToDebugSessionResponse = Azure::DataFactory::Mgmt::V2018_06_01::Models::AddDataFlowToDebugSessionResponse
|
|
56
|
-
DatasetFolder = Azure::DataFactory::Mgmt::V2018_06_01::Models::DatasetFolder
|
|
57
|
-
DeleteDataFlowDebugSessionRequest = Azure::DataFactory::Mgmt::V2018_06_01::Models::DeleteDataFlowDebugSessionRequest
|
|
58
|
-
StoreReadSettings = Azure::DataFactory::Mgmt::V2018_06_01::Models::StoreReadSettings
|
|
53
|
+
DWCopyCommandSettings = Azure::DataFactory::Mgmt::V2018_06_01::Models::DWCopyCommandSettings
|
|
54
|
+
SSISExecutionCredential = Azure::DataFactory::Mgmt::V2018_06_01::Models::SSISExecutionCredential
|
|
59
55
|
DataFlowDebugCommandPayload = Azure::DataFactory::Mgmt::V2018_06_01::Models::DataFlowDebugCommandPayload
|
|
56
|
+
DatasetFolder = Azure::DataFactory::Mgmt::V2018_06_01::Models::DatasetFolder
|
|
57
|
+
DataFlowDebugCommandRequest = Azure::DataFactory::Mgmt::V2018_06_01::Models::DataFlowDebugCommandRequest
|
|
58
|
+
SSISChildPackage = Azure::DataFactory::Mgmt::V2018_06_01::Models::SSISChildPackage
|
|
59
|
+
Resource = Azure::DataFactory::Mgmt::V2018_06_01::Models::Resource
|
|
60
60
|
ActivityDependency = Azure::DataFactory::Mgmt::V2018_06_01::Models::ActivityDependency
|
|
61
|
-
|
|
61
|
+
SubResourceDebugResource = Azure::DataFactory::Mgmt::V2018_06_01::Models::SubResourceDebugResource
|
|
62
62
|
Activity = Azure::DataFactory::Mgmt::V2018_06_01::Models::Activity
|
|
63
|
-
|
|
63
|
+
VariableSpecification = Azure::DataFactory::Mgmt::V2018_06_01::Models::VariableSpecification
|
|
64
64
|
PipelineFolder = Azure::DataFactory::Mgmt::V2018_06_01::Models::PipelineFolder
|
|
65
|
-
|
|
65
|
+
RecurrenceSchedule = Azure::DataFactory::Mgmt::V2018_06_01::Models::RecurrenceSchedule
|
|
66
66
|
PipelineListResponse = Azure::DataFactory::Mgmt::V2018_06_01::Models::PipelineListResponse
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
67
|
+
RecurrenceScheduleOccurrence = Azure::DataFactory::Mgmt::V2018_06_01::Models::RecurrenceScheduleOccurrence
|
|
68
|
+
SSISPackageLocation = Azure::DataFactory::Mgmt::V2018_06_01::Models::SSISPackageLocation
|
|
69
|
+
FactoryIdentity = Azure::DataFactory::Mgmt::V2018_06_01::Models::FactoryIdentity
|
|
70
70
|
TriggerListResponse = Azure::DataFactory::Mgmt::V2018_06_01::Models::TriggerListResponse
|
|
71
|
-
DataFlowReference = Azure::DataFactory::Mgmt::V2018_06_01::Models::DataFlowReference
|
|
72
|
-
AzureMLWebServiceFile = Azure::DataFactory::Mgmt::V2018_06_01::Models::AzureMLWebServiceFile
|
|
73
|
-
MongoDbCursorMethodsProperties = Azure::DataFactory::Mgmt::V2018_06_01::Models::MongoDbCursorMethodsProperties
|
|
74
71
|
SSISAccessCredential = Azure::DataFactory::Mgmt::V2018_06_01::Models::SSISAccessCredential
|
|
75
|
-
|
|
72
|
+
WebActivityAuthentication = Azure::DataFactory::Mgmt::V2018_06_01::Models::WebActivityAuthentication
|
|
73
|
+
SkipErrorFile = Azure::DataFactory::Mgmt::V2018_06_01::Models::SkipErrorFile
|
|
76
74
|
Transformation = Azure::DataFactory::Mgmt::V2018_06_01::Models::Transformation
|
|
75
|
+
FactoryRepoUpdate = Azure::DataFactory::Mgmt::V2018_06_01::Models::FactoryRepoUpdate
|
|
76
|
+
CustomActivityReferenceObject = Azure::DataFactory::Mgmt::V2018_06_01::Models::CustomActivityReferenceObject
|
|
77
77
|
GitHubAccessTokenResponse = Azure::DataFactory::Mgmt::V2018_06_01::Models::GitHubAccessTokenResponse
|
|
78
|
-
|
|
78
|
+
LogStorageSettings = Azure::DataFactory::Mgmt::V2018_06_01::Models::LogStorageSettings
|
|
79
79
|
AccessPolicyResponse = Azure::DataFactory::Mgmt::V2018_06_01::Models::AccessPolicyResponse
|
|
80
|
-
|
|
80
|
+
CopySource = Azure::DataFactory::Mgmt::V2018_06_01::Models::CopySource
|
|
81
81
|
TriggerPipelineReference = Azure::DataFactory::Mgmt::V2018_06_01::Models::TriggerPipelineReference
|
|
82
|
-
|
|
82
|
+
FormatReadSettings = Azure::DataFactory::Mgmt::V2018_06_01::Models::FormatReadSettings
|
|
83
83
|
DatasetReference = Azure::DataFactory::Mgmt::V2018_06_01::Models::DatasetReference
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
84
|
+
StoreReadSettings = Azure::DataFactory::Mgmt::V2018_06_01::Models::StoreReadSettings
|
|
85
|
+
ExecuteDataFlowActivityTypePropertiesCompute = Azure::DataFactory::Mgmt::V2018_06_01::Models::ExecuteDataFlowActivityTypePropertiesCompute
|
|
86
|
+
AdditionalColumns = Azure::DataFactory::Mgmt::V2018_06_01::Models::AdditionalColumns
|
|
87
87
|
RunQueryFilter = Azure::DataFactory::Mgmt::V2018_06_01::Models::RunQueryFilter
|
|
88
|
-
|
|
88
|
+
MongoDbCursorMethodsProperties = Azure::DataFactory::Mgmt::V2018_06_01::Models::MongoDbCursorMethodsProperties
|
|
89
89
|
RunFilterParameters = Azure::DataFactory::Mgmt::V2018_06_01::Models::RunFilterParameters
|
|
90
|
-
|
|
90
|
+
SapHanaPartitionSettings = Azure::DataFactory::Mgmt::V2018_06_01::Models::SapHanaPartitionSettings
|
|
91
91
|
PipelineRun = Azure::DataFactory::Mgmt::V2018_06_01::Models::PipelineRun
|
|
92
|
-
|
|
92
|
+
SapTablePartitionSettings = Azure::DataFactory::Mgmt::V2018_06_01::Models::SapTablePartitionSettings
|
|
93
93
|
ActivityRun = Azure::DataFactory::Mgmt::V2018_06_01::Models::ActivityRun
|
|
94
|
-
|
|
94
|
+
StoredProcedureParameter = Azure::DataFactory::Mgmt::V2018_06_01::Models::StoredProcedureParameter
|
|
95
95
|
TriggerRun = Azure::DataFactory::Mgmt::V2018_06_01::Models::TriggerRun
|
|
96
|
-
ActivityPolicy = Azure::DataFactory::Mgmt::V2018_06_01::Models::ActivityPolicy
|
|
97
|
-
OperationDisplay = Azure::DataFactory::Mgmt::V2018_06_01::Models::OperationDisplay
|
|
98
96
|
ScriptAction = Azure::DataFactory::Mgmt::V2018_06_01::Models::ScriptAction
|
|
97
|
+
OperationDisplay = Azure::DataFactory::Mgmt::V2018_06_01::Models::OperationDisplay
|
|
98
|
+
TeradataPartitionSettings = Azure::DataFactory::Mgmt::V2018_06_01::Models::TeradataPartitionSettings
|
|
99
99
|
OperationMetricAvailability = Azure::DataFactory::Mgmt::V2018_06_01::Models::OperationMetricAvailability
|
|
100
|
-
|
|
100
|
+
OraclePartitionSettings = Azure::DataFactory::Mgmt::V2018_06_01::Models::OraclePartitionSettings
|
|
101
101
|
OperationMetricSpecification = Azure::DataFactory::Mgmt::V2018_06_01::Models::OperationMetricSpecification
|
|
102
|
-
|
|
102
|
+
NetezzaPartitionSettings = Azure::DataFactory::Mgmt::V2018_06_01::Models::NetezzaPartitionSettings
|
|
103
103
|
Operation = Azure::DataFactory::Mgmt::V2018_06_01::Models::Operation
|
|
104
|
-
|
|
104
|
+
RedshiftUnloadSettings = Azure::DataFactory::Mgmt::V2018_06_01::Models::RedshiftUnloadSettings
|
|
105
105
|
GetSsisObjectMetadataRequest = Azure::DataFactory::Mgmt::V2018_06_01::Models::GetSsisObjectMetadataRequest
|
|
106
|
-
|
|
106
|
+
DistcpSettings = Azure::DataFactory::Mgmt::V2018_06_01::Models::DistcpSettings
|
|
107
107
|
ExposureControlRequest = Azure::DataFactory::Mgmt::V2018_06_01::Models::ExposureControlRequest
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
108
|
+
SSISLogLocation = Azure::DataFactory::Mgmt::V2018_06_01::Models::SSISLogLocation
|
|
109
|
+
DataFlowFolder = Azure::DataFactory::Mgmt::V2018_06_01::Models::DataFlowFolder
|
|
110
|
+
AzureMLWebServiceFile = Azure::DataFactory::Mgmt::V2018_06_01::Models::AzureMLWebServiceFile
|
|
111
|
+
ActivityPolicy = Azure::DataFactory::Mgmt::V2018_06_01::Models::ActivityPolicy
|
|
112
|
+
SSISPropertyOverride = Azure::DataFactory::Mgmt::V2018_06_01::Models::SSISPropertyOverride
|
|
113
|
+
CreateDataFlowDebugSessionRequest = Azure::DataFactory::Mgmt::V2018_06_01::Models::CreateDataFlowDebugSessionRequest
|
|
114
114
|
DatasetStorageFormat = Azure::DataFactory::Mgmt::V2018_06_01::Models::DatasetStorageFormat
|
|
115
|
-
|
|
115
|
+
IntegrationRuntimeListResponse = Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeListResponse
|
|
116
116
|
IntegrationRuntimeConnectionInfo = Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeConnectionInfo
|
|
117
|
-
|
|
118
|
-
DatasetCompression = Azure::DataFactory::Mgmt::V2018_06_01::Models::DatasetCompression
|
|
119
|
-
LinkedServiceListResponse = Azure::DataFactory::Mgmt::V2018_06_01::Models::LinkedServiceListResponse
|
|
117
|
+
IntegrationRuntimeStatusResponse = Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeStatusResponse
|
|
120
118
|
IntegrationRuntimeRegenerateKeyParameters = Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeRegenerateKeyParameters
|
|
121
|
-
|
|
119
|
+
CreateLinkedIntegrationRuntimeRequest = Azure::DataFactory::Mgmt::V2018_06_01::Models::CreateLinkedIntegrationRuntimeRequest
|
|
122
120
|
IntegrationRuntimeAuthKeys = Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeAuthKeys
|
|
123
|
-
|
|
121
|
+
LinkedServiceListResponse = Azure::DataFactory::Mgmt::V2018_06_01::Models::LinkedServiceListResponse
|
|
124
122
|
IntegrationRuntimeMonitoringData = Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeMonitoringData
|
|
125
|
-
|
|
123
|
+
DatasetListResponse = Azure::DataFactory::Mgmt::V2018_06_01::Models::DatasetListResponse
|
|
124
|
+
DatasetCompression = Azure::DataFactory::Mgmt::V2018_06_01::Models::DatasetCompression
|
|
125
|
+
WebLinkedServiceTypeProperties = Azure::DataFactory::Mgmt::V2018_06_01::Models::WebLinkedServiceTypeProperties
|
|
126
126
|
IntegrationRuntimeNodeMonitoringData = Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeNodeMonitoringData
|
|
127
|
-
|
|
127
|
+
TriggerQueryResponse = Azure::DataFactory::Mgmt::V2018_06_01::Models::TriggerQueryResponse
|
|
128
128
|
SsisObjectMetadataListResponse = Azure::DataFactory::Mgmt::V2018_06_01::Models::SsisObjectMetadataListResponse
|
|
129
|
-
|
|
129
|
+
TriggerSubscriptionOperationStatus = Azure::DataFactory::Mgmt::V2018_06_01::Models::TriggerSubscriptionOperationStatus
|
|
130
130
|
SsisObjectMetadata = Azure::DataFactory::Mgmt::V2018_06_01::Models::SsisObjectMetadata
|
|
131
|
-
|
|
131
|
+
GitHubAccessTokenRequest = Azure::DataFactory::Mgmt::V2018_06_01::Models::GitHubAccessTokenRequest
|
|
132
132
|
SsisEnvironmentReference = Azure::DataFactory::Mgmt::V2018_06_01::Models::SsisEnvironmentReference
|
|
133
|
-
|
|
133
|
+
PipelineReference = Azure::DataFactory::Mgmt::V2018_06_01::Models::PipelineReference
|
|
134
134
|
SsisParameter = Azure::DataFactory::Mgmt::V2018_06_01::Models::SsisParameter
|
|
135
|
-
|
|
135
|
+
StagingSettings = Azure::DataFactory::Mgmt::V2018_06_01::Models::StagingSettings
|
|
136
136
|
SsisVariable = Azure::DataFactory::Mgmt::V2018_06_01::Models::SsisVariable
|
|
137
|
-
|
|
137
|
+
RunQueryOrderBy = Azure::DataFactory::Mgmt::V2018_06_01::Models::RunQueryOrderBy
|
|
138
138
|
IntegrationRuntimeNodeIpAddress = Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeNodeIpAddress
|
|
139
|
-
|
|
139
|
+
PipelineRunsQueryResponse = Azure::DataFactory::Mgmt::V2018_06_01::Models::PipelineRunsQueryResponse
|
|
140
140
|
IntegrationRuntimeComputeProperties = Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeComputeProperties
|
|
141
|
-
|
|
141
|
+
TriggerRunsQueryResponse = Azure::DataFactory::Mgmt::V2018_06_01::Models::TriggerRunsQueryResponse
|
|
142
142
|
IntegrationRuntimeDataFlowProperties = Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeDataFlowProperties
|
|
143
|
-
|
|
143
|
+
OperationMetricDimension = Azure::DataFactory::Mgmt::V2018_06_01::Models::OperationMetricDimension
|
|
144
144
|
IntegrationRuntimeVNetProperties = Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeVNetProperties
|
|
145
|
-
|
|
145
|
+
OperationListResponse = Azure::DataFactory::Mgmt::V2018_06_01::Models::OperationListResponse
|
|
146
146
|
IntegrationRuntimeSsisProperties = Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeSsisProperties
|
|
147
|
-
|
|
147
|
+
ExposureControlResponse = Azure::DataFactory::Mgmt::V2018_06_01::Models::ExposureControlResponse
|
|
148
148
|
IntegrationRuntimeSsisCatalogInfo = Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeSsisCatalogInfo
|
|
149
|
-
|
|
149
|
+
DataFlowListResponse = Azure::DataFactory::Mgmt::V2018_06_01::Models::DataFlowListResponse
|
|
150
|
+
DatasetLocation = Azure::DataFactory::Mgmt::V2018_06_01::Models::DatasetLocation
|
|
151
|
+
SSISExecutionParameter = Azure::DataFactory::Mgmt::V2018_06_01::Models::SSISExecutionParameter
|
|
150
152
|
IntegrationRuntimeCustomSetupScriptProperties = Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeCustomSetupScriptProperties
|
|
151
153
|
LinkedService = Azure::DataFactory::Mgmt::V2018_06_01::Models::LinkedService
|
|
152
|
-
DatasetLocation = Azure::DataFactory::Mgmt::V2018_06_01::Models::DatasetLocation
|
|
153
|
-
UserProperty = Azure::DataFactory::Mgmt::V2018_06_01::Models::UserProperty
|
|
154
154
|
IntegrationRuntimeDataProxyProperties = Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeDataProxyProperties
|
|
155
|
-
|
|
155
|
+
UserProperty = Azure::DataFactory::Mgmt::V2018_06_01::Models::UserProperty
|
|
156
156
|
EntityReference = Azure::DataFactory::Mgmt::V2018_06_01::Models::EntityReference
|
|
157
|
-
|
|
157
|
+
CreateRunResponse = Azure::DataFactory::Mgmt::V2018_06_01::Models::CreateRunResponse
|
|
158
158
|
CustomSetupBase = Azure::DataFactory::Mgmt::V2018_06_01::Models::CustomSetupBase
|
|
159
|
-
|
|
159
|
+
UserAccessPolicy = Azure::DataFactory::Mgmt::V2018_06_01::Models::UserAccessPolicy
|
|
160
160
|
LinkedIntegrationRuntimeType = Azure::DataFactory::Mgmt::V2018_06_01::Models::LinkedIntegrationRuntimeType
|
|
161
|
-
|
|
161
|
+
TriggerFilterParameters = Azure::DataFactory::Mgmt::V2018_06_01::Models::TriggerFilterParameters
|
|
162
162
|
ManagedIntegrationRuntimeNode = Azure::DataFactory::Mgmt::V2018_06_01::Models::ManagedIntegrationRuntimeNode
|
|
163
|
-
|
|
163
|
+
ActivityRunsQueryResponse = Azure::DataFactory::Mgmt::V2018_06_01::Models::ActivityRunsQueryResponse
|
|
164
164
|
ManagedIntegrationRuntimeError = Azure::DataFactory::Mgmt::V2018_06_01::Models::ManagedIntegrationRuntimeError
|
|
165
|
-
|
|
165
|
+
OperationServiceSpecification = Azure::DataFactory::Mgmt::V2018_06_01::Models::OperationServiceSpecification
|
|
166
166
|
ManagedIntegrationRuntimeOperationResult = Azure::DataFactory::Mgmt::V2018_06_01::Models::ManagedIntegrationRuntimeOperationResult
|
|
167
|
-
|
|
167
|
+
DataFlow = Azure::DataFactory::Mgmt::V2018_06_01::Models::DataFlow
|
|
168
168
|
SelfHostedIntegrationRuntimeNode = Azure::DataFactory::Mgmt::V2018_06_01::Models::SelfHostedIntegrationRuntimeNode
|
|
169
|
-
|
|
169
|
+
UpdateIntegrationRuntimeNodeRequest = Azure::DataFactory::Mgmt::V2018_06_01::Models::UpdateIntegrationRuntimeNodeRequest
|
|
170
170
|
LinkedIntegrationRuntime = Azure::DataFactory::Mgmt::V2018_06_01::Models::LinkedIntegrationRuntime
|
|
171
|
-
|
|
172
|
-
SwitchCase = Azure::DataFactory::Mgmt::V2018_06_01::Models::SwitchCase
|
|
173
|
-
TriggerRunsQueryResponse = Azure::DataFactory::Mgmt::V2018_06_01::Models::TriggerRunsQueryResponse
|
|
171
|
+
Trigger = Azure::DataFactory::Mgmt::V2018_06_01::Models::Trigger
|
|
174
172
|
TriggerReference = Azure::DataFactory::Mgmt::V2018_06_01::Models::TriggerReference
|
|
175
|
-
|
|
173
|
+
FactoryUpdateParameters = Azure::DataFactory::Mgmt::V2018_06_01::Models::FactoryUpdateParameters
|
|
174
|
+
SwitchCase = Azure::DataFactory::Mgmt::V2018_06_01::Models::SwitchCase
|
|
175
|
+
OperationLogSpecification = Azure::DataFactory::Mgmt::V2018_06_01::Models::OperationLogSpecification
|
|
176
176
|
CopySink = Azure::DataFactory::Mgmt::V2018_06_01::Models::CopySink
|
|
177
|
-
|
|
178
|
-
FormatWriteSettings = Azure::DataFactory::Mgmt::V2018_06_01::Models::FormatWriteSettings
|
|
179
|
-
OperationListResponse = Azure::DataFactory::Mgmt::V2018_06_01::Models::OperationListResponse
|
|
177
|
+
CreateDataFlowDebugSessionResponse = Azure::DataFactory::Mgmt::V2018_06_01::Models::CreateDataFlowDebugSessionResponse
|
|
180
178
|
DependencyReference = Azure::DataFactory::Mgmt::V2018_06_01::Models::DependencyReference
|
|
181
|
-
|
|
179
|
+
RedirectIncompatibleRowSettings = Azure::DataFactory::Mgmt::V2018_06_01::Models::RedirectIncompatibleRowSettings
|
|
182
180
|
RetryPolicy = Azure::DataFactory::Mgmt::V2018_06_01::Models::RetryPolicy
|
|
183
|
-
|
|
181
|
+
SsisObjectMetadataStatusResponse = Azure::DataFactory::Mgmt::V2018_06_01::Models::SsisObjectMetadataStatusResponse
|
|
182
|
+
FormatWriteSettings = Azure::DataFactory::Mgmt::V2018_06_01::Models::FormatWriteSettings
|
|
183
|
+
PipelineRunInvokedBy = Azure::DataFactory::Mgmt::V2018_06_01::Models::PipelineRunInvokedBy
|
|
184
184
|
StoreWriteSettings = Azure::DataFactory::Mgmt::V2018_06_01::Models::StoreWriteSettings
|
|
185
|
+
Dataset = Azure::DataFactory::Mgmt::V2018_06_01::Models::Dataset
|
|
186
|
+
PolybaseSettings = Azure::DataFactory::Mgmt::V2018_06_01::Models::PolybaseSettings
|
|
185
187
|
SecureString = Azure::DataFactory::Mgmt::V2018_06_01::Models::SecureString
|
|
186
188
|
AzureKeyVaultSecretReference = Azure::DataFactory::Mgmt::V2018_06_01::Models::AzureKeyVaultSecretReference
|
|
187
189
|
Factory = Azure::DataFactory::Mgmt::V2018_06_01::Models::Factory
|
|
@@ -726,374 +728,380 @@ module Azure::Profiles::Latest
|
|
|
726
728
|
end
|
|
727
729
|
|
|
728
730
|
class ModelClasses
|
|
729
|
-
def data_flow_debug_command_request
|
|
730
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::DataFlowDebugCommandRequest
|
|
731
|
-
end
|
|
732
|
-
def resource
|
|
733
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::Resource
|
|
734
|
-
end
|
|
735
731
|
def data_flow_debug_command_response
|
|
736
732
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::DataFlowDebugCommandResponse
|
|
737
733
|
end
|
|
738
|
-
def sub_resource_debug_resource
|
|
739
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::SubResourceDebugResource
|
|
740
|
-
end
|
|
741
734
|
def data_flow_debug_session_info
|
|
742
735
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::DataFlowDebugSessionInfo
|
|
743
736
|
end
|
|
744
|
-
def
|
|
745
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
746
|
-
end
|
|
747
|
-
def data_flow_folder
|
|
748
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::DataFlowFolder
|
|
737
|
+
def sub_resource
|
|
738
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::SubResource
|
|
749
739
|
end
|
|
750
|
-
def
|
|
751
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
740
|
+
def query_data_flow_debug_sessions_response
|
|
741
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::QueryDataFlowDebugSessionsResponse
|
|
752
742
|
end
|
|
753
|
-
def
|
|
754
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
743
|
+
def expression
|
|
744
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::Expression
|
|
755
745
|
end
|
|
756
|
-
def
|
|
757
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
746
|
+
def get_data_factory_operation_status_response
|
|
747
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::GetDataFactoryOperationStatusResponse
|
|
758
748
|
end
|
|
759
|
-
def
|
|
760
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
749
|
+
def linked_service_reference
|
|
750
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::LinkedServiceReference
|
|
761
751
|
end
|
|
762
|
-
def
|
|
763
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
752
|
+
def data_flow_reference
|
|
753
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::DataFlowReference
|
|
764
754
|
end
|
|
765
|
-
def
|
|
766
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
755
|
+
def secret_base
|
|
756
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::SecretBase
|
|
767
757
|
end
|
|
768
|
-
def
|
|
769
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
758
|
+
def data_flow_debug_package
|
|
759
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::DataFlowDebugPackage
|
|
770
760
|
end
|
|
771
|
-
def
|
|
772
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
761
|
+
def factory_repo_configuration
|
|
762
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::FactoryRepoConfiguration
|
|
773
763
|
end
|
|
774
|
-
def
|
|
775
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
764
|
+
def add_data_flow_to_debug_session_response
|
|
765
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::AddDataFlowToDebugSessionResponse
|
|
776
766
|
end
|
|
777
|
-
def
|
|
778
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
767
|
+
def factory_list_response
|
|
768
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::FactoryListResponse
|
|
779
769
|
end
|
|
780
|
-
def
|
|
781
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
770
|
+
def delete_data_flow_debug_session_request
|
|
771
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::DeleteDataFlowDebugSessionRequest
|
|
782
772
|
end
|
|
783
773
|
def data_flow_source_setting
|
|
784
774
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::DataFlowSourceSetting
|
|
785
775
|
end
|
|
786
|
-
def integration_runtime_status_response
|
|
787
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeStatusResponse
|
|
788
|
-
end
|
|
789
776
|
def data_flow_staging_info
|
|
790
777
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::DataFlowStagingInfo
|
|
791
778
|
end
|
|
792
|
-
def
|
|
793
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
794
|
-
end
|
|
795
|
-
def oracle_partition_settings
|
|
796
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::OraclePartitionSettings
|
|
779
|
+
def integration_runtime_reference
|
|
780
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeReference
|
|
797
781
|
end
|
|
798
|
-
def
|
|
799
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
782
|
+
def dwcopy_command_default_value
|
|
783
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::DWCopyCommandDefaultValue
|
|
784
|
+
end
|
|
785
|
+
def integration_runtime_status
|
|
786
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeStatus
|
|
800
787
|
end
|
|
801
788
|
def data_flow_debug_package_debug_settings
|
|
802
789
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::DataFlowDebugPackageDebugSettings
|
|
803
790
|
end
|
|
791
|
+
def integration_runtime_status_list_response
|
|
792
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeStatusListResponse
|
|
793
|
+
end
|
|
794
|
+
def update_integration_runtime_request
|
|
795
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::UpdateIntegrationRuntimeRequest
|
|
796
|
+
end
|
|
797
|
+
def schedule_trigger_recurrence
|
|
798
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::ScheduleTriggerRecurrence
|
|
799
|
+
end
|
|
800
|
+
def linked_integration_runtime_request
|
|
801
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::LinkedIntegrationRuntimeRequest
|
|
802
|
+
end
|
|
803
|
+
def integration_runtime
|
|
804
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntime
|
|
805
|
+
end
|
|
804
806
|
def parameter_specification
|
|
805
807
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::ParameterSpecification
|
|
806
808
|
end
|
|
807
|
-
def
|
|
808
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
809
|
+
def dwcopy_command_settings
|
|
810
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::DWCopyCommandSettings
|
|
809
811
|
end
|
|
810
|
-
def
|
|
811
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
812
|
+
def ssisexecution_credential
|
|
813
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::SSISExecutionCredential
|
|
812
814
|
end
|
|
813
|
-
def
|
|
814
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
815
|
+
def data_flow_debug_command_payload
|
|
816
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::DataFlowDebugCommandPayload
|
|
815
817
|
end
|
|
816
818
|
def dataset_folder
|
|
817
819
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::DatasetFolder
|
|
818
820
|
end
|
|
819
|
-
def
|
|
820
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
821
|
+
def data_flow_debug_command_request
|
|
822
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::DataFlowDebugCommandRequest
|
|
821
823
|
end
|
|
822
|
-
def
|
|
823
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
824
|
+
def ssischild_package
|
|
825
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::SSISChildPackage
|
|
824
826
|
end
|
|
825
|
-
def
|
|
826
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
827
|
+
def resource
|
|
828
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::Resource
|
|
827
829
|
end
|
|
828
830
|
def activity_dependency
|
|
829
831
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::ActivityDependency
|
|
830
832
|
end
|
|
831
|
-
def
|
|
832
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
833
|
+
def sub_resource_debug_resource
|
|
834
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::SubResourceDebugResource
|
|
833
835
|
end
|
|
834
836
|
def activity
|
|
835
837
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::Activity
|
|
836
838
|
end
|
|
837
|
-
def
|
|
838
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
839
|
+
def variable_specification
|
|
840
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::VariableSpecification
|
|
839
841
|
end
|
|
840
842
|
def pipeline_folder
|
|
841
843
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::PipelineFolder
|
|
842
844
|
end
|
|
843
|
-
def
|
|
844
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
845
|
+
def recurrence_schedule
|
|
846
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::RecurrenceSchedule
|
|
845
847
|
end
|
|
846
848
|
def pipeline_list_response
|
|
847
849
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::PipelineListResponse
|
|
848
850
|
end
|
|
849
|
-
def
|
|
850
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
851
|
+
def recurrence_schedule_occurrence
|
|
852
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::RecurrenceScheduleOccurrence
|
|
851
853
|
end
|
|
852
|
-
def
|
|
853
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
854
|
+
def ssispackage_location
|
|
855
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::SSISPackageLocation
|
|
854
856
|
end
|
|
855
|
-
def
|
|
856
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
857
|
+
def factory_identity
|
|
858
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::FactoryIdentity
|
|
857
859
|
end
|
|
858
860
|
def trigger_list_response
|
|
859
861
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::TriggerListResponse
|
|
860
862
|
end
|
|
861
|
-
def
|
|
862
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
863
|
+
def ssisaccess_credential
|
|
864
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::SSISAccessCredential
|
|
863
865
|
end
|
|
864
|
-
def
|
|
865
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
866
|
+
def web_activity_authentication
|
|
867
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::WebActivityAuthentication
|
|
866
868
|
end
|
|
867
|
-
def
|
|
868
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
869
|
+
def skip_error_file
|
|
870
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::SkipErrorFile
|
|
869
871
|
end
|
|
870
|
-
def
|
|
871
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
872
|
+
def transformation
|
|
873
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::Transformation
|
|
872
874
|
end
|
|
873
875
|
def factory_repo_update
|
|
874
876
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::FactoryRepoUpdate
|
|
875
877
|
end
|
|
876
|
-
def
|
|
877
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
878
|
+
def custom_activity_reference_object
|
|
879
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::CustomActivityReferenceObject
|
|
878
880
|
end
|
|
879
881
|
def git_hub_access_token_response
|
|
880
882
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::GitHubAccessTokenResponse
|
|
881
883
|
end
|
|
882
|
-
def
|
|
883
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
884
|
+
def log_storage_settings
|
|
885
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::LogStorageSettings
|
|
884
886
|
end
|
|
885
887
|
def access_policy_response
|
|
886
888
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::AccessPolicyResponse
|
|
887
889
|
end
|
|
888
|
-
def
|
|
889
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
890
|
+
def copy_source
|
|
891
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::CopySource
|
|
890
892
|
end
|
|
891
893
|
def trigger_pipeline_reference
|
|
892
894
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::TriggerPipelineReference
|
|
893
895
|
end
|
|
894
|
-
def
|
|
895
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
896
|
+
def format_read_settings
|
|
897
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::FormatReadSettings
|
|
896
898
|
end
|
|
897
899
|
def dataset_reference
|
|
898
900
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::DatasetReference
|
|
899
901
|
end
|
|
900
|
-
def
|
|
901
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
902
|
+
def store_read_settings
|
|
903
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::StoreReadSettings
|
|
902
904
|
end
|
|
903
|
-
def
|
|
904
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
905
|
+
def execute_data_flow_activity_type_properties_compute
|
|
906
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::ExecuteDataFlowActivityTypePropertiesCompute
|
|
905
907
|
end
|
|
906
|
-
def
|
|
907
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
908
|
+
def additional_columns
|
|
909
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::AdditionalColumns
|
|
908
910
|
end
|
|
909
911
|
def run_query_filter
|
|
910
912
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::RunQueryFilter
|
|
911
913
|
end
|
|
912
|
-
def
|
|
913
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
914
|
+
def mongo_db_cursor_methods_properties
|
|
915
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::MongoDbCursorMethodsProperties
|
|
914
916
|
end
|
|
915
917
|
def run_filter_parameters
|
|
916
918
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::RunFilterParameters
|
|
917
919
|
end
|
|
918
|
-
def
|
|
919
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
920
|
+
def sap_hana_partition_settings
|
|
921
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::SapHanaPartitionSettings
|
|
920
922
|
end
|
|
921
923
|
def pipeline_run
|
|
922
924
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::PipelineRun
|
|
923
925
|
end
|
|
924
|
-
def
|
|
925
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
926
|
+
def sap_table_partition_settings
|
|
927
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::SapTablePartitionSettings
|
|
926
928
|
end
|
|
927
929
|
def activity_run
|
|
928
930
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::ActivityRun
|
|
929
931
|
end
|
|
930
|
-
def
|
|
931
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
932
|
+
def stored_procedure_parameter
|
|
933
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::StoredProcedureParameter
|
|
932
934
|
end
|
|
933
935
|
def trigger_run
|
|
934
936
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::TriggerRun
|
|
935
937
|
end
|
|
936
|
-
def
|
|
937
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
938
|
+
def script_action
|
|
939
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::ScriptAction
|
|
938
940
|
end
|
|
939
941
|
def operation_display
|
|
940
942
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::OperationDisplay
|
|
941
943
|
end
|
|
942
|
-
def
|
|
943
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
944
|
+
def teradata_partition_settings
|
|
945
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::TeradataPartitionSettings
|
|
944
946
|
end
|
|
945
947
|
def operation_metric_availability
|
|
946
948
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::OperationMetricAvailability
|
|
947
949
|
end
|
|
948
|
-
def
|
|
949
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
950
|
+
def oracle_partition_settings
|
|
951
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::OraclePartitionSettings
|
|
950
952
|
end
|
|
951
953
|
def operation_metric_specification
|
|
952
954
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::OperationMetricSpecification
|
|
953
955
|
end
|
|
954
|
-
def
|
|
955
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
956
|
+
def netezza_partition_settings
|
|
957
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::NetezzaPartitionSettings
|
|
956
958
|
end
|
|
957
959
|
def operation
|
|
958
960
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::Operation
|
|
959
961
|
end
|
|
960
|
-
def
|
|
961
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
962
|
+
def redshift_unload_settings
|
|
963
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::RedshiftUnloadSettings
|
|
962
964
|
end
|
|
963
965
|
def get_ssis_object_metadata_request
|
|
964
966
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::GetSsisObjectMetadataRequest
|
|
965
967
|
end
|
|
966
|
-
def
|
|
967
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
968
|
+
def distcp_settings
|
|
969
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::DistcpSettings
|
|
968
970
|
end
|
|
969
971
|
def exposure_control_request
|
|
970
972
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::ExposureControlRequest
|
|
971
973
|
end
|
|
972
|
-
def
|
|
973
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
974
|
+
def ssislog_location
|
|
975
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::SSISLogLocation
|
|
974
976
|
end
|
|
975
|
-
def
|
|
976
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
977
|
+
def data_flow_folder
|
|
978
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::DataFlowFolder
|
|
977
979
|
end
|
|
978
|
-
def
|
|
979
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
980
|
+
def azure_mlweb_service_file
|
|
981
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::AzureMLWebServiceFile
|
|
980
982
|
end
|
|
981
|
-
def
|
|
982
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
983
|
+
def activity_policy
|
|
984
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::ActivityPolicy
|
|
983
985
|
end
|
|
984
|
-
def
|
|
985
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
986
|
+
def ssisproperty_override
|
|
987
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::SSISPropertyOverride
|
|
986
988
|
end
|
|
987
|
-
def
|
|
988
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
989
|
+
def create_data_flow_debug_session_request
|
|
990
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::CreateDataFlowDebugSessionRequest
|
|
989
991
|
end
|
|
990
992
|
def dataset_storage_format
|
|
991
993
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::DatasetStorageFormat
|
|
992
994
|
end
|
|
993
|
-
def
|
|
994
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
995
|
+
def integration_runtime_list_response
|
|
996
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeListResponse
|
|
995
997
|
end
|
|
996
998
|
def integration_runtime_connection_info
|
|
997
999
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeConnectionInfo
|
|
998
1000
|
end
|
|
999
|
-
def
|
|
1000
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
1001
|
-
end
|
|
1002
|
-
def dataset_compression
|
|
1003
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::DatasetCompression
|
|
1004
|
-
end
|
|
1005
|
-
def linked_service_list_response
|
|
1006
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::LinkedServiceListResponse
|
|
1001
|
+
def integration_runtime_status_response
|
|
1002
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeStatusResponse
|
|
1007
1003
|
end
|
|
1008
1004
|
def integration_runtime_regenerate_key_parameters
|
|
1009
1005
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeRegenerateKeyParameters
|
|
1010
1006
|
end
|
|
1011
|
-
def
|
|
1012
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
1007
|
+
def create_linked_integration_runtime_request
|
|
1008
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::CreateLinkedIntegrationRuntimeRequest
|
|
1013
1009
|
end
|
|
1014
1010
|
def integration_runtime_auth_keys
|
|
1015
1011
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeAuthKeys
|
|
1016
1012
|
end
|
|
1017
|
-
def
|
|
1018
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
1013
|
+
def linked_service_list_response
|
|
1014
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::LinkedServiceListResponse
|
|
1019
1015
|
end
|
|
1020
1016
|
def integration_runtime_monitoring_data
|
|
1021
1017
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeMonitoringData
|
|
1022
1018
|
end
|
|
1023
|
-
def
|
|
1024
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
1019
|
+
def dataset_list_response
|
|
1020
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::DatasetListResponse
|
|
1021
|
+
end
|
|
1022
|
+
def dataset_compression
|
|
1023
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::DatasetCompression
|
|
1024
|
+
end
|
|
1025
|
+
def web_linked_service_type_properties
|
|
1026
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::WebLinkedServiceTypeProperties
|
|
1025
1027
|
end
|
|
1026
1028
|
def integration_runtime_node_monitoring_data
|
|
1027
1029
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeNodeMonitoringData
|
|
1028
1030
|
end
|
|
1029
|
-
def
|
|
1030
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
1031
|
+
def trigger_query_response
|
|
1032
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::TriggerQueryResponse
|
|
1031
1033
|
end
|
|
1032
1034
|
def ssis_object_metadata_list_response
|
|
1033
1035
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::SsisObjectMetadataListResponse
|
|
1034
1036
|
end
|
|
1035
|
-
def
|
|
1036
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
1037
|
+
def trigger_subscription_operation_status
|
|
1038
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::TriggerSubscriptionOperationStatus
|
|
1037
1039
|
end
|
|
1038
1040
|
def ssis_object_metadata
|
|
1039
1041
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::SsisObjectMetadata
|
|
1040
1042
|
end
|
|
1041
|
-
def
|
|
1042
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
1043
|
+
def git_hub_access_token_request
|
|
1044
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::GitHubAccessTokenRequest
|
|
1043
1045
|
end
|
|
1044
1046
|
def ssis_environment_reference
|
|
1045
1047
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::SsisEnvironmentReference
|
|
1046
1048
|
end
|
|
1047
|
-
def
|
|
1048
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
1049
|
+
def pipeline_reference
|
|
1050
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::PipelineReference
|
|
1049
1051
|
end
|
|
1050
1052
|
def ssis_parameter
|
|
1051
1053
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::SsisParameter
|
|
1052
1054
|
end
|
|
1053
|
-
def
|
|
1054
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
1055
|
+
def staging_settings
|
|
1056
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::StagingSettings
|
|
1055
1057
|
end
|
|
1056
1058
|
def ssis_variable
|
|
1057
1059
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::SsisVariable
|
|
1058
1060
|
end
|
|
1059
|
-
def
|
|
1060
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
1061
|
+
def run_query_order_by
|
|
1062
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::RunQueryOrderBy
|
|
1061
1063
|
end
|
|
1062
1064
|
def integration_runtime_node_ip_address
|
|
1063
1065
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeNodeIpAddress
|
|
1064
1066
|
end
|
|
1065
|
-
def
|
|
1066
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
1067
|
+
def pipeline_runs_query_response
|
|
1068
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::PipelineRunsQueryResponse
|
|
1067
1069
|
end
|
|
1068
1070
|
def integration_runtime_compute_properties
|
|
1069
1071
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeComputeProperties
|
|
1070
1072
|
end
|
|
1071
|
-
def
|
|
1072
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
1073
|
+
def trigger_runs_query_response
|
|
1074
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::TriggerRunsQueryResponse
|
|
1073
1075
|
end
|
|
1074
1076
|
def integration_runtime_data_flow_properties
|
|
1075
1077
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeDataFlowProperties
|
|
1076
1078
|
end
|
|
1077
|
-
def
|
|
1078
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
1079
|
+
def operation_metric_dimension
|
|
1080
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::OperationMetricDimension
|
|
1079
1081
|
end
|
|
1080
1082
|
def integration_runtime_vnet_properties
|
|
1081
1083
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeVNetProperties
|
|
1082
1084
|
end
|
|
1083
|
-
def
|
|
1084
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
1085
|
+
def operation_list_response
|
|
1086
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::OperationListResponse
|
|
1085
1087
|
end
|
|
1086
1088
|
def integration_runtime_ssis_properties
|
|
1087
1089
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeSsisProperties
|
|
1088
1090
|
end
|
|
1089
|
-
def
|
|
1090
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
1091
|
+
def exposure_control_response
|
|
1092
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::ExposureControlResponse
|
|
1091
1093
|
end
|
|
1092
1094
|
def integration_runtime_ssis_catalog_info
|
|
1093
1095
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeSsisCatalogInfo
|
|
1094
1096
|
end
|
|
1095
|
-
def
|
|
1096
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
1097
|
+
def data_flow_list_response
|
|
1098
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::DataFlowListResponse
|
|
1099
|
+
end
|
|
1100
|
+
def dataset_location
|
|
1101
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::DatasetLocation
|
|
1102
|
+
end
|
|
1103
|
+
def ssisexecution_parameter
|
|
1104
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::SSISExecutionParameter
|
|
1097
1105
|
end
|
|
1098
1106
|
def integration_runtime_custom_setup_script_properties
|
|
1099
1107
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeCustomSetupScriptProperties
|
|
@@ -1101,105 +1109,105 @@ module Azure::Profiles::Latest
|
|
|
1101
1109
|
def linked_service
|
|
1102
1110
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::LinkedService
|
|
1103
1111
|
end
|
|
1104
|
-
def dataset_location
|
|
1105
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::DatasetLocation
|
|
1106
|
-
end
|
|
1107
|
-
def user_property
|
|
1108
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::UserProperty
|
|
1109
|
-
end
|
|
1110
1112
|
def integration_runtime_data_proxy_properties
|
|
1111
1113
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeDataProxyProperties
|
|
1112
1114
|
end
|
|
1113
|
-
def
|
|
1114
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
1115
|
+
def user_property
|
|
1116
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::UserProperty
|
|
1115
1117
|
end
|
|
1116
1118
|
def entity_reference
|
|
1117
1119
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::EntityReference
|
|
1118
1120
|
end
|
|
1119
|
-
def
|
|
1120
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
1121
|
+
def create_run_response
|
|
1122
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::CreateRunResponse
|
|
1121
1123
|
end
|
|
1122
1124
|
def custom_setup_base
|
|
1123
1125
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::CustomSetupBase
|
|
1124
1126
|
end
|
|
1125
|
-
def
|
|
1126
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
1127
|
+
def user_access_policy
|
|
1128
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::UserAccessPolicy
|
|
1127
1129
|
end
|
|
1128
1130
|
def linked_integration_runtime_type
|
|
1129
1131
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::LinkedIntegrationRuntimeType
|
|
1130
1132
|
end
|
|
1131
|
-
def
|
|
1132
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
1133
|
+
def trigger_filter_parameters
|
|
1134
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::TriggerFilterParameters
|
|
1133
1135
|
end
|
|
1134
1136
|
def managed_integration_runtime_node
|
|
1135
1137
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::ManagedIntegrationRuntimeNode
|
|
1136
1138
|
end
|
|
1137
|
-
def
|
|
1138
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
1139
|
+
def activity_runs_query_response
|
|
1140
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::ActivityRunsQueryResponse
|
|
1139
1141
|
end
|
|
1140
1142
|
def managed_integration_runtime_error
|
|
1141
1143
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::ManagedIntegrationRuntimeError
|
|
1142
1144
|
end
|
|
1143
|
-
def
|
|
1144
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
1145
|
+
def operation_service_specification
|
|
1146
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::OperationServiceSpecification
|
|
1145
1147
|
end
|
|
1146
1148
|
def managed_integration_runtime_operation_result
|
|
1147
1149
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::ManagedIntegrationRuntimeOperationResult
|
|
1148
1150
|
end
|
|
1149
|
-
def
|
|
1150
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
1151
|
+
def data_flow
|
|
1152
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::DataFlow
|
|
1151
1153
|
end
|
|
1152
1154
|
def self_hosted_integration_runtime_node
|
|
1153
1155
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::SelfHostedIntegrationRuntimeNode
|
|
1154
1156
|
end
|
|
1155
|
-
def
|
|
1156
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
1157
|
+
def update_integration_runtime_node_request
|
|
1158
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::UpdateIntegrationRuntimeNodeRequest
|
|
1157
1159
|
end
|
|
1158
1160
|
def linked_integration_runtime
|
|
1159
1161
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::LinkedIntegrationRuntime
|
|
1160
1162
|
end
|
|
1161
|
-
def
|
|
1162
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
1163
|
-
end
|
|
1164
|
-
def switch_case
|
|
1165
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::SwitchCase
|
|
1166
|
-
end
|
|
1167
|
-
def trigger_runs_query_response
|
|
1168
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::TriggerRunsQueryResponse
|
|
1163
|
+
def trigger
|
|
1164
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::Trigger
|
|
1169
1165
|
end
|
|
1170
1166
|
def trigger_reference
|
|
1171
1167
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::TriggerReference
|
|
1172
1168
|
end
|
|
1173
|
-
def
|
|
1174
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
1169
|
+
def factory_update_parameters
|
|
1170
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::FactoryUpdateParameters
|
|
1175
1171
|
end
|
|
1176
|
-
def
|
|
1177
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
1172
|
+
def switch_case
|
|
1173
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::SwitchCase
|
|
1178
1174
|
end
|
|
1179
|
-
def
|
|
1180
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
1175
|
+
def operation_log_specification
|
|
1176
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::OperationLogSpecification
|
|
1181
1177
|
end
|
|
1182
|
-
def
|
|
1183
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
1178
|
+
def copy_sink
|
|
1179
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::CopySink
|
|
1184
1180
|
end
|
|
1185
|
-
def
|
|
1186
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
1181
|
+
def create_data_flow_debug_session_response
|
|
1182
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::CreateDataFlowDebugSessionResponse
|
|
1187
1183
|
end
|
|
1188
1184
|
def dependency_reference
|
|
1189
1185
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::DependencyReference
|
|
1190
1186
|
end
|
|
1191
|
-
def
|
|
1192
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
1187
|
+
def redirect_incompatible_row_settings
|
|
1188
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::RedirectIncompatibleRowSettings
|
|
1193
1189
|
end
|
|
1194
1190
|
def retry_policy
|
|
1195
1191
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::RetryPolicy
|
|
1196
1192
|
end
|
|
1197
|
-
def
|
|
1198
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
|
1193
|
+
def ssis_object_metadata_status_response
|
|
1194
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::SsisObjectMetadataStatusResponse
|
|
1195
|
+
end
|
|
1196
|
+
def format_write_settings
|
|
1197
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::FormatWriteSettings
|
|
1198
|
+
end
|
|
1199
|
+
def pipeline_run_invoked_by
|
|
1200
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::PipelineRunInvokedBy
|
|
1199
1201
|
end
|
|
1200
1202
|
def store_write_settings
|
|
1201
1203
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::StoreWriteSettings
|
|
1202
1204
|
end
|
|
1205
|
+
def dataset
|
|
1206
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::Dataset
|
|
1207
|
+
end
|
|
1208
|
+
def polybase_settings
|
|
1209
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::PolybaseSettings
|
|
1210
|
+
end
|
|
1203
1211
|
def secure_string
|
|
1204
1212
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::SecureString
|
|
1205
1213
|
end
|