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