Class: Azure::Kusto::Profiles::Latest::Mgmt::ModelClasses
- Inherits:
-
Object
- Object
- Azure::Kusto::Profiles::Latest::Mgmt::ModelClasses
- Defined in:
- lib/profiles/latest/modules/kusto_profile_module.rb
Instance Method Summary collapse
- #attached_database_configuration ⇒ Object
- #attached_database_configuration_list_result ⇒ Object
- #azure_capacity ⇒ Object
- #azure_entity_resource ⇒ Object
- #azure_resource_sku ⇒ Object
- #azure_scale_type ⇒ Object
- #azure_sku ⇒ Object
- #azure_sku_name ⇒ Object
- #azure_sku_tier ⇒ Object
- #blob_storage_event_type ⇒ Object
- #check_name_request ⇒ Object
- #check_name_result ⇒ Object
- #cluster ⇒ Object
- #cluster_check_name_request ⇒ Object
- #cluster_list_result ⇒ Object
- #cluster_principal_assignment ⇒ Object
- #cluster_principal_assignment_check_name_request ⇒ Object
- #cluster_principal_assignment_list_result ⇒ Object
- #cluster_principal_role ⇒ Object
- #cluster_update ⇒ Object
- #compression ⇒ Object
- #data_connection ⇒ Object
- #data_connection_check_name_request ⇒ Object
- #data_connection_list_result ⇒ Object
- #data_connection_validation ⇒ Object
- #data_connection_validation_list_result ⇒ Object
- #data_connection_validation_result ⇒ Object
- #database ⇒ Object
- #database_list_result ⇒ Object
- #database_principal ⇒ Object
- #database_principal_assignment ⇒ Object
- #database_principal_assignment_check_name_request ⇒ Object
- #database_principal_assignment_list_result ⇒ Object
- #database_principal_list_request ⇒ Object
- #database_principal_list_result ⇒ Object
- #database_principal_role ⇒ Object
- #database_principal_type ⇒ Object
- #database_statistics ⇒ Object
- #default_principals_modification_kind ⇒ Object
- #diagnose_virtual_network_result ⇒ Object
- #engine_type ⇒ Object
- #event_grid_data_connection ⇒ Object
- #event_grid_data_format ⇒ Object
- #event_hub_data_connection ⇒ Object
- #event_hub_data_format ⇒ Object
- #follower_database_definition ⇒ Object
- #follower_database_list_result ⇒ Object
- #identity ⇒ Object
- #identity_type ⇒ Object
- #identity_user_assigned_identities_value ⇒ Object
- #iot_hub_data_connection ⇒ Object
- #iot_hub_data_format ⇒ Object
- #key_vault_properties ⇒ Object
- #language_extension ⇒ Object
- #language_extension_name ⇒ Object
- #language_extensions_list ⇒ Object
- #list_resource_skus_result ⇒ Object
- #operation ⇒ Object
- #operation_display ⇒ Object
- #operation_list_result ⇒ Object
- #optimized_autoscale ⇒ Object
- #principal_type ⇒ Object
- #principals_modification_kind ⇒ Object
- #provisioning_state ⇒ Object
- #proxy_resource ⇒ Object
- #read_only_following_database ⇒ Object
- #read_write_database ⇒ Object
- #reason ⇒ Object
- #resource ⇒ Object
- #sku_description ⇒ Object
- #sku_description_list ⇒ Object
- #sku_location_info_item ⇒ Object
- #state ⇒ Object
- #tracked_resource ⇒ Object
- #trusted_external_tenant ⇒ Object
- #type ⇒ Object
- #virtual_network_configuration ⇒ Object
Instance Method Details
#attached_database_configuration ⇒ Object
286 287 288 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 286 def attached_database_configuration Azure::Kusto::Mgmt::V2020_09_18::Models::AttachedDatabaseConfiguration end |
#attached_database_configuration_list_result ⇒ Object
202 203 204 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 202 def attached_database_configuration_list_result Azure::Kusto::Mgmt::V2020_09_18::Models::AttachedDatabaseConfigurationListResult end |
#azure_capacity ⇒ Object
172 173 174 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 172 def azure_capacity Azure::Kusto::Mgmt::V2020_09_18::Models::AzureCapacity end |
#azure_entity_resource ⇒ Object
313 314 315 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 313 def azure_entity_resource Azure::Kusto::Mgmt::V2020_09_18::Models::AzureEntityResource end |
#azure_resource_sku ⇒ Object
187 188 189 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 187 def azure_resource_sku Azure::Kusto::Mgmt::V2020_09_18::Models::AzureResourceSku end |
#azure_scale_type ⇒ Object
334 335 336 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 334 def azure_scale_type Azure::Kusto::Mgmt::V2020_09_18::Models::AzureScaleType end |
#azure_sku ⇒ Object
181 182 183 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 181 def azure_sku Azure::Kusto::Mgmt::V2020_09_18::Models::AzureSku end |
#azure_sku_name ⇒ Object
328 329 330 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 328 def azure_sku_name Azure::Kusto::Mgmt::V2020_09_18::Models::AzureSkuName end |
#azure_sku_tier ⇒ Object
331 332 333 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 331 def azure_sku_tier Azure::Kusto::Mgmt::V2020_09_18::Models::AzureSkuTier end |
#blob_storage_event_type ⇒ Object
355 356 357 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 355 def blob_storage_event_type Azure::Kusto::Mgmt::V2020_09_18::Models::BlobStorageEventType end |
#check_name_request ⇒ Object
256 257 258 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 256 def check_name_request Azure::Kusto::Mgmt::V2020_09_18::Models::CheckNameRequest end |
#check_name_result ⇒ Object
244 245 246 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 244 def check_name_result Azure::Kusto::Mgmt::V2020_09_18::Models::CheckNameResult end |
#cluster ⇒ Object
271 272 273 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 271 def cluster Azure::Kusto::Mgmt::V2020_09_18::Models::Cluster end |
#cluster_check_name_request ⇒ Object
205 206 207 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 205 def cluster_check_name_request Azure::Kusto::Mgmt::V2020_09_18::Models::ClusterCheckNameRequest end |
#cluster_list_result ⇒ Object
268 269 270 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 268 def cluster_list_result Azure::Kusto::Mgmt::V2020_09_18::Models::ClusterListResult end |
#cluster_principal_assignment ⇒ Object
295 296 297 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 295 def cluster_principal_assignment Azure::Kusto::Mgmt::V2020_09_18::Models::ClusterPrincipalAssignment end |
#cluster_principal_assignment_check_name_request ⇒ Object
208 209 210 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 208 def cluster_principal_assignment_check_name_request Azure::Kusto::Mgmt::V2020_09_18::Models::ClusterPrincipalAssignmentCheckNameRequest end |
#cluster_principal_assignment_list_result ⇒ Object
148 149 150 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 148 def cluster_principal_assignment_list_result Azure::Kusto::Mgmt::V2020_09_18::Models::ClusterPrincipalAssignmentListResult end |
#cluster_principal_role ⇒ Object
370 371 372 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 370 def cluster_principal_role Azure::Kusto::Mgmt::V2020_09_18::Models::ClusterPrincipalRole end |
#cluster_update ⇒ Object
274 275 276 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 274 def cluster_update Azure::Kusto::Mgmt::V2020_09_18::Models::ClusterUpdate end |
#compression ⇒ Object
346 347 348 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 346 def compression Azure::Kusto::Mgmt::V2020_09_18::Models::Compression end |
#data_connection ⇒ Object
298 299 300 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 298 def data_connection Azure::Kusto::Mgmt::V2020_09_18::Models::DataConnection end |
#data_connection_check_name_request ⇒ Object
211 212 213 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 211 def data_connection_check_name_request Azure::Kusto::Mgmt::V2020_09_18::Models::DataConnectionCheckNameRequest end |
#data_connection_list_result ⇒ Object
265 266 267 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 265 def data_connection_list_result Azure::Kusto::Mgmt::V2020_09_18::Models::DataConnectionListResult end |
#data_connection_validation ⇒ Object
235 236 237 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 235 def data_connection_validation Azure::Kusto::Mgmt::V2020_09_18::Models::DataConnectionValidation end |
#data_connection_validation_list_result ⇒ Object
259 260 261 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 259 def data_connection_validation_list_result Azure::Kusto::Mgmt::V2020_09_18::Models::DataConnectionValidationListResult end |
#data_connection_validation_result ⇒ Object
217 218 219 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 217 def data_connection_validation_result Azure::Kusto::Mgmt::V2020_09_18::Models::DataConnectionValidationResult end |
#database ⇒ Object
289 290 291 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 289 def database Azure::Kusto::Mgmt::V2020_09_18::Models::Database end |
#database_list_result ⇒ Object
226 227 228 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 226 def database_list_result Azure::Kusto::Mgmt::V2020_09_18::Models::DatabaseListResult end |
#database_principal ⇒ Object
214 215 216 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 214 def database_principal Azure::Kusto::Mgmt::V2020_09_18::Models::DatabasePrincipal end |
#database_principal_assignment ⇒ Object
292 293 294 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 292 def database_principal_assignment Azure::Kusto::Mgmt::V2020_09_18::Models::DatabasePrincipalAssignment end |
#database_principal_assignment_check_name_request ⇒ Object
220 221 222 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 220 def database_principal_assignment_check_name_request Azure::Kusto::Mgmt::V2020_09_18::Models::DatabasePrincipalAssignmentCheckNameRequest end |
#database_principal_assignment_list_result ⇒ Object
250 251 252 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 250 def database_principal_assignment_list_result Azure::Kusto::Mgmt::V2020_09_18::Models::DatabasePrincipalAssignmentListResult end |
#database_principal_list_request ⇒ Object
223 224 225 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 223 def database_principal_list_request Azure::Kusto::Mgmt::V2020_09_18::Models::DatabasePrincipalListRequest end |
#database_principal_list_result ⇒ Object
151 152 153 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 151 def database_principal_list_result Azure::Kusto::Mgmt::V2020_09_18::Models::DatabasePrincipalListResult end |
#database_principal_role ⇒ Object
361 362 363 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 361 def database_principal_role Azure::Kusto::Mgmt::V2020_09_18::Models::DatabasePrincipalRole end |
#database_principal_type ⇒ Object
364 365 366 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 364 def database_principal_type Azure::Kusto::Mgmt::V2020_09_18::Models::DatabasePrincipalType end |
#database_statistics ⇒ Object
196 197 198 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 196 def database_statistics Azure::Kusto::Mgmt::V2020_09_18::Models::DatabaseStatistics end |
#default_principals_modification_kind ⇒ Object
337 338 339 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 337 def default_principals_modification_kind Azure::Kusto::Mgmt::V2020_09_18::Models::DefaultPrincipalsModificationKind end |
#diagnose_virtual_network_result ⇒ Object
229 230 231 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 229 def diagnose_virtual_network_result Azure::Kusto::Mgmt::V2020_09_18::Models::DiagnoseVirtualNetworkResult end |
#engine_type ⇒ Object
325 326 327 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 325 def engine_type Azure::Kusto::Mgmt::V2020_09_18::Models::EngineType end |
#event_grid_data_connection ⇒ Object
307 308 309 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 307 def event_grid_data_connection Azure::Kusto::Mgmt::V2020_09_18::Models::EventGridDataConnection end |
#event_grid_data_format ⇒ Object
352 353 354 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 352 def event_grid_data_format Azure::Kusto::Mgmt::V2020_09_18::Models::EventGridDataFormat end |
#event_hub_data_connection ⇒ Object
301 302 303 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 301 def event_hub_data_connection Azure::Kusto::Mgmt::V2020_09_18::Models::EventHubDataConnection end |
#event_hub_data_format ⇒ Object
343 344 345 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 343 def event_hub_data_format Azure::Kusto::Mgmt::V2020_09_18::Models::EventHubDataFormat end |
#follower_database_definition ⇒ Object
157 158 159 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 157 def follower_database_definition Azure::Kusto::Mgmt::V2020_09_18::Models::FollowerDatabaseDefinition end |
#follower_database_list_result ⇒ Object
163 164 165 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 163 def follower_database_list_result Azure::Kusto::Mgmt::V2020_09_18::Models::FollowerDatabaseListResult end |
#identity ⇒ Object
193 194 195 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 193 def identity Azure::Kusto::Mgmt::V2020_09_18::Models::Identity end |
#identity_type ⇒ Object
358 359 360 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 358 def identity_type Azure::Kusto::Mgmt::V2020_09_18::Models::IdentityType end |
#identity_user_assigned_identities_value ⇒ Object
199 200 201 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 199 def identity_user_assigned_identities_value Azure::Kusto::Mgmt::V2020_09_18::Models::IdentityUserAssignedIdentitiesValue end |
#iot_hub_data_connection ⇒ Object
304 305 306 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 304 def iot_hub_data_connection Azure::Kusto::Mgmt::V2020_09_18::Models::IotHubDataConnection end |
#iot_hub_data_format ⇒ Object
349 350 351 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 349 def iot_hub_data_format Azure::Kusto::Mgmt::V2020_09_18::Models::IotHubDataFormat end |
#key_vault_properties ⇒ Object
160 161 162 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 160 def key_vault_properties Azure::Kusto::Mgmt::V2020_09_18::Models::KeyVaultProperties end |
#language_extension ⇒ Object
175 176 177 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 175 def language_extension Azure::Kusto::Mgmt::V2020_09_18::Models::LanguageExtension end |
#language_extension_name ⇒ Object
322 323 324 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 322 def language_extension_name Azure::Kusto::Mgmt::V2020_09_18::Models::LanguageExtensionName end |
#language_extensions_list ⇒ Object
166 167 168 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 166 def language_extensions_list Azure::Kusto::Mgmt::V2020_09_18::Models::LanguageExtensionsList end |
#list_resource_skus_result ⇒ Object
238 239 240 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 238 def list_resource_skus_result Azure::Kusto::Mgmt::V2020_09_18::Models::ListResourceSkusResult end |
#operation ⇒ Object
253 254 255 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 253 def operation Azure::Kusto::Mgmt::V2020_09_18::Models::Operation end |
#operation_display ⇒ Object
262 263 264 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 262 def operation_display Azure::Kusto::Mgmt::V2020_09_18::Models::OperationDisplay end |
#operation_list_result ⇒ Object
247 248 249 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 247 def operation_list_result Azure::Kusto::Mgmt::V2020_09_18::Models::OperationListResult end |
#optimized_autoscale ⇒ Object
154 155 156 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 154 def optimized_autoscale Azure::Kusto::Mgmt::V2020_09_18::Models::OptimizedAutoscale end |
#principal_type ⇒ Object
367 368 369 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 367 def principal_type Azure::Kusto::Mgmt::V2020_09_18::Models::PrincipalType end |
#principals_modification_kind ⇒ Object
340 341 342 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 340 def principals_modification_kind Azure::Kusto::Mgmt::V2020_09_18::Models::PrincipalsModificationKind end |
#provisioning_state ⇒ Object
319 320 321 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 319 def provisioning_state Azure::Kusto::Mgmt::V2020_09_18::Models::ProvisioningState end |
#proxy_resource ⇒ Object
283 284 285 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 283 def proxy_resource Azure::Kusto::Mgmt::V2020_09_18::Models::ProxyResource end |
#read_only_following_database ⇒ Object
280 281 282 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 280 def read_only_following_database Azure::Kusto::Mgmt::V2020_09_18::Models::ReadOnlyFollowingDatabase end |
#read_write_database ⇒ Object
277 278 279 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 277 def read_write_database Azure::Kusto::Mgmt::V2020_09_18::Models::ReadWriteDatabase end |
#reason ⇒ Object
376 377 378 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 376 def reason Azure::Kusto::Mgmt::V2020_09_18::Models::Reason end |
#resource ⇒ Object
241 242 243 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 241 def resource Azure::Kusto::Mgmt::V2020_09_18::Models::Resource end |
#sku_description ⇒ Object
190 191 192 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 190 def sku_description Azure::Kusto::Mgmt::V2020_09_18::Models::SkuDescription end |
#sku_description_list ⇒ Object
184 185 186 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 184 def sku_description_list Azure::Kusto::Mgmt::V2020_09_18::Models::SkuDescriptionList end |
#sku_location_info_item ⇒ Object
178 179 180 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 178 def sku_location_info_item Azure::Kusto::Mgmt::V2020_09_18::Models::SkuLocationInfoItem end |
#state ⇒ Object
316 317 318 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 316 def state Azure::Kusto::Mgmt::V2020_09_18::Models::State end |
#tracked_resource ⇒ Object
310 311 312 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 310 def tracked_resource Azure::Kusto::Mgmt::V2020_09_18::Models::TrackedResource end |
#trusted_external_tenant ⇒ Object
232 233 234 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 232 def trusted_external_tenant Azure::Kusto::Mgmt::V2020_09_18::Models::TrustedExternalTenant end |
#type ⇒ Object
373 374 375 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 373 def type Azure::Kusto::Mgmt::V2020_09_18::Models::Type end |
#virtual_network_configuration ⇒ Object
169 170 171 |
# File 'lib/profiles/latest/modules/kusto_profile_module.rb', line 169 def virtual_network_configuration Azure::Kusto::Mgmt::V2020_09_18::Models::VirtualNetworkConfiguration end |