azure_sdk 0.60.0 → 0.65.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.
- checksums.yaml +4 -4
- data/lib/azure_sdk.rb +1 -1
- data/lib/azure_sdk/version.rb +1 -1
- data/lib/latest/latest_profile_client.rb +41 -1
- data/lib/latest/modules/appconfiguration_profile_module.rb +89 -81
- data/lib/latest/modules/automanage_profile_module.rb +183 -0
- data/lib/latest/modules/azurestackhci_profile_module.rb +119 -0
- data/lib/latest/modules/cdn_profile_module.rb +576 -174
- data/lib/latest/modules/compute_profile_module.rb +961 -805
- data/lib/latest/modules/containerservice_profile_module.rb +143 -139
- data/lib/latest/modules/datafactory_profile_module.rb +419 -351
- data/lib/latest/modules/digitaltwins_profile_module.rb +137 -0
- data/lib/latest/modules/hdinsight_profile_module.rb +85 -65
- data/lib/latest/modules/hybridcompute_profile_module.rb +177 -0
- data/lib/latest/modules/keyvault_profile_module.rb +426 -272
- data/lib/latest/modules/kusto_profile_module.rb +162 -158
- data/lib/latest/modules/mariadb_profile_module.rb +20 -4
- data/lib/latest/modules/mysql_profile_module.rb +122 -12
- data/lib/latest/modules/netapp_profile_module.rb +231 -105
- data/lib/latest/modules/network_profile_module.rb +1733 -1633
- data/lib/latest/modules/operationalinsights_profile_module.rb +173 -173
- data/lib/latest/modules/reservations_profile_module.rb +47 -59
- data/lib/latest/modules/storage_profile_module.rb +391 -377
- data/lib/latest/modules/subscriptions_profile_module.rb +92 -72
- metadata +102 -42
@@ -9,10 +9,10 @@ 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::
|
15
|
-
PrivateEndpointConnections = Azure::ContainerService::Mgmt::
|
12
|
+
Operations = Azure::ContainerService::Mgmt::V2020_07_01::Operations
|
13
|
+
ManagedClusters = Azure::ContainerService::Mgmt::V2020_07_01::ManagedClusters
|
14
|
+
AgentPools = Azure::ContainerService::Mgmt::V2020_07_01::AgentPools
|
15
|
+
PrivateEndpointConnections = Azure::ContainerService::Mgmt::V2020_07_01::PrivateEndpointConnections
|
16
16
|
|
17
17
|
module Models
|
18
18
|
ContainerServiceWindowsProfile = Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerServiceWindowsProfile
|
@@ -40,73 +40,74 @@ module Azure::Profiles::Latest
|
|
40
40
|
OrchestratorVersionProfile = Azure::ContainerService::Mgmt::V2019_08_01::Models::OrchestratorVersionProfile
|
41
41
|
OrchestratorProfile = Azure::ContainerService::Mgmt::V2019_08_01::Models::OrchestratorProfile
|
42
42
|
OrchestratorVersionProfileListResult = Azure::ContainerService::Mgmt::V2019_08_01::Models::OrchestratorVersionProfileListResult
|
43
|
-
ManagedClusterAddonProfile = Azure::ContainerService::Mgmt::
|
44
|
-
ManagedClusterAADProfile = Azure::ContainerService::Mgmt::
|
45
|
-
OperationListResult = Azure::ContainerService::Mgmt::
|
46
|
-
ManagedClusterPropertiesAutoScalerProfile = Azure::ContainerService::Mgmt::
|
47
|
-
SubResource = Azure::ContainerService::Mgmt::
|
48
|
-
ManagedClusterAPIServerAccessProfile = Azure::ContainerService::Mgmt::
|
49
|
-
ManagedClusterServicePrincipalProfile = Azure::ContainerService::Mgmt::
|
50
|
-
TagsObject = Azure::ContainerService::Mgmt::
|
51
|
-
ContainerServiceMasterProfile = Azure::ContainerService::Mgmt::
|
52
|
-
ManagedClusterAgentPoolProfileProperties = Azure::ContainerService::Mgmt::
|
53
|
-
PrivateEndpointConnectionListResult = Azure::ContainerService::Mgmt::
|
54
|
-
AgentPoolListResult = Azure::ContainerService::Mgmt::
|
55
|
-
ContainerServiceSshPublicKey = Azure::ContainerService::Mgmt::
|
56
|
-
ManagedClusterIdentityUserAssignedIdentitiesValue = Azure::ContainerService::Mgmt::
|
57
|
-
ContainerServiceLinuxProfile = Azure::ContainerService::Mgmt::
|
58
|
-
ManagedClusterIdentity = Azure::ContainerService::Mgmt::
|
59
|
-
ResourceReference = Azure::ContainerService::Mgmt::
|
60
|
-
ManagedClusterSKU = Azure::ContainerService::Mgmt::
|
61
|
-
ManagedClusterLoadBalancerProfileOutboundIPs = Azure::ContainerService::Mgmt::
|
62
|
-
PrivateEndpointConnection = Azure::ContainerService::Mgmt::
|
63
|
-
ContainerServiceNetworkProfile = Azure::ContainerService::Mgmt::
|
64
|
-
ManagedClusterListResult = Azure::ContainerService::Mgmt::
|
65
|
-
ContainerServiceDiagnosticsProfile = Azure::ContainerService::Mgmt::
|
66
|
-
UserAssignedIdentity = Azure::ContainerService::Mgmt::
|
67
|
-
OperationValue = Azure::ContainerService::Mgmt::
|
68
|
-
PrivateLinkServiceConnectionState = Azure::ContainerService::Mgmt::
|
69
|
-
AgentPoolUpgradeSettings = Azure::ContainerService::Mgmt::
|
70
|
-
ManagedClusterPoolUpgradeProfileUpgradesItem = Azure::ContainerService::Mgmt::
|
71
|
-
ContainerServiceSshConfiguration = Azure::ContainerService::Mgmt::
|
72
|
-
ManagedClusterPoolUpgradeProfile = Azure::ContainerService::Mgmt::
|
73
|
-
ManagedClusterLoadBalancerProfileOutboundIPPrefixes = Azure::ContainerService::Mgmt::
|
74
|
-
ManagedClusterUpgradeProfile = Azure::ContainerService::Mgmt::
|
75
|
-
ContainerServiceVMDiagnostics = Azure::ContainerService::Mgmt::
|
76
|
-
AgentPoolUpgradeProfilePropertiesUpgradesItem = Azure::ContainerService::Mgmt::
|
77
|
-
Resource = Azure::ContainerService::Mgmt::
|
78
|
-
AgentPoolUpgradeProfile = Azure::ContainerService::Mgmt::
|
79
|
-
ManagedClusterLoadBalancerProfileManagedOutboundIPs = Azure::ContainerService::Mgmt::
|
80
|
-
AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem = Azure::ContainerService::Mgmt::
|
81
|
-
PrivateEndpoint = Azure::ContainerService::Mgmt::
|
82
|
-
AgentPoolAvailableVersions = Azure::ContainerService::Mgmt::
|
83
|
-
ManagedClusterLoadBalancerProfile = Azure::ContainerService::Mgmt::
|
84
|
-
CredentialResult = Azure::ContainerService::Mgmt::
|
85
|
-
ManagedClusterWindowsProfile = Azure::ContainerService::Mgmt::
|
86
|
-
CredentialResults = Azure::ContainerService::Mgmt::
|
87
|
-
ManagedClusterAgentPoolProfile = Azure::ContainerService::Mgmt::
|
88
|
-
AgentPool = Azure::ContainerService::Mgmt::
|
89
|
-
ManagedClusterAddonProfileIdentity = Azure::ContainerService::Mgmt::
|
90
|
-
ManagedClusterPropertiesIdentityProfileValue = Azure::ContainerService::Mgmt::
|
91
|
-
ManagedCluster = Azure::ContainerService::Mgmt::
|
92
|
-
ManagedClusterAccessProfile = Azure::ContainerService::Mgmt::
|
93
|
-
ContainerServiceStorageProfileTypes = Azure::ContainerService::Mgmt::
|
94
|
-
ContainerServiceVMSizeTypes = Azure::ContainerService::Mgmt::
|
95
|
-
OSType = Azure::ContainerService::Mgmt::
|
96
|
-
AgentPoolType = Azure::ContainerService::Mgmt::
|
97
|
-
AgentPoolMode = Azure::ContainerService::Mgmt::
|
98
|
-
ScaleSetPriority = Azure::ContainerService::Mgmt::
|
99
|
-
ScaleSetEvictionPolicy = Azure::ContainerService::Mgmt::
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
43
|
+
ManagedClusterAddonProfile = Azure::ContainerService::Mgmt::V2020_07_01::Models::ManagedClusterAddonProfile
|
44
|
+
ManagedClusterAADProfile = Azure::ContainerService::Mgmt::V2020_07_01::Models::ManagedClusterAADProfile
|
45
|
+
OperationListResult = Azure::ContainerService::Mgmt::V2020_07_01::Models::OperationListResult
|
46
|
+
ManagedClusterPropertiesAutoScalerProfile = Azure::ContainerService::Mgmt::V2020_07_01::Models::ManagedClusterPropertiesAutoScalerProfile
|
47
|
+
SubResource = Azure::ContainerService::Mgmt::V2020_07_01::Models::SubResource
|
48
|
+
ManagedClusterAPIServerAccessProfile = Azure::ContainerService::Mgmt::V2020_07_01::Models::ManagedClusterAPIServerAccessProfile
|
49
|
+
ManagedClusterServicePrincipalProfile = Azure::ContainerService::Mgmt::V2020_07_01::Models::ManagedClusterServicePrincipalProfile
|
50
|
+
TagsObject = Azure::ContainerService::Mgmt::V2020_07_01::Models::TagsObject
|
51
|
+
ContainerServiceMasterProfile = Azure::ContainerService::Mgmt::V2020_07_01::Models::ContainerServiceMasterProfile
|
52
|
+
ManagedClusterAgentPoolProfileProperties = Azure::ContainerService::Mgmt::V2020_07_01::Models::ManagedClusterAgentPoolProfileProperties
|
53
|
+
PrivateEndpointConnectionListResult = Azure::ContainerService::Mgmt::V2020_07_01::Models::PrivateEndpointConnectionListResult
|
54
|
+
AgentPoolListResult = Azure::ContainerService::Mgmt::V2020_07_01::Models::AgentPoolListResult
|
55
|
+
ContainerServiceSshPublicKey = Azure::ContainerService::Mgmt::V2020_07_01::Models::ContainerServiceSshPublicKey
|
56
|
+
ManagedClusterIdentityUserAssignedIdentitiesValue = Azure::ContainerService::Mgmt::V2020_07_01::Models::ManagedClusterIdentityUserAssignedIdentitiesValue
|
57
|
+
ContainerServiceLinuxProfile = Azure::ContainerService::Mgmt::V2020_07_01::Models::ContainerServiceLinuxProfile
|
58
|
+
ManagedClusterIdentity = Azure::ContainerService::Mgmt::V2020_07_01::Models::ManagedClusterIdentity
|
59
|
+
ResourceReference = Azure::ContainerService::Mgmt::V2020_07_01::Models::ResourceReference
|
60
|
+
ManagedClusterSKU = Azure::ContainerService::Mgmt::V2020_07_01::Models::ManagedClusterSKU
|
61
|
+
ManagedClusterLoadBalancerProfileOutboundIPs = Azure::ContainerService::Mgmt::V2020_07_01::Models::ManagedClusterLoadBalancerProfileOutboundIPs
|
62
|
+
PrivateEndpointConnection = Azure::ContainerService::Mgmt::V2020_07_01::Models::PrivateEndpointConnection
|
63
|
+
ContainerServiceNetworkProfile = Azure::ContainerService::Mgmt::V2020_07_01::Models::ContainerServiceNetworkProfile
|
64
|
+
ManagedClusterListResult = Azure::ContainerService::Mgmt::V2020_07_01::Models::ManagedClusterListResult
|
65
|
+
ContainerServiceDiagnosticsProfile = Azure::ContainerService::Mgmt::V2020_07_01::Models::ContainerServiceDiagnosticsProfile
|
66
|
+
UserAssignedIdentity = Azure::ContainerService::Mgmt::V2020_07_01::Models::UserAssignedIdentity
|
67
|
+
OperationValue = Azure::ContainerService::Mgmt::V2020_07_01::Models::OperationValue
|
68
|
+
PrivateLinkServiceConnectionState = Azure::ContainerService::Mgmt::V2020_07_01::Models::PrivateLinkServiceConnectionState
|
69
|
+
AgentPoolUpgradeSettings = Azure::ContainerService::Mgmt::V2020_07_01::Models::AgentPoolUpgradeSettings
|
70
|
+
ManagedClusterPoolUpgradeProfileUpgradesItem = Azure::ContainerService::Mgmt::V2020_07_01::Models::ManagedClusterPoolUpgradeProfileUpgradesItem
|
71
|
+
ContainerServiceSshConfiguration = Azure::ContainerService::Mgmt::V2020_07_01::Models::ContainerServiceSshConfiguration
|
72
|
+
ManagedClusterPoolUpgradeProfile = Azure::ContainerService::Mgmt::V2020_07_01::Models::ManagedClusterPoolUpgradeProfile
|
73
|
+
ManagedClusterLoadBalancerProfileOutboundIPPrefixes = Azure::ContainerService::Mgmt::V2020_07_01::Models::ManagedClusterLoadBalancerProfileOutboundIPPrefixes
|
74
|
+
ManagedClusterUpgradeProfile = Azure::ContainerService::Mgmt::V2020_07_01::Models::ManagedClusterUpgradeProfile
|
75
|
+
ContainerServiceVMDiagnostics = Azure::ContainerService::Mgmt::V2020_07_01::Models::ContainerServiceVMDiagnostics
|
76
|
+
AgentPoolUpgradeProfilePropertiesUpgradesItem = Azure::ContainerService::Mgmt::V2020_07_01::Models::AgentPoolUpgradeProfilePropertiesUpgradesItem
|
77
|
+
Resource = Azure::ContainerService::Mgmt::V2020_07_01::Models::Resource
|
78
|
+
AgentPoolUpgradeProfile = Azure::ContainerService::Mgmt::V2020_07_01::Models::AgentPoolUpgradeProfile
|
79
|
+
ManagedClusterLoadBalancerProfileManagedOutboundIPs = Azure::ContainerService::Mgmt::V2020_07_01::Models::ManagedClusterLoadBalancerProfileManagedOutboundIPs
|
80
|
+
AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem = Azure::ContainerService::Mgmt::V2020_07_01::Models::AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem
|
81
|
+
PrivateEndpoint = Azure::ContainerService::Mgmt::V2020_07_01::Models::PrivateEndpoint
|
82
|
+
AgentPoolAvailableVersions = Azure::ContainerService::Mgmt::V2020_07_01::Models::AgentPoolAvailableVersions
|
83
|
+
ManagedClusterLoadBalancerProfile = Azure::ContainerService::Mgmt::V2020_07_01::Models::ManagedClusterLoadBalancerProfile
|
84
|
+
CredentialResult = Azure::ContainerService::Mgmt::V2020_07_01::Models::CredentialResult
|
85
|
+
ManagedClusterWindowsProfile = Azure::ContainerService::Mgmt::V2020_07_01::Models::ManagedClusterWindowsProfile
|
86
|
+
CredentialResults = Azure::ContainerService::Mgmt::V2020_07_01::Models::CredentialResults
|
87
|
+
ManagedClusterAgentPoolProfile = Azure::ContainerService::Mgmt::V2020_07_01::Models::ManagedClusterAgentPoolProfile
|
88
|
+
AgentPool = Azure::ContainerService::Mgmt::V2020_07_01::Models::AgentPool
|
89
|
+
ManagedClusterAddonProfileIdentity = Azure::ContainerService::Mgmt::V2020_07_01::Models::ManagedClusterAddonProfileIdentity
|
90
|
+
ManagedClusterPropertiesIdentityProfileValue = Azure::ContainerService::Mgmt::V2020_07_01::Models::ManagedClusterPropertiesIdentityProfileValue
|
91
|
+
ManagedCluster = Azure::ContainerService::Mgmt::V2020_07_01::Models::ManagedCluster
|
92
|
+
ManagedClusterAccessProfile = Azure::ContainerService::Mgmt::V2020_07_01::Models::ManagedClusterAccessProfile
|
93
|
+
ContainerServiceStorageProfileTypes = Azure::ContainerService::Mgmt::V2020_07_01::Models::ContainerServiceStorageProfileTypes
|
94
|
+
ContainerServiceVMSizeTypes = Azure::ContainerService::Mgmt::V2020_07_01::Models::ContainerServiceVMSizeTypes
|
95
|
+
OSType = Azure::ContainerService::Mgmt::V2020_07_01::Models::OSType
|
96
|
+
AgentPoolType = Azure::ContainerService::Mgmt::V2020_07_01::Models::AgentPoolType
|
97
|
+
AgentPoolMode = Azure::ContainerService::Mgmt::V2020_07_01::Models::AgentPoolMode
|
98
|
+
ScaleSetPriority = Azure::ContainerService::Mgmt::V2020_07_01::Models::ScaleSetPriority
|
99
|
+
ScaleSetEvictionPolicy = Azure::ContainerService::Mgmt::V2020_07_01::Models::ScaleSetEvictionPolicy
|
100
|
+
LicenseType = Azure::ContainerService::Mgmt::V2020_07_01::Models::LicenseType
|
101
|
+
NetworkPlugin = Azure::ContainerService::Mgmt::V2020_07_01::Models::NetworkPlugin
|
102
|
+
NetworkPolicy = Azure::ContainerService::Mgmt::V2020_07_01::Models::NetworkPolicy
|
103
|
+
NetworkMode = Azure::ContainerService::Mgmt::V2020_07_01::Models::NetworkMode
|
104
|
+
OutboundType = Azure::ContainerService::Mgmt::V2020_07_01::Models::OutboundType
|
105
|
+
LoadBalancerSku = Azure::ContainerService::Mgmt::V2020_07_01::Models::LoadBalancerSku
|
106
|
+
ResourceIdentityType = Azure::ContainerService::Mgmt::V2020_07_01::Models::ResourceIdentityType
|
107
|
+
ManagedClusterSKUName = Azure::ContainerService::Mgmt::V2020_07_01::Models::ManagedClusterSKUName
|
108
|
+
ManagedClusterSKUTier = Azure::ContainerService::Mgmt::V2020_07_01::Models::ManagedClusterSKUTier
|
109
|
+
PrivateEndpointConnectionProvisioningState = Azure::ContainerService::Mgmt::V2020_07_01::Models::PrivateEndpointConnectionProvisioningState
|
110
|
+
ConnectionStatus = Azure::ContainerService::Mgmt::V2020_07_01::Models::ConnectionStatus
|
110
111
|
end
|
111
112
|
|
112
113
|
class ContainerServiceManagementClass
|
@@ -141,7 +142,7 @@ module Azure::Profiles::Latest
|
|
141
142
|
add_telemetry(@client_3)
|
142
143
|
@container_services = @client_3.container_services
|
143
144
|
|
144
|
-
@client_4 = Azure::ContainerService::Mgmt::
|
145
|
+
@client_4 = Azure::ContainerService::Mgmt::V2020_07_01::ContainerServiceClient.new(configurable.credentials, base_url, options)
|
145
146
|
if(@client_4.respond_to?(:subscription_id))
|
146
147
|
@client_4.subscription_id = configurable.subscription_id
|
147
148
|
end
|
@@ -252,205 +253,208 @@ module Azure::Profiles::Latest
|
|
252
253
|
Azure::ContainerService::Mgmt::V2019_08_01::Models::OrchestratorVersionProfileListResult
|
253
254
|
end
|
254
255
|
def managed_cluster_addon_profile
|
255
|
-
Azure::ContainerService::Mgmt::
|
256
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::ManagedClusterAddonProfile
|
256
257
|
end
|
257
258
|
def managed_cluster_aadprofile
|
258
|
-
Azure::ContainerService::Mgmt::
|
259
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::ManagedClusterAADProfile
|
259
260
|
end
|
260
261
|
def operation_list_result
|
261
|
-
Azure::ContainerService::Mgmt::
|
262
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::OperationListResult
|
262
263
|
end
|
263
264
|
def managed_cluster_properties_auto_scaler_profile
|
264
|
-
Azure::ContainerService::Mgmt::
|
265
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::ManagedClusterPropertiesAutoScalerProfile
|
265
266
|
end
|
266
267
|
def sub_resource
|
267
|
-
Azure::ContainerService::Mgmt::
|
268
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::SubResource
|
268
269
|
end
|
269
270
|
def managed_cluster_apiserver_access_profile
|
270
|
-
Azure::ContainerService::Mgmt::
|
271
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::ManagedClusterAPIServerAccessProfile
|
271
272
|
end
|
272
273
|
def managed_cluster_service_principal_profile
|
273
|
-
Azure::ContainerService::Mgmt::
|
274
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::ManagedClusterServicePrincipalProfile
|
274
275
|
end
|
275
276
|
def tags_object
|
276
|
-
Azure::ContainerService::Mgmt::
|
277
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::TagsObject
|
277
278
|
end
|
278
279
|
def container_service_master_profile
|
279
|
-
Azure::ContainerService::Mgmt::
|
280
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::ContainerServiceMasterProfile
|
280
281
|
end
|
281
282
|
def managed_cluster_agent_pool_profile_properties
|
282
|
-
Azure::ContainerService::Mgmt::
|
283
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::ManagedClusterAgentPoolProfileProperties
|
283
284
|
end
|
284
285
|
def private_endpoint_connection_list_result
|
285
|
-
Azure::ContainerService::Mgmt::
|
286
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::PrivateEndpointConnectionListResult
|
286
287
|
end
|
287
288
|
def agent_pool_list_result
|
288
|
-
Azure::ContainerService::Mgmt::
|
289
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::AgentPoolListResult
|
289
290
|
end
|
290
291
|
def container_service_ssh_public_key
|
291
|
-
Azure::ContainerService::Mgmt::
|
292
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::ContainerServiceSshPublicKey
|
292
293
|
end
|
293
294
|
def managed_cluster_identity_user_assigned_identities_value
|
294
|
-
Azure::ContainerService::Mgmt::
|
295
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::ManagedClusterIdentityUserAssignedIdentitiesValue
|
295
296
|
end
|
296
297
|
def container_service_linux_profile
|
297
|
-
Azure::ContainerService::Mgmt::
|
298
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::ContainerServiceLinuxProfile
|
298
299
|
end
|
299
300
|
def managed_cluster_identity
|
300
|
-
Azure::ContainerService::Mgmt::
|
301
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::ManagedClusterIdentity
|
301
302
|
end
|
302
303
|
def resource_reference
|
303
|
-
Azure::ContainerService::Mgmt::
|
304
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::ResourceReference
|
304
305
|
end
|
305
306
|
def managed_cluster_sku
|
306
|
-
Azure::ContainerService::Mgmt::
|
307
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::ManagedClusterSKU
|
307
308
|
end
|
308
309
|
def managed_cluster_load_balancer_profile_outbound_ips
|
309
|
-
Azure::ContainerService::Mgmt::
|
310
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::ManagedClusterLoadBalancerProfileOutboundIPs
|
310
311
|
end
|
311
312
|
def private_endpoint_connection
|
312
|
-
Azure::ContainerService::Mgmt::
|
313
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::PrivateEndpointConnection
|
313
314
|
end
|
314
315
|
def container_service_network_profile
|
315
|
-
Azure::ContainerService::Mgmt::
|
316
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::ContainerServiceNetworkProfile
|
316
317
|
end
|
317
318
|
def managed_cluster_list_result
|
318
|
-
Azure::ContainerService::Mgmt::
|
319
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::ManagedClusterListResult
|
319
320
|
end
|
320
321
|
def container_service_diagnostics_profile
|
321
|
-
Azure::ContainerService::Mgmt::
|
322
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::ContainerServiceDiagnosticsProfile
|
322
323
|
end
|
323
324
|
def user_assigned_identity
|
324
|
-
Azure::ContainerService::Mgmt::
|
325
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::UserAssignedIdentity
|
325
326
|
end
|
326
327
|
def operation_value
|
327
|
-
Azure::ContainerService::Mgmt::
|
328
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::OperationValue
|
328
329
|
end
|
329
330
|
def private_link_service_connection_state
|
330
|
-
Azure::ContainerService::Mgmt::
|
331
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::PrivateLinkServiceConnectionState
|
331
332
|
end
|
332
333
|
def agent_pool_upgrade_settings
|
333
|
-
Azure::ContainerService::Mgmt::
|
334
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::AgentPoolUpgradeSettings
|
334
335
|
end
|
335
336
|
def managed_cluster_pool_upgrade_profile_upgrades_item
|
336
|
-
Azure::ContainerService::Mgmt::
|
337
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::ManagedClusterPoolUpgradeProfileUpgradesItem
|
337
338
|
end
|
338
339
|
def container_service_ssh_configuration
|
339
|
-
Azure::ContainerService::Mgmt::
|
340
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::ContainerServiceSshConfiguration
|
340
341
|
end
|
341
342
|
def managed_cluster_pool_upgrade_profile
|
342
|
-
Azure::ContainerService::Mgmt::
|
343
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::ManagedClusterPoolUpgradeProfile
|
343
344
|
end
|
344
345
|
def managed_cluster_load_balancer_profile_outbound_ipprefixes
|
345
|
-
Azure::ContainerService::Mgmt::
|
346
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::ManagedClusterLoadBalancerProfileOutboundIPPrefixes
|
346
347
|
end
|
347
348
|
def managed_cluster_upgrade_profile
|
348
|
-
Azure::ContainerService::Mgmt::
|
349
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::ManagedClusterUpgradeProfile
|
349
350
|
end
|
350
351
|
def container_service_vmdiagnostics
|
351
|
-
Azure::ContainerService::Mgmt::
|
352
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::ContainerServiceVMDiagnostics
|
352
353
|
end
|
353
354
|
def agent_pool_upgrade_profile_properties_upgrades_item
|
354
|
-
Azure::ContainerService::Mgmt::
|
355
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::AgentPoolUpgradeProfilePropertiesUpgradesItem
|
355
356
|
end
|
356
357
|
def resource
|
357
|
-
Azure::ContainerService::Mgmt::
|
358
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::Resource
|
358
359
|
end
|
359
360
|
def agent_pool_upgrade_profile
|
360
|
-
Azure::ContainerService::Mgmt::
|
361
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::AgentPoolUpgradeProfile
|
361
362
|
end
|
362
363
|
def managed_cluster_load_balancer_profile_managed_outbound_ips
|
363
|
-
Azure::ContainerService::Mgmt::
|
364
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::ManagedClusterLoadBalancerProfileManagedOutboundIPs
|
364
365
|
end
|
365
366
|
def agent_pool_available_versions_properties_agent_pool_versions_item
|
366
|
-
Azure::ContainerService::Mgmt::
|
367
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem
|
367
368
|
end
|
368
369
|
def private_endpoint
|
369
|
-
Azure::ContainerService::Mgmt::
|
370
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::PrivateEndpoint
|
370
371
|
end
|
371
372
|
def agent_pool_available_versions
|
372
|
-
Azure::ContainerService::Mgmt::
|
373
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::AgentPoolAvailableVersions
|
373
374
|
end
|
374
375
|
def managed_cluster_load_balancer_profile
|
375
|
-
Azure::ContainerService::Mgmt::
|
376
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::ManagedClusterLoadBalancerProfile
|
376
377
|
end
|
377
378
|
def credential_result
|
378
|
-
Azure::ContainerService::Mgmt::
|
379
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::CredentialResult
|
379
380
|
end
|
380
381
|
def managed_cluster_windows_profile
|
381
|
-
Azure::ContainerService::Mgmt::
|
382
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::ManagedClusterWindowsProfile
|
382
383
|
end
|
383
384
|
def credential_results
|
384
|
-
Azure::ContainerService::Mgmt::
|
385
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::CredentialResults
|
385
386
|
end
|
386
387
|
def managed_cluster_agent_pool_profile
|
387
|
-
Azure::ContainerService::Mgmt::
|
388
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::ManagedClusterAgentPoolProfile
|
388
389
|
end
|
389
390
|
def agent_pool
|
390
|
-
Azure::ContainerService::Mgmt::
|
391
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::AgentPool
|
391
392
|
end
|
392
393
|
def managed_cluster_addon_profile_identity
|
393
|
-
Azure::ContainerService::Mgmt::
|
394
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::ManagedClusterAddonProfileIdentity
|
394
395
|
end
|
395
396
|
def managed_cluster_properties_identity_profile_value
|
396
|
-
Azure::ContainerService::Mgmt::
|
397
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::ManagedClusterPropertiesIdentityProfileValue
|
397
398
|
end
|
398
399
|
def managed_cluster
|
399
|
-
Azure::ContainerService::Mgmt::
|
400
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::ManagedCluster
|
400
401
|
end
|
401
402
|
def managed_cluster_access_profile
|
402
|
-
Azure::ContainerService::Mgmt::
|
403
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::ManagedClusterAccessProfile
|
403
404
|
end
|
404
405
|
def container_service_storage_profile_types
|
405
|
-
Azure::ContainerService::Mgmt::
|
406
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::ContainerServiceStorageProfileTypes
|
406
407
|
end
|
407
408
|
def container_service_vmsize_types
|
408
|
-
Azure::ContainerService::Mgmt::
|
409
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::ContainerServiceVMSizeTypes
|
409
410
|
end
|
410
411
|
def ostype
|
411
|
-
Azure::ContainerService::Mgmt::
|
412
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::OSType
|
412
413
|
end
|
413
414
|
def agent_pool_type
|
414
|
-
Azure::ContainerService::Mgmt::
|
415
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::AgentPoolType
|
415
416
|
end
|
416
417
|
def agent_pool_mode
|
417
|
-
Azure::ContainerService::Mgmt::
|
418
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::AgentPoolMode
|
418
419
|
end
|
419
420
|
def scale_set_priority
|
420
|
-
Azure::ContainerService::Mgmt::
|
421
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::ScaleSetPriority
|
421
422
|
end
|
422
423
|
def scale_set_eviction_policy
|
423
|
-
Azure::ContainerService::Mgmt::
|
424
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::ScaleSetEvictionPolicy
|
425
|
+
end
|
426
|
+
def license_type
|
427
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::LicenseType
|
424
428
|
end
|
425
429
|
def network_plugin
|
426
|
-
Azure::ContainerService::Mgmt::
|
430
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::NetworkPlugin
|
427
431
|
end
|
428
432
|
def network_policy
|
429
|
-
Azure::ContainerService::Mgmt::
|
433
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::NetworkPolicy
|
430
434
|
end
|
431
435
|
def network_mode
|
432
|
-
Azure::ContainerService::Mgmt::
|
436
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::NetworkMode
|
433
437
|
end
|
434
438
|
def outbound_type
|
435
|
-
Azure::ContainerService::Mgmt::
|
439
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::OutboundType
|
436
440
|
end
|
437
441
|
def load_balancer_sku
|
438
|
-
Azure::ContainerService::Mgmt::
|
442
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::LoadBalancerSku
|
439
443
|
end
|
440
444
|
def resource_identity_type
|
441
|
-
Azure::ContainerService::Mgmt::
|
445
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::ResourceIdentityType
|
442
446
|
end
|
443
447
|
def managed_cluster_skuname
|
444
|
-
Azure::ContainerService::Mgmt::
|
448
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::ManagedClusterSKUName
|
445
449
|
end
|
446
450
|
def managed_cluster_skutier
|
447
|
-
Azure::ContainerService::Mgmt::
|
451
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::ManagedClusterSKUTier
|
448
452
|
end
|
449
453
|
def private_endpoint_connection_provisioning_state
|
450
|
-
Azure::ContainerService::Mgmt::
|
454
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::PrivateEndpointConnectionProvisioningState
|
451
455
|
end
|
452
456
|
def connection_status
|
453
|
-
Azure::ContainerService::Mgmt::
|
457
|
+
Azure::ContainerService::Mgmt::V2020_07_01::Models::ConnectionStatus
|
454
458
|
end
|
455
459
|
end
|
456
460
|
end
|
@@ -22,174 +22,183 @@ module Azure::Profiles::Latest
|
|
22
22
|
TriggerRuns = Azure::DataFactory::Mgmt::V2018_06_01::TriggerRuns
|
23
23
|
DataFlows = Azure::DataFactory::Mgmt::V2018_06_01::DataFlows
|
24
24
|
DataFlowDebugSession = Azure::DataFactory::Mgmt::V2018_06_01::DataFlowDebugSession
|
25
|
+
ManagedVirtualNetworks = Azure::DataFactory::Mgmt::V2018_06_01::ManagedVirtualNetworks
|
26
|
+
ManagedPrivateEndpoints = Azure::DataFactory::Mgmt::V2018_06_01::ManagedPrivateEndpoints
|
25
27
|
|
26
28
|
module Models
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
AzureMLWebServiceFile = Azure::DataFactory::Mgmt::V2018_06_01::Models::AzureMLWebServiceFile
|
35
|
-
CreateDataFlowDebugSessionRequest = Azure::DataFactory::Mgmt::V2018_06_01::Models::CreateDataFlowDebugSessionRequest
|
36
|
-
FactoryIdentity = Azure::DataFactory::Mgmt::V2018_06_01::Models::FactoryIdentity
|
29
|
+
DataFlowReference = Azure::DataFactory::Mgmt::V2018_06_01::Models::DataFlowReference
|
30
|
+
ConnectionStateProperties = Azure::DataFactory::Mgmt::V2018_06_01::Models::ConnectionStateProperties
|
31
|
+
SubResource = Azure::DataFactory::Mgmt::V2018_06_01::Models::SubResource
|
32
|
+
ManagedPrivateEndpoint = Azure::DataFactory::Mgmt::V2018_06_01::Models::ManagedPrivateEndpoint
|
33
|
+
Expression = Azure::DataFactory::Mgmt::V2018_06_01::Models::Expression
|
34
|
+
AddDataFlowToDebugSessionResponse = Azure::DataFactory::Mgmt::V2018_06_01::Models::AddDataFlowToDebugSessionResponse
|
35
|
+
DeleteDataFlowDebugSessionRequest = Azure::DataFactory::Mgmt::V2018_06_01::Models::DeleteDataFlowDebugSessionRequest
|
37
36
|
CreateDataFlowDebugSessionResponse = Azure::DataFactory::Mgmt::V2018_06_01::Models::CreateDataFlowDebugSessionResponse
|
38
|
-
GlobalParameterSpecification = Azure::DataFactory::Mgmt::V2018_06_01::Models::GlobalParameterSpecification
|
39
37
|
DataFlowSourceSetting = Azure::DataFactory::Mgmt::V2018_06_01::Models::DataFlowSourceSetting
|
38
|
+
FactoryIdentity = Azure::DataFactory::Mgmt::V2018_06_01::Models::FactoryIdentity
|
39
|
+
DataFlowStagingInfo = Azure::DataFactory::Mgmt::V2018_06_01::Models::DataFlowStagingInfo
|
40
|
+
GlobalParameterSpecification = Azure::DataFactory::Mgmt::V2018_06_01::Models::GlobalParameterSpecification
|
41
|
+
DWCopyCommandSettings = Azure::DataFactory::Mgmt::V2018_06_01::Models::DWCopyCommandSettings
|
40
42
|
FactoryListResponse = Azure::DataFactory::Mgmt::V2018_06_01::Models::FactoryListResponse
|
41
|
-
|
42
|
-
|
43
|
-
|
43
|
+
DataFlowDebugPackageDebugSettings = Azure::DataFactory::Mgmt::V2018_06_01::Models::DataFlowDebugPackageDebugSettings
|
44
|
+
SSISExecutionParameter = Azure::DataFactory::Mgmt::V2018_06_01::Models::SSISExecutionParameter
|
45
|
+
DataFlowDebugPackage = Azure::DataFactory::Mgmt::V2018_06_01::Models::DataFlowDebugPackage
|
44
46
|
IntegrationRuntimeReference = Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeReference
|
45
|
-
|
47
|
+
LinkedServiceReference = Azure::DataFactory::Mgmt::V2018_06_01::Models::LinkedServiceReference
|
46
48
|
IntegrationRuntimeStatus = Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeStatus
|
47
|
-
|
49
|
+
ExecuteDataFlowActivityTypePropertiesCompute = Azure::DataFactory::Mgmt::V2018_06_01::Models::ExecuteDataFlowActivityTypePropertiesCompute
|
48
50
|
IntegrationRuntimeStatusListResponse = Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeStatusListResponse
|
49
|
-
|
51
|
+
DataFlowDebugCommandPayload = Azure::DataFactory::Mgmt::V2018_06_01::Models::DataFlowDebugCommandPayload
|
50
52
|
UpdateIntegrationRuntimeNodeRequest = Azure::DataFactory::Mgmt::V2018_06_01::Models::UpdateIntegrationRuntimeNodeRequest
|
51
|
-
|
53
|
+
DataFlowDebugCommandRequest = Azure::DataFactory::Mgmt::V2018_06_01::Models::DataFlowDebugCommandRequest
|
52
54
|
CreateLinkedIntegrationRuntimeRequest = Azure::DataFactory::Mgmt::V2018_06_01::Models::CreateLinkedIntegrationRuntimeRequest
|
53
|
-
|
55
|
+
DataFlowDebugCommandResponse = Azure::DataFactory::Mgmt::V2018_06_01::Models::DataFlowDebugCommandResponse
|
54
56
|
LinkedService = Azure::DataFactory::Mgmt::V2018_06_01::Models::LinkedService
|
55
|
-
|
57
|
+
DataFlowDebugSessionInfo = Azure::DataFactory::Mgmt::V2018_06_01::Models::DataFlowDebugSessionInfo
|
56
58
|
LinkedServiceListResponse = Azure::DataFactory::Mgmt::V2018_06_01::Models::LinkedServiceListResponse
|
57
|
-
|
59
|
+
QueryDataFlowDebugSessionsResponse = Azure::DataFactory::Mgmt::V2018_06_01::Models::QueryDataFlowDebugSessionsResponse
|
58
60
|
Dataset = Azure::DataFactory::Mgmt::V2018_06_01::Models::Dataset
|
59
|
-
|
61
|
+
GetDataFactoryOperationStatusResponse = Azure::DataFactory::Mgmt::V2018_06_01::Models::GetDataFactoryOperationStatusResponse
|
60
62
|
DatasetListResponse = Azure::DataFactory::Mgmt::V2018_06_01::Models::DatasetListResponse
|
61
|
-
|
63
|
+
Resource = Azure::DataFactory::Mgmt::V2018_06_01::Models::Resource
|
62
64
|
UserProperty = Azure::DataFactory::Mgmt::V2018_06_01::Models::UserProperty
|
63
|
-
|
65
|
+
SubResourceDebugResource = Azure::DataFactory::Mgmt::V2018_06_01::Models::SubResourceDebugResource
|
64
66
|
VariableSpecification = Azure::DataFactory::Mgmt::V2018_06_01::Models::VariableSpecification
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
Trigger = Azure::DataFactory::Mgmt::V2018_06_01::Models::Trigger
|
69
|
-
FormatReadSettings = Azure::DataFactory::Mgmt::V2018_06_01::Models::FormatReadSettings
|
70
|
-
TriggerQueryResponse = Azure::DataFactory::Mgmt::V2018_06_01::Models::TriggerQueryResponse
|
71
|
-
Transformation = Azure::DataFactory::Mgmt::V2018_06_01::Models::Transformation
|
72
|
-
CreateRunResponse = Azure::DataFactory::Mgmt::V2018_06_01::Models::CreateRunResponse
|
73
|
-
DistcpSettings = Azure::DataFactory::Mgmt::V2018_06_01::Models::DistcpSettings
|
74
|
-
TriggerSubscriptionOperationStatus = Azure::DataFactory::Mgmt::V2018_06_01::Models::TriggerSubscriptionOperationStatus
|
75
|
-
SSISLogLocation = Azure::DataFactory::Mgmt::V2018_06_01::Models::SSISLogLocation
|
76
|
-
FormatWriteSettings = Azure::DataFactory::Mgmt::V2018_06_01::Models::FormatWriteSettings
|
67
|
+
PipelineFolder = Azure::DataFactory::Mgmt::V2018_06_01::Models::PipelineFolder
|
68
|
+
ActivityPolicy = Azure::DataFactory::Mgmt::V2018_06_01::Models::ActivityPolicy
|
69
|
+
PipelineListResponse = Azure::DataFactory::Mgmt::V2018_06_01::Models::PipelineListResponse
|
77
70
|
SSISAccessCredential = Azure::DataFactory::Mgmt::V2018_06_01::Models::SSISAccessCredential
|
78
|
-
|
71
|
+
SSISPackageLocation = Azure::DataFactory::Mgmt::V2018_06_01::Models::SSISPackageLocation
|
72
|
+
ManagedPrivateEndpointListResponse = Azure::DataFactory::Mgmt::V2018_06_01::Models::ManagedPrivateEndpointListResponse
|
73
|
+
TriggerListResponse = Azure::DataFactory::Mgmt::V2018_06_01::Models::TriggerListResponse
|
74
|
+
ManagedVirtualNetwork = Azure::DataFactory::Mgmt::V2018_06_01::Models::ManagedVirtualNetwork
|
79
75
|
CustomActivityReferenceObject = Azure::DataFactory::Mgmt::V2018_06_01::Models::CustomActivityReferenceObject
|
80
|
-
|
76
|
+
SkipErrorFile = Azure::DataFactory::Mgmt::V2018_06_01::Models::SkipErrorFile
|
77
|
+
ManagedVirtualNetworkListResponse = Azure::DataFactory::Mgmt::V2018_06_01::Models::ManagedVirtualNetworkListResponse
|
78
|
+
FactoryRepoUpdate = Azure::DataFactory::Mgmt::V2018_06_01::Models::FactoryRepoUpdate
|
81
79
|
LogStorageSettings = Azure::DataFactory::Mgmt::V2018_06_01::Models::LogStorageSettings
|
82
|
-
|
80
|
+
GitHubAccessTokenResponse = Azure::DataFactory::Mgmt::V2018_06_01::Models::GitHubAccessTokenResponse
|
83
81
|
CopySource = Azure::DataFactory::Mgmt::V2018_06_01::Models::CopySource
|
84
|
-
|
82
|
+
AccessPolicyResponse = Azure::DataFactory::Mgmt::V2018_06_01::Models::AccessPolicyResponse
|
83
|
+
Transformation = Azure::DataFactory::Mgmt::V2018_06_01::Models::Transformation
|
84
|
+
TriggerPipelineReference = Azure::DataFactory::Mgmt::V2018_06_01::Models::TriggerPipelineReference
|
85
|
+
FormatReadSettings = Azure::DataFactory::Mgmt::V2018_06_01::Models::FormatReadSettings
|
86
|
+
DatasetReference = Azure::DataFactory::Mgmt::V2018_06_01::Models::DatasetReference
|
87
|
+
DistcpSettings = Azure::DataFactory::Mgmt::V2018_06_01::Models::DistcpSettings
|
88
|
+
ImportSettings = Azure::DataFactory::Mgmt::V2018_06_01::Models::ImportSettings
|
85
89
|
SapHanaPartitionSettings = Azure::DataFactory::Mgmt::V2018_06_01::Models::SapHanaPartitionSettings
|
86
|
-
|
90
|
+
RunQueryFilter = Azure::DataFactory::Mgmt::V2018_06_01::Models::RunQueryFilter
|
87
91
|
SapTablePartitionSettings = Azure::DataFactory::Mgmt::V2018_06_01::Models::SapTablePartitionSettings
|
88
|
-
|
92
|
+
RunFilterParameters = Azure::DataFactory::Mgmt::V2018_06_01::Models::RunFilterParameters
|
89
93
|
StoredProcedureParameter = Azure::DataFactory::Mgmt::V2018_06_01::Models::StoredProcedureParameter
|
90
|
-
|
94
|
+
PipelineRun = Azure::DataFactory::Mgmt::V2018_06_01::Models::PipelineRun
|
91
95
|
SqlPartitionSettings = Azure::DataFactory::Mgmt::V2018_06_01::Models::SqlPartitionSettings
|
92
|
-
|
96
|
+
ActivityRun = Azure::DataFactory::Mgmt::V2018_06_01::Models::ActivityRun
|
93
97
|
TeradataPartitionSettings = Azure::DataFactory::Mgmt::V2018_06_01::Models::TeradataPartitionSettings
|
94
|
-
|
98
|
+
TriggerRun = Azure::DataFactory::Mgmt::V2018_06_01::Models::TriggerRun
|
95
99
|
NetezzaPartitionSettings = Azure::DataFactory::Mgmt::V2018_06_01::Models::NetezzaPartitionSettings
|
96
|
-
|
97
|
-
ScriptAction = Azure::DataFactory::Mgmt::V2018_06_01::Models::ScriptAction
|
98
|
-
TriggerRunsQueryResponse = Azure::DataFactory::Mgmt::V2018_06_01::Models::TriggerRunsQueryResponse
|
99
|
-
StoreReadSettings = Azure::DataFactory::Mgmt::V2018_06_01::Models::StoreReadSettings
|
100
|
-
OperationLogSpecification = Azure::DataFactory::Mgmt::V2018_06_01::Models::OperationLogSpecification
|
100
|
+
OperationDisplay = Azure::DataFactory::Mgmt::V2018_06_01::Models::OperationDisplay
|
101
101
|
RedshiftUnloadSettings = Azure::DataFactory::Mgmt::V2018_06_01::Models::RedshiftUnloadSettings
|
102
|
-
|
103
|
-
WebActivityAuthentication = Azure::DataFactory::Mgmt::V2018_06_01::Models::WebActivityAuthentication
|
104
|
-
OperationServiceSpecification = Azure::DataFactory::Mgmt::V2018_06_01::Models::OperationServiceSpecification
|
102
|
+
OperationMetricAvailability = Azure::DataFactory::Mgmt::V2018_06_01::Models::OperationMetricAvailability
|
105
103
|
OraclePartitionSettings = Azure::DataFactory::Mgmt::V2018_06_01::Models::OraclePartitionSettings
|
106
|
-
|
104
|
+
OperationMetricSpecification = Azure::DataFactory::Mgmt::V2018_06_01::Models::OperationMetricSpecification
|
107
105
|
MongoDbCursorMethodsProperties = Azure::DataFactory::Mgmt::V2018_06_01::Models::MongoDbCursorMethodsProperties
|
108
|
-
|
106
|
+
Operation = Azure::DataFactory::Mgmt::V2018_06_01::Models::Operation
|
107
|
+
AdditionalColumns = Azure::DataFactory::Mgmt::V2018_06_01::Models::AdditionalColumns
|
108
|
+
GetSsisObjectMetadataRequest = Azure::DataFactory::Mgmt::V2018_06_01::Models::GetSsisObjectMetadataRequest
|
109
|
+
ScriptAction = Azure::DataFactory::Mgmt::V2018_06_01::Models::ScriptAction
|
110
|
+
ExposureControlRequest = Azure::DataFactory::Mgmt::V2018_06_01::Models::ExposureControlRequest
|
109
111
|
ExportSettings = Azure::DataFactory::Mgmt::V2018_06_01::Models::ExportSettings
|
110
112
|
ExposureControlResponse = Azure::DataFactory::Mgmt::V2018_06_01::Models::ExposureControlResponse
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
SSISExecutionCredential = Azure::DataFactory::Mgmt::V2018_06_01::Models::SSISExecutionCredential
|
116
|
-
RedirectIncompatibleRowSettings = Azure::DataFactory::Mgmt::V2018_06_01::Models::RedirectIncompatibleRowSettings
|
117
|
-
SSISChildPackage = Azure::DataFactory::Mgmt::V2018_06_01::Models::SSISChildPackage
|
118
|
-
IntegrationRuntimeListResponse = Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeListResponse
|
113
|
+
StoreReadSettings = Azure::DataFactory::Mgmt::V2018_06_01::Models::StoreReadSettings
|
114
|
+
DataFlowFolder = Azure::DataFactory::Mgmt::V2018_06_01::Models::DataFlowFolder
|
115
|
+
WebActivityAuthentication = Azure::DataFactory::Mgmt::V2018_06_01::Models::WebActivityAuthentication
|
116
|
+
DWCopyCommandDefaultValue = Azure::DataFactory::Mgmt::V2018_06_01::Models::DWCopyCommandDefaultValue
|
119
117
|
CompressionReadSettings = Azure::DataFactory::Mgmt::V2018_06_01::Models::CompressionReadSettings
|
120
|
-
|
121
|
-
|
122
|
-
|
118
|
+
CreateDataFlowDebugSessionRequest = Azure::DataFactory::Mgmt::V2018_06_01::Models::CreateDataFlowDebugSessionRequest
|
119
|
+
SSISLogLocation = Azure::DataFactory::Mgmt::V2018_06_01::Models::SSISLogLocation
|
120
|
+
FactoryRepoConfiguration = Azure::DataFactory::Mgmt::V2018_06_01::Models::FactoryRepoConfiguration
|
121
|
+
DatasetStorageFormat = Azure::DataFactory::Mgmt::V2018_06_01::Models::DatasetStorageFormat
|
122
|
+
IntegrationRuntime = Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntime
|
123
123
|
IntegrationRuntimeConnectionInfo = Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeConnectionInfo
|
124
|
-
|
124
|
+
SSISExecutionCredential = Azure::DataFactory::Mgmt::V2018_06_01::Models::SSISExecutionCredential
|
125
125
|
IntegrationRuntimeRegenerateKeyParameters = Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeRegenerateKeyParameters
|
126
|
-
|
126
|
+
UpdateIntegrationRuntimeRequest = Azure::DataFactory::Mgmt::V2018_06_01::Models::UpdateIntegrationRuntimeRequest
|
127
127
|
IntegrationRuntimeAuthKeys = Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeAuthKeys
|
128
|
-
|
128
|
+
ParameterSpecification = Azure::DataFactory::Mgmt::V2018_06_01::Models::ParameterSpecification
|
129
129
|
IntegrationRuntimeMonitoringData = Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeMonitoringData
|
130
|
-
|
130
|
+
DatasetFolder = Azure::DataFactory::Mgmt::V2018_06_01::Models::DatasetFolder
|
131
131
|
IntegrationRuntimeNodeMonitoringData = Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeNodeMonitoringData
|
132
|
-
|
132
|
+
ActivityDependency = Azure::DataFactory::Mgmt::V2018_06_01::Models::ActivityDependency
|
133
|
+
DatasetCompression = Azure::DataFactory::Mgmt::V2018_06_01::Models::DatasetCompression
|
134
|
+
SSISChildPackage = Azure::DataFactory::Mgmt::V2018_06_01::Models::SSISChildPackage
|
133
135
|
SsisObjectMetadataListResponse = Azure::DataFactory::Mgmt::V2018_06_01::Models::SsisObjectMetadataListResponse
|
134
|
-
|
136
|
+
TriggerQueryResponse = Azure::DataFactory::Mgmt::V2018_06_01::Models::TriggerQueryResponse
|
135
137
|
SsisObjectMetadata = Azure::DataFactory::Mgmt::V2018_06_01::Models::SsisObjectMetadata
|
136
|
-
|
137
|
-
DatasetStorageFormat = Azure::DataFactory::Mgmt::V2018_06_01::Models::DatasetStorageFormat
|
138
|
-
TriggerPipelineReference = Azure::DataFactory::Mgmt::V2018_06_01::Models::TriggerPipelineReference
|
138
|
+
TriggerSubscriptionOperationStatus = Azure::DataFactory::Mgmt::V2018_06_01::Models::TriggerSubscriptionOperationStatus
|
139
139
|
SsisEnvironmentReference = Azure::DataFactory::Mgmt::V2018_06_01::Models::SsisEnvironmentReference
|
140
|
-
|
140
|
+
GitHubAccessTokenRequest = Azure::DataFactory::Mgmt::V2018_06_01::Models::GitHubAccessTokenRequest
|
141
141
|
SsisParameter = Azure::DataFactory::Mgmt::V2018_06_01::Models::SsisParameter
|
142
|
-
|
142
|
+
PipelineReference = Azure::DataFactory::Mgmt::V2018_06_01::Models::PipelineReference
|
143
143
|
SsisVariable = Azure::DataFactory::Mgmt::V2018_06_01::Models::SsisVariable
|
144
|
-
|
145
|
-
DatasetLocation = Azure::DataFactory::Mgmt::V2018_06_01::Models::DatasetLocation
|
146
|
-
OperationDisplay = Azure::DataFactory::Mgmt::V2018_06_01::Models::OperationDisplay
|
144
|
+
StagingSettings = Azure::DataFactory::Mgmt::V2018_06_01::Models::StagingSettings
|
147
145
|
IntegrationRuntimeNodeIpAddress = Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeNodeIpAddress
|
148
|
-
|
149
|
-
DatasetCompression = Azure::DataFactory::Mgmt::V2018_06_01::Models::DatasetCompression
|
150
|
-
GetSsisObjectMetadataRequest = Azure::DataFactory::Mgmt::V2018_06_01::Models::GetSsisObjectMetadataRequest
|
146
|
+
RunQueryOrderBy = Azure::DataFactory::Mgmt::V2018_06_01::Models::RunQueryOrderBy
|
151
147
|
IntegrationRuntimeComputeProperties = Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeComputeProperties
|
152
|
-
|
148
|
+
PipelineRunsQueryResponse = Azure::DataFactory::Mgmt::V2018_06_01::Models::PipelineRunsQueryResponse
|
153
149
|
IntegrationRuntimeDataFlowProperties = Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeDataFlowProperties
|
154
|
-
|
150
|
+
TriggerRunsQueryResponse = Azure::DataFactory::Mgmt::V2018_06_01::Models::TriggerRunsQueryResponse
|
151
|
+
DatasetLocation = Azure::DataFactory::Mgmt::V2018_06_01::Models::DatasetLocation
|
152
|
+
OperationMetricDimension = Azure::DataFactory::Mgmt::V2018_06_01::Models::OperationMetricDimension
|
155
153
|
IntegrationRuntimeVNetProperties = Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeVNetProperties
|
156
|
-
|
154
|
+
OperationListResponse = Azure::DataFactory::Mgmt::V2018_06_01::Models::OperationListResponse
|
157
155
|
IntegrationRuntimeSsisProperties = Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeSsisProperties
|
158
|
-
|
156
|
+
ExposureControlBatchRequest = Azure::DataFactory::Mgmt::V2018_06_01::Models::ExposureControlBatchRequest
|
159
157
|
IntegrationRuntimeSsisCatalogInfo = Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeSsisCatalogInfo
|
160
|
-
|
158
|
+
DataFlow = Azure::DataFactory::Mgmt::V2018_06_01::Models::DataFlow
|
161
159
|
IntegrationRuntimeCustomSetupScriptProperties = Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeCustomSetupScriptProperties
|
162
|
-
|
160
|
+
SecretBase = Azure::DataFactory::Mgmt::V2018_06_01::Models::SecretBase
|
163
161
|
IntegrationRuntimeDataProxyProperties = Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeDataProxyProperties
|
164
|
-
|
162
|
+
IntegrationRuntimeListResponse = Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeListResponse
|
165
163
|
CustomSetupBase = Azure::DataFactory::Mgmt::V2018_06_01::Models::CustomSetupBase
|
166
|
-
|
164
|
+
LinkedIntegrationRuntimeRequest = Azure::DataFactory::Mgmt::V2018_06_01::Models::LinkedIntegrationRuntimeRequest
|
167
165
|
PackageStore = Azure::DataFactory::Mgmt::V2018_06_01::Models::PackageStore
|
168
|
-
|
166
|
+
WebLinkedServiceTypeProperties = Azure::DataFactory::Mgmt::V2018_06_01::Models::WebLinkedServiceTypeProperties
|
169
167
|
EntityReference = Azure::DataFactory::Mgmt::V2018_06_01::Models::EntityReference
|
170
|
-
|
168
|
+
Trigger = Azure::DataFactory::Mgmt::V2018_06_01::Models::Trigger
|
171
169
|
LinkedIntegrationRuntimeType = Azure::DataFactory::Mgmt::V2018_06_01::Models::LinkedIntegrationRuntimeType
|
172
|
-
|
173
|
-
TriggerReference = Azure::DataFactory::Mgmt::V2018_06_01::Models::TriggerReference
|
174
|
-
IntegrationRuntime = Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntime
|
170
|
+
RedirectIncompatibleRowSettings = Azure::DataFactory::Mgmt::V2018_06_01::Models::RedirectIncompatibleRowSettings
|
175
171
|
ManagedIntegrationRuntimeNode = Azure::DataFactory::Mgmt::V2018_06_01::Models::ManagedIntegrationRuntimeNode
|
176
|
-
|
172
|
+
FactoryUpdateParameters = Azure::DataFactory::Mgmt::V2018_06_01::Models::FactoryUpdateParameters
|
177
173
|
ManagedIntegrationRuntimeError = Azure::DataFactory::Mgmt::V2018_06_01::Models::ManagedIntegrationRuntimeError
|
178
|
-
|
179
|
-
RunQueryFilter = Azure::DataFactory::Mgmt::V2018_06_01::Models::RunQueryFilter
|
180
|
-
RetryPolicy = Azure::DataFactory::Mgmt::V2018_06_01::Models::RetryPolicy
|
181
|
-
Operation = Azure::DataFactory::Mgmt::V2018_06_01::Models::Operation
|
174
|
+
PipelineRunInvokedBy = Azure::DataFactory::Mgmt::V2018_06_01::Models::PipelineRunInvokedBy
|
182
175
|
ManagedIntegrationRuntimeOperationResult = Azure::DataFactory::Mgmt::V2018_06_01::Models::ManagedIntegrationRuntimeOperationResult
|
183
|
-
|
176
|
+
OperationLogSpecification = Azure::DataFactory::Mgmt::V2018_06_01::Models::OperationLogSpecification
|
177
|
+
TriggerReference = Azure::DataFactory::Mgmt::V2018_06_01::Models::TriggerReference
|
178
|
+
SsisObjectMetadataStatusResponse = Azure::DataFactory::Mgmt::V2018_06_01::Models::SsisObjectMetadataStatusResponse
|
184
179
|
SelfHostedIntegrationRuntimeNode = Azure::DataFactory::Mgmt::V2018_06_01::Models::SelfHostedIntegrationRuntimeNode
|
185
|
-
|
180
|
+
DataFlowListResponse = Azure::DataFactory::Mgmt::V2018_06_01::Models::DataFlowListResponse
|
186
181
|
LinkedIntegrationRuntime = Azure::DataFactory::Mgmt::V2018_06_01::Models::LinkedIntegrationRuntime
|
187
|
-
|
182
|
+
IntegrationRuntimeStatusResponse = Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeStatusResponse
|
183
|
+
DependencyReference = Azure::DataFactory::Mgmt::V2018_06_01::Models::DependencyReference
|
184
|
+
Activity = Azure::DataFactory::Mgmt::V2018_06_01::Models::Activity
|
185
|
+
RetryPolicy = Azure::DataFactory::Mgmt::V2018_06_01::Models::RetryPolicy
|
186
|
+
UserAccessPolicy = Azure::DataFactory::Mgmt::V2018_06_01::Models::UserAccessPolicy
|
187
|
+
SwitchCase = Azure::DataFactory::Mgmt::V2018_06_01::Models::SwitchCase
|
188
|
+
ActivityRunsQueryResponse = Azure::DataFactory::Mgmt::V2018_06_01::Models::ActivityRunsQueryResponse
|
189
|
+
CopySink = Azure::DataFactory::Mgmt::V2018_06_01::Models::CopySink
|
190
|
+
ExposureControlBatchResponse = Azure::DataFactory::Mgmt::V2018_06_01::Models::ExposureControlBatchResponse
|
191
|
+
FormatWriteSettings = Azure::DataFactory::Mgmt::V2018_06_01::Models::FormatWriteSettings
|
192
|
+
AzureMLWebServiceFile = Azure::DataFactory::Mgmt::V2018_06_01::Models::AzureMLWebServiceFile
|
188
193
|
RecurrenceScheduleOccurrence = Azure::DataFactory::Mgmt::V2018_06_01::Models::RecurrenceScheduleOccurrence
|
189
|
-
|
194
|
+
TriggerFilterParameters = Azure::DataFactory::Mgmt::V2018_06_01::Models::TriggerFilterParameters
|
190
195
|
RecurrenceSchedule = Azure::DataFactory::Mgmt::V2018_06_01::Models::RecurrenceSchedule
|
191
|
-
|
196
|
+
SSISPropertyOverride = Azure::DataFactory::Mgmt::V2018_06_01::Models::SSISPropertyOverride
|
192
197
|
ScheduleTriggerRecurrence = Azure::DataFactory::Mgmt::V2018_06_01::Models::ScheduleTriggerRecurrence
|
198
|
+
OperationServiceSpecification = Azure::DataFactory::Mgmt::V2018_06_01::Models::OperationServiceSpecification
|
199
|
+
StoreWriteSettings = Azure::DataFactory::Mgmt::V2018_06_01::Models::StoreWriteSettings
|
200
|
+
CreateRunResponse = Azure::DataFactory::Mgmt::V2018_06_01::Models::CreateRunResponse
|
201
|
+
PolybaseSettings = Azure::DataFactory::Mgmt::V2018_06_01::Models::PolybaseSettings
|
193
202
|
SecureString = Azure::DataFactory::Mgmt::V2018_06_01::Models::SecureString
|
194
203
|
AzureKeyVaultSecretReference = Azure::DataFactory::Mgmt::V2018_06_01::Models::AzureKeyVaultSecretReference
|
195
204
|
Factory = Azure::DataFactory::Mgmt::V2018_06_01::Models::Factory
|
@@ -205,6 +214,8 @@ module Azure::Profiles::Latest
|
|
205
214
|
LinkedServiceDebugResource = Azure::DataFactory::Mgmt::V2018_06_01::Models::LinkedServiceDebugResource
|
206
215
|
DataFlowResource = Azure::DataFactory::Mgmt::V2018_06_01::Models::DataFlowResource
|
207
216
|
DataFlowDebugResource = Azure::DataFactory::Mgmt::V2018_06_01::Models::DataFlowDebugResource
|
217
|
+
ManagedPrivateEndpointResource = Azure::DataFactory::Mgmt::V2018_06_01::Models::ManagedPrivateEndpointResource
|
218
|
+
ManagedVirtualNetworkResource = Azure::DataFactory::Mgmt::V2018_06_01::Models::ManagedVirtualNetworkResource
|
208
219
|
DataFlowSink = Azure::DataFactory::Mgmt::V2018_06_01::Models::DataFlowSink
|
209
220
|
DataFlowSource = Azure::DataFactory::Mgmt::V2018_06_01::Models::DataFlowSource
|
210
221
|
MappingDataFlow = Azure::DataFactory::Mgmt::V2018_06_01::Models::MappingDataFlow
|
@@ -344,6 +355,8 @@ module Azure::Profiles::Latest
|
|
344
355
|
ConcurObjectDataset = Azure::DataFactory::Mgmt::V2018_06_01::Models::ConcurObjectDataset
|
345
356
|
AzurePostgreSqlTableDataset = Azure::DataFactory::Mgmt::V2018_06_01::Models::AzurePostgreSqlTableDataset
|
346
357
|
AmazonMWSObjectDataset = Azure::DataFactory::Mgmt::V2018_06_01::Models::AmazonMWSObjectDataset
|
358
|
+
DatasetTarGZipCompression = Azure::DataFactory::Mgmt::V2018_06_01::Models::DatasetTarGZipCompression
|
359
|
+
DatasetTarCompression = Azure::DataFactory::Mgmt::V2018_06_01::Models::DatasetTarCompression
|
347
360
|
DatasetZipDeflateCompression = Azure::DataFactory::Mgmt::V2018_06_01::Models::DatasetZipDeflateCompression
|
348
361
|
DatasetDeflateCompression = Azure::DataFactory::Mgmt::V2018_06_01::Models::DatasetDeflateCompression
|
349
362
|
DatasetGZipCompression = Azure::DataFactory::Mgmt::V2018_06_01::Models::DatasetGZipCompression
|
@@ -428,6 +441,7 @@ module Azure::Profiles::Latest
|
|
428
441
|
BlobEventsTrigger = Azure::DataFactory::Mgmt::V2018_06_01::Models::BlobEventsTrigger
|
429
442
|
BlobTrigger = Azure::DataFactory::Mgmt::V2018_06_01::Models::BlobTrigger
|
430
443
|
ScheduleTrigger = Azure::DataFactory::Mgmt::V2018_06_01::Models::ScheduleTrigger
|
444
|
+
ExecutionActivity = Azure::DataFactory::Mgmt::V2018_06_01::Models::ExecutionActivity
|
431
445
|
ExecuteDataFlowActivity = Azure::DataFactory::Mgmt::V2018_06_01::Models::ExecuteDataFlowActivity
|
432
446
|
AzureFunctionActivity = Azure::DataFactory::Mgmt::V2018_06_01::Models::AzureFunctionActivity
|
433
447
|
DatabricksSparkPythonActivity = Azure::DataFactory::Mgmt::V2018_06_01::Models::DatabricksSparkPythonActivity
|
@@ -437,6 +451,8 @@ module Azure::Profiles::Latest
|
|
437
451
|
AzureMLExecutePipelineActivity = Azure::DataFactory::Mgmt::V2018_06_01::Models::AzureMLExecutePipelineActivity
|
438
452
|
AzureMLUpdateResourceActivity = Azure::DataFactory::Mgmt::V2018_06_01::Models::AzureMLUpdateResourceActivity
|
439
453
|
AzureMLBatchExecutionActivity = Azure::DataFactory::Mgmt::V2018_06_01::Models::AzureMLBatchExecutionActivity
|
454
|
+
TarGZipReadSettings = Azure::DataFactory::Mgmt::V2018_06_01::Models::TarGZipReadSettings
|
455
|
+
TarReadSettings = Azure::DataFactory::Mgmt::V2018_06_01::Models::TarReadSettings
|
440
456
|
ZipDeflateReadSettings = Azure::DataFactory::Mgmt::V2018_06_01::Models::ZipDeflateReadSettings
|
441
457
|
BinaryReadSettings = Azure::DataFactory::Mgmt::V2018_06_01::Models::BinaryReadSettings
|
442
458
|
XmlReadSettings = Azure::DataFactory::Mgmt::V2018_06_01::Models::XmlReadSettings
|
@@ -583,6 +599,7 @@ module Azure::Profiles::Latest
|
|
583
599
|
DocumentDbCollectionSink = Azure::DataFactory::Mgmt::V2018_06_01::Models::DocumentDbCollectionSink
|
584
600
|
FileSystemSink = Azure::DataFactory::Mgmt::V2018_06_01::Models::FileSystemSink
|
585
601
|
BlobSink = Azure::DataFactory::Mgmt::V2018_06_01::Models::BlobSink
|
602
|
+
AzureFileStorageWriteSettings = Azure::DataFactory::Mgmt::V2018_06_01::Models::AzureFileStorageWriteSettings
|
586
603
|
FileServerWriteSettings = Azure::DataFactory::Mgmt::V2018_06_01::Models::FileServerWriteSettings
|
587
604
|
AzureDataLakeStoreWriteSettings = Azure::DataFactory::Mgmt::V2018_06_01::Models::AzureDataLakeStoreWriteSettings
|
588
605
|
AzureBlobFSWriteSettings = Azure::DataFactory::Mgmt::V2018_06_01::Models::AzureBlobFSWriteSettings
|
@@ -599,10 +616,10 @@ module Azure::Profiles::Latest
|
|
599
616
|
SapCloudForCustomerSink = Azure::DataFactory::Mgmt::V2018_06_01::Models::SapCloudForCustomerSink
|
600
617
|
AzureMySqlSink = Azure::DataFactory::Mgmt::V2018_06_01::Models::AzureMySqlSink
|
601
618
|
AzurePostgreSqlSink = Azure::DataFactory::Mgmt::V2018_06_01::Models::AzurePostgreSqlSink
|
619
|
+
RestSink = Azure::DataFactory::Mgmt::V2018_06_01::Models::RestSink
|
602
620
|
OrcSink = Azure::DataFactory::Mgmt::V2018_06_01::Models::OrcSink
|
603
621
|
JsonSink = Azure::DataFactory::Mgmt::V2018_06_01::Models::JsonSink
|
604
622
|
DelimitedTextSink = Azure::DataFactory::Mgmt::V2018_06_01::Models::DelimitedTextSink
|
605
|
-
ExecutionActivity = Azure::DataFactory::Mgmt::V2018_06_01::Models::ExecutionActivity
|
606
623
|
CopyActivity = Azure::DataFactory::Mgmt::V2018_06_01::Models::CopyActivity
|
607
624
|
ControlActivity = Azure::DataFactory::Mgmt::V2018_06_01::Models::ControlActivity
|
608
625
|
WebHookActivity = Azure::DataFactory::Mgmt::V2018_06_01::Models::WebHookActivity
|
@@ -621,6 +638,7 @@ module Azure::Profiles::Latest
|
|
621
638
|
LinkedIntegrationRuntimeRbacAuthorization = Azure::DataFactory::Mgmt::V2018_06_01::Models::LinkedIntegrationRuntimeRbacAuthorization
|
622
639
|
LinkedIntegrationRuntimeKeyAuthorization = Azure::DataFactory::Mgmt::V2018_06_01::Models::LinkedIntegrationRuntimeKeyAuthorization
|
623
640
|
SelfHostedIntegrationRuntime = Azure::DataFactory::Mgmt::V2018_06_01::Models::SelfHostedIntegrationRuntime
|
641
|
+
AzPowerShellSetup = Azure::DataFactory::Mgmt::V2018_06_01::Models::AzPowerShellSetup
|
624
642
|
ComponentSetup = Azure::DataFactory::Mgmt::V2018_06_01::Models::ComponentSetup
|
625
643
|
EnvironmentVariableSetup = Azure::DataFactory::Mgmt::V2018_06_01::Models::EnvironmentVariableSetup
|
626
644
|
CmdkeySetup = Azure::DataFactory::Mgmt::V2018_06_01::Models::CmdkeySetup
|
@@ -710,7 +728,7 @@ module Azure::Profiles::Latest
|
|
710
728
|
end
|
711
729
|
|
712
730
|
class DataFactoryManagementClass
|
713
|
-
attr_reader :operations, :factories, :exposure_control, :integration_runtimes, :integration_runtime_object_metadata, :integration_runtime_nodes, :linked_services, :datasets, :pipelines, :pipeline_runs, :activity_runs, :triggers, :trigger_runs, :data_flows, :data_flow_debug_session, :configurable, :base_url, :options, :model_classes
|
731
|
+
attr_reader :operations, :factories, :exposure_control, :integration_runtimes, :integration_runtime_object_metadata, :integration_runtime_nodes, :linked_services, :datasets, :pipelines, :pipeline_runs, :activity_runs, :triggers, :trigger_runs, :data_flows, :data_flow_debug_session, :managed_virtual_networks, :managed_private_endpoints, :configurable, :base_url, :options, :model_classes
|
714
732
|
|
715
733
|
def initialize(configurable, base_url=nil, options=nil)
|
716
734
|
@configurable, @base_url, @options = configurable, base_url, options
|
@@ -735,6 +753,8 @@ module Azure::Profiles::Latest
|
|
735
753
|
@trigger_runs = @client_0.trigger_runs
|
736
754
|
@data_flows = @client_0.data_flows
|
737
755
|
@data_flow_debug_session = @client_0.data_flow_debug_session
|
756
|
+
@managed_virtual_networks = @client_0.managed_virtual_networks
|
757
|
+
@managed_private_endpoints = @client_0.managed_private_endpoints
|
738
758
|
|
739
759
|
@model_classes = ModelClasses.new
|
740
760
|
end
|
@@ -753,504 +773,525 @@ module Azure::Profiles::Latest
|
|
753
773
|
end
|
754
774
|
|
755
775
|
class ModelClasses
|
756
|
-
def
|
757
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
776
|
+
def data_flow_reference
|
777
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::DataFlowReference
|
758
778
|
end
|
759
|
-
def
|
760
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
779
|
+
def connection_state_properties
|
780
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::ConnectionStateProperties
|
761
781
|
end
|
762
|
-
def
|
763
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
782
|
+
def sub_resource
|
783
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::SubResource
|
764
784
|
end
|
765
|
-
def
|
766
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
785
|
+
def managed_private_endpoint
|
786
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::ManagedPrivateEndpoint
|
767
787
|
end
|
768
|
-
def
|
769
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
788
|
+
def expression
|
789
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::Expression
|
770
790
|
end
|
771
|
-
def
|
772
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
791
|
+
def add_data_flow_to_debug_session_response
|
792
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::AddDataFlowToDebugSessionResponse
|
773
793
|
end
|
774
|
-
def
|
775
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
794
|
+
def delete_data_flow_debug_session_request
|
795
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::DeleteDataFlowDebugSessionRequest
|
776
796
|
end
|
777
|
-
def
|
778
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
797
|
+
def create_data_flow_debug_session_response
|
798
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::CreateDataFlowDebugSessionResponse
|
779
799
|
end
|
780
|
-
def
|
781
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
800
|
+
def data_flow_source_setting
|
801
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::DataFlowSourceSetting
|
782
802
|
end
|
783
803
|
def factory_identity
|
784
804
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::FactoryIdentity
|
785
805
|
end
|
786
|
-
def
|
787
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
806
|
+
def data_flow_staging_info
|
807
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::DataFlowStagingInfo
|
788
808
|
end
|
789
809
|
def global_parameter_specification
|
790
810
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::GlobalParameterSpecification
|
791
811
|
end
|
792
|
-
def
|
793
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
812
|
+
def dwcopy_command_settings
|
813
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::DWCopyCommandSettings
|
794
814
|
end
|
795
815
|
def factory_list_response
|
796
816
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::FactoryListResponse
|
797
817
|
end
|
798
|
-
def
|
799
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
818
|
+
def data_flow_debug_package_debug_settings
|
819
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::DataFlowDebugPackageDebugSettings
|
800
820
|
end
|
801
|
-
def
|
802
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
821
|
+
def ssisexecution_parameter
|
822
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::SSISExecutionParameter
|
803
823
|
end
|
804
|
-
def
|
805
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
824
|
+
def data_flow_debug_package
|
825
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::DataFlowDebugPackage
|
806
826
|
end
|
807
827
|
def integration_runtime_reference
|
808
828
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeReference
|
809
829
|
end
|
810
|
-
def
|
811
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
830
|
+
def linked_service_reference
|
831
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::LinkedServiceReference
|
812
832
|
end
|
813
833
|
def integration_runtime_status
|
814
834
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeStatus
|
815
835
|
end
|
816
|
-
def
|
817
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
836
|
+
def execute_data_flow_activity_type_properties_compute
|
837
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::ExecuteDataFlowActivityTypePropertiesCompute
|
818
838
|
end
|
819
839
|
def integration_runtime_status_list_response
|
820
840
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeStatusListResponse
|
821
841
|
end
|
822
|
-
def
|
823
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
842
|
+
def data_flow_debug_command_payload
|
843
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::DataFlowDebugCommandPayload
|
824
844
|
end
|
825
845
|
def update_integration_runtime_node_request
|
826
846
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::UpdateIntegrationRuntimeNodeRequest
|
827
847
|
end
|
828
|
-
def
|
829
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
848
|
+
def data_flow_debug_command_request
|
849
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::DataFlowDebugCommandRequest
|
830
850
|
end
|
831
851
|
def create_linked_integration_runtime_request
|
832
852
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::CreateLinkedIntegrationRuntimeRequest
|
833
853
|
end
|
834
|
-
def
|
835
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
854
|
+
def data_flow_debug_command_response
|
855
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::DataFlowDebugCommandResponse
|
836
856
|
end
|
837
857
|
def linked_service
|
838
858
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::LinkedService
|
839
859
|
end
|
840
|
-
def
|
841
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
860
|
+
def data_flow_debug_session_info
|
861
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::DataFlowDebugSessionInfo
|
842
862
|
end
|
843
863
|
def linked_service_list_response
|
844
864
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::LinkedServiceListResponse
|
845
865
|
end
|
846
|
-
def
|
847
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
866
|
+
def query_data_flow_debug_sessions_response
|
867
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::QueryDataFlowDebugSessionsResponse
|
848
868
|
end
|
849
869
|
def dataset
|
850
870
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::Dataset
|
851
871
|
end
|
852
|
-
def
|
853
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
872
|
+
def get_data_factory_operation_status_response
|
873
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::GetDataFactoryOperationStatusResponse
|
854
874
|
end
|
855
875
|
def dataset_list_response
|
856
876
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::DatasetListResponse
|
857
877
|
end
|
858
|
-
def
|
859
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
878
|
+
def resource
|
879
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::Resource
|
860
880
|
end
|
861
881
|
def user_property
|
862
882
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::UserProperty
|
863
883
|
end
|
864
|
-
def
|
865
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
884
|
+
def sub_resource_debug_resource
|
885
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::SubResourceDebugResource
|
866
886
|
end
|
867
887
|
def variable_specification
|
868
888
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::VariableSpecification
|
869
889
|
end
|
870
|
-
def
|
871
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
872
|
-
end
|
873
|
-
def dwcopy_command_settings
|
874
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::DWCopyCommandSettings
|
875
|
-
end
|
876
|
-
def ssisproperty_override
|
877
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::SSISPropertyOverride
|
878
|
-
end
|
879
|
-
def trigger
|
880
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::Trigger
|
881
|
-
end
|
882
|
-
def format_read_settings
|
883
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::FormatReadSettings
|
884
|
-
end
|
885
|
-
def trigger_query_response
|
886
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::TriggerQueryResponse
|
887
|
-
end
|
888
|
-
def transformation
|
889
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::Transformation
|
890
|
+
def pipeline_folder
|
891
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::PipelineFolder
|
890
892
|
end
|
891
|
-
def
|
892
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
893
|
+
def activity_policy
|
894
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::ActivityPolicy
|
893
895
|
end
|
894
|
-
def
|
895
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
896
|
+
def pipeline_list_response
|
897
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::PipelineListResponse
|
896
898
|
end
|
897
|
-
def
|
898
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
899
|
+
def ssisaccess_credential
|
900
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::SSISAccessCredential
|
899
901
|
end
|
900
|
-
def
|
901
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
902
|
+
def ssispackage_location
|
903
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::SSISPackageLocation
|
902
904
|
end
|
903
|
-
def
|
904
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
905
|
+
def managed_private_endpoint_list_response
|
906
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::ManagedPrivateEndpointListResponse
|
905
907
|
end
|
906
|
-
def
|
907
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
908
|
+
def trigger_list_response
|
909
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::TriggerListResponse
|
908
910
|
end
|
909
|
-
def
|
910
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
911
|
+
def managed_virtual_network
|
912
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::ManagedVirtualNetwork
|
911
913
|
end
|
912
914
|
def custom_activity_reference_object
|
913
915
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::CustomActivityReferenceObject
|
914
916
|
end
|
915
|
-
def
|
916
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
917
|
+
def skip_error_file
|
918
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::SkipErrorFile
|
919
|
+
end
|
920
|
+
def managed_virtual_network_list_response
|
921
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::ManagedVirtualNetworkListResponse
|
922
|
+
end
|
923
|
+
def factory_repo_update
|
924
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::FactoryRepoUpdate
|
917
925
|
end
|
918
926
|
def log_storage_settings
|
919
927
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::LogStorageSettings
|
920
928
|
end
|
921
|
-
def
|
922
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
929
|
+
def git_hub_access_token_response
|
930
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::GitHubAccessTokenResponse
|
923
931
|
end
|
924
932
|
def copy_source
|
925
933
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::CopySource
|
926
934
|
end
|
927
|
-
def
|
928
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
935
|
+
def access_policy_response
|
936
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::AccessPolicyResponse
|
937
|
+
end
|
938
|
+
def transformation
|
939
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::Transformation
|
940
|
+
end
|
941
|
+
def trigger_pipeline_reference
|
942
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::TriggerPipelineReference
|
943
|
+
end
|
944
|
+
def format_read_settings
|
945
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::FormatReadSettings
|
946
|
+
end
|
947
|
+
def dataset_reference
|
948
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::DatasetReference
|
949
|
+
end
|
950
|
+
def distcp_settings
|
951
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::DistcpSettings
|
952
|
+
end
|
953
|
+
def import_settings
|
954
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::ImportSettings
|
929
955
|
end
|
930
956
|
def sap_hana_partition_settings
|
931
957
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::SapHanaPartitionSettings
|
932
958
|
end
|
933
|
-
def
|
934
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
959
|
+
def run_query_filter
|
960
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::RunQueryFilter
|
935
961
|
end
|
936
962
|
def sap_table_partition_settings
|
937
963
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::SapTablePartitionSettings
|
938
964
|
end
|
939
|
-
def
|
940
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
965
|
+
def run_filter_parameters
|
966
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::RunFilterParameters
|
941
967
|
end
|
942
968
|
def stored_procedure_parameter
|
943
969
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::StoredProcedureParameter
|
944
970
|
end
|
945
|
-
def
|
946
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
971
|
+
def pipeline_run
|
972
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::PipelineRun
|
947
973
|
end
|
948
974
|
def sql_partition_settings
|
949
975
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::SqlPartitionSettings
|
950
976
|
end
|
951
|
-
def
|
952
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
977
|
+
def activity_run
|
978
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::ActivityRun
|
953
979
|
end
|
954
980
|
def teradata_partition_settings
|
955
981
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::TeradataPartitionSettings
|
956
982
|
end
|
957
|
-
def
|
958
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
983
|
+
def trigger_run
|
984
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::TriggerRun
|
959
985
|
end
|
960
986
|
def netezza_partition_settings
|
961
987
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::NetezzaPartitionSettings
|
962
988
|
end
|
963
|
-
def
|
964
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
965
|
-
end
|
966
|
-
def script_action
|
967
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::ScriptAction
|
968
|
-
end
|
969
|
-
def trigger_runs_query_response
|
970
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::TriggerRunsQueryResponse
|
971
|
-
end
|
972
|
-
def store_read_settings
|
973
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::StoreReadSettings
|
974
|
-
end
|
975
|
-
def operation_log_specification
|
976
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::OperationLogSpecification
|
989
|
+
def operation_display
|
990
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::OperationDisplay
|
977
991
|
end
|
978
992
|
def redshift_unload_settings
|
979
993
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::RedshiftUnloadSettings
|
980
994
|
end
|
981
|
-
def
|
982
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
983
|
-
end
|
984
|
-
def web_activity_authentication
|
985
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::WebActivityAuthentication
|
986
|
-
end
|
987
|
-
def operation_service_specification
|
988
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::OperationServiceSpecification
|
995
|
+
def operation_metric_availability
|
996
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::OperationMetricAvailability
|
989
997
|
end
|
990
998
|
def oracle_partition_settings
|
991
999
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::OraclePartitionSettings
|
992
1000
|
end
|
993
|
-
def
|
994
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
1001
|
+
def operation_metric_specification
|
1002
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::OperationMetricSpecification
|
995
1003
|
end
|
996
1004
|
def mongo_db_cursor_methods_properties
|
997
1005
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::MongoDbCursorMethodsProperties
|
998
1006
|
end
|
999
|
-
def
|
1000
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
1001
|
-
end
|
1002
|
-
def export_settings
|
1003
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::ExportSettings
|
1004
|
-
end
|
1005
|
-
def exposure_control_response
|
1006
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::ExposureControlResponse
|
1007
|
+
def operation
|
1008
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::Operation
|
1007
1009
|
end
|
1008
1010
|
def additional_columns
|
1009
1011
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::AdditionalColumns
|
1010
1012
|
end
|
1011
|
-
def
|
1012
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
1013
|
+
def get_ssis_object_metadata_request
|
1014
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::GetSsisObjectMetadataRequest
|
1013
1015
|
end
|
1014
|
-
def
|
1015
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
1016
|
+
def script_action
|
1017
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::ScriptAction
|
1018
|
+
end
|
1019
|
+
def exposure_control_request
|
1020
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::ExposureControlRequest
|
1021
|
+
end
|
1022
|
+
def export_settings
|
1023
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::ExportSettings
|
1016
1024
|
end
|
1017
|
-
def
|
1018
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
1025
|
+
def exposure_control_response
|
1026
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::ExposureControlResponse
|
1019
1027
|
end
|
1020
|
-
def
|
1021
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
1028
|
+
def store_read_settings
|
1029
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::StoreReadSettings
|
1022
1030
|
end
|
1023
|
-
def
|
1024
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
1031
|
+
def data_flow_folder
|
1032
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::DataFlowFolder
|
1025
1033
|
end
|
1026
|
-
def
|
1027
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
1034
|
+
def web_activity_authentication
|
1035
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::WebActivityAuthentication
|
1028
1036
|
end
|
1029
|
-
def
|
1030
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
1037
|
+
def dwcopy_command_default_value
|
1038
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::DWCopyCommandDefaultValue
|
1031
1039
|
end
|
1032
1040
|
def compression_read_settings
|
1033
1041
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::CompressionReadSettings
|
1034
1042
|
end
|
1035
|
-
def
|
1036
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
1043
|
+
def create_data_flow_debug_session_request
|
1044
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::CreateDataFlowDebugSessionRequest
|
1037
1045
|
end
|
1038
|
-
def
|
1039
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
1046
|
+
def ssislog_location
|
1047
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::SSISLogLocation
|
1040
1048
|
end
|
1041
|
-
def
|
1042
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
1049
|
+
def factory_repo_configuration
|
1050
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::FactoryRepoConfiguration
|
1051
|
+
end
|
1052
|
+
def dataset_storage_format
|
1053
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::DatasetStorageFormat
|
1054
|
+
end
|
1055
|
+
def integration_runtime
|
1056
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntime
|
1043
1057
|
end
|
1044
1058
|
def integration_runtime_connection_info
|
1045
1059
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeConnectionInfo
|
1046
1060
|
end
|
1047
|
-
def
|
1048
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
1061
|
+
def ssisexecution_credential
|
1062
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::SSISExecutionCredential
|
1049
1063
|
end
|
1050
1064
|
def integration_runtime_regenerate_key_parameters
|
1051
1065
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeRegenerateKeyParameters
|
1052
1066
|
end
|
1053
|
-
def
|
1054
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
1067
|
+
def update_integration_runtime_request
|
1068
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::UpdateIntegrationRuntimeRequest
|
1055
1069
|
end
|
1056
1070
|
def integration_runtime_auth_keys
|
1057
1071
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeAuthKeys
|
1058
1072
|
end
|
1059
|
-
def
|
1060
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
1073
|
+
def parameter_specification
|
1074
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::ParameterSpecification
|
1061
1075
|
end
|
1062
1076
|
def integration_runtime_monitoring_data
|
1063
1077
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeMonitoringData
|
1064
1078
|
end
|
1065
|
-
def
|
1066
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
1079
|
+
def dataset_folder
|
1080
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::DatasetFolder
|
1067
1081
|
end
|
1068
1082
|
def integration_runtime_node_monitoring_data
|
1069
1083
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeNodeMonitoringData
|
1070
1084
|
end
|
1071
|
-
def
|
1072
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
1085
|
+
def activity_dependency
|
1086
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::ActivityDependency
|
1087
|
+
end
|
1088
|
+
def dataset_compression
|
1089
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::DatasetCompression
|
1090
|
+
end
|
1091
|
+
def ssischild_package
|
1092
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::SSISChildPackage
|
1073
1093
|
end
|
1074
1094
|
def ssis_object_metadata_list_response
|
1075
1095
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::SsisObjectMetadataListResponse
|
1076
1096
|
end
|
1077
|
-
def
|
1078
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
1097
|
+
def trigger_query_response
|
1098
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::TriggerQueryResponse
|
1079
1099
|
end
|
1080
1100
|
def ssis_object_metadata
|
1081
1101
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::SsisObjectMetadata
|
1082
1102
|
end
|
1083
|
-
def
|
1084
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
1085
|
-
end
|
1086
|
-
def dataset_storage_format
|
1087
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::DatasetStorageFormat
|
1088
|
-
end
|
1089
|
-
def trigger_pipeline_reference
|
1090
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::TriggerPipelineReference
|
1103
|
+
def trigger_subscription_operation_status
|
1104
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::TriggerSubscriptionOperationStatus
|
1091
1105
|
end
|
1092
1106
|
def ssis_environment_reference
|
1093
1107
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::SsisEnvironmentReference
|
1094
1108
|
end
|
1095
|
-
def
|
1096
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
1109
|
+
def git_hub_access_token_request
|
1110
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::GitHubAccessTokenRequest
|
1097
1111
|
end
|
1098
1112
|
def ssis_parameter
|
1099
1113
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::SsisParameter
|
1100
1114
|
end
|
1101
|
-
def
|
1102
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
1115
|
+
def pipeline_reference
|
1116
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::PipelineReference
|
1103
1117
|
end
|
1104
1118
|
def ssis_variable
|
1105
1119
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::SsisVariable
|
1106
1120
|
end
|
1107
|
-
def
|
1108
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
1109
|
-
end
|
1110
|
-
def dataset_location
|
1111
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::DatasetLocation
|
1112
|
-
end
|
1113
|
-
def operation_display
|
1114
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::OperationDisplay
|
1121
|
+
def staging_settings
|
1122
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::StagingSettings
|
1115
1123
|
end
|
1116
1124
|
def integration_runtime_node_ip_address
|
1117
1125
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeNodeIpAddress
|
1118
1126
|
end
|
1119
|
-
def
|
1120
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
1121
|
-
end
|
1122
|
-
def dataset_compression
|
1123
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::DatasetCompression
|
1124
|
-
end
|
1125
|
-
def get_ssis_object_metadata_request
|
1126
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::GetSsisObjectMetadataRequest
|
1127
|
+
def run_query_order_by
|
1128
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::RunQueryOrderBy
|
1127
1129
|
end
|
1128
1130
|
def integration_runtime_compute_properties
|
1129
1131
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeComputeProperties
|
1130
1132
|
end
|
1131
|
-
def
|
1132
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
1133
|
+
def pipeline_runs_query_response
|
1134
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::PipelineRunsQueryResponse
|
1133
1135
|
end
|
1134
1136
|
def integration_runtime_data_flow_properties
|
1135
1137
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeDataFlowProperties
|
1136
1138
|
end
|
1137
|
-
def
|
1138
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
1139
|
+
def trigger_runs_query_response
|
1140
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::TriggerRunsQueryResponse
|
1141
|
+
end
|
1142
|
+
def dataset_location
|
1143
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::DatasetLocation
|
1144
|
+
end
|
1145
|
+
def operation_metric_dimension
|
1146
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::OperationMetricDimension
|
1139
1147
|
end
|
1140
1148
|
def integration_runtime_vnet_properties
|
1141
1149
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeVNetProperties
|
1142
1150
|
end
|
1143
|
-
def
|
1144
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
1151
|
+
def operation_list_response
|
1152
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::OperationListResponse
|
1145
1153
|
end
|
1146
1154
|
def integration_runtime_ssis_properties
|
1147
1155
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeSsisProperties
|
1148
1156
|
end
|
1149
|
-
def
|
1150
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
1157
|
+
def exposure_control_batch_request
|
1158
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::ExposureControlBatchRequest
|
1151
1159
|
end
|
1152
1160
|
def integration_runtime_ssis_catalog_info
|
1153
1161
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeSsisCatalogInfo
|
1154
1162
|
end
|
1155
|
-
def
|
1156
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
1163
|
+
def data_flow
|
1164
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::DataFlow
|
1157
1165
|
end
|
1158
1166
|
def integration_runtime_custom_setup_script_properties
|
1159
1167
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeCustomSetupScriptProperties
|
1160
1168
|
end
|
1161
|
-
def
|
1162
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
1169
|
+
def secret_base
|
1170
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::SecretBase
|
1163
1171
|
end
|
1164
1172
|
def integration_runtime_data_proxy_properties
|
1165
1173
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeDataProxyProperties
|
1166
1174
|
end
|
1167
|
-
def
|
1168
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
1175
|
+
def integration_runtime_list_response
|
1176
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeListResponse
|
1169
1177
|
end
|
1170
1178
|
def custom_setup_base
|
1171
1179
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::CustomSetupBase
|
1172
1180
|
end
|
1173
|
-
def
|
1174
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
1181
|
+
def linked_integration_runtime_request
|
1182
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::LinkedIntegrationRuntimeRequest
|
1175
1183
|
end
|
1176
1184
|
def package_store
|
1177
1185
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::PackageStore
|
1178
1186
|
end
|
1179
|
-
def
|
1180
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
1187
|
+
def web_linked_service_type_properties
|
1188
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::WebLinkedServiceTypeProperties
|
1181
1189
|
end
|
1182
1190
|
def entity_reference
|
1183
1191
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::EntityReference
|
1184
1192
|
end
|
1185
|
-
def
|
1186
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
1193
|
+
def trigger
|
1194
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::Trigger
|
1187
1195
|
end
|
1188
1196
|
def linked_integration_runtime_type
|
1189
1197
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::LinkedIntegrationRuntimeType
|
1190
1198
|
end
|
1191
|
-
def
|
1192
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
1193
|
-
end
|
1194
|
-
def trigger_reference
|
1195
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::TriggerReference
|
1196
|
-
end
|
1197
|
-
def integration_runtime
|
1198
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntime
|
1199
|
+
def redirect_incompatible_row_settings
|
1200
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::RedirectIncompatibleRowSettings
|
1199
1201
|
end
|
1200
1202
|
def managed_integration_runtime_node
|
1201
1203
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::ManagedIntegrationRuntimeNode
|
1202
1204
|
end
|
1203
|
-
def
|
1204
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
1205
|
+
def factory_update_parameters
|
1206
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::FactoryUpdateParameters
|
1205
1207
|
end
|
1206
1208
|
def managed_integration_runtime_error
|
1207
1209
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::ManagedIntegrationRuntimeError
|
1208
1210
|
end
|
1211
|
+
def pipeline_run_invoked_by
|
1212
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::PipelineRunInvokedBy
|
1213
|
+
end
|
1214
|
+
def managed_integration_runtime_operation_result
|
1215
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::ManagedIntegrationRuntimeOperationResult
|
1216
|
+
end
|
1217
|
+
def operation_log_specification
|
1218
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::OperationLogSpecification
|
1219
|
+
end
|
1220
|
+
def trigger_reference
|
1221
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::TriggerReference
|
1222
|
+
end
|
1223
|
+
def ssis_object_metadata_status_response
|
1224
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::SsisObjectMetadataStatusResponse
|
1225
|
+
end
|
1226
|
+
def self_hosted_integration_runtime_node
|
1227
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::SelfHostedIntegrationRuntimeNode
|
1228
|
+
end
|
1229
|
+
def data_flow_list_response
|
1230
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::DataFlowListResponse
|
1231
|
+
end
|
1232
|
+
def linked_integration_runtime
|
1233
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::LinkedIntegrationRuntime
|
1234
|
+
end
|
1235
|
+
def integration_runtime_status_response
|
1236
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::IntegrationRuntimeStatusResponse
|
1237
|
+
end
|
1209
1238
|
def dependency_reference
|
1210
1239
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::DependencyReference
|
1211
1240
|
end
|
1212
|
-
def
|
1213
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
1241
|
+
def activity
|
1242
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::Activity
|
1214
1243
|
end
|
1215
1244
|
def retry_policy
|
1216
1245
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::RetryPolicy
|
1217
1246
|
end
|
1218
|
-
def
|
1219
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
1247
|
+
def user_access_policy
|
1248
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::UserAccessPolicy
|
1220
1249
|
end
|
1221
|
-
def
|
1222
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
1250
|
+
def switch_case
|
1251
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::SwitchCase
|
1223
1252
|
end
|
1224
|
-
def
|
1225
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
1253
|
+
def activity_runs_query_response
|
1254
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::ActivityRunsQueryResponse
|
1226
1255
|
end
|
1227
|
-
def
|
1228
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
1256
|
+
def copy_sink
|
1257
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::CopySink
|
1229
1258
|
end
|
1230
|
-
def
|
1231
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
1259
|
+
def exposure_control_batch_response
|
1260
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::ExposureControlBatchResponse
|
1232
1261
|
end
|
1233
|
-
def
|
1234
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
1262
|
+
def format_write_settings
|
1263
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::FormatWriteSettings
|
1235
1264
|
end
|
1236
|
-
def
|
1237
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
1265
|
+
def azure_mlweb_service_file
|
1266
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::AzureMLWebServiceFile
|
1238
1267
|
end
|
1239
1268
|
def recurrence_schedule_occurrence
|
1240
1269
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::RecurrenceScheduleOccurrence
|
1241
1270
|
end
|
1242
|
-
def
|
1243
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
1271
|
+
def trigger_filter_parameters
|
1272
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::TriggerFilterParameters
|
1244
1273
|
end
|
1245
1274
|
def recurrence_schedule
|
1246
1275
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::RecurrenceSchedule
|
1247
1276
|
end
|
1248
|
-
def
|
1249
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::
|
1277
|
+
def ssisproperty_override
|
1278
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::SSISPropertyOverride
|
1250
1279
|
end
|
1251
1280
|
def schedule_trigger_recurrence
|
1252
1281
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::ScheduleTriggerRecurrence
|
1253
1282
|
end
|
1283
|
+
def operation_service_specification
|
1284
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::OperationServiceSpecification
|
1285
|
+
end
|
1286
|
+
def store_write_settings
|
1287
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::StoreWriteSettings
|
1288
|
+
end
|
1289
|
+
def create_run_response
|
1290
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::CreateRunResponse
|
1291
|
+
end
|
1292
|
+
def polybase_settings
|
1293
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::PolybaseSettings
|
1294
|
+
end
|
1254
1295
|
def secure_string
|
1255
1296
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::SecureString
|
1256
1297
|
end
|
@@ -1296,6 +1337,12 @@ module Azure::Profiles::Latest
|
|
1296
1337
|
def data_flow_debug_resource
|
1297
1338
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::DataFlowDebugResource
|
1298
1339
|
end
|
1340
|
+
def managed_private_endpoint_resource
|
1341
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::ManagedPrivateEndpointResource
|
1342
|
+
end
|
1343
|
+
def managed_virtual_network_resource
|
1344
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::ManagedVirtualNetworkResource
|
1345
|
+
end
|
1299
1346
|
def data_flow_sink
|
1300
1347
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::DataFlowSink
|
1301
1348
|
end
|
@@ -1713,6 +1760,12 @@ module Azure::Profiles::Latest
|
|
1713
1760
|
def amazon_mwsobject_dataset
|
1714
1761
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::AmazonMWSObjectDataset
|
1715
1762
|
end
|
1763
|
+
def dataset_tar_gzip_compression
|
1764
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::DatasetTarGZipCompression
|
1765
|
+
end
|
1766
|
+
def dataset_tar_compression
|
1767
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::DatasetTarCompression
|
1768
|
+
end
|
1716
1769
|
def dataset_zip_deflate_compression
|
1717
1770
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::DatasetZipDeflateCompression
|
1718
1771
|
end
|
@@ -1965,6 +2018,9 @@ module Azure::Profiles::Latest
|
|
1965
2018
|
def schedule_trigger
|
1966
2019
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::ScheduleTrigger
|
1967
2020
|
end
|
2021
|
+
def execution_activity
|
2022
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::ExecutionActivity
|
2023
|
+
end
|
1968
2024
|
def execute_data_flow_activity
|
1969
2025
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::ExecuteDataFlowActivity
|
1970
2026
|
end
|
@@ -1992,6 +2048,12 @@ module Azure::Profiles::Latest
|
|
1992
2048
|
def azure_mlbatch_execution_activity
|
1993
2049
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::AzureMLBatchExecutionActivity
|
1994
2050
|
end
|
2051
|
+
def tar_gzip_read_settings
|
2052
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::TarGZipReadSettings
|
2053
|
+
end
|
2054
|
+
def tar_read_settings
|
2055
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::TarReadSettings
|
2056
|
+
end
|
1995
2057
|
def zip_deflate_read_settings
|
1996
2058
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::ZipDeflateReadSettings
|
1997
2059
|
end
|
@@ -2430,6 +2492,9 @@ module Azure::Profiles::Latest
|
|
2430
2492
|
def blob_sink
|
2431
2493
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::BlobSink
|
2432
2494
|
end
|
2495
|
+
def azure_file_storage_write_settings
|
2496
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::AzureFileStorageWriteSettings
|
2497
|
+
end
|
2433
2498
|
def file_server_write_settings
|
2434
2499
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::FileServerWriteSettings
|
2435
2500
|
end
|
@@ -2478,6 +2543,9 @@ module Azure::Profiles::Latest
|
|
2478
2543
|
def azure_postgre_sql_sink
|
2479
2544
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::AzurePostgreSqlSink
|
2480
2545
|
end
|
2546
|
+
def rest_sink
|
2547
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::RestSink
|
2548
|
+
end
|
2481
2549
|
def orc_sink
|
2482
2550
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::OrcSink
|
2483
2551
|
end
|
@@ -2487,9 +2555,6 @@ module Azure::Profiles::Latest
|
|
2487
2555
|
def delimited_text_sink
|
2488
2556
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::DelimitedTextSink
|
2489
2557
|
end
|
2490
|
-
def execution_activity
|
2491
|
-
Azure::DataFactory::Mgmt::V2018_06_01::Models::ExecutionActivity
|
2492
|
-
end
|
2493
2558
|
def copy_activity
|
2494
2559
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::CopyActivity
|
2495
2560
|
end
|
@@ -2544,6 +2609,9 @@ module Azure::Profiles::Latest
|
|
2544
2609
|
def self_hosted_integration_runtime
|
2545
2610
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::SelfHostedIntegrationRuntime
|
2546
2611
|
end
|
2612
|
+
def az_power_shell_setup
|
2613
|
+
Azure::DataFactory::Mgmt::V2018_06_01::Models::AzPowerShellSetup
|
2614
|
+
end
|
2547
2615
|
def component_setup
|
2548
2616
|
Azure::DataFactory::Mgmt::V2018_06_01::Models::ComponentSetup
|
2549
2617
|
end
|