azure_sdk 0.59.0 → 0.64.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/azure_sdk.rb +1 -1
- data/lib/azure_sdk/version.rb +1 -1
- data/lib/latest/latest_profile_client.rb +41 -1
- data/lib/latest/modules/appconfiguration_profile_module.rb +89 -81
- data/lib/latest/modules/automanage_profile_module.rb +183 -0
- data/lib/latest/modules/azurestackhci_profile_module.rb +119 -0
- data/lib/latest/modules/cdn_profile_module.rb +576 -174
- data/lib/latest/modules/containerinstance_profile_module.rb +174 -136
- data/lib/latest/modules/containerservice_profile_module.rb +193 -139
- data/lib/latest/modules/datafactory_profile_module.rb +419 -351
- data/lib/latest/modules/digitaltwins_profile_module.rb +137 -0
- data/lib/latest/modules/hdinsight_profile_module.rb +85 -65
- data/lib/latest/modules/hybridcompute_profile_module.rb +177 -0
- data/lib/latest/modules/keyvault_profile_module.rb +426 -272
- data/lib/latest/modules/kusto_profile_module.rb +162 -158
- data/lib/latest/modules/mariadb_profile_module.rb +20 -4
- data/lib/latest/modules/mysql_profile_module.rb +122 -12
- data/lib/latest/modules/netapp_profile_module.rb +231 -105
- data/lib/latest/modules/network_profile_module.rb +1863 -1591
- data/lib/latest/modules/operationalinsights_profile_module.rb +173 -173
- data/lib/latest/modules/reservations_profile_module.rb +47 -59
- data/lib/latest/modules/storage_profile_module.rb +432 -362
- data/lib/latest/modules/subscriptions_profile_module.rb +92 -72
- data/lib/latest/modules/synapse_profile_module.rb +440 -116
- metadata +104 -44
@@ -7,90 +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
|
-
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
|
-
AzureSkuName = Azure::Kusto::Mgmt::
|
79
|
-
AzureSkuTier = Azure::Kusto::Mgmt::
|
80
|
-
AzureScaleType = Azure::Kusto::Mgmt::
|
81
|
-
DefaultPrincipalsModificationKind = Azure::Kusto::Mgmt::
|
82
|
-
PrincipalsModificationKind = Azure::Kusto::Mgmt::
|
83
|
-
EventHubDataFormat = Azure::Kusto::Mgmt::
|
84
|
-
Compression = Azure::Kusto::Mgmt::
|
85
|
-
IotHubDataFormat = Azure::Kusto::Mgmt::
|
86
|
-
EventGridDataFormat = Azure::Kusto::Mgmt::
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
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
|
94
95
|
end
|
95
96
|
|
96
97
|
class KustoManagementClass
|
@@ -99,7 +100,7 @@ module Azure::Profiles::Latest
|
|
99
100
|
def initialize(configurable, base_url=nil, options=nil)
|
100
101
|
@configurable, @base_url, @options = configurable, base_url, options
|
101
102
|
|
102
|
-
@client_0 = Azure::Kusto::Mgmt::
|
103
|
+
@client_0 = Azure::Kusto::Mgmt::V2020_06_14::KustoManagementClient.new(configurable.credentials, base_url, options)
|
103
104
|
if(@client_0.respond_to?(:subscription_id))
|
104
105
|
@client_0.subscription_id = configurable.subscription_id
|
105
106
|
end
|
@@ -130,229 +131,232 @@ module Azure::Profiles::Latest
|
|
130
131
|
|
131
132
|
class ModelClasses
|
132
133
|
def cluster_principal_assignment_list_result
|
133
|
-
Azure::Kusto::Mgmt::
|
134
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::ClusterPrincipalAssignmentListResult
|
134
135
|
end
|
135
136
|
def database_principal_list_result
|
136
|
-
Azure::Kusto::Mgmt::
|
137
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::DatabasePrincipalListResult
|
137
138
|
end
|
138
139
|
def optimized_autoscale
|
139
|
-
Azure::Kusto::Mgmt::
|
140
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::OptimizedAutoscale
|
140
141
|
end
|
141
142
|
def follower_database_definition
|
142
|
-
Azure::Kusto::Mgmt::
|
143
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::FollowerDatabaseDefinition
|
143
144
|
end
|
144
145
|
def key_vault_properties
|
145
|
-
Azure::Kusto::Mgmt::
|
146
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::KeyVaultProperties
|
146
147
|
end
|
147
148
|
def follower_database_list_result
|
148
|
-
Azure::Kusto::Mgmt::
|
149
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::FollowerDatabaseListResult
|
149
150
|
end
|
150
151
|
def language_extensions_list
|
151
|
-
Azure::Kusto::Mgmt::
|
152
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::LanguageExtensionsList
|
152
153
|
end
|
153
154
|
def virtual_network_configuration
|
154
|
-
Azure::Kusto::Mgmt::
|
155
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::VirtualNetworkConfiguration
|
155
156
|
end
|
156
157
|
def azure_capacity
|
157
|
-
Azure::Kusto::Mgmt::
|
158
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::AzureCapacity
|
158
159
|
end
|
159
160
|
def language_extension
|
160
|
-
Azure::Kusto::Mgmt::
|
161
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::LanguageExtension
|
161
162
|
end
|
162
163
|
def sku_location_info_item
|
163
|
-
Azure::Kusto::Mgmt::
|
164
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::SkuLocationInfoItem
|
164
165
|
end
|
165
166
|
def azure_sku
|
166
|
-
Azure::Kusto::Mgmt::
|
167
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::AzureSku
|
167
168
|
end
|
168
169
|
def sku_description_list
|
169
|
-
Azure::Kusto::Mgmt::
|
170
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::SkuDescriptionList
|
170
171
|
end
|
171
172
|
def azure_resource_sku
|
172
|
-
Azure::Kusto::Mgmt::
|
173
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::AzureResourceSku
|
173
174
|
end
|
174
175
|
def sku_description
|
175
|
-
Azure::Kusto::Mgmt::
|
176
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::SkuDescription
|
176
177
|
end
|
177
178
|
def identity
|
178
|
-
Azure::Kusto::Mgmt::
|
179
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::Identity
|
179
180
|
end
|
180
181
|
def database_statistics
|
181
|
-
Azure::Kusto::Mgmt::
|
182
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::DatabaseStatistics
|
182
183
|
end
|
183
184
|
def identity_user_assigned_identities_value
|
184
|
-
Azure::Kusto::Mgmt::
|
185
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::IdentityUserAssignedIdentitiesValue
|
185
186
|
end
|
186
187
|
def attached_database_configuration_list_result
|
187
|
-
Azure::Kusto::Mgmt::
|
188
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::AttachedDatabaseConfigurationListResult
|
188
189
|
end
|
189
190
|
def cluster_check_name_request
|
190
|
-
Azure::Kusto::Mgmt::
|
191
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::ClusterCheckNameRequest
|
191
192
|
end
|
192
193
|
def cluster_principal_assignment_check_name_request
|
193
|
-
Azure::Kusto::Mgmt::
|
194
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::ClusterPrincipalAssignmentCheckNameRequest
|
194
195
|
end
|
195
196
|
def data_connection_check_name_request
|
196
|
-
Azure::Kusto::Mgmt::
|
197
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::DataConnectionCheckNameRequest
|
197
198
|
end
|
198
199
|
def database_principal
|
199
|
-
Azure::Kusto::Mgmt::
|
200
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::DatabasePrincipal
|
200
201
|
end
|
201
202
|
def data_connection_validation_result
|
202
|
-
Azure::Kusto::Mgmt::
|
203
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::DataConnectionValidationResult
|
203
204
|
end
|
204
205
|
def database_principal_assignment_check_name_request
|
205
|
-
Azure::Kusto::Mgmt::
|
206
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::DatabasePrincipalAssignmentCheckNameRequest
|
206
207
|
end
|
207
208
|
def database_principal_list_request
|
208
|
-
Azure::Kusto::Mgmt::
|
209
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::DatabasePrincipalListRequest
|
209
210
|
end
|
210
211
|
def database_list_result
|
211
|
-
Azure::Kusto::Mgmt::
|
212
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::DatabaseListResult
|
212
213
|
end
|
213
214
|
def diagnose_virtual_network_result
|
214
|
-
Azure::Kusto::Mgmt::
|
215
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::DiagnoseVirtualNetworkResult
|
215
216
|
end
|
216
217
|
def trusted_external_tenant
|
217
|
-
Azure::Kusto::Mgmt::
|
218
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::TrustedExternalTenant
|
218
219
|
end
|
219
220
|
def data_connection_validation
|
220
|
-
Azure::Kusto::Mgmt::
|
221
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::DataConnectionValidation
|
221
222
|
end
|
222
223
|
def list_resource_skus_result
|
223
|
-
Azure::Kusto::Mgmt::
|
224
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::ListResourceSkusResult
|
224
225
|
end
|
225
226
|
def resource
|
226
|
-
Azure::Kusto::Mgmt::
|
227
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::Resource
|
227
228
|
end
|
228
229
|
def check_name_result
|
229
|
-
Azure::Kusto::Mgmt::
|
230
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::CheckNameResult
|
230
231
|
end
|
231
232
|
def operation_list_result
|
232
|
-
Azure::Kusto::Mgmt::
|
233
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::OperationListResult
|
233
234
|
end
|
234
235
|
def database_principal_assignment_list_result
|
235
|
-
Azure::Kusto::Mgmt::
|
236
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::DatabasePrincipalAssignmentListResult
|
236
237
|
end
|
237
238
|
def operation
|
238
|
-
Azure::Kusto::Mgmt::
|
239
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::Operation
|
239
240
|
end
|
240
241
|
def check_name_request
|
241
|
-
Azure::Kusto::Mgmt::
|
242
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::CheckNameRequest
|
242
243
|
end
|
243
244
|
def data_connection_validation_list_result
|
244
|
-
Azure::Kusto::Mgmt::
|
245
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::DataConnectionValidationListResult
|
245
246
|
end
|
246
247
|
def operation_display
|
247
|
-
Azure::Kusto::Mgmt::
|
248
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::OperationDisplay
|
248
249
|
end
|
249
250
|
def data_connection_list_result
|
250
|
-
Azure::Kusto::Mgmt::
|
251
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::DataConnectionListResult
|
251
252
|
end
|
252
253
|
def cluster_list_result
|
253
|
-
Azure::Kusto::Mgmt::
|
254
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::ClusterListResult
|
254
255
|
end
|
255
256
|
def cluster
|
256
|
-
Azure::Kusto::Mgmt::
|
257
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::Cluster
|
257
258
|
end
|
258
259
|
def cluster_update
|
259
|
-
Azure::Kusto::Mgmt::
|
260
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::ClusterUpdate
|
260
261
|
end
|
261
262
|
def read_write_database
|
262
|
-
Azure::Kusto::Mgmt::
|
263
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::ReadWriteDatabase
|
263
264
|
end
|
264
265
|
def read_only_following_database
|
265
|
-
Azure::Kusto::Mgmt::
|
266
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::ReadOnlyFollowingDatabase
|
266
267
|
end
|
267
268
|
def proxy_resource
|
268
|
-
Azure::Kusto::Mgmt::
|
269
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::ProxyResource
|
269
270
|
end
|
270
271
|
def attached_database_configuration
|
271
|
-
Azure::Kusto::Mgmt::
|
272
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::AttachedDatabaseConfiguration
|
272
273
|
end
|
273
274
|
def database
|
274
|
-
Azure::Kusto::Mgmt::
|
275
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::Database
|
275
276
|
end
|
276
277
|
def database_principal_assignment
|
277
|
-
Azure::Kusto::Mgmt::
|
278
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::DatabasePrincipalAssignment
|
278
279
|
end
|
279
280
|
def cluster_principal_assignment
|
280
|
-
Azure::Kusto::Mgmt::
|
281
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::ClusterPrincipalAssignment
|
281
282
|
end
|
282
283
|
def data_connection
|
283
|
-
Azure::Kusto::Mgmt::
|
284
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::DataConnection
|
284
285
|
end
|
285
286
|
def event_hub_data_connection
|
286
|
-
Azure::Kusto::Mgmt::
|
287
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::EventHubDataConnection
|
287
288
|
end
|
288
289
|
def iot_hub_data_connection
|
289
|
-
Azure::Kusto::Mgmt::
|
290
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::IotHubDataConnection
|
290
291
|
end
|
291
292
|
def event_grid_data_connection
|
292
|
-
Azure::Kusto::Mgmt::
|
293
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::EventGridDataConnection
|
293
294
|
end
|
294
295
|
def tracked_resource
|
295
|
-
Azure::Kusto::Mgmt::
|
296
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::TrackedResource
|
296
297
|
end
|
297
298
|
def azure_entity_resource
|
298
|
-
Azure::Kusto::Mgmt::
|
299
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::AzureEntityResource
|
299
300
|
end
|
300
301
|
def state
|
301
|
-
Azure::Kusto::Mgmt::
|
302
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::State
|
302
303
|
end
|
303
304
|
def provisioning_state
|
304
|
-
Azure::Kusto::Mgmt::
|
305
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::ProvisioningState
|
305
306
|
end
|
306
307
|
def language_extension_name
|
307
|
-
Azure::Kusto::Mgmt::
|
308
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::LanguageExtensionName
|
308
309
|
end
|
309
310
|
def azure_sku_name
|
310
|
-
Azure::Kusto::Mgmt::
|
311
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::AzureSkuName
|
311
312
|
end
|
312
313
|
def azure_sku_tier
|
313
|
-
Azure::Kusto::Mgmt::
|
314
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::AzureSkuTier
|
314
315
|
end
|
315
316
|
def azure_scale_type
|
316
|
-
Azure::Kusto::Mgmt::
|
317
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::AzureScaleType
|
317
318
|
end
|
318
319
|
def default_principals_modification_kind
|
319
|
-
Azure::Kusto::Mgmt::
|
320
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::DefaultPrincipalsModificationKind
|
320
321
|
end
|
321
322
|
def principals_modification_kind
|
322
|
-
Azure::Kusto::Mgmt::
|
323
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::PrincipalsModificationKind
|
323
324
|
end
|
324
325
|
def event_hub_data_format
|
325
|
-
Azure::Kusto::Mgmt::
|
326
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::EventHubDataFormat
|
326
327
|
end
|
327
328
|
def compression
|
328
|
-
Azure::Kusto::Mgmt::
|
329
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::Compression
|
329
330
|
end
|
330
331
|
def iot_hub_data_format
|
331
|
-
Azure::Kusto::Mgmt::
|
332
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::IotHubDataFormat
|
332
333
|
end
|
333
334
|
def event_grid_data_format
|
334
|
-
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
|
335
339
|
end
|
336
340
|
def identity_type
|
337
|
-
Azure::Kusto::Mgmt::
|
341
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::IdentityType
|
338
342
|
end
|
339
343
|
def database_principal_role
|
340
|
-
Azure::Kusto::Mgmt::
|
344
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::DatabasePrincipalRole
|
341
345
|
end
|
342
346
|
def database_principal_type
|
343
|
-
Azure::Kusto::Mgmt::
|
347
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::DatabasePrincipalType
|
344
348
|
end
|
345
349
|
def principal_type
|
346
|
-
Azure::Kusto::Mgmt::
|
350
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::PrincipalType
|
347
351
|
end
|
348
352
|
def cluster_principal_role
|
349
|
-
Azure::Kusto::Mgmt::
|
353
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::ClusterPrincipalRole
|
350
354
|
end
|
351
355
|
def type
|
352
|
-
Azure::Kusto::Mgmt::
|
356
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::Type
|
353
357
|
end
|
354
358
|
def reason
|
355
|
-
Azure::Kusto::Mgmt::
|
359
|
+
Azure::Kusto::Mgmt::V2020_06_14::Models::Reason
|
356
360
|
end
|
357
361
|
end
|
358
362
|
end
|