azure_sdk 0.55.0 → 0.59.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/azure_sdk.rb +2 -2
- data/lib/azure_sdk/version.rb +1 -1
- data/lib/latest/modules/cognitiveservices_profile_module.rb +117 -57
- data/lib/latest/modules/compute_profile_module.rb +891 -821
- data/lib/latest/modules/datafactory_profile_module.rb +535 -435
- data/lib/latest/modules/datashare_profile_module.rb +212 -196
- data/lib/latest/modules/eventgrid_profile_module.rb +184 -356
- data/lib/latest/modules/hdinsight_profile_module.rb +127 -121
- data/lib/latest/modules/kusto_profile_module.rb +169 -157
- data/lib/latest/modules/luisauthoring_profile_module.rb +141 -133
- data/lib/latest/modules/mixedreality_profile_module.rb +100 -56
- data/lib/latest/modules/netapp_profile_module.rb +53 -49
- data/lib/latest/modules/network_profile_module.rb +1586 -1536
- data/lib/latest/modules/operationalinsights_profile_module.rb +291 -145
- data/lib/latest/modules/security_profile_module.rb +366 -258
- data/lib/latest/modules/signalr_profile_module.rb +143 -71
- data/lib/latest/modules/storage_profile_module.rb +149 -145
- data/lib/latest/modules/storagecache_profile_module.rb +131 -87
- metadata +273 -273
@@ -15,82 +15,84 @@ module Azure::Profiles::Latest
|
|
15
15
|
ScriptActions = Azure::Hdinsight::Mgmt::V2018_06_01_preview::ScriptActions
|
16
16
|
ScriptExecutionHistory = Azure::Hdinsight::Mgmt::V2018_06_01_preview::ScriptExecutionHistory
|
17
17
|
Operations = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Operations
|
18
|
+
VirtualMachines = Azure::Hdinsight::Mgmt::V2018_06_01_preview::VirtualMachines
|
18
19
|
|
19
20
|
module Models
|
20
|
-
ClusterResizeParameters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterResizeParameters
|
21
21
|
ClusterDiskEncryptionParameters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterDiskEncryptionParameters
|
22
|
-
|
22
|
+
ClusterDefinition = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterDefinition
|
23
23
|
UpdateGatewaySettingsParameters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::UpdateGatewaySettingsParameters
|
24
|
-
|
24
|
+
KafkaRestProperties = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::KafkaRestProperties
|
25
25
|
GatewaySettings = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::GatewaySettings
|
26
|
-
|
26
|
+
AutoscaleTimeAndCapacity = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleTimeAndCapacity
|
27
27
|
OperationResource = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OperationResource
|
28
|
-
|
28
|
+
AutoscaleCapacity = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleCapacity
|
29
29
|
Resource = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Resource
|
30
|
-
HardwareProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::HardwareProfile
|
31
30
|
Autoscale = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Autoscale
|
32
|
-
|
31
|
+
AutoscaleRecurrence = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleRecurrence
|
33
32
|
VirtualNetworkProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VirtualNetworkProfile
|
34
|
-
|
33
|
+
HardwareProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::HardwareProfile
|
34
|
+
SshPublicKey = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::SshPublicKey
|
35
|
+
HostInfo = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::HostInfo
|
36
|
+
LinuxOperatingSystemProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::LinuxOperatingSystemProfile
|
35
37
|
OperationListResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OperationListResult
|
36
|
-
|
37
|
-
Operation = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Operation
|
38
|
-
Role = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Role
|
38
|
+
ScriptAction = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptAction
|
39
39
|
ErrorResponse = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ErrorResponse
|
40
|
-
|
40
|
+
ComputeProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ComputeProfile
|
41
41
|
ApplicationGetHttpsEndpoint = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ApplicationGetHttpsEndpoint
|
42
|
-
|
42
|
+
StorageProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::StorageProfile
|
43
43
|
ApplicationGetEndpoint = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ApplicationGetEndpoint
|
44
|
-
|
44
|
+
ClusterCreateProperties = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterCreateProperties
|
45
45
|
ApplicationProperties = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ApplicationProperties
|
46
|
-
|
47
|
-
|
48
|
-
|
46
|
+
ClusterIdentity = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterIdentity
|
47
|
+
Operation = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Operation
|
48
|
+
ClusterPatchParameters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterPatchParameters
|
49
49
|
ApplicationListResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ApplicationListResult
|
50
|
-
|
50
|
+
Errors = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Errors
|
51
51
|
VersionSpec = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VersionSpec
|
52
|
+
ClusterGetProperties = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterGetProperties
|
52
53
|
VersionsCapability = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VersionsCapability
|
53
|
-
|
54
|
+
RuntimeScriptAction = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::RuntimeScriptAction
|
54
55
|
RegionsCapability = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::RegionsCapability
|
55
|
-
|
56
|
+
ClusterListPersistedScriptActionsResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterListPersistedScriptActionsResult
|
56
57
|
VmSizesCapability = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VmSizesCapability
|
58
|
+
OperationDisplay = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OperationDisplay
|
57
59
|
ClusterListRuntimeScriptActionDetailResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterListRuntimeScriptActionDetailResult
|
58
60
|
VmSizeCompatibilityFilter = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VmSizeCompatibilityFilter
|
59
|
-
|
61
|
+
ClusterResizeParameters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterResizeParameters
|
60
62
|
RegionalQuotaCapability = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::RegionalQuotaCapability
|
61
|
-
|
63
|
+
SecurityProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::SecurityProfile
|
62
64
|
QuotaCapability = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::QuotaCapability
|
63
|
-
|
65
|
+
DataDisksGroups = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DataDisksGroups
|
64
66
|
CapabilitiesResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::CapabilitiesResult
|
65
|
-
|
67
|
+
OsProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OsProfile
|
66
68
|
LocalizedName = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::LocalizedName
|
67
|
-
|
69
|
+
StorageAccount = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::StorageAccount
|
68
70
|
Usage = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Usage
|
69
|
-
|
71
|
+
ClusterIdentityUserAssignedIdentitiesValue = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterIdentityUserAssignedIdentitiesValue
|
70
72
|
UsagesListResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::UsagesListResult
|
71
|
-
|
73
|
+
QuotaInfo = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::QuotaInfo
|
72
74
|
VmSizeCompatibilityFilterV2 = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VmSizeCompatibilityFilterV2
|
73
|
-
RuntimeScriptAction = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::RuntimeScriptAction
|
74
75
|
BillingMeters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::BillingMeters
|
75
|
-
|
76
|
-
ClusterListResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterListResult
|
76
|
+
ScriptActionExecutionSummary = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionExecutionSummary
|
77
77
|
DiskBillingMeters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DiskBillingMeters
|
78
|
-
|
78
|
+
ClientGroupInfo = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClientGroupInfo
|
79
79
|
BillingResources = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::BillingResources
|
80
|
-
|
80
|
+
SshProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::SshProfile
|
81
81
|
BillingResponseListResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::BillingResponseListResult
|
82
|
-
|
82
|
+
DiskEncryptionProperties = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DiskEncryptionProperties
|
83
83
|
ClusterConfigurations = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterConfigurations
|
84
|
-
|
84
|
+
ConnectivityEndpoint = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ConnectivityEndpoint
|
85
85
|
Extension = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Extension
|
86
|
-
|
86
|
+
ClusterListResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterListResult
|
87
87
|
ClusterMonitoringResponse = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterMonitoringResponse
|
88
|
-
|
88
|
+
Role = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Role
|
89
89
|
ClusterMonitoringRequest = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterMonitoringRequest
|
90
|
-
|
90
|
+
ExecuteScriptActionParameters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ExecuteScriptActionParameters
|
91
91
|
ScriptActionExecutionHistoryList = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionExecutionHistoryList
|
92
|
-
|
92
|
+
ClusterCreateParametersExtended = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterCreateParametersExtended
|
93
93
|
ScriptActionPersistedGetResponseSpec = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionPersistedGetResponseSpec
|
94
|
+
AutoscaleSchedule = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleSchedule
|
95
|
+
ScriptActionsList = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionsList
|
94
96
|
RuntimeScriptActionDetail = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::RuntimeScriptActionDetail
|
95
97
|
TrackedResource = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::TrackedResource
|
96
98
|
Cluster = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Cluster
|
@@ -108,7 +110,7 @@ module Azure::Profiles::Latest
|
|
108
110
|
end
|
109
111
|
|
110
112
|
class HdinsightManagementClass
|
111
|
-
attr_reader :clusters, :applications, :locations, :configurations, :extensions, :script_actions, :script_execution_history, :operations, :configurable, :base_url, :options, :model_classes
|
113
|
+
attr_reader :clusters, :applications, :locations, :configurations, :extensions, :script_actions, :script_execution_history, :operations, :virtual_machines, :configurable, :base_url, :options, :model_classes
|
112
114
|
|
113
115
|
def initialize(configurable, base_url=nil, options=nil)
|
114
116
|
@configurable, @base_url, @options = configurable, base_url, options
|
@@ -126,6 +128,7 @@ module Azure::Profiles::Latest
|
|
126
128
|
@script_actions = @client_0.script_actions
|
127
129
|
@script_execution_history = @client_0.script_execution_history
|
128
130
|
@operations = @client_0.operations
|
131
|
+
@virtual_machines = @client_0.virtual_machines
|
129
132
|
|
130
133
|
@model_classes = ModelClasses.new
|
131
134
|
end
|
@@ -144,228 +147,231 @@ module Azure::Profiles::Latest
|
|
144
147
|
end
|
145
148
|
|
146
149
|
class ModelClasses
|
147
|
-
def cluster_resize_parameters
|
148
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterResizeParameters
|
149
|
-
end
|
150
150
|
def cluster_disk_encryption_parameters
|
151
151
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterDiskEncryptionParameters
|
152
152
|
end
|
153
|
-
def
|
154
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
153
|
+
def cluster_definition
|
154
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterDefinition
|
155
155
|
end
|
156
156
|
def update_gateway_settings_parameters
|
157
157
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::UpdateGatewaySettingsParameters
|
158
158
|
end
|
159
|
-
def
|
160
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
159
|
+
def kafka_rest_properties
|
160
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::KafkaRestProperties
|
161
161
|
end
|
162
162
|
def gateway_settings
|
163
163
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::GatewaySettings
|
164
164
|
end
|
165
|
-
def
|
166
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
165
|
+
def autoscale_time_and_capacity
|
166
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleTimeAndCapacity
|
167
167
|
end
|
168
168
|
def operation_resource
|
169
169
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OperationResource
|
170
170
|
end
|
171
|
-
def
|
172
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
171
|
+
def autoscale_capacity
|
172
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleCapacity
|
173
173
|
end
|
174
174
|
def resource
|
175
175
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Resource
|
176
176
|
end
|
177
|
-
def hardware_profile
|
178
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::HardwareProfile
|
179
|
-
end
|
180
177
|
def autoscale
|
181
178
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Autoscale
|
182
179
|
end
|
183
|
-
def
|
184
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
180
|
+
def autoscale_recurrence
|
181
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleRecurrence
|
185
182
|
end
|
186
183
|
def virtual_network_profile
|
187
184
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VirtualNetworkProfile
|
188
185
|
end
|
189
|
-
def
|
190
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
186
|
+
def hardware_profile
|
187
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::HardwareProfile
|
191
188
|
end
|
192
|
-
def
|
193
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
189
|
+
def ssh_public_key
|
190
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::SshPublicKey
|
194
191
|
end
|
195
|
-
def
|
196
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
192
|
+
def host_info
|
193
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::HostInfo
|
197
194
|
end
|
198
|
-
def
|
199
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
195
|
+
def linux_operating_system_profile
|
196
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::LinuxOperatingSystemProfile
|
200
197
|
end
|
201
|
-
def
|
202
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
198
|
+
def operation_list_result
|
199
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OperationListResult
|
200
|
+
end
|
201
|
+
def script_action
|
202
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptAction
|
203
203
|
end
|
204
204
|
def error_response
|
205
205
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ErrorResponse
|
206
206
|
end
|
207
|
-
def
|
208
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
207
|
+
def compute_profile
|
208
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ComputeProfile
|
209
209
|
end
|
210
210
|
def application_get_https_endpoint
|
211
211
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ApplicationGetHttpsEndpoint
|
212
212
|
end
|
213
|
-
def
|
214
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
213
|
+
def storage_profile
|
214
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::StorageProfile
|
215
215
|
end
|
216
216
|
def application_get_endpoint
|
217
217
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ApplicationGetEndpoint
|
218
218
|
end
|
219
|
-
def
|
220
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
219
|
+
def cluster_create_properties
|
220
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterCreateProperties
|
221
221
|
end
|
222
222
|
def application_properties
|
223
223
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ApplicationProperties
|
224
224
|
end
|
225
|
-
def
|
226
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
225
|
+
def cluster_identity
|
226
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterIdentity
|
227
227
|
end
|
228
|
-
def
|
229
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
228
|
+
def operation
|
229
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Operation
|
230
230
|
end
|
231
|
-
def
|
232
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
231
|
+
def cluster_patch_parameters
|
232
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterPatchParameters
|
233
233
|
end
|
234
234
|
def application_list_result
|
235
235
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ApplicationListResult
|
236
236
|
end
|
237
|
-
def
|
238
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
237
|
+
def errors
|
238
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Errors
|
239
239
|
end
|
240
240
|
def version_spec
|
241
241
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VersionSpec
|
242
242
|
end
|
243
|
+
def cluster_get_properties
|
244
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterGetProperties
|
245
|
+
end
|
243
246
|
def versions_capability
|
244
247
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VersionsCapability
|
245
248
|
end
|
246
|
-
def
|
247
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
249
|
+
def runtime_script_action
|
250
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::RuntimeScriptAction
|
248
251
|
end
|
249
252
|
def regions_capability
|
250
253
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::RegionsCapability
|
251
254
|
end
|
252
|
-
def
|
253
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
255
|
+
def cluster_list_persisted_script_actions_result
|
256
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterListPersistedScriptActionsResult
|
254
257
|
end
|
255
258
|
def vm_sizes_capability
|
256
259
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VmSizesCapability
|
257
260
|
end
|
261
|
+
def operation_display
|
262
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OperationDisplay
|
263
|
+
end
|
258
264
|
def cluster_list_runtime_script_action_detail_result
|
259
265
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterListRuntimeScriptActionDetailResult
|
260
266
|
end
|
261
267
|
def vm_size_compatibility_filter
|
262
268
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VmSizeCompatibilityFilter
|
263
269
|
end
|
264
|
-
def
|
265
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
270
|
+
def cluster_resize_parameters
|
271
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterResizeParameters
|
266
272
|
end
|
267
273
|
def regional_quota_capability
|
268
274
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::RegionalQuotaCapability
|
269
275
|
end
|
270
|
-
def
|
271
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
276
|
+
def security_profile
|
277
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::SecurityProfile
|
272
278
|
end
|
273
279
|
def quota_capability
|
274
280
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::QuotaCapability
|
275
281
|
end
|
276
|
-
def
|
277
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
282
|
+
def data_disks_groups
|
283
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DataDisksGroups
|
278
284
|
end
|
279
285
|
def capabilities_result
|
280
286
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::CapabilitiesResult
|
281
287
|
end
|
282
|
-
def
|
283
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
288
|
+
def os_profile
|
289
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OsProfile
|
284
290
|
end
|
285
291
|
def localized_name
|
286
292
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::LocalizedName
|
287
293
|
end
|
288
|
-
def
|
289
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
294
|
+
def storage_account
|
295
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::StorageAccount
|
290
296
|
end
|
291
297
|
def usage
|
292
298
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Usage
|
293
299
|
end
|
294
|
-
def
|
295
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
300
|
+
def cluster_identity_user_assigned_identities_value
|
301
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterIdentityUserAssignedIdentitiesValue
|
296
302
|
end
|
297
303
|
def usages_list_result
|
298
304
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::UsagesListResult
|
299
305
|
end
|
300
|
-
def
|
301
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
306
|
+
def quota_info
|
307
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::QuotaInfo
|
302
308
|
end
|
303
309
|
def vm_size_compatibility_filter_v2
|
304
310
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VmSizeCompatibilityFilterV2
|
305
311
|
end
|
306
|
-
def runtime_script_action
|
307
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::RuntimeScriptAction
|
308
|
-
end
|
309
312
|
def billing_meters
|
310
313
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::BillingMeters
|
311
314
|
end
|
312
|
-
def
|
313
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
314
|
-
end
|
315
|
-
def cluster_list_result
|
316
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterListResult
|
315
|
+
def script_action_execution_summary
|
316
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionExecutionSummary
|
317
317
|
end
|
318
318
|
def disk_billing_meters
|
319
319
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DiskBillingMeters
|
320
320
|
end
|
321
|
-
def
|
322
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
321
|
+
def client_group_info
|
322
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClientGroupInfo
|
323
323
|
end
|
324
324
|
def billing_resources
|
325
325
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::BillingResources
|
326
326
|
end
|
327
|
-
def
|
328
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
327
|
+
def ssh_profile
|
328
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::SshProfile
|
329
329
|
end
|
330
330
|
def billing_response_list_result
|
331
331
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::BillingResponseListResult
|
332
332
|
end
|
333
|
-
def
|
334
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
333
|
+
def disk_encryption_properties
|
334
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DiskEncryptionProperties
|
335
335
|
end
|
336
336
|
def cluster_configurations
|
337
337
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterConfigurations
|
338
338
|
end
|
339
|
-
def
|
340
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
339
|
+
def connectivity_endpoint
|
340
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ConnectivityEndpoint
|
341
341
|
end
|
342
342
|
def extension
|
343
343
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Extension
|
344
344
|
end
|
345
|
-
def
|
346
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
345
|
+
def cluster_list_result
|
346
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterListResult
|
347
347
|
end
|
348
348
|
def cluster_monitoring_response
|
349
349
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterMonitoringResponse
|
350
350
|
end
|
351
|
-
def
|
352
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
351
|
+
def role
|
352
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Role
|
353
353
|
end
|
354
354
|
def cluster_monitoring_request
|
355
355
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterMonitoringRequest
|
356
356
|
end
|
357
|
-
def
|
358
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
357
|
+
def execute_script_action_parameters
|
358
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ExecuteScriptActionParameters
|
359
359
|
end
|
360
360
|
def script_action_execution_history_list
|
361
361
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionExecutionHistoryList
|
362
362
|
end
|
363
|
-
def
|
364
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
363
|
+
def cluster_create_parameters_extended
|
364
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterCreateParametersExtended
|
365
365
|
end
|
366
366
|
def script_action_persisted_get_response_spec
|
367
367
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionPersistedGetResponseSpec
|
368
368
|
end
|
369
|
+
def autoscale_schedule
|
370
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleSchedule
|
371
|
+
end
|
372
|
+
def script_actions_list
|
373
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionsList
|
374
|
+
end
|
369
375
|
def runtime_script_action_detail
|
370
376
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::RuntimeScriptActionDetail
|
371
377
|
end
|
@@ -7,87 +7,90 @@ require 'azure_mgmt_kusto'
|
|
7
7
|
module Azure::Profiles::Latest
|
8
8
|
module Kusto
|
9
9
|
module Mgmt
|
10
|
-
Clusters = Azure::Kusto::Mgmt::
|
11
|
-
ClusterPrincipalAssignments = Azure::Kusto::Mgmt::
|
12
|
-
Databases = Azure::Kusto::Mgmt::
|
13
|
-
DatabasePrincipalAssignments = Azure::Kusto::Mgmt::
|
14
|
-
AttachedDatabaseConfigurations = Azure::Kusto::Mgmt::
|
15
|
-
DataConnections = Azure::Kusto::Mgmt::
|
16
|
-
Operations = Azure::Kusto::Mgmt::
|
10
|
+
Clusters = Azure::Kusto::Mgmt::V2020_02_15::Clusters
|
11
|
+
ClusterPrincipalAssignments = Azure::Kusto::Mgmt::V2020_02_15::ClusterPrincipalAssignments
|
12
|
+
Databases = Azure::Kusto::Mgmt::V2020_02_15::Databases
|
13
|
+
DatabasePrincipalAssignments = Azure::Kusto::Mgmt::V2020_02_15::DatabasePrincipalAssignments
|
14
|
+
AttachedDatabaseConfigurations = Azure::Kusto::Mgmt::V2020_02_15::AttachedDatabaseConfigurations
|
15
|
+
DataConnections = Azure::Kusto::Mgmt::V2020_02_15::DataConnections
|
16
|
+
Operations = Azure::Kusto::Mgmt::V2020_02_15::Operations
|
17
17
|
|
18
18
|
module Models
|
19
|
-
|
20
|
-
|
21
|
-
OptimizedAutoscale = Azure::Kusto::Mgmt::
|
22
|
-
|
23
|
-
KeyVaultProperties = Azure::Kusto::Mgmt::
|
24
|
-
|
25
|
-
|
26
|
-
VirtualNetworkConfiguration = Azure::Kusto::Mgmt::
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
19
|
+
ClusterPrincipalAssignmentListResult = Azure::Kusto::Mgmt::V2020_02_15::Models::ClusterPrincipalAssignmentListResult
|
20
|
+
DatabasePrincipalListResult = Azure::Kusto::Mgmt::V2020_02_15::Models::DatabasePrincipalListResult
|
21
|
+
OptimizedAutoscale = Azure::Kusto::Mgmt::V2020_02_15::Models::OptimizedAutoscale
|
22
|
+
FollowerDatabaseDefinition = Azure::Kusto::Mgmt::V2020_02_15::Models::FollowerDatabaseDefinition
|
23
|
+
KeyVaultProperties = Azure::Kusto::Mgmt::V2020_02_15::Models::KeyVaultProperties
|
24
|
+
FollowerDatabaseListResult = Azure::Kusto::Mgmt::V2020_02_15::Models::FollowerDatabaseListResult
|
25
|
+
LanguageExtensionsList = Azure::Kusto::Mgmt::V2020_02_15::Models::LanguageExtensionsList
|
26
|
+
VirtualNetworkConfiguration = Azure::Kusto::Mgmt::V2020_02_15::Models::VirtualNetworkConfiguration
|
27
|
+
AzureCapacity = Azure::Kusto::Mgmt::V2020_02_15::Models::AzureCapacity
|
28
|
+
LanguageExtension = Azure::Kusto::Mgmt::V2020_02_15::Models::LanguageExtension
|
29
|
+
SkuLocationInfoItem = Azure::Kusto::Mgmt::V2020_02_15::Models::SkuLocationInfoItem
|
30
|
+
AzureSku = Azure::Kusto::Mgmt::V2020_02_15::Models::AzureSku
|
31
|
+
SkuDescriptionList = Azure::Kusto::Mgmt::V2020_02_15::Models::SkuDescriptionList
|
32
|
+
AzureResourceSku = Azure::Kusto::Mgmt::V2020_02_15::Models::AzureResourceSku
|
33
|
+
SkuDescription = Azure::Kusto::Mgmt::V2020_02_15::Models::SkuDescription
|
34
|
+
Identity = Azure::Kusto::Mgmt::V2020_02_15::Models::Identity
|
35
|
+
DatabaseStatistics = Azure::Kusto::Mgmt::V2020_02_15::Models::DatabaseStatistics
|
36
|
+
IdentityUserAssignedIdentitiesValue = Azure::Kusto::Mgmt::V2020_02_15::Models::IdentityUserAssignedIdentitiesValue
|
37
|
+
AttachedDatabaseConfigurationListResult = Azure::Kusto::Mgmt::V2020_02_15::Models::AttachedDatabaseConfigurationListResult
|
38
|
+
ClusterCheckNameRequest = Azure::Kusto::Mgmt::V2020_02_15::Models::ClusterCheckNameRequest
|
39
|
+
ClusterPrincipalAssignmentCheckNameRequest = Azure::Kusto::Mgmt::V2020_02_15::Models::ClusterPrincipalAssignmentCheckNameRequest
|
40
|
+
DataConnectionCheckNameRequest = Azure::Kusto::Mgmt::V2020_02_15::Models::DataConnectionCheckNameRequest
|
41
|
+
DatabasePrincipal = Azure::Kusto::Mgmt::V2020_02_15::Models::DatabasePrincipal
|
42
|
+
DataConnectionValidationResult = Azure::Kusto::Mgmt::V2020_02_15::Models::DataConnectionValidationResult
|
43
|
+
DatabasePrincipalAssignmentCheckNameRequest = Azure::Kusto::Mgmt::V2020_02_15::Models::DatabasePrincipalAssignmentCheckNameRequest
|
44
|
+
DatabasePrincipalListRequest = Azure::Kusto::Mgmt::V2020_02_15::Models::DatabasePrincipalListRequest
|
45
|
+
DatabaseListResult = Azure::Kusto::Mgmt::V2020_02_15::Models::DatabaseListResult
|
46
|
+
DiagnoseVirtualNetworkResult = Azure::Kusto::Mgmt::V2020_02_15::Models::DiagnoseVirtualNetworkResult
|
47
|
+
TrustedExternalTenant = Azure::Kusto::Mgmt::V2020_02_15::Models::TrustedExternalTenant
|
48
|
+
DataConnectionValidation = Azure::Kusto::Mgmt::V2020_02_15::Models::DataConnectionValidation
|
49
|
+
ListResourceSkusResult = Azure::Kusto::Mgmt::V2020_02_15::Models::ListResourceSkusResult
|
50
|
+
Resource = Azure::Kusto::Mgmt::V2020_02_15::Models::Resource
|
51
|
+
CheckNameResult = Azure::Kusto::Mgmt::V2020_02_15::Models::CheckNameResult
|
52
|
+
OperationListResult = Azure::Kusto::Mgmt::V2020_02_15::Models::OperationListResult
|
53
|
+
DatabasePrincipalAssignmentListResult = Azure::Kusto::Mgmt::V2020_02_15::Models::DatabasePrincipalAssignmentListResult
|
54
|
+
Operation = Azure::Kusto::Mgmt::V2020_02_15::Models::Operation
|
55
|
+
CheckNameRequest = Azure::Kusto::Mgmt::V2020_02_15::Models::CheckNameRequest
|
56
|
+
DataConnectionValidationListResult = Azure::Kusto::Mgmt::V2020_02_15::Models::DataConnectionValidationListResult
|
57
|
+
OperationDisplay = Azure::Kusto::Mgmt::V2020_02_15::Models::OperationDisplay
|
58
|
+
DataConnectionListResult = Azure::Kusto::Mgmt::V2020_02_15::Models::DataConnectionListResult
|
59
|
+
ClusterListResult = Azure::Kusto::Mgmt::V2020_02_15::Models::ClusterListResult
|
60
|
+
Cluster = Azure::Kusto::Mgmt::V2020_02_15::Models::Cluster
|
61
|
+
ClusterUpdate = Azure::Kusto::Mgmt::V2020_02_15::Models::ClusterUpdate
|
62
|
+
ReadWriteDatabase = Azure::Kusto::Mgmt::V2020_02_15::Models::ReadWriteDatabase
|
63
|
+
ReadOnlyFollowingDatabase = Azure::Kusto::Mgmt::V2020_02_15::Models::ReadOnlyFollowingDatabase
|
64
|
+
ProxyResource = Azure::Kusto::Mgmt::V2020_02_15::Models::ProxyResource
|
65
|
+
AttachedDatabaseConfiguration = Azure::Kusto::Mgmt::V2020_02_15::Models::AttachedDatabaseConfiguration
|
66
|
+
Database = Azure::Kusto::Mgmt::V2020_02_15::Models::Database
|
67
|
+
DatabasePrincipalAssignment = Azure::Kusto::Mgmt::V2020_02_15::Models::DatabasePrincipalAssignment
|
68
|
+
ClusterPrincipalAssignment = Azure::Kusto::Mgmt::V2020_02_15::Models::ClusterPrincipalAssignment
|
69
|
+
DataConnection = Azure::Kusto::Mgmt::V2020_02_15::Models::DataConnection
|
70
|
+
EventHubDataConnection = Azure::Kusto::Mgmt::V2020_02_15::Models::EventHubDataConnection
|
71
|
+
IotHubDataConnection = Azure::Kusto::Mgmt::V2020_02_15::Models::IotHubDataConnection
|
72
|
+
EventGridDataConnection = Azure::Kusto::Mgmt::V2020_02_15::Models::EventGridDataConnection
|
73
|
+
TrackedResource = Azure::Kusto::Mgmt::V2020_02_15::Models::TrackedResource
|
74
|
+
AzureEntityResource = Azure::Kusto::Mgmt::V2020_02_15::Models::AzureEntityResource
|
75
|
+
State = Azure::Kusto::Mgmt::V2020_02_15::Models::State
|
76
|
+
ProvisioningState = Azure::Kusto::Mgmt::V2020_02_15::Models::ProvisioningState
|
77
|
+
LanguageExtensionName = Azure::Kusto::Mgmt::V2020_02_15::Models::LanguageExtensionName
|
78
|
+
AzureSkuName = Azure::Kusto::Mgmt::V2020_02_15::Models::AzureSkuName
|
79
|
+
AzureSkuTier = Azure::Kusto::Mgmt::V2020_02_15::Models::AzureSkuTier
|
80
|
+
AzureScaleType = Azure::Kusto::Mgmt::V2020_02_15::Models::AzureScaleType
|
81
|
+
DefaultPrincipalsModificationKind = Azure::Kusto::Mgmt::V2020_02_15::Models::DefaultPrincipalsModificationKind
|
82
|
+
PrincipalsModificationKind = Azure::Kusto::Mgmt::V2020_02_15::Models::PrincipalsModificationKind
|
83
|
+
EventHubDataFormat = Azure::Kusto::Mgmt::V2020_02_15::Models::EventHubDataFormat
|
84
|
+
Compression = Azure::Kusto::Mgmt::V2020_02_15::Models::Compression
|
85
|
+
IotHubDataFormat = Azure::Kusto::Mgmt::V2020_02_15::Models::IotHubDataFormat
|
86
|
+
EventGridDataFormat = Azure::Kusto::Mgmt::V2020_02_15::Models::EventGridDataFormat
|
87
|
+
IdentityType = Azure::Kusto::Mgmt::V2020_02_15::Models::IdentityType
|
88
|
+
DatabasePrincipalRole = Azure::Kusto::Mgmt::V2020_02_15::Models::DatabasePrincipalRole
|
89
|
+
DatabasePrincipalType = Azure::Kusto::Mgmt::V2020_02_15::Models::DatabasePrincipalType
|
90
|
+
PrincipalType = Azure::Kusto::Mgmt::V2020_02_15::Models::PrincipalType
|
91
|
+
ClusterPrincipalRole = Azure::Kusto::Mgmt::V2020_02_15::Models::ClusterPrincipalRole
|
92
|
+
Type = Azure::Kusto::Mgmt::V2020_02_15::Models::Type
|
93
|
+
Reason = Azure::Kusto::Mgmt::V2020_02_15::Models::Reason
|
91
94
|
end
|
92
95
|
|
93
96
|
class KustoManagementClass
|
@@ -96,7 +99,7 @@ module Azure::Profiles::Latest
|
|
96
99
|
def initialize(configurable, base_url=nil, options=nil)
|
97
100
|
@configurable, @base_url, @options = configurable, base_url, options
|
98
101
|
|
99
|
-
@client_0 = Azure::Kusto::Mgmt::
|
102
|
+
@client_0 = Azure::Kusto::Mgmt::V2020_02_15::KustoManagementClient.new(configurable.credentials, base_url, options)
|
100
103
|
if(@client_0.respond_to?(:subscription_id))
|
101
104
|
@client_0.subscription_id = configurable.subscription_id
|
102
105
|
end
|
@@ -126,221 +129,230 @@ module Azure::Profiles::Latest
|
|
126
129
|
end
|
127
130
|
|
128
131
|
class ModelClasses
|
132
|
+
def cluster_principal_assignment_list_result
|
133
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::ClusterPrincipalAssignmentListResult
|
134
|
+
end
|
129
135
|
def database_principal_list_result
|
130
|
-
Azure::Kusto::Mgmt::
|
136
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::DatabasePrincipalListResult
|
137
|
+
end
|
138
|
+
def optimized_autoscale
|
139
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::OptimizedAutoscale
|
131
140
|
end
|
132
141
|
def follower_database_definition
|
133
|
-
Azure::Kusto::Mgmt::
|
142
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::FollowerDatabaseDefinition
|
134
143
|
end
|
135
|
-
def
|
136
|
-
Azure::Kusto::Mgmt::
|
144
|
+
def key_vault_properties
|
145
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::KeyVaultProperties
|
137
146
|
end
|
138
147
|
def follower_database_list_result
|
139
|
-
Azure::Kusto::Mgmt::
|
148
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::FollowerDatabaseListResult
|
140
149
|
end
|
141
|
-
def
|
142
|
-
Azure::Kusto::Mgmt::
|
150
|
+
def language_extensions_list
|
151
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::LanguageExtensionsList
|
143
152
|
end
|
144
|
-
def
|
145
|
-
Azure::Kusto::Mgmt::
|
153
|
+
def virtual_network_configuration
|
154
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::VirtualNetworkConfiguration
|
146
155
|
end
|
147
156
|
def azure_capacity
|
148
|
-
Azure::Kusto::Mgmt::
|
157
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::AzureCapacity
|
149
158
|
end
|
150
|
-
def
|
151
|
-
Azure::Kusto::Mgmt::
|
159
|
+
def language_extension
|
160
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::LanguageExtension
|
152
161
|
end
|
153
162
|
def sku_location_info_item
|
154
|
-
Azure::Kusto::Mgmt::
|
163
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::SkuLocationInfoItem
|
155
164
|
end
|
156
165
|
def azure_sku
|
157
|
-
Azure::Kusto::Mgmt::
|
166
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::AzureSku
|
158
167
|
end
|
159
168
|
def sku_description_list
|
160
|
-
Azure::Kusto::Mgmt::
|
169
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::SkuDescriptionList
|
161
170
|
end
|
162
171
|
def azure_resource_sku
|
163
|
-
Azure::Kusto::Mgmt::
|
172
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::AzureResourceSku
|
164
173
|
end
|
165
174
|
def sku_description
|
166
|
-
Azure::Kusto::Mgmt::
|
175
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::SkuDescription
|
167
176
|
end
|
168
177
|
def identity
|
169
|
-
Azure::Kusto::Mgmt::
|
178
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::Identity
|
170
179
|
end
|
171
180
|
def database_statistics
|
172
|
-
Azure::Kusto::Mgmt::
|
181
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::DatabaseStatistics
|
173
182
|
end
|
174
183
|
def identity_user_assigned_identities_value
|
175
|
-
Azure::Kusto::Mgmt::
|
184
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::IdentityUserAssignedIdentitiesValue
|
176
185
|
end
|
177
186
|
def attached_database_configuration_list_result
|
178
|
-
Azure::Kusto::Mgmt::
|
187
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::AttachedDatabaseConfigurationListResult
|
179
188
|
end
|
180
189
|
def cluster_check_name_request
|
181
|
-
Azure::Kusto::Mgmt::
|
190
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::ClusterCheckNameRequest
|
182
191
|
end
|
183
192
|
def cluster_principal_assignment_check_name_request
|
184
|
-
Azure::Kusto::Mgmt::
|
193
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::ClusterPrincipalAssignmentCheckNameRequest
|
185
194
|
end
|
186
195
|
def data_connection_check_name_request
|
187
|
-
Azure::Kusto::Mgmt::
|
196
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::DataConnectionCheckNameRequest
|
188
197
|
end
|
189
198
|
def database_principal
|
190
|
-
Azure::Kusto::Mgmt::
|
199
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::DatabasePrincipal
|
191
200
|
end
|
192
201
|
def data_connection_validation_result
|
193
|
-
Azure::Kusto::Mgmt::
|
202
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::DataConnectionValidationResult
|
194
203
|
end
|
195
204
|
def database_principal_assignment_check_name_request
|
196
|
-
Azure::Kusto::Mgmt::
|
205
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::DatabasePrincipalAssignmentCheckNameRequest
|
197
206
|
end
|
198
207
|
def database_principal_list_request
|
199
|
-
Azure::Kusto::Mgmt::
|
208
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::DatabasePrincipalListRequest
|
200
209
|
end
|
201
210
|
def database_list_result
|
202
|
-
Azure::Kusto::Mgmt::
|
211
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::DatabaseListResult
|
203
212
|
end
|
204
213
|
def diagnose_virtual_network_result
|
205
|
-
Azure::Kusto::Mgmt::
|
214
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::DiagnoseVirtualNetworkResult
|
206
215
|
end
|
207
|
-
def
|
208
|
-
Azure::Kusto::Mgmt::
|
216
|
+
def trusted_external_tenant
|
217
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::TrustedExternalTenant
|
209
218
|
end
|
210
219
|
def data_connection_validation
|
211
|
-
Azure::Kusto::Mgmt::
|
220
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::DataConnectionValidation
|
212
221
|
end
|
213
222
|
def list_resource_skus_result
|
214
|
-
Azure::Kusto::Mgmt::
|
223
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::ListResourceSkusResult
|
215
224
|
end
|
216
225
|
def resource
|
217
|
-
Azure::Kusto::Mgmt::
|
226
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::Resource
|
218
227
|
end
|
219
228
|
def check_name_result
|
220
|
-
Azure::Kusto::Mgmt::
|
229
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::CheckNameResult
|
221
230
|
end
|
222
231
|
def operation_list_result
|
223
|
-
Azure::Kusto::Mgmt::
|
232
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::OperationListResult
|
224
233
|
end
|
225
234
|
def database_principal_assignment_list_result
|
226
|
-
Azure::Kusto::Mgmt::
|
235
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::DatabasePrincipalAssignmentListResult
|
227
236
|
end
|
228
237
|
def operation
|
229
|
-
Azure::Kusto::Mgmt::
|
238
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::Operation
|
230
239
|
end
|
231
240
|
def check_name_request
|
232
|
-
Azure::Kusto::Mgmt::
|
241
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::CheckNameRequest
|
233
242
|
end
|
234
243
|
def data_connection_validation_list_result
|
235
|
-
Azure::Kusto::Mgmt::
|
244
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::DataConnectionValidationListResult
|
236
245
|
end
|
237
246
|
def operation_display
|
238
|
-
Azure::Kusto::Mgmt::
|
247
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::OperationDisplay
|
239
248
|
end
|
240
249
|
def data_connection_list_result
|
241
|
-
Azure::Kusto::Mgmt::
|
250
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::DataConnectionListResult
|
242
251
|
end
|
243
252
|
def cluster_list_result
|
244
|
-
Azure::Kusto::Mgmt::
|
253
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::ClusterListResult
|
245
254
|
end
|
246
255
|
def cluster
|
247
|
-
Azure::Kusto::Mgmt::
|
256
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::Cluster
|
248
257
|
end
|
249
258
|
def cluster_update
|
250
|
-
Azure::Kusto::Mgmt::
|
259
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::ClusterUpdate
|
251
260
|
end
|
252
261
|
def read_write_database
|
253
|
-
Azure::Kusto::Mgmt::
|
262
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::ReadWriteDatabase
|
254
263
|
end
|
255
264
|
def read_only_following_database
|
256
|
-
Azure::Kusto::Mgmt::
|
265
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::ReadOnlyFollowingDatabase
|
257
266
|
end
|
258
267
|
def proxy_resource
|
259
|
-
Azure::Kusto::Mgmt::
|
268
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::ProxyResource
|
260
269
|
end
|
261
270
|
def attached_database_configuration
|
262
|
-
Azure::Kusto::Mgmt::
|
271
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::AttachedDatabaseConfiguration
|
263
272
|
end
|
264
273
|
def database
|
265
|
-
Azure::Kusto::Mgmt::
|
274
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::Database
|
266
275
|
end
|
267
276
|
def database_principal_assignment
|
268
|
-
Azure::Kusto::Mgmt::
|
277
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::DatabasePrincipalAssignment
|
269
278
|
end
|
270
279
|
def cluster_principal_assignment
|
271
|
-
Azure::Kusto::Mgmt::
|
280
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::ClusterPrincipalAssignment
|
272
281
|
end
|
273
282
|
def data_connection
|
274
|
-
Azure::Kusto::Mgmt::
|
283
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::DataConnection
|
275
284
|
end
|
276
285
|
def event_hub_data_connection
|
277
|
-
Azure::Kusto::Mgmt::
|
286
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::EventHubDataConnection
|
278
287
|
end
|
279
288
|
def iot_hub_data_connection
|
280
|
-
Azure::Kusto::Mgmt::
|
289
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::IotHubDataConnection
|
281
290
|
end
|
282
291
|
def event_grid_data_connection
|
283
|
-
Azure::Kusto::Mgmt::
|
292
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::EventGridDataConnection
|
284
293
|
end
|
285
294
|
def tracked_resource
|
286
|
-
Azure::Kusto::Mgmt::
|
295
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::TrackedResource
|
287
296
|
end
|
288
297
|
def azure_entity_resource
|
289
|
-
Azure::Kusto::Mgmt::
|
298
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::AzureEntityResource
|
290
299
|
end
|
291
300
|
def state
|
292
|
-
Azure::Kusto::Mgmt::
|
301
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::State
|
293
302
|
end
|
294
303
|
def provisioning_state
|
295
|
-
Azure::Kusto::Mgmt::
|
304
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::ProvisioningState
|
305
|
+
end
|
306
|
+
def language_extension_name
|
307
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::LanguageExtensionName
|
296
308
|
end
|
297
309
|
def azure_sku_name
|
298
|
-
Azure::Kusto::Mgmt::
|
310
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::AzureSkuName
|
299
311
|
end
|
300
312
|
def azure_sku_tier
|
301
|
-
Azure::Kusto::Mgmt::
|
313
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::AzureSkuTier
|
302
314
|
end
|
303
315
|
def azure_scale_type
|
304
|
-
Azure::Kusto::Mgmt::
|
316
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::AzureScaleType
|
305
317
|
end
|
306
318
|
def default_principals_modification_kind
|
307
|
-
Azure::Kusto::Mgmt::
|
319
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::DefaultPrincipalsModificationKind
|
308
320
|
end
|
309
321
|
def principals_modification_kind
|
310
|
-
Azure::Kusto::Mgmt::
|
322
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::PrincipalsModificationKind
|
311
323
|
end
|
312
324
|
def event_hub_data_format
|
313
|
-
Azure::Kusto::Mgmt::
|
325
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::EventHubDataFormat
|
314
326
|
end
|
315
327
|
def compression
|
316
|
-
Azure::Kusto::Mgmt::
|
328
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::Compression
|
317
329
|
end
|
318
330
|
def iot_hub_data_format
|
319
|
-
Azure::Kusto::Mgmt::
|
331
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::IotHubDataFormat
|
320
332
|
end
|
321
333
|
def event_grid_data_format
|
322
|
-
Azure::Kusto::Mgmt::
|
334
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::EventGridDataFormat
|
323
335
|
end
|
324
336
|
def identity_type
|
325
|
-
Azure::Kusto::Mgmt::
|
337
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::IdentityType
|
326
338
|
end
|
327
339
|
def database_principal_role
|
328
|
-
Azure::Kusto::Mgmt::
|
340
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::DatabasePrincipalRole
|
329
341
|
end
|
330
342
|
def database_principal_type
|
331
|
-
Azure::Kusto::Mgmt::
|
343
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::DatabasePrincipalType
|
332
344
|
end
|
333
345
|
def principal_type
|
334
|
-
Azure::Kusto::Mgmt::
|
346
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::PrincipalType
|
335
347
|
end
|
336
348
|
def cluster_principal_role
|
337
|
-
Azure::Kusto::Mgmt::
|
349
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::ClusterPrincipalRole
|
338
350
|
end
|
339
351
|
def type
|
340
|
-
Azure::Kusto::Mgmt::
|
352
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::Type
|
341
353
|
end
|
342
354
|
def reason
|
343
|
-
Azure::Kusto::Mgmt::
|
355
|
+
Azure::Kusto::Mgmt::V2020_02_15::Models::Reason
|
344
356
|
end
|
345
357
|
end
|
346
358
|
end
|