azure_sdk 0.57.0 → 0.61.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/version.rb +1 -1
- data/lib/latest/modules/appconfiguration_profile_module.rb +89 -81
- data/lib/latest/modules/cdn_profile_module.rb +571 -173
- data/lib/latest/modules/cognitiveservices_profile_module.rb +117 -57
- data/lib/latest/modules/containerinstance_profile_module.rb +174 -136
- data/lib/latest/modules/containerservice_profile_module.rb +189 -139
- data/lib/latest/modules/datafactory_profile_module.rb +535 -435
- data/lib/latest/modules/eventgrid_profile_module.rb +184 -360
- data/lib/latest/modules/hdinsight_profile_module.rb +139 -113
- data/lib/latest/modules/kusto_profile_module.rb +173 -157
- 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 +1749 -1577
- data/lib/latest/modules/operationalinsights_profile_module.rb +291 -145
- data/lib/latest/modules/reservations_profile_module.rb +47 -59
- 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 +247 -191
- data/lib/latest/modules/synapse_profile_module.rb +440 -116
- metadata +273 -273
@@ -7,87 +7,91 @@ 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_06_14::Clusters
|
11
|
+
ClusterPrincipalAssignments = Azure::Kusto::Mgmt::V2020_06_14::ClusterPrincipalAssignments
|
12
|
+
Databases = Azure::Kusto::Mgmt::V2020_06_14::Databases
|
13
|
+
DatabasePrincipalAssignments = Azure::Kusto::Mgmt::V2020_06_14::DatabasePrincipalAssignments
|
14
|
+
AttachedDatabaseConfigurations = Azure::Kusto::Mgmt::V2020_06_14::AttachedDatabaseConfigurations
|
15
|
+
DataConnections = Azure::Kusto::Mgmt::V2020_06_14::DataConnections
|
16
|
+
Operations = Azure::Kusto::Mgmt::V2020_06_14::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_06_14::Models::ClusterPrincipalAssignmentListResult
|
20
|
+
DatabasePrincipalListResult = Azure::Kusto::Mgmt::V2020_06_14::Models::DatabasePrincipalListResult
|
21
|
+
OptimizedAutoscale = Azure::Kusto::Mgmt::V2020_06_14::Models::OptimizedAutoscale
|
22
|
+
FollowerDatabaseDefinition = Azure::Kusto::Mgmt::V2020_06_14::Models::FollowerDatabaseDefinition
|
23
|
+
KeyVaultProperties = Azure::Kusto::Mgmt::V2020_06_14::Models::KeyVaultProperties
|
24
|
+
FollowerDatabaseListResult = Azure::Kusto::Mgmt::V2020_06_14::Models::FollowerDatabaseListResult
|
25
|
+
LanguageExtensionsList = Azure::Kusto::Mgmt::V2020_06_14::Models::LanguageExtensionsList
|
26
|
+
VirtualNetworkConfiguration = Azure::Kusto::Mgmt::V2020_06_14::Models::VirtualNetworkConfiguration
|
27
|
+
AzureCapacity = Azure::Kusto::Mgmt::V2020_06_14::Models::AzureCapacity
|
28
|
+
LanguageExtension = Azure::Kusto::Mgmt::V2020_06_14::Models::LanguageExtension
|
29
|
+
SkuLocationInfoItem = Azure::Kusto::Mgmt::V2020_06_14::Models::SkuLocationInfoItem
|
30
|
+
AzureSku = Azure::Kusto::Mgmt::V2020_06_14::Models::AzureSku
|
31
|
+
SkuDescriptionList = Azure::Kusto::Mgmt::V2020_06_14::Models::SkuDescriptionList
|
32
|
+
AzureResourceSku = Azure::Kusto::Mgmt::V2020_06_14::Models::AzureResourceSku
|
33
|
+
SkuDescription = Azure::Kusto::Mgmt::V2020_06_14::Models::SkuDescription
|
34
|
+
Identity = Azure::Kusto::Mgmt::V2020_06_14::Models::Identity
|
35
|
+
DatabaseStatistics = Azure::Kusto::Mgmt::V2020_06_14::Models::DatabaseStatistics
|
36
|
+
IdentityUserAssignedIdentitiesValue = Azure::Kusto::Mgmt::V2020_06_14::Models::IdentityUserAssignedIdentitiesValue
|
37
|
+
AttachedDatabaseConfigurationListResult = Azure::Kusto::Mgmt::V2020_06_14::Models::AttachedDatabaseConfigurationListResult
|
38
|
+
ClusterCheckNameRequest = Azure::Kusto::Mgmt::V2020_06_14::Models::ClusterCheckNameRequest
|
39
|
+
ClusterPrincipalAssignmentCheckNameRequest = Azure::Kusto::Mgmt::V2020_06_14::Models::ClusterPrincipalAssignmentCheckNameRequest
|
40
|
+
DataConnectionCheckNameRequest = Azure::Kusto::Mgmt::V2020_06_14::Models::DataConnectionCheckNameRequest
|
41
|
+
DatabasePrincipal = Azure::Kusto::Mgmt::V2020_06_14::Models::DatabasePrincipal
|
42
|
+
DataConnectionValidationResult = Azure::Kusto::Mgmt::V2020_06_14::Models::DataConnectionValidationResult
|
43
|
+
DatabasePrincipalAssignmentCheckNameRequest = Azure::Kusto::Mgmt::V2020_06_14::Models::DatabasePrincipalAssignmentCheckNameRequest
|
44
|
+
DatabasePrincipalListRequest = Azure::Kusto::Mgmt::V2020_06_14::Models::DatabasePrincipalListRequest
|
45
|
+
DatabaseListResult = Azure::Kusto::Mgmt::V2020_06_14::Models::DatabaseListResult
|
46
|
+
DiagnoseVirtualNetworkResult = Azure::Kusto::Mgmt::V2020_06_14::Models::DiagnoseVirtualNetworkResult
|
47
|
+
TrustedExternalTenant = Azure::Kusto::Mgmt::V2020_06_14::Models::TrustedExternalTenant
|
48
|
+
DataConnectionValidation = Azure::Kusto::Mgmt::V2020_06_14::Models::DataConnectionValidation
|
49
|
+
ListResourceSkusResult = Azure::Kusto::Mgmt::V2020_06_14::Models::ListResourceSkusResult
|
50
|
+
Resource = Azure::Kusto::Mgmt::V2020_06_14::Models::Resource
|
51
|
+
CheckNameResult = Azure::Kusto::Mgmt::V2020_06_14::Models::CheckNameResult
|
52
|
+
OperationListResult = Azure::Kusto::Mgmt::V2020_06_14::Models::OperationListResult
|
53
|
+
DatabasePrincipalAssignmentListResult = Azure::Kusto::Mgmt::V2020_06_14::Models::DatabasePrincipalAssignmentListResult
|
54
|
+
Operation = Azure::Kusto::Mgmt::V2020_06_14::Models::Operation
|
55
|
+
CheckNameRequest = Azure::Kusto::Mgmt::V2020_06_14::Models::CheckNameRequest
|
56
|
+
DataConnectionValidationListResult = Azure::Kusto::Mgmt::V2020_06_14::Models::DataConnectionValidationListResult
|
57
|
+
OperationDisplay = Azure::Kusto::Mgmt::V2020_06_14::Models::OperationDisplay
|
58
|
+
DataConnectionListResult = Azure::Kusto::Mgmt::V2020_06_14::Models::DataConnectionListResult
|
59
|
+
ClusterListResult = Azure::Kusto::Mgmt::V2020_06_14::Models::ClusterListResult
|
60
|
+
Cluster = Azure::Kusto::Mgmt::V2020_06_14::Models::Cluster
|
61
|
+
ClusterUpdate = Azure::Kusto::Mgmt::V2020_06_14::Models::ClusterUpdate
|
62
|
+
ReadWriteDatabase = Azure::Kusto::Mgmt::V2020_06_14::Models::ReadWriteDatabase
|
63
|
+
ReadOnlyFollowingDatabase = Azure::Kusto::Mgmt::V2020_06_14::Models::ReadOnlyFollowingDatabase
|
64
|
+
ProxyResource = Azure::Kusto::Mgmt::V2020_06_14::Models::ProxyResource
|
65
|
+
AttachedDatabaseConfiguration = Azure::Kusto::Mgmt::V2020_06_14::Models::AttachedDatabaseConfiguration
|
66
|
+
Database = Azure::Kusto::Mgmt::V2020_06_14::Models::Database
|
67
|
+
DatabasePrincipalAssignment = Azure::Kusto::Mgmt::V2020_06_14::Models::DatabasePrincipalAssignment
|
68
|
+
ClusterPrincipalAssignment = Azure::Kusto::Mgmt::V2020_06_14::Models::ClusterPrincipalAssignment
|
69
|
+
DataConnection = Azure::Kusto::Mgmt::V2020_06_14::Models::DataConnection
|
70
|
+
EventHubDataConnection = Azure::Kusto::Mgmt::V2020_06_14::Models::EventHubDataConnection
|
71
|
+
IotHubDataConnection = Azure::Kusto::Mgmt::V2020_06_14::Models::IotHubDataConnection
|
72
|
+
EventGridDataConnection = Azure::Kusto::Mgmt::V2020_06_14::Models::EventGridDataConnection
|
73
|
+
TrackedResource = Azure::Kusto::Mgmt::V2020_06_14::Models::TrackedResource
|
74
|
+
AzureEntityResource = Azure::Kusto::Mgmt::V2020_06_14::Models::AzureEntityResource
|
75
|
+
State = Azure::Kusto::Mgmt::V2020_06_14::Models::State
|
76
|
+
ProvisioningState = Azure::Kusto::Mgmt::V2020_06_14::Models::ProvisioningState
|
77
|
+
LanguageExtensionName = Azure::Kusto::Mgmt::V2020_06_14::Models::LanguageExtensionName
|
78
|
+
AzureSkuName = Azure::Kusto::Mgmt::V2020_06_14::Models::AzureSkuName
|
79
|
+
AzureSkuTier = Azure::Kusto::Mgmt::V2020_06_14::Models::AzureSkuTier
|
80
|
+
AzureScaleType = Azure::Kusto::Mgmt::V2020_06_14::Models::AzureScaleType
|
81
|
+
DefaultPrincipalsModificationKind = Azure::Kusto::Mgmt::V2020_06_14::Models::DefaultPrincipalsModificationKind
|
82
|
+
PrincipalsModificationKind = Azure::Kusto::Mgmt::V2020_06_14::Models::PrincipalsModificationKind
|
83
|
+
EventHubDataFormat = Azure::Kusto::Mgmt::V2020_06_14::Models::EventHubDataFormat
|
84
|
+
Compression = Azure::Kusto::Mgmt::V2020_06_14::Models::Compression
|
85
|
+
IotHubDataFormat = Azure::Kusto::Mgmt::V2020_06_14::Models::IotHubDataFormat
|
86
|
+
EventGridDataFormat = Azure::Kusto::Mgmt::V2020_06_14::Models::EventGridDataFormat
|
87
|
+
BlobStorageEventType = Azure::Kusto::Mgmt::V2020_06_14::Models::BlobStorageEventType
|
88
|
+
IdentityType = Azure::Kusto::Mgmt::V2020_06_14::Models::IdentityType
|
89
|
+
DatabasePrincipalRole = Azure::Kusto::Mgmt::V2020_06_14::Models::DatabasePrincipalRole
|
90
|
+
DatabasePrincipalType = Azure::Kusto::Mgmt::V2020_06_14::Models::DatabasePrincipalType
|
91
|
+
PrincipalType = Azure::Kusto::Mgmt::V2020_06_14::Models::PrincipalType
|
92
|
+
ClusterPrincipalRole = Azure::Kusto::Mgmt::V2020_06_14::Models::ClusterPrincipalRole
|
93
|
+
Type = Azure::Kusto::Mgmt::V2020_06_14::Models::Type
|
94
|
+
Reason = Azure::Kusto::Mgmt::V2020_06_14::Models::Reason
|
91
95
|
end
|
92
96
|
|
93
97
|
class KustoManagementClass
|
@@ -96,7 +100,7 @@ module Azure::Profiles::Latest
|
|
96
100
|
def initialize(configurable, base_url=nil, options=nil)
|
97
101
|
@configurable, @base_url, @options = configurable, base_url, options
|
98
102
|
|
99
|
-
@client_0 = Azure::Kusto::Mgmt::
|
103
|
+
@client_0 = Azure::Kusto::Mgmt::V2020_06_14::KustoManagementClient.new(configurable.credentials, base_url, options)
|
100
104
|
if(@client_0.respond_to?(:subscription_id))
|
101
105
|
@client_0.subscription_id = configurable.subscription_id
|
102
106
|
end
|
@@ -126,221 +130,233 @@ module Azure::Profiles::Latest
|
|
126
130
|
end
|
127
131
|
|
128
132
|
class ModelClasses
|
133
|
+
def cluster_principal_assignment_list_result
|
134
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::ClusterPrincipalAssignmentListResult
|
135
|
+
end
|
129
136
|
def database_principal_list_result
|
130
|
-
Azure::Kusto::Mgmt::
|
137
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::DatabasePrincipalListResult
|
138
|
+
end
|
139
|
+
def optimized_autoscale
|
140
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::OptimizedAutoscale
|
131
141
|
end
|
132
142
|
def follower_database_definition
|
133
|
-
Azure::Kusto::Mgmt::
|
143
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::FollowerDatabaseDefinition
|
134
144
|
end
|
135
|
-
def
|
136
|
-
Azure::Kusto::Mgmt::
|
145
|
+
def key_vault_properties
|
146
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::KeyVaultProperties
|
137
147
|
end
|
138
148
|
def follower_database_list_result
|
139
|
-
Azure::Kusto::Mgmt::
|
149
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::FollowerDatabaseListResult
|
140
150
|
end
|
141
|
-
def
|
142
|
-
Azure::Kusto::Mgmt::
|
151
|
+
def language_extensions_list
|
152
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::LanguageExtensionsList
|
143
153
|
end
|
144
|
-
def
|
145
|
-
Azure::Kusto::Mgmt::
|
154
|
+
def virtual_network_configuration
|
155
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::VirtualNetworkConfiguration
|
146
156
|
end
|
147
157
|
def azure_capacity
|
148
|
-
Azure::Kusto::Mgmt::
|
158
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::AzureCapacity
|
149
159
|
end
|
150
|
-
def
|
151
|
-
Azure::Kusto::Mgmt::
|
160
|
+
def language_extension
|
161
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::LanguageExtension
|
152
162
|
end
|
153
163
|
def sku_location_info_item
|
154
|
-
Azure::Kusto::Mgmt::
|
164
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::SkuLocationInfoItem
|
155
165
|
end
|
156
166
|
def azure_sku
|
157
|
-
Azure::Kusto::Mgmt::
|
167
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::AzureSku
|
158
168
|
end
|
159
169
|
def sku_description_list
|
160
|
-
Azure::Kusto::Mgmt::
|
170
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::SkuDescriptionList
|
161
171
|
end
|
162
172
|
def azure_resource_sku
|
163
|
-
Azure::Kusto::Mgmt::
|
173
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::AzureResourceSku
|
164
174
|
end
|
165
175
|
def sku_description
|
166
|
-
Azure::Kusto::Mgmt::
|
176
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::SkuDescription
|
167
177
|
end
|
168
178
|
def identity
|
169
|
-
Azure::Kusto::Mgmt::
|
179
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::Identity
|
170
180
|
end
|
171
181
|
def database_statistics
|
172
|
-
Azure::Kusto::Mgmt::
|
182
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::DatabaseStatistics
|
173
183
|
end
|
174
184
|
def identity_user_assigned_identities_value
|
175
|
-
Azure::Kusto::Mgmt::
|
185
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::IdentityUserAssignedIdentitiesValue
|
176
186
|
end
|
177
187
|
def attached_database_configuration_list_result
|
178
|
-
Azure::Kusto::Mgmt::
|
188
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::AttachedDatabaseConfigurationListResult
|
179
189
|
end
|
180
190
|
def cluster_check_name_request
|
181
|
-
Azure::Kusto::Mgmt::
|
191
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::ClusterCheckNameRequest
|
182
192
|
end
|
183
193
|
def cluster_principal_assignment_check_name_request
|
184
|
-
Azure::Kusto::Mgmt::
|
194
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::ClusterPrincipalAssignmentCheckNameRequest
|
185
195
|
end
|
186
196
|
def data_connection_check_name_request
|
187
|
-
Azure::Kusto::Mgmt::
|
197
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::DataConnectionCheckNameRequest
|
188
198
|
end
|
189
199
|
def database_principal
|
190
|
-
Azure::Kusto::Mgmt::
|
200
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::DatabasePrincipal
|
191
201
|
end
|
192
202
|
def data_connection_validation_result
|
193
|
-
Azure::Kusto::Mgmt::
|
203
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::DataConnectionValidationResult
|
194
204
|
end
|
195
205
|
def database_principal_assignment_check_name_request
|
196
|
-
Azure::Kusto::Mgmt::
|
206
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::DatabasePrincipalAssignmentCheckNameRequest
|
197
207
|
end
|
198
208
|
def database_principal_list_request
|
199
|
-
Azure::Kusto::Mgmt::
|
209
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::DatabasePrincipalListRequest
|
200
210
|
end
|
201
211
|
def database_list_result
|
202
|
-
Azure::Kusto::Mgmt::
|
212
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::DatabaseListResult
|
203
213
|
end
|
204
214
|
def diagnose_virtual_network_result
|
205
|
-
Azure::Kusto::Mgmt::
|
215
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::DiagnoseVirtualNetworkResult
|
206
216
|
end
|
207
|
-
def
|
208
|
-
Azure::Kusto::Mgmt::
|
217
|
+
def trusted_external_tenant
|
218
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::TrustedExternalTenant
|
209
219
|
end
|
210
220
|
def data_connection_validation
|
211
|
-
Azure::Kusto::Mgmt::
|
221
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::DataConnectionValidation
|
212
222
|
end
|
213
223
|
def list_resource_skus_result
|
214
|
-
Azure::Kusto::Mgmt::
|
224
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::ListResourceSkusResult
|
215
225
|
end
|
216
226
|
def resource
|
217
|
-
Azure::Kusto::Mgmt::
|
227
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::Resource
|
218
228
|
end
|
219
229
|
def check_name_result
|
220
|
-
Azure::Kusto::Mgmt::
|
230
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::CheckNameResult
|
221
231
|
end
|
222
232
|
def operation_list_result
|
223
|
-
Azure::Kusto::Mgmt::
|
233
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::OperationListResult
|
224
234
|
end
|
225
235
|
def database_principal_assignment_list_result
|
226
|
-
Azure::Kusto::Mgmt::
|
236
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::DatabasePrincipalAssignmentListResult
|
227
237
|
end
|
228
238
|
def operation
|
229
|
-
Azure::Kusto::Mgmt::
|
239
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::Operation
|
230
240
|
end
|
231
241
|
def check_name_request
|
232
|
-
Azure::Kusto::Mgmt::
|
242
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::CheckNameRequest
|
233
243
|
end
|
234
244
|
def data_connection_validation_list_result
|
235
|
-
Azure::Kusto::Mgmt::
|
245
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::DataConnectionValidationListResult
|
236
246
|
end
|
237
247
|
def operation_display
|
238
|
-
Azure::Kusto::Mgmt::
|
248
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::OperationDisplay
|
239
249
|
end
|
240
250
|
def data_connection_list_result
|
241
|
-
Azure::Kusto::Mgmt::
|
251
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::DataConnectionListResult
|
242
252
|
end
|
243
253
|
def cluster_list_result
|
244
|
-
Azure::Kusto::Mgmt::
|
254
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::ClusterListResult
|
245
255
|
end
|
246
256
|
def cluster
|
247
|
-
Azure::Kusto::Mgmt::
|
257
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::Cluster
|
248
258
|
end
|
249
259
|
def cluster_update
|
250
|
-
Azure::Kusto::Mgmt::
|
260
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::ClusterUpdate
|
251
261
|
end
|
252
262
|
def read_write_database
|
253
|
-
Azure::Kusto::Mgmt::
|
263
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::ReadWriteDatabase
|
254
264
|
end
|
255
265
|
def read_only_following_database
|
256
|
-
Azure::Kusto::Mgmt::
|
266
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::ReadOnlyFollowingDatabase
|
257
267
|
end
|
258
268
|
def proxy_resource
|
259
|
-
Azure::Kusto::Mgmt::
|
269
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::ProxyResource
|
260
270
|
end
|
261
271
|
def attached_database_configuration
|
262
|
-
Azure::Kusto::Mgmt::
|
272
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::AttachedDatabaseConfiguration
|
263
273
|
end
|
264
274
|
def database
|
265
|
-
Azure::Kusto::Mgmt::
|
275
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::Database
|
266
276
|
end
|
267
277
|
def database_principal_assignment
|
268
|
-
Azure::Kusto::Mgmt::
|
278
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::DatabasePrincipalAssignment
|
269
279
|
end
|
270
280
|
def cluster_principal_assignment
|
271
|
-
Azure::Kusto::Mgmt::
|
281
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::ClusterPrincipalAssignment
|
272
282
|
end
|
273
283
|
def data_connection
|
274
|
-
Azure::Kusto::Mgmt::
|
284
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::DataConnection
|
275
285
|
end
|
276
286
|
def event_hub_data_connection
|
277
|
-
Azure::Kusto::Mgmt::
|
287
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::EventHubDataConnection
|
278
288
|
end
|
279
289
|
def iot_hub_data_connection
|
280
|
-
Azure::Kusto::Mgmt::
|
290
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::IotHubDataConnection
|
281
291
|
end
|
282
292
|
def event_grid_data_connection
|
283
|
-
Azure::Kusto::Mgmt::
|
293
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::EventGridDataConnection
|
284
294
|
end
|
285
295
|
def tracked_resource
|
286
|
-
Azure::Kusto::Mgmt::
|
296
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::TrackedResource
|
287
297
|
end
|
288
298
|
def azure_entity_resource
|
289
|
-
Azure::Kusto::Mgmt::
|
299
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::AzureEntityResource
|
290
300
|
end
|
291
301
|
def state
|
292
|
-
Azure::Kusto::Mgmt::
|
302
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::State
|
293
303
|
end
|
294
304
|
def provisioning_state
|
295
|
-
Azure::Kusto::Mgmt::
|
305
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::ProvisioningState
|
306
|
+
end
|
307
|
+
def language_extension_name
|
308
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::LanguageExtensionName
|
296
309
|
end
|
297
310
|
def azure_sku_name
|
298
|
-
Azure::Kusto::Mgmt::
|
311
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::AzureSkuName
|
299
312
|
end
|
300
313
|
def azure_sku_tier
|
301
|
-
Azure::Kusto::Mgmt::
|
314
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::AzureSkuTier
|
302
315
|
end
|
303
316
|
def azure_scale_type
|
304
|
-
Azure::Kusto::Mgmt::
|
317
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::AzureScaleType
|
305
318
|
end
|
306
319
|
def default_principals_modification_kind
|
307
|
-
Azure::Kusto::Mgmt::
|
320
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::DefaultPrincipalsModificationKind
|
308
321
|
end
|
309
322
|
def principals_modification_kind
|
310
|
-
Azure::Kusto::Mgmt::
|
323
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::PrincipalsModificationKind
|
311
324
|
end
|
312
325
|
def event_hub_data_format
|
313
|
-
Azure::Kusto::Mgmt::
|
326
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::EventHubDataFormat
|
314
327
|
end
|
315
328
|
def compression
|
316
|
-
Azure::Kusto::Mgmt::
|
329
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::Compression
|
317
330
|
end
|
318
331
|
def iot_hub_data_format
|
319
|
-
Azure::Kusto::Mgmt::
|
332
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::IotHubDataFormat
|
320
333
|
end
|
321
334
|
def event_grid_data_format
|
322
|
-
Azure::Kusto::Mgmt::
|
335
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::EventGridDataFormat
|
336
|
+
end
|
337
|
+
def blob_storage_event_type
|
338
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::BlobStorageEventType
|
323
339
|
end
|
324
340
|
def identity_type
|
325
|
-
Azure::Kusto::Mgmt::
|
341
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::IdentityType
|
326
342
|
end
|
327
343
|
def database_principal_role
|
328
|
-
Azure::Kusto::Mgmt::
|
344
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::DatabasePrincipalRole
|
329
345
|
end
|
330
346
|
def database_principal_type
|
331
|
-
Azure::Kusto::Mgmt::
|
347
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::DatabasePrincipalType
|
332
348
|
end
|
333
349
|
def principal_type
|
334
|
-
Azure::Kusto::Mgmt::
|
350
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::PrincipalType
|
335
351
|
end
|
336
352
|
def cluster_principal_role
|
337
|
-
Azure::Kusto::Mgmt::
|
353
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::ClusterPrincipalRole
|
338
354
|
end
|
339
355
|
def type
|
340
|
-
Azure::Kusto::Mgmt::
|
356
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::Type
|
341
357
|
end
|
342
358
|
def reason
|
343
|
-
Azure::Kusto::Mgmt::
|
359
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::Reason
|
344
360
|
end
|
345
361
|
end
|
346
362
|
end
|