azure_sdk 0.47.1 → 0.48.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/version.rb +1 -1
- data/lib/latest/latest_profile_client.rb +1307 -1297
- data/lib/latest/modules/containerservice_profile_module.rb +385 -385
- data/lib/latest/modules/deploymentmanager_profile_module.rb +261 -0
- data/lib/latest/modules/hdinsight_profile_module.rb +415 -415
- data/lib/latest/modules/iotcentral_profile_module.rb +111 -103
- data/lib/latest/modules/policyinsights_profile_module.rb +223 -193
- metadata +24 -9
@@ -0,0 +1,261 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
# Copyright (c) Microsoft Corporation. All rights reserved.
|
3
|
+
# Licensed under the MIT License. See License.txt in the project root for license information.
|
4
|
+
|
5
|
+
require 'azure_mgmt_deployment_manager'
|
6
|
+
|
7
|
+
module Azure::Profiles::Latest
|
8
|
+
module DeploymentManager
|
9
|
+
module Mgmt
|
10
|
+
ServiceTopologies = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::ServiceTopologies
|
11
|
+
Services = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Services
|
12
|
+
ServiceUnits = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::ServiceUnits
|
13
|
+
Steps = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Steps
|
14
|
+
Rollouts = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Rollouts
|
15
|
+
ArtifactSources = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::ArtifactSources
|
16
|
+
Operations = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Operations
|
17
|
+
|
18
|
+
module Models
|
19
|
+
ServiceUnitArtifacts = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ServiceUnitArtifacts
|
20
|
+
Identity = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::Identity
|
21
|
+
ServiceUnitProperties = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ServiceUnitProperties
|
22
|
+
StepGroup = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::StepGroup
|
23
|
+
RolloutPropertiesModel = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RolloutPropertiesModel
|
24
|
+
RestResponse = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RestResponse
|
25
|
+
ArtifactSourcePropertiesModel = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ArtifactSourcePropertiesModel
|
26
|
+
ServiceTopologyProperties = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ServiceTopologyProperties
|
27
|
+
CloudErrorBody = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::CloudErrorBody
|
28
|
+
RestResponseRegex = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RestResponseRegex
|
29
|
+
StepOperationInfo = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::StepOperationInfo
|
30
|
+
ServiceProperties = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ServiceProperties
|
31
|
+
Message = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::Message
|
32
|
+
RestRequest = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RestRequest
|
33
|
+
Resource = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::Resource
|
34
|
+
PrePostStep = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::PrePostStep
|
35
|
+
RestHealthCheck = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RestHealthCheck
|
36
|
+
Authentication = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::Authentication
|
37
|
+
HealthCheckStepAttributes = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::HealthCheckStepAttributes
|
38
|
+
RolloutOperationInfo = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RolloutOperationInfo
|
39
|
+
RestRequestAuthentication = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RestRequestAuthentication
|
40
|
+
RolloutStep = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RolloutStep
|
41
|
+
OperationDetail = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::OperationDetail
|
42
|
+
StepProperties = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::StepProperties
|
43
|
+
ResourceOperation = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ResourceOperation
|
44
|
+
Operation = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::Operation
|
45
|
+
WaitStepAttributes = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::WaitStepAttributes
|
46
|
+
OperationsList = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::OperationsList
|
47
|
+
TrackedResource = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::TrackedResource
|
48
|
+
RolloutRequest = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RolloutRequest
|
49
|
+
ArtifactSource = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ArtifactSource
|
50
|
+
SasAuthentication = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::SasAuthentication
|
51
|
+
ServiceUnit = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ServiceUnit
|
52
|
+
Service = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::Service
|
53
|
+
Rollout = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::Rollout
|
54
|
+
ServiceTopologyResource = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ServiceTopologyResource
|
55
|
+
ServiceResource = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ServiceResource
|
56
|
+
ServiceUnitResource = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ServiceUnitResource
|
57
|
+
StepResource = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::StepResource
|
58
|
+
HealthCheckStepProperties = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::HealthCheckStepProperties
|
59
|
+
RestHealthCheckStepAttributes = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RestHealthCheckStepAttributes
|
60
|
+
RolloutIdentityAuthentication = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RolloutIdentityAuthentication
|
61
|
+
ApiKeyAuthentication = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ApiKeyAuthentication
|
62
|
+
WaitStepProperties = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::WaitStepProperties
|
63
|
+
ProxyResource = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ProxyResource
|
64
|
+
AzureEntityResource = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::AzureEntityResource
|
65
|
+
DeploymentMode = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::DeploymentMode
|
66
|
+
RestRequestMethod = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RestRequestMethod
|
67
|
+
RestMatchQuantifier = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RestMatchQuantifier
|
68
|
+
RestAuthLocation = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RestAuthLocation
|
69
|
+
end
|
70
|
+
|
71
|
+
class DeploymentManagerManagementClass
|
72
|
+
attr_reader :service_topologies, :services, :service_units, :steps, :rollouts, :artifact_sources, :operations, :configurable, :base_url, :options, :model_classes
|
73
|
+
|
74
|
+
def initialize(configurable, base_url=nil, options=nil)
|
75
|
+
@configurable, @base_url, @options = configurable, base_url, options
|
76
|
+
|
77
|
+
@client_0 = Azure::DeploymentManager::Mgmt::V2019_11_01_preview::AzureDeploymentManager.new(configurable.credentials, base_url, options)
|
78
|
+
if(@client_0.respond_to?(:subscription_id))
|
79
|
+
@client_0.subscription_id = configurable.subscription_id
|
80
|
+
end
|
81
|
+
add_telemetry(@client_0)
|
82
|
+
@service_topologies = @client_0.service_topologies
|
83
|
+
@services = @client_0.services
|
84
|
+
@service_units = @client_0.service_units
|
85
|
+
@steps = @client_0.steps
|
86
|
+
@rollouts = @client_0.rollouts
|
87
|
+
@artifact_sources = @client_0.artifact_sources
|
88
|
+
@operations = @client_0.operations
|
89
|
+
|
90
|
+
@model_classes = ModelClasses.new
|
91
|
+
end
|
92
|
+
|
93
|
+
def add_telemetry(client)
|
94
|
+
profile_information = "Profiles/azure_sdk/#{Azure::VERSION}/Latest/DeploymentManager/Mgmt"
|
95
|
+
client.add_user_agent_information(profile_information)
|
96
|
+
end
|
97
|
+
|
98
|
+
def method_missing(method, *args)
|
99
|
+
if @client_0.respond_to?method
|
100
|
+
@client_0.send(method, *args)
|
101
|
+
else
|
102
|
+
super
|
103
|
+
end
|
104
|
+
end
|
105
|
+
|
106
|
+
class ModelClasses
|
107
|
+
def service_unit_artifacts
|
108
|
+
Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ServiceUnitArtifacts
|
109
|
+
end
|
110
|
+
def identity
|
111
|
+
Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::Identity
|
112
|
+
end
|
113
|
+
def service_unit_properties
|
114
|
+
Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ServiceUnitProperties
|
115
|
+
end
|
116
|
+
def step_group
|
117
|
+
Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::StepGroup
|
118
|
+
end
|
119
|
+
def rollout_properties_model
|
120
|
+
Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RolloutPropertiesModel
|
121
|
+
end
|
122
|
+
def rest_response
|
123
|
+
Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RestResponse
|
124
|
+
end
|
125
|
+
def artifact_source_properties_model
|
126
|
+
Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ArtifactSourcePropertiesModel
|
127
|
+
end
|
128
|
+
def service_topology_properties
|
129
|
+
Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ServiceTopologyProperties
|
130
|
+
end
|
131
|
+
def cloud_error_body
|
132
|
+
Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::CloudErrorBody
|
133
|
+
end
|
134
|
+
def rest_response_regex
|
135
|
+
Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RestResponseRegex
|
136
|
+
end
|
137
|
+
def step_operation_info
|
138
|
+
Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::StepOperationInfo
|
139
|
+
end
|
140
|
+
def service_properties
|
141
|
+
Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ServiceProperties
|
142
|
+
end
|
143
|
+
def message
|
144
|
+
Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::Message
|
145
|
+
end
|
146
|
+
def rest_request
|
147
|
+
Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RestRequest
|
148
|
+
end
|
149
|
+
def resource
|
150
|
+
Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::Resource
|
151
|
+
end
|
152
|
+
def pre_post_step
|
153
|
+
Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::PrePostStep
|
154
|
+
end
|
155
|
+
def rest_health_check
|
156
|
+
Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RestHealthCheck
|
157
|
+
end
|
158
|
+
def authentication
|
159
|
+
Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::Authentication
|
160
|
+
end
|
161
|
+
def health_check_step_attributes
|
162
|
+
Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::HealthCheckStepAttributes
|
163
|
+
end
|
164
|
+
def rollout_operation_info
|
165
|
+
Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RolloutOperationInfo
|
166
|
+
end
|
167
|
+
def rest_request_authentication
|
168
|
+
Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RestRequestAuthentication
|
169
|
+
end
|
170
|
+
def rollout_step
|
171
|
+
Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RolloutStep
|
172
|
+
end
|
173
|
+
def operation_detail
|
174
|
+
Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::OperationDetail
|
175
|
+
end
|
176
|
+
def step_properties
|
177
|
+
Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::StepProperties
|
178
|
+
end
|
179
|
+
def resource_operation
|
180
|
+
Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ResourceOperation
|
181
|
+
end
|
182
|
+
def operation
|
183
|
+
Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::Operation
|
184
|
+
end
|
185
|
+
def wait_step_attributes
|
186
|
+
Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::WaitStepAttributes
|
187
|
+
end
|
188
|
+
def operations_list
|
189
|
+
Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::OperationsList
|
190
|
+
end
|
191
|
+
def tracked_resource
|
192
|
+
Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::TrackedResource
|
193
|
+
end
|
194
|
+
def rollout_request
|
195
|
+
Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RolloutRequest
|
196
|
+
end
|
197
|
+
def artifact_source
|
198
|
+
Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ArtifactSource
|
199
|
+
end
|
200
|
+
def sas_authentication
|
201
|
+
Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::SasAuthentication
|
202
|
+
end
|
203
|
+
def service_unit
|
204
|
+
Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ServiceUnit
|
205
|
+
end
|
206
|
+
def service
|
207
|
+
Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::Service
|
208
|
+
end
|
209
|
+
def rollout
|
210
|
+
Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::Rollout
|
211
|
+
end
|
212
|
+
def service_topology_resource
|
213
|
+
Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ServiceTopologyResource
|
214
|
+
end
|
215
|
+
def service_resource
|
216
|
+
Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ServiceResource
|
217
|
+
end
|
218
|
+
def service_unit_resource
|
219
|
+
Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ServiceUnitResource
|
220
|
+
end
|
221
|
+
def step_resource
|
222
|
+
Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::StepResource
|
223
|
+
end
|
224
|
+
def health_check_step_properties
|
225
|
+
Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::HealthCheckStepProperties
|
226
|
+
end
|
227
|
+
def rest_health_check_step_attributes
|
228
|
+
Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RestHealthCheckStepAttributes
|
229
|
+
end
|
230
|
+
def rollout_identity_authentication
|
231
|
+
Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RolloutIdentityAuthentication
|
232
|
+
end
|
233
|
+
def api_key_authentication
|
234
|
+
Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ApiKeyAuthentication
|
235
|
+
end
|
236
|
+
def wait_step_properties
|
237
|
+
Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::WaitStepProperties
|
238
|
+
end
|
239
|
+
def proxy_resource
|
240
|
+
Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::ProxyResource
|
241
|
+
end
|
242
|
+
def azure_entity_resource
|
243
|
+
Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::AzureEntityResource
|
244
|
+
end
|
245
|
+
def deployment_mode
|
246
|
+
Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::DeploymentMode
|
247
|
+
end
|
248
|
+
def rest_request_method
|
249
|
+
Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RestRequestMethod
|
250
|
+
end
|
251
|
+
def rest_match_quantifier
|
252
|
+
Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RestMatchQuantifier
|
253
|
+
end
|
254
|
+
def rest_auth_location
|
255
|
+
Azure::DeploymentManager::Mgmt::V2019_11_01_preview::Models::RestAuthLocation
|
256
|
+
end
|
257
|
+
end
|
258
|
+
end
|
259
|
+
end
|
260
|
+
end
|
261
|
+
end
|
@@ -1,415 +1,415 @@
|
|
1
|
-
# encoding: utf-8
|
2
|
-
# Copyright (c) Microsoft Corporation. All rights reserved.
|
3
|
-
# Licensed under the MIT License. See License.txt in the project root for license information.
|
4
|
-
|
5
|
-
require 'azure_mgmt_hdinsight'
|
6
|
-
|
7
|
-
module Azure::Profiles::Latest
|
8
|
-
module Hdinsight
|
9
|
-
module Mgmt
|
10
|
-
Clusters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Clusters
|
11
|
-
Applications = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Applications
|
12
|
-
Locations = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Locations
|
13
|
-
Configurations = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Configurations
|
14
|
-
Extensions = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Extensions
|
15
|
-
ScriptActions = Azure::Hdinsight::Mgmt::V2018_06_01_preview::ScriptActions
|
16
|
-
ScriptExecutionHistory = Azure::Hdinsight::Mgmt::V2018_06_01_preview::ScriptExecutionHistory
|
17
|
-
Operations = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Operations
|
18
|
-
|
19
|
-
module Models
|
20
|
-
ClusterResizeParameters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterResizeParameters
|
21
|
-
ClusterDiskEncryptionParameters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterDiskEncryptionParameters
|
22
|
-
ClientGroupInfo = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClientGroupInfo
|
23
|
-
UpdateGatewaySettingsParameters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::UpdateGatewaySettingsParameters
|
24
|
-
SecurityProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::SecurityProfile
|
25
|
-
GatewaySettings = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::GatewaySettings
|
26
|
-
AutoscaleSchedule = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleSchedule
|
27
|
-
OperationResource = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OperationResource
|
28
|
-
AutoscaleRecurrence = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleRecurrence
|
29
|
-
Resource = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Resource
|
30
|
-
HardwareProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::HardwareProfile
|
31
|
-
Autoscale = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Autoscale
|
32
|
-
DataDisksGroups = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DataDisksGroups
|
33
|
-
VirtualNetworkProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VirtualNetworkProfile
|
34
|
-
SshProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::SshProfile
|
35
|
-
OperationListResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OperationListResult
|
36
|
-
OsProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OsProfile
|
37
|
-
Operation = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Operation
|
38
|
-
Role = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Role
|
39
|
-
ErrorResponse = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ErrorResponse
|
40
|
-
StorageAccount = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::StorageAccount
|
41
|
-
ApplicationGetHttpsEndpoint = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ApplicationGetHttpsEndpoint
|
42
|
-
DiskEncryptionProperties = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DiskEncryptionProperties
|
43
|
-
ApplicationGetEndpoint = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ApplicationGetEndpoint
|
44
|
-
ClusterIdentityUserAssignedIdentitiesValue = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterIdentityUserAssignedIdentitiesValue
|
45
|
-
ApplicationProperties = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ApplicationProperties
|
46
|
-
ClusterCreateParametersExtended = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterCreateParametersExtended
|
47
|
-
OperationDisplay = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OperationDisplay
|
48
|
-
QuotaInfo = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::QuotaInfo
|
49
|
-
ApplicationListResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ApplicationListResult
|
50
|
-
ConnectivityEndpoint = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ConnectivityEndpoint
|
51
|
-
VersionSpec = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VersionSpec
|
52
|
-
VersionsCapability = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VersionsCapability
|
53
|
-
ExecuteScriptActionParameters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ExecuteScriptActionParameters
|
54
|
-
RegionsCapability = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::RegionsCapability
|
55
|
-
ScriptActionExecutionSummary = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionExecutionSummary
|
56
|
-
VmSizesCapability = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VmSizesCapability
|
57
|
-
ClusterListRuntimeScriptActionDetailResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterListRuntimeScriptActionDetailResult
|
58
|
-
VmSizeCompatibilityFilter = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VmSizeCompatibilityFilter
|
59
|
-
ClusterDefinition = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterDefinition
|
60
|
-
RegionalQuotaCapability = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::RegionalQuotaCapability
|
61
|
-
AutoscaleTimeAndCapacity = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleTimeAndCapacity
|
62
|
-
QuotaCapability = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::QuotaCapability
|
63
|
-
SshPublicKey = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::SshPublicKey
|
64
|
-
CapabilitiesResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::CapabilitiesResult
|
65
|
-
ScriptAction = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptAction
|
66
|
-
LocalizedName = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::LocalizedName
|
67
|
-
StorageProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::StorageProfile
|
68
|
-
Usage = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Usage
|
69
|
-
ClusterIdentity = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterIdentity
|
70
|
-
UsagesListResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::UsagesListResult
|
71
|
-
Errors = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Errors
|
72
|
-
VmSizeCompatibilityFilterV2 = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VmSizeCompatibilityFilterV2
|
73
|
-
RuntimeScriptAction = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::RuntimeScriptAction
|
74
|
-
BillingMeters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::BillingMeters
|
75
|
-
ScriptActionsList = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionsList
|
76
|
-
ClusterListResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterListResult
|
77
|
-
DiskBillingMeters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DiskBillingMeters
|
78
|
-
AutoscaleCapacity = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleCapacity
|
79
|
-
BillingResources = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::BillingResources
|
80
|
-
ComputeProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ComputeProfile
|
81
|
-
BillingResponseListResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::BillingResponseListResult
|
82
|
-
ClusterPatchParameters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterPatchParameters
|
83
|
-
ClusterConfigurations = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterConfigurations
|
84
|
-
ClusterListPersistedScriptActionsResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterListPersistedScriptActionsResult
|
85
|
-
Extension = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Extension
|
86
|
-
LinuxOperatingSystemProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::LinuxOperatingSystemProfile
|
87
|
-
ClusterMonitoringResponse = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterMonitoringResponse
|
88
|
-
ClusterGetProperties = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterGetProperties
|
89
|
-
ClusterMonitoringRequest = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterMonitoringRequest
|
90
|
-
ClusterCreateProperties = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterCreateProperties
|
91
|
-
ScriptActionExecutionHistoryList = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionExecutionHistoryList
|
92
|
-
KafkaRestProperties = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::KafkaRestProperties
|
93
|
-
ScriptActionPersistedGetResponseSpec = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionPersistedGetResponseSpec
|
94
|
-
RuntimeScriptActionDetail = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::RuntimeScriptActionDetail
|
95
|
-
TrackedResource = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::TrackedResource
|
96
|
-
Cluster = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Cluster
|
97
|
-
ProxyResource = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ProxyResource
|
98
|
-
Application = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Application
|
99
|
-
DirectoryType = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DirectoryType
|
100
|
-
DaysOfWeek = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DaysOfWeek
|
101
|
-
OSType = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OSType
|
102
|
-
Tier = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Tier
|
103
|
-
JsonWebKeyEncryptionAlgorithm = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::JsonWebKeyEncryptionAlgorithm
|
104
|
-
ResourceIdentityType = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ResourceIdentityType
|
105
|
-
HDInsightClusterProvisioningState = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::HDInsightClusterProvisioningState
|
106
|
-
AsyncOperationState = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AsyncOperationState
|
107
|
-
FilterMode = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::FilterMode
|
108
|
-
end
|
109
|
-
|
110
|
-
class HdinsightManagementClass
|
111
|
-
attr_reader :clusters, :applications, :locations, :configurations, :extensions, :script_actions, :script_execution_history, :operations, :configurable, :base_url, :options, :model_classes
|
112
|
-
|
113
|
-
def initialize(configurable, base_url=nil, options=nil)
|
114
|
-
@configurable, @base_url, @options = configurable, base_url, options
|
115
|
-
|
116
|
-
@client_0 = Azure::Hdinsight::Mgmt::V2018_06_01_preview::HDInsightManagementClient.new(configurable.credentials, base_url, options)
|
117
|
-
if(@client_0.respond_to?(:subscription_id))
|
118
|
-
@client_0.subscription_id = configurable.subscription_id
|
119
|
-
end
|
120
|
-
add_telemetry(@client_0)
|
121
|
-
@clusters = @client_0.clusters
|
122
|
-
@applications = @client_0.applications
|
123
|
-
@locations = @client_0.locations
|
124
|
-
@configurations = @client_0.configurations
|
125
|
-
@extensions = @client_0.extensions
|
126
|
-
@script_actions = @client_0.script_actions
|
127
|
-
@script_execution_history = @client_0.script_execution_history
|
128
|
-
@operations = @client_0.operations
|
129
|
-
|
130
|
-
@model_classes = ModelClasses.new
|
131
|
-
end
|
132
|
-
|
133
|
-
def add_telemetry(client)
|
134
|
-
profile_information = "Profiles/azure_sdk/#{Azure::VERSION}/Latest/Hdinsight/Mgmt"
|
135
|
-
client.add_user_agent_information(profile_information)
|
136
|
-
end
|
137
|
-
|
138
|
-
def method_missing(method, *args)
|
139
|
-
if @client_0.respond_to?method
|
140
|
-
@client_0.send(method, *args)
|
141
|
-
else
|
142
|
-
super
|
143
|
-
end
|
144
|
-
end
|
145
|
-
|
146
|
-
class ModelClasses
|
147
|
-
def cluster_resize_parameters
|
148
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterResizeParameters
|
149
|
-
end
|
150
|
-
def cluster_disk_encryption_parameters
|
151
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterDiskEncryptionParameters
|
152
|
-
end
|
153
|
-
def client_group_info
|
154
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClientGroupInfo
|
155
|
-
end
|
156
|
-
def update_gateway_settings_parameters
|
157
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::UpdateGatewaySettingsParameters
|
158
|
-
end
|
159
|
-
def security_profile
|
160
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::SecurityProfile
|
161
|
-
end
|
162
|
-
def gateway_settings
|
163
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::GatewaySettings
|
164
|
-
end
|
165
|
-
def autoscale_schedule
|
166
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleSchedule
|
167
|
-
end
|
168
|
-
def operation_resource
|
169
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OperationResource
|
170
|
-
end
|
171
|
-
def autoscale_recurrence
|
172
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleRecurrence
|
173
|
-
end
|
174
|
-
def resource
|
175
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Resource
|
176
|
-
end
|
177
|
-
def hardware_profile
|
178
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::HardwareProfile
|
179
|
-
end
|
180
|
-
def autoscale
|
181
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Autoscale
|
182
|
-
end
|
183
|
-
def data_disks_groups
|
184
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DataDisksGroups
|
185
|
-
end
|
186
|
-
def virtual_network_profile
|
187
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VirtualNetworkProfile
|
188
|
-
end
|
189
|
-
def ssh_profile
|
190
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::SshProfile
|
191
|
-
end
|
192
|
-
def operation_list_result
|
193
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OperationListResult
|
194
|
-
end
|
195
|
-
def os_profile
|
196
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OsProfile
|
197
|
-
end
|
198
|
-
def operation
|
199
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Operation
|
200
|
-
end
|
201
|
-
def role
|
202
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Role
|
203
|
-
end
|
204
|
-
def error_response
|
205
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ErrorResponse
|
206
|
-
end
|
207
|
-
def storage_account
|
208
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::StorageAccount
|
209
|
-
end
|
210
|
-
def application_get_https_endpoint
|
211
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ApplicationGetHttpsEndpoint
|
212
|
-
end
|
213
|
-
def disk_encryption_properties
|
214
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DiskEncryptionProperties
|
215
|
-
end
|
216
|
-
def application_get_endpoint
|
217
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ApplicationGetEndpoint
|
218
|
-
end
|
219
|
-
def cluster_identity_user_assigned_identities_value
|
220
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterIdentityUserAssignedIdentitiesValue
|
221
|
-
end
|
222
|
-
def application_properties
|
223
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ApplicationProperties
|
224
|
-
end
|
225
|
-
def cluster_create_parameters_extended
|
226
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterCreateParametersExtended
|
227
|
-
end
|
228
|
-
def operation_display
|
229
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OperationDisplay
|
230
|
-
end
|
231
|
-
def quota_info
|
232
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::QuotaInfo
|
233
|
-
end
|
234
|
-
def application_list_result
|
235
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ApplicationListResult
|
236
|
-
end
|
237
|
-
def connectivity_endpoint
|
238
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ConnectivityEndpoint
|
239
|
-
end
|
240
|
-
def version_spec
|
241
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VersionSpec
|
242
|
-
end
|
243
|
-
def versions_capability
|
244
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VersionsCapability
|
245
|
-
end
|
246
|
-
def execute_script_action_parameters
|
247
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ExecuteScriptActionParameters
|
248
|
-
end
|
249
|
-
def regions_capability
|
250
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::RegionsCapability
|
251
|
-
end
|
252
|
-
def script_action_execution_summary
|
253
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionExecutionSummary
|
254
|
-
end
|
255
|
-
def vm_sizes_capability
|
256
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VmSizesCapability
|
257
|
-
end
|
258
|
-
def cluster_list_runtime_script_action_detail_result
|
259
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterListRuntimeScriptActionDetailResult
|
260
|
-
end
|
261
|
-
def vm_size_compatibility_filter
|
262
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VmSizeCompatibilityFilter
|
263
|
-
end
|
264
|
-
def cluster_definition
|
265
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterDefinition
|
266
|
-
end
|
267
|
-
def regional_quota_capability
|
268
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::RegionalQuotaCapability
|
269
|
-
end
|
270
|
-
def autoscale_time_and_capacity
|
271
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleTimeAndCapacity
|
272
|
-
end
|
273
|
-
def quota_capability
|
274
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::QuotaCapability
|
275
|
-
end
|
276
|
-
def ssh_public_key
|
277
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::SshPublicKey
|
278
|
-
end
|
279
|
-
def capabilities_result
|
280
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::CapabilitiesResult
|
281
|
-
end
|
282
|
-
def script_action
|
283
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptAction
|
284
|
-
end
|
285
|
-
def localized_name
|
286
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::LocalizedName
|
287
|
-
end
|
288
|
-
def storage_profile
|
289
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::StorageProfile
|
290
|
-
end
|
291
|
-
def usage
|
292
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Usage
|
293
|
-
end
|
294
|
-
def cluster_identity
|
295
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterIdentity
|
296
|
-
end
|
297
|
-
def usages_list_result
|
298
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::UsagesListResult
|
299
|
-
end
|
300
|
-
def errors
|
301
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Errors
|
302
|
-
end
|
303
|
-
def vm_size_compatibility_filter_v2
|
304
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VmSizeCompatibilityFilterV2
|
305
|
-
end
|
306
|
-
def runtime_script_action
|
307
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::RuntimeScriptAction
|
308
|
-
end
|
309
|
-
def billing_meters
|
310
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::BillingMeters
|
311
|
-
end
|
312
|
-
def script_actions_list
|
313
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionsList
|
314
|
-
end
|
315
|
-
def cluster_list_result
|
316
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterListResult
|
317
|
-
end
|
318
|
-
def disk_billing_meters
|
319
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DiskBillingMeters
|
320
|
-
end
|
321
|
-
def autoscale_capacity
|
322
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleCapacity
|
323
|
-
end
|
324
|
-
def billing_resources
|
325
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::BillingResources
|
326
|
-
end
|
327
|
-
def compute_profile
|
328
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ComputeProfile
|
329
|
-
end
|
330
|
-
def billing_response_list_result
|
331
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::BillingResponseListResult
|
332
|
-
end
|
333
|
-
def cluster_patch_parameters
|
334
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterPatchParameters
|
335
|
-
end
|
336
|
-
def cluster_configurations
|
337
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterConfigurations
|
338
|
-
end
|
339
|
-
def cluster_list_persisted_script_actions_result
|
340
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterListPersistedScriptActionsResult
|
341
|
-
end
|
342
|
-
def extension
|
343
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Extension
|
344
|
-
end
|
345
|
-
def linux_operating_system_profile
|
346
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::LinuxOperatingSystemProfile
|
347
|
-
end
|
348
|
-
def cluster_monitoring_response
|
349
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterMonitoringResponse
|
350
|
-
end
|
351
|
-
def cluster_get_properties
|
352
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterGetProperties
|
353
|
-
end
|
354
|
-
def cluster_monitoring_request
|
355
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterMonitoringRequest
|
356
|
-
end
|
357
|
-
def cluster_create_properties
|
358
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterCreateProperties
|
359
|
-
end
|
360
|
-
def script_action_execution_history_list
|
361
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionExecutionHistoryList
|
362
|
-
end
|
363
|
-
def kafka_rest_properties
|
364
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::KafkaRestProperties
|
365
|
-
end
|
366
|
-
def script_action_persisted_get_response_spec
|
367
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionPersistedGetResponseSpec
|
368
|
-
end
|
369
|
-
def runtime_script_action_detail
|
370
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::RuntimeScriptActionDetail
|
371
|
-
end
|
372
|
-
def tracked_resource
|
373
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::TrackedResource
|
374
|
-
end
|
375
|
-
def cluster
|
376
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Cluster
|
377
|
-
end
|
378
|
-
def proxy_resource
|
379
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ProxyResource
|
380
|
-
end
|
381
|
-
def application
|
382
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Application
|
383
|
-
end
|
384
|
-
def directory_type
|
385
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DirectoryType
|
386
|
-
end
|
387
|
-
def days_of_week
|
388
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DaysOfWeek
|
389
|
-
end
|
390
|
-
def ostype
|
391
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OSType
|
392
|
-
end
|
393
|
-
def tier
|
394
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Tier
|
395
|
-
end
|
396
|
-
def json_web_key_encryption_algorithm
|
397
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::JsonWebKeyEncryptionAlgorithm
|
398
|
-
end
|
399
|
-
def resource_identity_type
|
400
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ResourceIdentityType
|
401
|
-
end
|
402
|
-
def hdinsight_cluster_provisioning_state
|
403
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::HDInsightClusterProvisioningState
|
404
|
-
end
|
405
|
-
def async_operation_state
|
406
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AsyncOperationState
|
407
|
-
end
|
408
|
-
def filter_mode
|
409
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::FilterMode
|
410
|
-
end
|
411
|
-
end
|
412
|
-
end
|
413
|
-
end
|
414
|
-
end
|
415
|
-
end
|
1
|
+
# encoding: utf-8
|
2
|
+
# Copyright (c) Microsoft Corporation. All rights reserved.
|
3
|
+
# Licensed under the MIT License. See License.txt in the project root for license information.
|
4
|
+
|
5
|
+
require 'azure_mgmt_hdinsight'
|
6
|
+
|
7
|
+
module Azure::Profiles::Latest
|
8
|
+
module Hdinsight
|
9
|
+
module Mgmt
|
10
|
+
Clusters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Clusters
|
11
|
+
Applications = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Applications
|
12
|
+
Locations = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Locations
|
13
|
+
Configurations = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Configurations
|
14
|
+
Extensions = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Extensions
|
15
|
+
ScriptActions = Azure::Hdinsight::Mgmt::V2018_06_01_preview::ScriptActions
|
16
|
+
ScriptExecutionHistory = Azure::Hdinsight::Mgmt::V2018_06_01_preview::ScriptExecutionHistory
|
17
|
+
Operations = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Operations
|
18
|
+
|
19
|
+
module Models
|
20
|
+
ClusterResizeParameters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterResizeParameters
|
21
|
+
ClusterDiskEncryptionParameters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterDiskEncryptionParameters
|
22
|
+
ClientGroupInfo = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClientGroupInfo
|
23
|
+
UpdateGatewaySettingsParameters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::UpdateGatewaySettingsParameters
|
24
|
+
SecurityProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::SecurityProfile
|
25
|
+
GatewaySettings = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::GatewaySettings
|
26
|
+
AutoscaleSchedule = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleSchedule
|
27
|
+
OperationResource = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OperationResource
|
28
|
+
AutoscaleRecurrence = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleRecurrence
|
29
|
+
Resource = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Resource
|
30
|
+
HardwareProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::HardwareProfile
|
31
|
+
Autoscale = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Autoscale
|
32
|
+
DataDisksGroups = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DataDisksGroups
|
33
|
+
VirtualNetworkProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VirtualNetworkProfile
|
34
|
+
SshProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::SshProfile
|
35
|
+
OperationListResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OperationListResult
|
36
|
+
OsProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OsProfile
|
37
|
+
Operation = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Operation
|
38
|
+
Role = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Role
|
39
|
+
ErrorResponse = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ErrorResponse
|
40
|
+
StorageAccount = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::StorageAccount
|
41
|
+
ApplicationGetHttpsEndpoint = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ApplicationGetHttpsEndpoint
|
42
|
+
DiskEncryptionProperties = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DiskEncryptionProperties
|
43
|
+
ApplicationGetEndpoint = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ApplicationGetEndpoint
|
44
|
+
ClusterIdentityUserAssignedIdentitiesValue = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterIdentityUserAssignedIdentitiesValue
|
45
|
+
ApplicationProperties = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ApplicationProperties
|
46
|
+
ClusterCreateParametersExtended = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterCreateParametersExtended
|
47
|
+
OperationDisplay = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OperationDisplay
|
48
|
+
QuotaInfo = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::QuotaInfo
|
49
|
+
ApplicationListResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ApplicationListResult
|
50
|
+
ConnectivityEndpoint = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ConnectivityEndpoint
|
51
|
+
VersionSpec = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VersionSpec
|
52
|
+
VersionsCapability = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VersionsCapability
|
53
|
+
ExecuteScriptActionParameters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ExecuteScriptActionParameters
|
54
|
+
RegionsCapability = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::RegionsCapability
|
55
|
+
ScriptActionExecutionSummary = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionExecutionSummary
|
56
|
+
VmSizesCapability = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VmSizesCapability
|
57
|
+
ClusterListRuntimeScriptActionDetailResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterListRuntimeScriptActionDetailResult
|
58
|
+
VmSizeCompatibilityFilter = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VmSizeCompatibilityFilter
|
59
|
+
ClusterDefinition = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterDefinition
|
60
|
+
RegionalQuotaCapability = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::RegionalQuotaCapability
|
61
|
+
AutoscaleTimeAndCapacity = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleTimeAndCapacity
|
62
|
+
QuotaCapability = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::QuotaCapability
|
63
|
+
SshPublicKey = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::SshPublicKey
|
64
|
+
CapabilitiesResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::CapabilitiesResult
|
65
|
+
ScriptAction = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptAction
|
66
|
+
LocalizedName = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::LocalizedName
|
67
|
+
StorageProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::StorageProfile
|
68
|
+
Usage = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Usage
|
69
|
+
ClusterIdentity = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterIdentity
|
70
|
+
UsagesListResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::UsagesListResult
|
71
|
+
Errors = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Errors
|
72
|
+
VmSizeCompatibilityFilterV2 = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VmSizeCompatibilityFilterV2
|
73
|
+
RuntimeScriptAction = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::RuntimeScriptAction
|
74
|
+
BillingMeters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::BillingMeters
|
75
|
+
ScriptActionsList = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionsList
|
76
|
+
ClusterListResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterListResult
|
77
|
+
DiskBillingMeters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DiskBillingMeters
|
78
|
+
AutoscaleCapacity = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleCapacity
|
79
|
+
BillingResources = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::BillingResources
|
80
|
+
ComputeProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ComputeProfile
|
81
|
+
BillingResponseListResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::BillingResponseListResult
|
82
|
+
ClusterPatchParameters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterPatchParameters
|
83
|
+
ClusterConfigurations = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterConfigurations
|
84
|
+
ClusterListPersistedScriptActionsResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterListPersistedScriptActionsResult
|
85
|
+
Extension = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Extension
|
86
|
+
LinuxOperatingSystemProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::LinuxOperatingSystemProfile
|
87
|
+
ClusterMonitoringResponse = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterMonitoringResponse
|
88
|
+
ClusterGetProperties = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterGetProperties
|
89
|
+
ClusterMonitoringRequest = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterMonitoringRequest
|
90
|
+
ClusterCreateProperties = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterCreateProperties
|
91
|
+
ScriptActionExecutionHistoryList = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionExecutionHistoryList
|
92
|
+
KafkaRestProperties = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::KafkaRestProperties
|
93
|
+
ScriptActionPersistedGetResponseSpec = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionPersistedGetResponseSpec
|
94
|
+
RuntimeScriptActionDetail = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::RuntimeScriptActionDetail
|
95
|
+
TrackedResource = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::TrackedResource
|
96
|
+
Cluster = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Cluster
|
97
|
+
ProxyResource = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ProxyResource
|
98
|
+
Application = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Application
|
99
|
+
DirectoryType = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DirectoryType
|
100
|
+
DaysOfWeek = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DaysOfWeek
|
101
|
+
OSType = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OSType
|
102
|
+
Tier = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Tier
|
103
|
+
JsonWebKeyEncryptionAlgorithm = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::JsonWebKeyEncryptionAlgorithm
|
104
|
+
ResourceIdentityType = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ResourceIdentityType
|
105
|
+
HDInsightClusterProvisioningState = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::HDInsightClusterProvisioningState
|
106
|
+
AsyncOperationState = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AsyncOperationState
|
107
|
+
FilterMode = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::FilterMode
|
108
|
+
end
|
109
|
+
|
110
|
+
class HdinsightManagementClass
|
111
|
+
attr_reader :clusters, :applications, :locations, :configurations, :extensions, :script_actions, :script_execution_history, :operations, :configurable, :base_url, :options, :model_classes
|
112
|
+
|
113
|
+
def initialize(configurable, base_url=nil, options=nil)
|
114
|
+
@configurable, @base_url, @options = configurable, base_url, options
|
115
|
+
|
116
|
+
@client_0 = Azure::Hdinsight::Mgmt::V2018_06_01_preview::HDInsightManagementClient.new(configurable.credentials, base_url, options)
|
117
|
+
if(@client_0.respond_to?(:subscription_id))
|
118
|
+
@client_0.subscription_id = configurable.subscription_id
|
119
|
+
end
|
120
|
+
add_telemetry(@client_0)
|
121
|
+
@clusters = @client_0.clusters
|
122
|
+
@applications = @client_0.applications
|
123
|
+
@locations = @client_0.locations
|
124
|
+
@configurations = @client_0.configurations
|
125
|
+
@extensions = @client_0.extensions
|
126
|
+
@script_actions = @client_0.script_actions
|
127
|
+
@script_execution_history = @client_0.script_execution_history
|
128
|
+
@operations = @client_0.operations
|
129
|
+
|
130
|
+
@model_classes = ModelClasses.new
|
131
|
+
end
|
132
|
+
|
133
|
+
def add_telemetry(client)
|
134
|
+
profile_information = "Profiles/azure_sdk/#{Azure::VERSION}/Latest/Hdinsight/Mgmt"
|
135
|
+
client.add_user_agent_information(profile_information)
|
136
|
+
end
|
137
|
+
|
138
|
+
def method_missing(method, *args)
|
139
|
+
if @client_0.respond_to?method
|
140
|
+
@client_0.send(method, *args)
|
141
|
+
else
|
142
|
+
super
|
143
|
+
end
|
144
|
+
end
|
145
|
+
|
146
|
+
class ModelClasses
|
147
|
+
def cluster_resize_parameters
|
148
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterResizeParameters
|
149
|
+
end
|
150
|
+
def cluster_disk_encryption_parameters
|
151
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterDiskEncryptionParameters
|
152
|
+
end
|
153
|
+
def client_group_info
|
154
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClientGroupInfo
|
155
|
+
end
|
156
|
+
def update_gateway_settings_parameters
|
157
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::UpdateGatewaySettingsParameters
|
158
|
+
end
|
159
|
+
def security_profile
|
160
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::SecurityProfile
|
161
|
+
end
|
162
|
+
def gateway_settings
|
163
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::GatewaySettings
|
164
|
+
end
|
165
|
+
def autoscale_schedule
|
166
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleSchedule
|
167
|
+
end
|
168
|
+
def operation_resource
|
169
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OperationResource
|
170
|
+
end
|
171
|
+
def autoscale_recurrence
|
172
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleRecurrence
|
173
|
+
end
|
174
|
+
def resource
|
175
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Resource
|
176
|
+
end
|
177
|
+
def hardware_profile
|
178
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::HardwareProfile
|
179
|
+
end
|
180
|
+
def autoscale
|
181
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Autoscale
|
182
|
+
end
|
183
|
+
def data_disks_groups
|
184
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DataDisksGroups
|
185
|
+
end
|
186
|
+
def virtual_network_profile
|
187
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VirtualNetworkProfile
|
188
|
+
end
|
189
|
+
def ssh_profile
|
190
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::SshProfile
|
191
|
+
end
|
192
|
+
def operation_list_result
|
193
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OperationListResult
|
194
|
+
end
|
195
|
+
def os_profile
|
196
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OsProfile
|
197
|
+
end
|
198
|
+
def operation
|
199
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Operation
|
200
|
+
end
|
201
|
+
def role
|
202
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Role
|
203
|
+
end
|
204
|
+
def error_response
|
205
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ErrorResponse
|
206
|
+
end
|
207
|
+
def storage_account
|
208
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::StorageAccount
|
209
|
+
end
|
210
|
+
def application_get_https_endpoint
|
211
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ApplicationGetHttpsEndpoint
|
212
|
+
end
|
213
|
+
def disk_encryption_properties
|
214
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DiskEncryptionProperties
|
215
|
+
end
|
216
|
+
def application_get_endpoint
|
217
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ApplicationGetEndpoint
|
218
|
+
end
|
219
|
+
def cluster_identity_user_assigned_identities_value
|
220
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterIdentityUserAssignedIdentitiesValue
|
221
|
+
end
|
222
|
+
def application_properties
|
223
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ApplicationProperties
|
224
|
+
end
|
225
|
+
def cluster_create_parameters_extended
|
226
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterCreateParametersExtended
|
227
|
+
end
|
228
|
+
def operation_display
|
229
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OperationDisplay
|
230
|
+
end
|
231
|
+
def quota_info
|
232
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::QuotaInfo
|
233
|
+
end
|
234
|
+
def application_list_result
|
235
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ApplicationListResult
|
236
|
+
end
|
237
|
+
def connectivity_endpoint
|
238
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ConnectivityEndpoint
|
239
|
+
end
|
240
|
+
def version_spec
|
241
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VersionSpec
|
242
|
+
end
|
243
|
+
def versions_capability
|
244
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VersionsCapability
|
245
|
+
end
|
246
|
+
def execute_script_action_parameters
|
247
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ExecuteScriptActionParameters
|
248
|
+
end
|
249
|
+
def regions_capability
|
250
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::RegionsCapability
|
251
|
+
end
|
252
|
+
def script_action_execution_summary
|
253
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionExecutionSummary
|
254
|
+
end
|
255
|
+
def vm_sizes_capability
|
256
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VmSizesCapability
|
257
|
+
end
|
258
|
+
def cluster_list_runtime_script_action_detail_result
|
259
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterListRuntimeScriptActionDetailResult
|
260
|
+
end
|
261
|
+
def vm_size_compatibility_filter
|
262
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VmSizeCompatibilityFilter
|
263
|
+
end
|
264
|
+
def cluster_definition
|
265
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterDefinition
|
266
|
+
end
|
267
|
+
def regional_quota_capability
|
268
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::RegionalQuotaCapability
|
269
|
+
end
|
270
|
+
def autoscale_time_and_capacity
|
271
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleTimeAndCapacity
|
272
|
+
end
|
273
|
+
def quota_capability
|
274
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::QuotaCapability
|
275
|
+
end
|
276
|
+
def ssh_public_key
|
277
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::SshPublicKey
|
278
|
+
end
|
279
|
+
def capabilities_result
|
280
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::CapabilitiesResult
|
281
|
+
end
|
282
|
+
def script_action
|
283
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptAction
|
284
|
+
end
|
285
|
+
def localized_name
|
286
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::LocalizedName
|
287
|
+
end
|
288
|
+
def storage_profile
|
289
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::StorageProfile
|
290
|
+
end
|
291
|
+
def usage
|
292
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Usage
|
293
|
+
end
|
294
|
+
def cluster_identity
|
295
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterIdentity
|
296
|
+
end
|
297
|
+
def usages_list_result
|
298
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::UsagesListResult
|
299
|
+
end
|
300
|
+
def errors
|
301
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Errors
|
302
|
+
end
|
303
|
+
def vm_size_compatibility_filter_v2
|
304
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VmSizeCompatibilityFilterV2
|
305
|
+
end
|
306
|
+
def runtime_script_action
|
307
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::RuntimeScriptAction
|
308
|
+
end
|
309
|
+
def billing_meters
|
310
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::BillingMeters
|
311
|
+
end
|
312
|
+
def script_actions_list
|
313
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionsList
|
314
|
+
end
|
315
|
+
def cluster_list_result
|
316
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterListResult
|
317
|
+
end
|
318
|
+
def disk_billing_meters
|
319
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DiskBillingMeters
|
320
|
+
end
|
321
|
+
def autoscale_capacity
|
322
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleCapacity
|
323
|
+
end
|
324
|
+
def billing_resources
|
325
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::BillingResources
|
326
|
+
end
|
327
|
+
def compute_profile
|
328
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ComputeProfile
|
329
|
+
end
|
330
|
+
def billing_response_list_result
|
331
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::BillingResponseListResult
|
332
|
+
end
|
333
|
+
def cluster_patch_parameters
|
334
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterPatchParameters
|
335
|
+
end
|
336
|
+
def cluster_configurations
|
337
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterConfigurations
|
338
|
+
end
|
339
|
+
def cluster_list_persisted_script_actions_result
|
340
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterListPersistedScriptActionsResult
|
341
|
+
end
|
342
|
+
def extension
|
343
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Extension
|
344
|
+
end
|
345
|
+
def linux_operating_system_profile
|
346
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::LinuxOperatingSystemProfile
|
347
|
+
end
|
348
|
+
def cluster_monitoring_response
|
349
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterMonitoringResponse
|
350
|
+
end
|
351
|
+
def cluster_get_properties
|
352
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterGetProperties
|
353
|
+
end
|
354
|
+
def cluster_monitoring_request
|
355
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterMonitoringRequest
|
356
|
+
end
|
357
|
+
def cluster_create_properties
|
358
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterCreateProperties
|
359
|
+
end
|
360
|
+
def script_action_execution_history_list
|
361
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionExecutionHistoryList
|
362
|
+
end
|
363
|
+
def kafka_rest_properties
|
364
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::KafkaRestProperties
|
365
|
+
end
|
366
|
+
def script_action_persisted_get_response_spec
|
367
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionPersistedGetResponseSpec
|
368
|
+
end
|
369
|
+
def runtime_script_action_detail
|
370
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::RuntimeScriptActionDetail
|
371
|
+
end
|
372
|
+
def tracked_resource
|
373
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::TrackedResource
|
374
|
+
end
|
375
|
+
def cluster
|
376
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Cluster
|
377
|
+
end
|
378
|
+
def proxy_resource
|
379
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ProxyResource
|
380
|
+
end
|
381
|
+
def application
|
382
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Application
|
383
|
+
end
|
384
|
+
def directory_type
|
385
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DirectoryType
|
386
|
+
end
|
387
|
+
def days_of_week
|
388
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DaysOfWeek
|
389
|
+
end
|
390
|
+
def ostype
|
391
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OSType
|
392
|
+
end
|
393
|
+
def tier
|
394
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Tier
|
395
|
+
end
|
396
|
+
def json_web_key_encryption_algorithm
|
397
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::JsonWebKeyEncryptionAlgorithm
|
398
|
+
end
|
399
|
+
def resource_identity_type
|
400
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ResourceIdentityType
|
401
|
+
end
|
402
|
+
def hdinsight_cluster_provisioning_state
|
403
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::HDInsightClusterProvisioningState
|
404
|
+
end
|
405
|
+
def async_operation_state
|
406
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AsyncOperationState
|
407
|
+
end
|
408
|
+
def filter_mode
|
409
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::FilterMode
|
410
|
+
end
|
411
|
+
end
|
412
|
+
end
|
413
|
+
end
|
414
|
+
end
|
415
|
+
end
|