azure_mgmt_kusto 0.19.3 → 0.20.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/2017-09-07-privatepreview/generated/azure_mgmt_kusto/kusto_management_client.rb +1 -1
- data/lib/2018-09-07-preview/generated/azure_mgmt_kusto/kusto_management_client.rb +1 -1
- data/lib/2019-01-21/generated/azure_mgmt_kusto/kusto_management_client.rb +1 -1
- data/lib/2019-05-15/generated/azure_mgmt_kusto/kusto_management_client.rb +1 -1
- data/lib/2019-09-07/generated/azure_mgmt_kusto/kusto_management_client.rb +1 -1
- data/lib/2019-11-09/generated/azure_mgmt_kusto/kusto_management_client.rb +1 -1
- data/lib/2020-02-15/generated/azure_mgmt_kusto/kusto_management_client.rb +1 -1
- data/lib/2020-06-14/generated/azure_mgmt_kusto/kusto_management_client.rb +1 -1
- data/lib/2020-09-18/generated/azure_mgmt_kusto.rb +111 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/attached_database_configurations.rb +558 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/cluster_principal_assignments.rb +656 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/clusters.rb +2087 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/data_connections.rb +1033 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/database_principal_assignments.rb +683 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/databases.rb +1169 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/kusto_management_client.rb +157 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/attached_database_configuration.rb +144 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/attached_database_configuration_list_result.rb +56 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/azure_capacity.rb +80 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/azure_entity_resource.rb +75 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/azure_resource_sku.rb +70 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/azure_scale_type.rb +17 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/azure_sku.rb +78 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/azure_sku_name.rb +36 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/azure_sku_tier.rb +16 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/blob_storage_event_type.rb +16 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/check_name_request.rb +61 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/check_name_result.rb +82 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/cluster.rb +327 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/cluster_check_name_request.rb +60 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/cluster_list_result.rb +55 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/cluster_principal_assignment.rb +147 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/cluster_principal_assignment_check_name_request.rb +62 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/cluster_principal_assignment_list_result.rb +56 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/cluster_principal_role.rb +16 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/cluster_update.rb +314 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/compression.rb +16 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/data_connection.rb +82 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/data_connection_check_name_request.rb +61 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/data_connection_list_result.rb +57 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/data_connection_validation.rb +60 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/data_connection_validation_list_result.rb +56 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/data_connection_validation_result.rb +47 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/database.rb +82 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/database_list_result.rb +57 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/database_principal.rb +117 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/database_principal_assignment.rb +148 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/database_principal_assignment_check_name_request.rb +62 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/database_principal_assignment_list_result.rb +56 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/database_principal_list_request.rb +56 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/database_principal_list_result.rb +56 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/database_principal_role.rb +20 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/database_principal_type.rb +17 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/database_statistics.rb +47 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/default_principals_modification_kind.rb +17 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/diagnose_virtual_network_result.rb +56 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/engine_type.rb +16 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/event_grid_data_connection.rb +198 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/event_grid_data_format.rb +30 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/event_hub_data_connection.rb +192 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/event_hub_data_format.rb +30 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/follower_database_definition.rb +72 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/follower_database_list_result.rb +56 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/identity.rb +97 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/identity_type.rb +18 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/identity_user_assigned_identities_value.rb +60 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/iot_hub_data_connection.rb +191 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/iot_hub_data_format.rb +30 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/key_vault_properties.rb +80 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/language_extension.rb +47 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/language_extension_name.rb +16 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/language_extensions_list.rb +55 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/list_resource_skus_result.rb +56 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/operation.rb +82 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/operation_display.rb +80 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/operation_list_result.rb +98 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/optimized_autoscale.rb +80 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/principal_type.rb +17 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/principals_modification_kind.rb +17 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/provisioning_state.rb +20 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/proxy_resource.rb +63 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/read_only_following_database.rb +174 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/read_write_database.rb +147 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/reason.rb +16 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/resource.rb +83 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/sku_description.rb +132 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/sku_description_list.rb +56 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/sku_location_info_item.rb +65 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/state.rb +23 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/tracked_resource.rb +92 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/trusted_external_tenant.rb +46 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/type.rb +16 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/models/virtual_network_configuration.rb +69 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/module_definition.rb +9 -0
- data/lib/2020-09-18/generated/azure_mgmt_kusto/operations.rb +221 -0
- data/lib/azure_mgmt_kusto.rb +4 -3
- data/lib/profiles/latest/modules/kusto_profile_module.rb +164 -160
- data/lib/version.rb +1 -1
- metadata +90 -3
@@ -0,0 +1,46 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
4
|
+
# regenerated.
|
5
|
+
|
6
|
+
module Azure::Kusto::Mgmt::V2020_09_18
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# Represents a tenant ID that is trusted by the cluster.
|
10
|
+
#
|
11
|
+
class TrustedExternalTenant
|
12
|
+
|
13
|
+
include MsRestAzure
|
14
|
+
|
15
|
+
# @return [String] GUID representing an external tenant.
|
16
|
+
attr_accessor :value
|
17
|
+
|
18
|
+
|
19
|
+
#
|
20
|
+
# Mapper for TrustedExternalTenant class as Ruby Hash.
|
21
|
+
# This will be used for serialization/deserialization.
|
22
|
+
#
|
23
|
+
def self.mapper()
|
24
|
+
{
|
25
|
+
client_side_validation: true,
|
26
|
+
required: false,
|
27
|
+
serialized_name: 'TrustedExternalTenant',
|
28
|
+
type: {
|
29
|
+
name: 'Composite',
|
30
|
+
class_name: 'TrustedExternalTenant',
|
31
|
+
model_properties: {
|
32
|
+
value: {
|
33
|
+
client_side_validation: true,
|
34
|
+
required: false,
|
35
|
+
serialized_name: 'value',
|
36
|
+
type: {
|
37
|
+
name: 'String'
|
38
|
+
}
|
39
|
+
}
|
40
|
+
}
|
41
|
+
}
|
42
|
+
}
|
43
|
+
end
|
44
|
+
end
|
45
|
+
end
|
46
|
+
end
|
@@ -0,0 +1,16 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
4
|
+
# regenerated.
|
5
|
+
|
6
|
+
module Azure::Kusto::Mgmt::V2020_09_18
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# Defines values for Type
|
10
|
+
#
|
11
|
+
module Type
|
12
|
+
MicrosoftKustoclustersdatabases = "Microsoft.Kusto/clusters/databases"
|
13
|
+
MicrosoftKustoclustersattachedDatabaseConfigurations = "Microsoft.Kusto/clusters/attachedDatabaseConfigurations"
|
14
|
+
end
|
15
|
+
end
|
16
|
+
end
|
@@ -0,0 +1,69 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
4
|
+
# regenerated.
|
5
|
+
|
6
|
+
module Azure::Kusto::Mgmt::V2020_09_18
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# A class that contains virtual network definition.
|
10
|
+
#
|
11
|
+
class VirtualNetworkConfiguration
|
12
|
+
|
13
|
+
include MsRestAzure
|
14
|
+
|
15
|
+
# @return [String] The subnet resource id.
|
16
|
+
attr_accessor :subnet_id
|
17
|
+
|
18
|
+
# @return [String] Engine service's public IP address resource id.
|
19
|
+
attr_accessor :engine_public_ip_id
|
20
|
+
|
21
|
+
# @return [String] Data management's service public IP address resource
|
22
|
+
# id.
|
23
|
+
attr_accessor :data_management_public_ip_id
|
24
|
+
|
25
|
+
|
26
|
+
#
|
27
|
+
# Mapper for VirtualNetworkConfiguration class as Ruby Hash.
|
28
|
+
# This will be used for serialization/deserialization.
|
29
|
+
#
|
30
|
+
def self.mapper()
|
31
|
+
{
|
32
|
+
client_side_validation: true,
|
33
|
+
required: false,
|
34
|
+
serialized_name: 'VirtualNetworkConfiguration',
|
35
|
+
type: {
|
36
|
+
name: 'Composite',
|
37
|
+
class_name: 'VirtualNetworkConfiguration',
|
38
|
+
model_properties: {
|
39
|
+
subnet_id: {
|
40
|
+
client_side_validation: true,
|
41
|
+
required: true,
|
42
|
+
serialized_name: 'subnetId',
|
43
|
+
type: {
|
44
|
+
name: 'String'
|
45
|
+
}
|
46
|
+
},
|
47
|
+
engine_public_ip_id: {
|
48
|
+
client_side_validation: true,
|
49
|
+
required: true,
|
50
|
+
serialized_name: 'enginePublicIpId',
|
51
|
+
type: {
|
52
|
+
name: 'String'
|
53
|
+
}
|
54
|
+
},
|
55
|
+
data_management_public_ip_id: {
|
56
|
+
client_side_validation: true,
|
57
|
+
required: true,
|
58
|
+
serialized_name: 'dataManagementPublicIpId',
|
59
|
+
type: {
|
60
|
+
name: 'String'
|
61
|
+
}
|
62
|
+
}
|
63
|
+
}
|
64
|
+
}
|
65
|
+
}
|
66
|
+
end
|
67
|
+
end
|
68
|
+
end
|
69
|
+
end
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
4
|
+
# regenerated.
|
5
|
+
|
6
|
+
module Azure end
|
7
|
+
module Azure::Kusto end
|
8
|
+
module Azure::Kusto::Mgmt end
|
9
|
+
module Azure::Kusto::Mgmt::V2020_09_18 end
|
@@ -0,0 +1,221 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
4
|
+
# regenerated.
|
5
|
+
|
6
|
+
module Azure::Kusto::Mgmt::V2020_09_18
|
7
|
+
#
|
8
|
+
# The Azure Kusto management API provides a RESTful set of web services that
|
9
|
+
# interact with Azure Kusto services to manage your clusters and databases.
|
10
|
+
# The API enables you to create, update, and delete clusters and databases.
|
11
|
+
#
|
12
|
+
class Operations
|
13
|
+
include MsRestAzure
|
14
|
+
|
15
|
+
#
|
16
|
+
# Creates and initializes a new instance of the Operations class.
|
17
|
+
# @param client service class for accessing basic functionality.
|
18
|
+
#
|
19
|
+
def initialize(client)
|
20
|
+
@client = client
|
21
|
+
end
|
22
|
+
|
23
|
+
# @return [KustoManagementClient] reference to the KustoManagementClient
|
24
|
+
attr_reader :client
|
25
|
+
|
26
|
+
#
|
27
|
+
# Lists available operations for the Microsoft.Kusto provider.
|
28
|
+
#
|
29
|
+
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
30
|
+
# will be added to the HTTP request.
|
31
|
+
#
|
32
|
+
# @return [Array<Operation>] operation results.
|
33
|
+
#
|
34
|
+
def list(custom_headers:nil)
|
35
|
+
first_page = list_as_lazy(custom_headers:custom_headers)
|
36
|
+
first_page.get_all_items
|
37
|
+
end
|
38
|
+
|
39
|
+
#
|
40
|
+
# Lists available operations for the Microsoft.Kusto provider.
|
41
|
+
#
|
42
|
+
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
43
|
+
# will be added to the HTTP request.
|
44
|
+
#
|
45
|
+
# @return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
46
|
+
#
|
47
|
+
def list_with_http_info(custom_headers:nil)
|
48
|
+
list_async(custom_headers:custom_headers).value!
|
49
|
+
end
|
50
|
+
|
51
|
+
#
|
52
|
+
# Lists available operations for the Microsoft.Kusto provider.
|
53
|
+
#
|
54
|
+
# @param [Hash{String => String}] A hash of custom headers that will be added
|
55
|
+
# to the HTTP request.
|
56
|
+
#
|
57
|
+
# @return [Concurrent::Promise] Promise object which holds the HTTP response.
|
58
|
+
#
|
59
|
+
def list_async(custom_headers:nil)
|
60
|
+
fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil?
|
61
|
+
|
62
|
+
|
63
|
+
request_headers = {}
|
64
|
+
request_headers['Content-Type'] = 'application/json; charset=utf-8'
|
65
|
+
|
66
|
+
# Set Headers
|
67
|
+
request_headers['x-ms-client-request-id'] = SecureRandom.uuid
|
68
|
+
request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil?
|
69
|
+
path_template = 'providers/Microsoft.Kusto/operations'
|
70
|
+
|
71
|
+
request_url = @base_url || @client.base_url
|
72
|
+
|
73
|
+
options = {
|
74
|
+
middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
|
75
|
+
query_params: {'api-version' => @client.api_version},
|
76
|
+
headers: request_headers.merge(custom_headers || {}),
|
77
|
+
base_url: request_url
|
78
|
+
}
|
79
|
+
promise = @client.make_request_async(:get, path_template, options)
|
80
|
+
|
81
|
+
promise = promise.then do |result|
|
82
|
+
http_response = result.response
|
83
|
+
status_code = http_response.status
|
84
|
+
response_content = http_response.body
|
85
|
+
unless status_code == 200
|
86
|
+
error_model = JSON.load(response_content)
|
87
|
+
fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
|
88
|
+
end
|
89
|
+
|
90
|
+
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
91
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
92
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
93
|
+
# Deserialize Response
|
94
|
+
if status_code == 200
|
95
|
+
begin
|
96
|
+
parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content)
|
97
|
+
result_mapper = Azure::Kusto::Mgmt::V2020_09_18::Models::OperationListResult.mapper()
|
98
|
+
result.body = @client.deserialize(result_mapper, parsed_response)
|
99
|
+
rescue Exception => e
|
100
|
+
fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
|
101
|
+
end
|
102
|
+
end
|
103
|
+
|
104
|
+
result
|
105
|
+
end
|
106
|
+
|
107
|
+
promise.execute
|
108
|
+
end
|
109
|
+
|
110
|
+
#
|
111
|
+
# Lists available operations for the Microsoft.Kusto provider.
|
112
|
+
#
|
113
|
+
# @param next_page_link [String] The NextLink from the previous successful call
|
114
|
+
# to List operation.
|
115
|
+
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
116
|
+
# will be added to the HTTP request.
|
117
|
+
#
|
118
|
+
# @return [OperationListResult] operation results.
|
119
|
+
#
|
120
|
+
def list_next(next_page_link, custom_headers:nil)
|
121
|
+
response = list_next_async(next_page_link, custom_headers:custom_headers).value!
|
122
|
+
response.body unless response.nil?
|
123
|
+
end
|
124
|
+
|
125
|
+
#
|
126
|
+
# Lists available operations for the Microsoft.Kusto provider.
|
127
|
+
#
|
128
|
+
# @param next_page_link [String] The NextLink from the previous successful call
|
129
|
+
# to List operation.
|
130
|
+
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
131
|
+
# will be added to the HTTP request.
|
132
|
+
#
|
133
|
+
# @return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
134
|
+
#
|
135
|
+
def list_next_with_http_info(next_page_link, custom_headers:nil)
|
136
|
+
list_next_async(next_page_link, custom_headers:custom_headers).value!
|
137
|
+
end
|
138
|
+
|
139
|
+
#
|
140
|
+
# Lists available operations for the Microsoft.Kusto provider.
|
141
|
+
#
|
142
|
+
# @param next_page_link [String] The NextLink from the previous successful call
|
143
|
+
# to List operation.
|
144
|
+
# @param [Hash{String => String}] A hash of custom headers that will be added
|
145
|
+
# to the HTTP request.
|
146
|
+
#
|
147
|
+
# @return [Concurrent::Promise] Promise object which holds the HTTP response.
|
148
|
+
#
|
149
|
+
def list_next_async(next_page_link, custom_headers:nil)
|
150
|
+
fail ArgumentError, 'next_page_link is nil' if next_page_link.nil?
|
151
|
+
|
152
|
+
|
153
|
+
request_headers = {}
|
154
|
+
request_headers['Content-Type'] = 'application/json; charset=utf-8'
|
155
|
+
|
156
|
+
# Set Headers
|
157
|
+
request_headers['x-ms-client-request-id'] = SecureRandom.uuid
|
158
|
+
request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil?
|
159
|
+
path_template = '{nextLink}'
|
160
|
+
|
161
|
+
request_url = @base_url || @client.base_url
|
162
|
+
|
163
|
+
options = {
|
164
|
+
middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
|
165
|
+
skip_encoding_path_params: {'nextLink' => next_page_link},
|
166
|
+
headers: request_headers.merge(custom_headers || {}),
|
167
|
+
base_url: request_url
|
168
|
+
}
|
169
|
+
promise = @client.make_request_async(:get, path_template, options)
|
170
|
+
|
171
|
+
promise = promise.then do |result|
|
172
|
+
http_response = result.response
|
173
|
+
status_code = http_response.status
|
174
|
+
response_content = http_response.body
|
175
|
+
unless status_code == 200
|
176
|
+
error_model = JSON.load(response_content)
|
177
|
+
fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
|
178
|
+
end
|
179
|
+
|
180
|
+
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
181
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
182
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
183
|
+
# Deserialize Response
|
184
|
+
if status_code == 200
|
185
|
+
begin
|
186
|
+
parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content)
|
187
|
+
result_mapper = Azure::Kusto::Mgmt::V2020_09_18::Models::OperationListResult.mapper()
|
188
|
+
result.body = @client.deserialize(result_mapper, parsed_response)
|
189
|
+
rescue Exception => e
|
190
|
+
fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
|
191
|
+
end
|
192
|
+
end
|
193
|
+
|
194
|
+
result
|
195
|
+
end
|
196
|
+
|
197
|
+
promise.execute
|
198
|
+
end
|
199
|
+
|
200
|
+
#
|
201
|
+
# Lists available operations for the Microsoft.Kusto provider.
|
202
|
+
#
|
203
|
+
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
204
|
+
# will be added to the HTTP request.
|
205
|
+
#
|
206
|
+
# @return [OperationListResult] which provide lazy access to pages of the
|
207
|
+
# response.
|
208
|
+
#
|
209
|
+
def list_as_lazy(custom_headers:nil)
|
210
|
+
response = list_async(custom_headers:custom_headers).value!
|
211
|
+
unless response.nil?
|
212
|
+
page = response.body
|
213
|
+
page.next_method = Proc.new do |next_page_link|
|
214
|
+
list_next_async(next_page_link, custom_headers:custom_headers)
|
215
|
+
end
|
216
|
+
page
|
217
|
+
end
|
218
|
+
end
|
219
|
+
|
220
|
+
end
|
221
|
+
end
|
data/lib/azure_mgmt_kusto.rb
CHANGED
@@ -3,11 +3,12 @@
|
|
3
3
|
# Licensed under the MIT License. See License.txt in the project root for license information.
|
4
4
|
|
5
5
|
require '2020-02-15/generated/azure_mgmt_kusto'
|
6
|
+
require '2019-05-15/generated/azure_mgmt_kusto'
|
7
|
+
require '2018-09-07-preview/generated/azure_mgmt_kusto'
|
6
8
|
require '2019-01-21/generated/azure_mgmt_kusto'
|
7
|
-
require '2019-11-09/generated/azure_mgmt_kusto'
|
8
9
|
require '2017-09-07-privatepreview/generated/azure_mgmt_kusto'
|
10
|
+
require '2019-11-09/generated/azure_mgmt_kusto'
|
9
11
|
require '2019-09-07/generated/azure_mgmt_kusto'
|
10
|
-
require '2018-09-07-preview/generated/azure_mgmt_kusto'
|
11
12
|
require '2020-06-14/generated/azure_mgmt_kusto'
|
12
|
-
require '
|
13
|
+
require '2020-09-18/generated/azure_mgmt_kusto'
|
13
14
|
require 'profiles/latest/kusto_latest_profile_client'
|
@@ -6,91 +6,92 @@ require 'azure_mgmt_kusto'
|
|
6
6
|
|
7
7
|
module Azure::Kusto::Profiles::Latest
|
8
8
|
module Mgmt
|
9
|
-
Clusters = Azure::Kusto::Mgmt::
|
10
|
-
ClusterPrincipalAssignments = Azure::Kusto::Mgmt::
|
11
|
-
Databases = Azure::Kusto::Mgmt::
|
12
|
-
DatabasePrincipalAssignments = Azure::Kusto::Mgmt::
|
13
|
-
AttachedDatabaseConfigurations = Azure::Kusto::Mgmt::
|
14
|
-
DataConnections = Azure::Kusto::Mgmt::
|
15
|
-
Operations = Azure::Kusto::Mgmt::
|
9
|
+
Clusters = Azure::Kusto::Mgmt::V2020_09_18::Clusters
|
10
|
+
ClusterPrincipalAssignments = Azure::Kusto::Mgmt::V2020_09_18::ClusterPrincipalAssignments
|
11
|
+
Databases = Azure::Kusto::Mgmt::V2020_09_18::Databases
|
12
|
+
DatabasePrincipalAssignments = Azure::Kusto::Mgmt::V2020_09_18::DatabasePrincipalAssignments
|
13
|
+
AttachedDatabaseConfigurations = Azure::Kusto::Mgmt::V2020_09_18::AttachedDatabaseConfigurations
|
14
|
+
DataConnections = Azure::Kusto::Mgmt::V2020_09_18::DataConnections
|
15
|
+
Operations = Azure::Kusto::Mgmt::V2020_09_18::Operations
|
16
16
|
|
17
17
|
module Models
|
18
|
-
ClusterPrincipalAssignmentListResult = Azure::Kusto::Mgmt::
|
19
|
-
DatabasePrincipalListResult = Azure::Kusto::Mgmt::
|
20
|
-
OptimizedAutoscale = Azure::Kusto::Mgmt::
|
21
|
-
FollowerDatabaseDefinition = Azure::Kusto::Mgmt::
|
22
|
-
KeyVaultProperties = Azure::Kusto::Mgmt::
|
23
|
-
FollowerDatabaseListResult = Azure::Kusto::Mgmt::
|
24
|
-
LanguageExtensionsList = Azure::Kusto::Mgmt::
|
25
|
-
VirtualNetworkConfiguration = Azure::Kusto::Mgmt::
|
26
|
-
AzureCapacity = Azure::Kusto::Mgmt::
|
27
|
-
LanguageExtension = Azure::Kusto::Mgmt::
|
28
|
-
SkuLocationInfoItem = Azure::Kusto::Mgmt::
|
29
|
-
AzureSku = Azure::Kusto::Mgmt::
|
30
|
-
SkuDescriptionList = Azure::Kusto::Mgmt::
|
31
|
-
AzureResourceSku = Azure::Kusto::Mgmt::
|
32
|
-
SkuDescription = Azure::Kusto::Mgmt::
|
33
|
-
Identity = Azure::Kusto::Mgmt::
|
34
|
-
DatabaseStatistics = Azure::Kusto::Mgmt::
|
35
|
-
IdentityUserAssignedIdentitiesValue = Azure::Kusto::Mgmt::
|
36
|
-
AttachedDatabaseConfigurationListResult = Azure::Kusto::Mgmt::
|
37
|
-
ClusterCheckNameRequest = Azure::Kusto::Mgmt::
|
38
|
-
ClusterPrincipalAssignmentCheckNameRequest = Azure::Kusto::Mgmt::
|
39
|
-
DataConnectionCheckNameRequest = Azure::Kusto::Mgmt::
|
40
|
-
DatabasePrincipal = Azure::Kusto::Mgmt::
|
41
|
-
DataConnectionValidationResult = Azure::Kusto::Mgmt::
|
42
|
-
DatabasePrincipalAssignmentCheckNameRequest = Azure::Kusto::Mgmt::
|
43
|
-
DatabasePrincipalListRequest = Azure::Kusto::Mgmt::
|
44
|
-
DatabaseListResult = Azure::Kusto::Mgmt::
|
45
|
-
DiagnoseVirtualNetworkResult = Azure::Kusto::Mgmt::
|
46
|
-
TrustedExternalTenant = Azure::Kusto::Mgmt::
|
47
|
-
DataConnectionValidation = Azure::Kusto::Mgmt::
|
48
|
-
ListResourceSkusResult = Azure::Kusto::Mgmt::
|
49
|
-
Resource = Azure::Kusto::Mgmt::
|
50
|
-
CheckNameResult = Azure::Kusto::Mgmt::
|
51
|
-
OperationListResult = Azure::Kusto::Mgmt::
|
52
|
-
DatabasePrincipalAssignmentListResult = Azure::Kusto::Mgmt::
|
53
|
-
Operation = Azure::Kusto::Mgmt::
|
54
|
-
CheckNameRequest = Azure::Kusto::Mgmt::
|
55
|
-
DataConnectionValidationListResult = Azure::Kusto::Mgmt::
|
56
|
-
OperationDisplay = Azure::Kusto::Mgmt::
|
57
|
-
DataConnectionListResult = Azure::Kusto::Mgmt::
|
58
|
-
ClusterListResult = Azure::Kusto::Mgmt::
|
59
|
-
Cluster = Azure::Kusto::Mgmt::
|
60
|
-
ClusterUpdate = Azure::Kusto::Mgmt::
|
61
|
-
ReadWriteDatabase = Azure::Kusto::Mgmt::
|
62
|
-
ReadOnlyFollowingDatabase = Azure::Kusto::Mgmt::
|
63
|
-
ProxyResource = Azure::Kusto::Mgmt::
|
64
|
-
AttachedDatabaseConfiguration = Azure::Kusto::Mgmt::
|
65
|
-
Database = Azure::Kusto::Mgmt::
|
66
|
-
DatabasePrincipalAssignment = Azure::Kusto::Mgmt::
|
67
|
-
ClusterPrincipalAssignment = Azure::Kusto::Mgmt::
|
68
|
-
DataConnection = Azure::Kusto::Mgmt::
|
69
|
-
EventHubDataConnection = Azure::Kusto::Mgmt::
|
70
|
-
IotHubDataConnection = Azure::Kusto::Mgmt::
|
71
|
-
EventGridDataConnection = Azure::Kusto::Mgmt::
|
72
|
-
TrackedResource = Azure::Kusto::Mgmt::
|
73
|
-
AzureEntityResource = Azure::Kusto::Mgmt::
|
74
|
-
State = Azure::Kusto::Mgmt::
|
75
|
-
ProvisioningState = Azure::Kusto::Mgmt::
|
76
|
-
LanguageExtensionName = Azure::Kusto::Mgmt::
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
18
|
+
ClusterPrincipalAssignmentListResult = Azure::Kusto::Mgmt::V2020_09_18::Models::ClusterPrincipalAssignmentListResult
|
19
|
+
DatabasePrincipalListResult = Azure::Kusto::Mgmt::V2020_09_18::Models::DatabasePrincipalListResult
|
20
|
+
OptimizedAutoscale = Azure::Kusto::Mgmt::V2020_09_18::Models::OptimizedAutoscale
|
21
|
+
FollowerDatabaseDefinition = Azure::Kusto::Mgmt::V2020_09_18::Models::FollowerDatabaseDefinition
|
22
|
+
KeyVaultProperties = Azure::Kusto::Mgmt::V2020_09_18::Models::KeyVaultProperties
|
23
|
+
FollowerDatabaseListResult = Azure::Kusto::Mgmt::V2020_09_18::Models::FollowerDatabaseListResult
|
24
|
+
LanguageExtensionsList = Azure::Kusto::Mgmt::V2020_09_18::Models::LanguageExtensionsList
|
25
|
+
VirtualNetworkConfiguration = Azure::Kusto::Mgmt::V2020_09_18::Models::VirtualNetworkConfiguration
|
26
|
+
AzureCapacity = Azure::Kusto::Mgmt::V2020_09_18::Models::AzureCapacity
|
27
|
+
LanguageExtension = Azure::Kusto::Mgmt::V2020_09_18::Models::LanguageExtension
|
28
|
+
SkuLocationInfoItem = Azure::Kusto::Mgmt::V2020_09_18::Models::SkuLocationInfoItem
|
29
|
+
AzureSku = Azure::Kusto::Mgmt::V2020_09_18::Models::AzureSku
|
30
|
+
SkuDescriptionList = Azure::Kusto::Mgmt::V2020_09_18::Models::SkuDescriptionList
|
31
|
+
AzureResourceSku = Azure::Kusto::Mgmt::V2020_09_18::Models::AzureResourceSku
|
32
|
+
SkuDescription = Azure::Kusto::Mgmt::V2020_09_18::Models::SkuDescription
|
33
|
+
Identity = Azure::Kusto::Mgmt::V2020_09_18::Models::Identity
|
34
|
+
DatabaseStatistics = Azure::Kusto::Mgmt::V2020_09_18::Models::DatabaseStatistics
|
35
|
+
IdentityUserAssignedIdentitiesValue = Azure::Kusto::Mgmt::V2020_09_18::Models::IdentityUserAssignedIdentitiesValue
|
36
|
+
AttachedDatabaseConfigurationListResult = Azure::Kusto::Mgmt::V2020_09_18::Models::AttachedDatabaseConfigurationListResult
|
37
|
+
ClusterCheckNameRequest = Azure::Kusto::Mgmt::V2020_09_18::Models::ClusterCheckNameRequest
|
38
|
+
ClusterPrincipalAssignmentCheckNameRequest = Azure::Kusto::Mgmt::V2020_09_18::Models::ClusterPrincipalAssignmentCheckNameRequest
|
39
|
+
DataConnectionCheckNameRequest = Azure::Kusto::Mgmt::V2020_09_18::Models::DataConnectionCheckNameRequest
|
40
|
+
DatabasePrincipal = Azure::Kusto::Mgmt::V2020_09_18::Models::DatabasePrincipal
|
41
|
+
DataConnectionValidationResult = Azure::Kusto::Mgmt::V2020_09_18::Models::DataConnectionValidationResult
|
42
|
+
DatabasePrincipalAssignmentCheckNameRequest = Azure::Kusto::Mgmt::V2020_09_18::Models::DatabasePrincipalAssignmentCheckNameRequest
|
43
|
+
DatabasePrincipalListRequest = Azure::Kusto::Mgmt::V2020_09_18::Models::DatabasePrincipalListRequest
|
44
|
+
DatabaseListResult = Azure::Kusto::Mgmt::V2020_09_18::Models::DatabaseListResult
|
45
|
+
DiagnoseVirtualNetworkResult = Azure::Kusto::Mgmt::V2020_09_18::Models::DiagnoseVirtualNetworkResult
|
46
|
+
TrustedExternalTenant = Azure::Kusto::Mgmt::V2020_09_18::Models::TrustedExternalTenant
|
47
|
+
DataConnectionValidation = Azure::Kusto::Mgmt::V2020_09_18::Models::DataConnectionValidation
|
48
|
+
ListResourceSkusResult = Azure::Kusto::Mgmt::V2020_09_18::Models::ListResourceSkusResult
|
49
|
+
Resource = Azure::Kusto::Mgmt::V2020_09_18::Models::Resource
|
50
|
+
CheckNameResult = Azure::Kusto::Mgmt::V2020_09_18::Models::CheckNameResult
|
51
|
+
OperationListResult = Azure::Kusto::Mgmt::V2020_09_18::Models::OperationListResult
|
52
|
+
DatabasePrincipalAssignmentListResult = Azure::Kusto::Mgmt::V2020_09_18::Models::DatabasePrincipalAssignmentListResult
|
53
|
+
Operation = Azure::Kusto::Mgmt::V2020_09_18::Models::Operation
|
54
|
+
CheckNameRequest = Azure::Kusto::Mgmt::V2020_09_18::Models::CheckNameRequest
|
55
|
+
DataConnectionValidationListResult = Azure::Kusto::Mgmt::V2020_09_18::Models::DataConnectionValidationListResult
|
56
|
+
OperationDisplay = Azure::Kusto::Mgmt::V2020_09_18::Models::OperationDisplay
|
57
|
+
DataConnectionListResult = Azure::Kusto::Mgmt::V2020_09_18::Models::DataConnectionListResult
|
58
|
+
ClusterListResult = Azure::Kusto::Mgmt::V2020_09_18::Models::ClusterListResult
|
59
|
+
Cluster = Azure::Kusto::Mgmt::V2020_09_18::Models::Cluster
|
60
|
+
ClusterUpdate = Azure::Kusto::Mgmt::V2020_09_18::Models::ClusterUpdate
|
61
|
+
ReadWriteDatabase = Azure::Kusto::Mgmt::V2020_09_18::Models::ReadWriteDatabase
|
62
|
+
ReadOnlyFollowingDatabase = Azure::Kusto::Mgmt::V2020_09_18::Models::ReadOnlyFollowingDatabase
|
63
|
+
ProxyResource = Azure::Kusto::Mgmt::V2020_09_18::Models::ProxyResource
|
64
|
+
AttachedDatabaseConfiguration = Azure::Kusto::Mgmt::V2020_09_18::Models::AttachedDatabaseConfiguration
|
65
|
+
Database = Azure::Kusto::Mgmt::V2020_09_18::Models::Database
|
66
|
+
DatabasePrincipalAssignment = Azure::Kusto::Mgmt::V2020_09_18::Models::DatabasePrincipalAssignment
|
67
|
+
ClusterPrincipalAssignment = Azure::Kusto::Mgmt::V2020_09_18::Models::ClusterPrincipalAssignment
|
68
|
+
DataConnection = Azure::Kusto::Mgmt::V2020_09_18::Models::DataConnection
|
69
|
+
EventHubDataConnection = Azure::Kusto::Mgmt::V2020_09_18::Models::EventHubDataConnection
|
70
|
+
IotHubDataConnection = Azure::Kusto::Mgmt::V2020_09_18::Models::IotHubDataConnection
|
71
|
+
EventGridDataConnection = Azure::Kusto::Mgmt::V2020_09_18::Models::EventGridDataConnection
|
72
|
+
TrackedResource = Azure::Kusto::Mgmt::V2020_09_18::Models::TrackedResource
|
73
|
+
AzureEntityResource = Azure::Kusto::Mgmt::V2020_09_18::Models::AzureEntityResource
|
74
|
+
State = Azure::Kusto::Mgmt::V2020_09_18::Models::State
|
75
|
+
ProvisioningState = Azure::Kusto::Mgmt::V2020_09_18::Models::ProvisioningState
|
76
|
+
LanguageExtensionName = Azure::Kusto::Mgmt::V2020_09_18::Models::LanguageExtensionName
|
77
|
+
EngineType = Azure::Kusto::Mgmt::V2020_09_18::Models::EngineType
|
78
|
+
AzureSkuName = Azure::Kusto::Mgmt::V2020_09_18::Models::AzureSkuName
|
79
|
+
AzureSkuTier = Azure::Kusto::Mgmt::V2020_09_18::Models::AzureSkuTier
|
80
|
+
AzureScaleType = Azure::Kusto::Mgmt::V2020_09_18::Models::AzureScaleType
|
81
|
+
DefaultPrincipalsModificationKind = Azure::Kusto::Mgmt::V2020_09_18::Models::DefaultPrincipalsModificationKind
|
82
|
+
PrincipalsModificationKind = Azure::Kusto::Mgmt::V2020_09_18::Models::PrincipalsModificationKind
|
83
|
+
EventHubDataFormat = Azure::Kusto::Mgmt::V2020_09_18::Models::EventHubDataFormat
|
84
|
+
Compression = Azure::Kusto::Mgmt::V2020_09_18::Models::Compression
|
85
|
+
IotHubDataFormat = Azure::Kusto::Mgmt::V2020_09_18::Models::IotHubDataFormat
|
86
|
+
EventGridDataFormat = Azure::Kusto::Mgmt::V2020_09_18::Models::EventGridDataFormat
|
87
|
+
BlobStorageEventType = Azure::Kusto::Mgmt::V2020_09_18::Models::BlobStorageEventType
|
88
|
+
IdentityType = Azure::Kusto::Mgmt::V2020_09_18::Models::IdentityType
|
89
|
+
DatabasePrincipalRole = Azure::Kusto::Mgmt::V2020_09_18::Models::DatabasePrincipalRole
|
90
|
+
DatabasePrincipalType = Azure::Kusto::Mgmt::V2020_09_18::Models::DatabasePrincipalType
|
91
|
+
PrincipalType = Azure::Kusto::Mgmt::V2020_09_18::Models::PrincipalType
|
92
|
+
ClusterPrincipalRole = Azure::Kusto::Mgmt::V2020_09_18::Models::ClusterPrincipalRole
|
93
|
+
Type = Azure::Kusto::Mgmt::V2020_09_18::Models::Type
|
94
|
+
Reason = Azure::Kusto::Mgmt::V2020_09_18::Models::Reason
|
94
95
|
end
|
95
96
|
|
96
97
|
#
|
@@ -112,7 +113,7 @@ module Azure::Kusto::Profiles::Latest
|
|
112
113
|
@base_url = options[:base_url].nil? ? nil:options[:base_url]
|
113
114
|
@options = options[:options].nil? ? nil:options[:options]
|
114
115
|
|
115
|
-
@client_0 = Azure::Kusto::Mgmt::
|
116
|
+
@client_0 = Azure::Kusto::Mgmt::V2020_09_18::KustoManagementClient.new(configurable.credentials, base_url, options)
|
116
117
|
if(@client_0.respond_to?(:subscription_id))
|
117
118
|
@client_0.subscription_id = configurable.subscription_id
|
118
119
|
end
|
@@ -145,232 +146,235 @@ module Azure::Kusto::Profiles::Latest
|
|
145
146
|
|
146
147
|
class ModelClasses
|
147
148
|
def cluster_principal_assignment_list_result
|
148
|
-
Azure::Kusto::Mgmt::
|
149
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::ClusterPrincipalAssignmentListResult
|
149
150
|
end
|
150
151
|
def database_principal_list_result
|
151
|
-
Azure::Kusto::Mgmt::
|
152
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::DatabasePrincipalListResult
|
152
153
|
end
|
153
154
|
def optimized_autoscale
|
154
|
-
Azure::Kusto::Mgmt::
|
155
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::OptimizedAutoscale
|
155
156
|
end
|
156
157
|
def follower_database_definition
|
157
|
-
Azure::Kusto::Mgmt::
|
158
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::FollowerDatabaseDefinition
|
158
159
|
end
|
159
160
|
def key_vault_properties
|
160
|
-
Azure::Kusto::Mgmt::
|
161
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::KeyVaultProperties
|
161
162
|
end
|
162
163
|
def follower_database_list_result
|
163
|
-
Azure::Kusto::Mgmt::
|
164
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::FollowerDatabaseListResult
|
164
165
|
end
|
165
166
|
def language_extensions_list
|
166
|
-
Azure::Kusto::Mgmt::
|
167
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::LanguageExtensionsList
|
167
168
|
end
|
168
169
|
def virtual_network_configuration
|
169
|
-
Azure::Kusto::Mgmt::
|
170
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::VirtualNetworkConfiguration
|
170
171
|
end
|
171
172
|
def azure_capacity
|
172
|
-
Azure::Kusto::Mgmt::
|
173
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::AzureCapacity
|
173
174
|
end
|
174
175
|
def language_extension
|
175
|
-
Azure::Kusto::Mgmt::
|
176
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::LanguageExtension
|
176
177
|
end
|
177
178
|
def sku_location_info_item
|
178
|
-
Azure::Kusto::Mgmt::
|
179
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::SkuLocationInfoItem
|
179
180
|
end
|
180
181
|
def azure_sku
|
181
|
-
Azure::Kusto::Mgmt::
|
182
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::AzureSku
|
182
183
|
end
|
183
184
|
def sku_description_list
|
184
|
-
Azure::Kusto::Mgmt::
|
185
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::SkuDescriptionList
|
185
186
|
end
|
186
187
|
def azure_resource_sku
|
187
|
-
Azure::Kusto::Mgmt::
|
188
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::AzureResourceSku
|
188
189
|
end
|
189
190
|
def sku_description
|
190
|
-
Azure::Kusto::Mgmt::
|
191
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::SkuDescription
|
191
192
|
end
|
192
193
|
def identity
|
193
|
-
Azure::Kusto::Mgmt::
|
194
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::Identity
|
194
195
|
end
|
195
196
|
def database_statistics
|
196
|
-
Azure::Kusto::Mgmt::
|
197
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::DatabaseStatistics
|
197
198
|
end
|
198
199
|
def identity_user_assigned_identities_value
|
199
|
-
Azure::Kusto::Mgmt::
|
200
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::IdentityUserAssignedIdentitiesValue
|
200
201
|
end
|
201
202
|
def attached_database_configuration_list_result
|
202
|
-
Azure::Kusto::Mgmt::
|
203
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::AttachedDatabaseConfigurationListResult
|
203
204
|
end
|
204
205
|
def cluster_check_name_request
|
205
|
-
Azure::Kusto::Mgmt::
|
206
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::ClusterCheckNameRequest
|
206
207
|
end
|
207
208
|
def cluster_principal_assignment_check_name_request
|
208
|
-
Azure::Kusto::Mgmt::
|
209
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::ClusterPrincipalAssignmentCheckNameRequest
|
209
210
|
end
|
210
211
|
def data_connection_check_name_request
|
211
|
-
Azure::Kusto::Mgmt::
|
212
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::DataConnectionCheckNameRequest
|
212
213
|
end
|
213
214
|
def database_principal
|
214
|
-
Azure::Kusto::Mgmt::
|
215
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::DatabasePrincipal
|
215
216
|
end
|
216
217
|
def data_connection_validation_result
|
217
|
-
Azure::Kusto::Mgmt::
|
218
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::DataConnectionValidationResult
|
218
219
|
end
|
219
220
|
def database_principal_assignment_check_name_request
|
220
|
-
Azure::Kusto::Mgmt::
|
221
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::DatabasePrincipalAssignmentCheckNameRequest
|
221
222
|
end
|
222
223
|
def database_principal_list_request
|
223
|
-
Azure::Kusto::Mgmt::
|
224
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::DatabasePrincipalListRequest
|
224
225
|
end
|
225
226
|
def database_list_result
|
226
|
-
Azure::Kusto::Mgmt::
|
227
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::DatabaseListResult
|
227
228
|
end
|
228
229
|
def diagnose_virtual_network_result
|
229
|
-
Azure::Kusto::Mgmt::
|
230
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::DiagnoseVirtualNetworkResult
|
230
231
|
end
|
231
232
|
def trusted_external_tenant
|
232
|
-
Azure::Kusto::Mgmt::
|
233
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::TrustedExternalTenant
|
233
234
|
end
|
234
235
|
def data_connection_validation
|
235
|
-
Azure::Kusto::Mgmt::
|
236
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::DataConnectionValidation
|
236
237
|
end
|
237
238
|
def list_resource_skus_result
|
238
|
-
Azure::Kusto::Mgmt::
|
239
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::ListResourceSkusResult
|
239
240
|
end
|
240
241
|
def resource
|
241
|
-
Azure::Kusto::Mgmt::
|
242
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::Resource
|
242
243
|
end
|
243
244
|
def check_name_result
|
244
|
-
Azure::Kusto::Mgmt::
|
245
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::CheckNameResult
|
245
246
|
end
|
246
247
|
def operation_list_result
|
247
|
-
Azure::Kusto::Mgmt::
|
248
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::OperationListResult
|
248
249
|
end
|
249
250
|
def database_principal_assignment_list_result
|
250
|
-
Azure::Kusto::Mgmt::
|
251
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::DatabasePrincipalAssignmentListResult
|
251
252
|
end
|
252
253
|
def operation
|
253
|
-
Azure::Kusto::Mgmt::
|
254
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::Operation
|
254
255
|
end
|
255
256
|
def check_name_request
|
256
|
-
Azure::Kusto::Mgmt::
|
257
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::CheckNameRequest
|
257
258
|
end
|
258
259
|
def data_connection_validation_list_result
|
259
|
-
Azure::Kusto::Mgmt::
|
260
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::DataConnectionValidationListResult
|
260
261
|
end
|
261
262
|
def operation_display
|
262
|
-
Azure::Kusto::Mgmt::
|
263
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::OperationDisplay
|
263
264
|
end
|
264
265
|
def data_connection_list_result
|
265
|
-
Azure::Kusto::Mgmt::
|
266
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::DataConnectionListResult
|
266
267
|
end
|
267
268
|
def cluster_list_result
|
268
|
-
Azure::Kusto::Mgmt::
|
269
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::ClusterListResult
|
269
270
|
end
|
270
271
|
def cluster
|
271
|
-
Azure::Kusto::Mgmt::
|
272
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::Cluster
|
272
273
|
end
|
273
274
|
def cluster_update
|
274
|
-
Azure::Kusto::Mgmt::
|
275
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::ClusterUpdate
|
275
276
|
end
|
276
277
|
def read_write_database
|
277
|
-
Azure::Kusto::Mgmt::
|
278
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::ReadWriteDatabase
|
278
279
|
end
|
279
280
|
def read_only_following_database
|
280
|
-
Azure::Kusto::Mgmt::
|
281
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::ReadOnlyFollowingDatabase
|
281
282
|
end
|
282
283
|
def proxy_resource
|
283
|
-
Azure::Kusto::Mgmt::
|
284
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::ProxyResource
|
284
285
|
end
|
285
286
|
def attached_database_configuration
|
286
|
-
Azure::Kusto::Mgmt::
|
287
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::AttachedDatabaseConfiguration
|
287
288
|
end
|
288
289
|
def database
|
289
|
-
Azure::Kusto::Mgmt::
|
290
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::Database
|
290
291
|
end
|
291
292
|
def database_principal_assignment
|
292
|
-
Azure::Kusto::Mgmt::
|
293
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::DatabasePrincipalAssignment
|
293
294
|
end
|
294
295
|
def cluster_principal_assignment
|
295
|
-
Azure::Kusto::Mgmt::
|
296
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::ClusterPrincipalAssignment
|
296
297
|
end
|
297
298
|
def data_connection
|
298
|
-
Azure::Kusto::Mgmt::
|
299
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::DataConnection
|
299
300
|
end
|
300
301
|
def event_hub_data_connection
|
301
|
-
Azure::Kusto::Mgmt::
|
302
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::EventHubDataConnection
|
302
303
|
end
|
303
304
|
def iot_hub_data_connection
|
304
|
-
Azure::Kusto::Mgmt::
|
305
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::IotHubDataConnection
|
305
306
|
end
|
306
307
|
def event_grid_data_connection
|
307
|
-
Azure::Kusto::Mgmt::
|
308
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::EventGridDataConnection
|
308
309
|
end
|
309
310
|
def tracked_resource
|
310
|
-
Azure::Kusto::Mgmt::
|
311
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::TrackedResource
|
311
312
|
end
|
312
313
|
def azure_entity_resource
|
313
|
-
Azure::Kusto::Mgmt::
|
314
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::AzureEntityResource
|
314
315
|
end
|
315
316
|
def state
|
316
|
-
Azure::Kusto::Mgmt::
|
317
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::State
|
317
318
|
end
|
318
319
|
def provisioning_state
|
319
|
-
Azure::Kusto::Mgmt::
|
320
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::ProvisioningState
|
320
321
|
end
|
321
322
|
def language_extension_name
|
322
|
-
Azure::Kusto::Mgmt::
|
323
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::LanguageExtensionName
|
324
|
+
end
|
325
|
+
def engine_type
|
326
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::EngineType
|
323
327
|
end
|
324
328
|
def azure_sku_name
|
325
|
-
Azure::Kusto::Mgmt::
|
329
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::AzureSkuName
|
326
330
|
end
|
327
331
|
def azure_sku_tier
|
328
|
-
Azure::Kusto::Mgmt::
|
332
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::AzureSkuTier
|
329
333
|
end
|
330
334
|
def azure_scale_type
|
331
|
-
Azure::Kusto::Mgmt::
|
335
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::AzureScaleType
|
332
336
|
end
|
333
337
|
def default_principals_modification_kind
|
334
|
-
Azure::Kusto::Mgmt::
|
338
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::DefaultPrincipalsModificationKind
|
335
339
|
end
|
336
340
|
def principals_modification_kind
|
337
|
-
Azure::Kusto::Mgmt::
|
341
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::PrincipalsModificationKind
|
338
342
|
end
|
339
343
|
def event_hub_data_format
|
340
|
-
Azure::Kusto::Mgmt::
|
344
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::EventHubDataFormat
|
341
345
|
end
|
342
346
|
def compression
|
343
|
-
Azure::Kusto::Mgmt::
|
347
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::Compression
|
344
348
|
end
|
345
349
|
def iot_hub_data_format
|
346
|
-
Azure::Kusto::Mgmt::
|
350
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::IotHubDataFormat
|
347
351
|
end
|
348
352
|
def event_grid_data_format
|
349
|
-
Azure::Kusto::Mgmt::
|
353
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::EventGridDataFormat
|
350
354
|
end
|
351
355
|
def blob_storage_event_type
|
352
|
-
Azure::Kusto::Mgmt::
|
356
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::BlobStorageEventType
|
353
357
|
end
|
354
358
|
def identity_type
|
355
|
-
Azure::Kusto::Mgmt::
|
359
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::IdentityType
|
356
360
|
end
|
357
361
|
def database_principal_role
|
358
|
-
Azure::Kusto::Mgmt::
|
362
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::DatabasePrincipalRole
|
359
363
|
end
|
360
364
|
def database_principal_type
|
361
|
-
Azure::Kusto::Mgmt::
|
365
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::DatabasePrincipalType
|
362
366
|
end
|
363
367
|
def principal_type
|
364
|
-
Azure::Kusto::Mgmt::
|
368
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::PrincipalType
|
365
369
|
end
|
366
370
|
def cluster_principal_role
|
367
|
-
Azure::Kusto::Mgmt::
|
371
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::ClusterPrincipalRole
|
368
372
|
end
|
369
373
|
def type
|
370
|
-
Azure::Kusto::Mgmt::
|
374
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::Type
|
371
375
|
end
|
372
376
|
def reason
|
373
|
-
Azure::Kusto::Mgmt::
|
377
|
+
Azure::Kusto::Mgmt::V2020_09_18::Models::Reason
|
374
378
|
end
|
375
379
|
end
|
376
380
|
end
|