azure_sdk 0.57.0 → 0.58.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/modules/cognitiveservices_profile_module.rb +117 -57
- data/lib/latest/modules/hdinsight_profile_module.rb +123 -113
- data/lib/latest/modules/kusto_profile_module.rb +169 -157
- data/lib/latest/modules/mixedreality_profile_module.rb +100 -56
- data/lib/latest/modules/netapp_profile_module.rb +53 -49
- data/lib/latest/modules/operationalinsights_profile_module.rb +291 -145
- data/lib/latest/modules/signalr_profile_module.rb +143 -71
- metadata +273 -273
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 856261b8875b7afad9eddcedc13bf6a596ddb9ae94f7f8d26fd29dd74aa8cd93
|
|
4
|
+
data.tar.gz: 43b418711f7390b935a3f8279365c79966a557bb2e798701627451242cf90099
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9ee416b5fe780c665a7765e5681edb56b04fc72685c2d351802c19c315719a166bdc34c807c45ceeb38654bb8b1417c475b28f8cdaefc1d68076d5a87e3ff51d
|
|
7
|
+
data.tar.gz: cb396e740a6e4c93e227df5475bf0430a15f0b16535d0efd57651663bc797245889349182d2aa92362dab3f9bf7d5e6341f654894d48776767fccc2ed5ead063
|
data/lib/azure_sdk/version.rb
CHANGED
|
@@ -10,46 +10,62 @@ module Azure::Profiles::Latest
|
|
|
10
10
|
Accounts = Azure::CognitiveServices::Mgmt::V2017_04_18::Accounts
|
|
11
11
|
ResourceSkus = Azure::CognitiveServices::Mgmt::V2017_04_18::ResourceSkus
|
|
12
12
|
Operations = Azure::CognitiveServices::Mgmt::V2017_04_18::Operations
|
|
13
|
+
PrivateEndpointConnections = Azure::CognitiveServices::Mgmt::V2017_04_18::PrivateEndpointConnections
|
|
14
|
+
PrivateLinkResources = Azure::CognitiveServices::Mgmt::V2017_04_18::PrivateLinkResources
|
|
13
15
|
|
|
14
16
|
module Models
|
|
15
|
-
MetricName = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::MetricName
|
|
16
|
-
Sku = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Sku
|
|
17
17
|
Usage = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Usage
|
|
18
|
-
|
|
18
|
+
Sku = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Sku
|
|
19
19
|
UsagesResult = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::UsagesResult
|
|
20
|
-
|
|
20
|
+
IpRule = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::IpRule
|
|
21
21
|
ErrorBody = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ErrorBody
|
|
22
|
-
|
|
22
|
+
NetworkRuleSet = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::NetworkRuleSet
|
|
23
23
|
Error = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Error
|
|
24
|
-
|
|
24
|
+
Encryption = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Encryption
|
|
25
25
|
OperationDisplayInfo = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::OperationDisplayInfo
|
|
26
|
-
|
|
26
|
+
PrivateEndpoint = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::PrivateEndpoint
|
|
27
27
|
OperationEntity = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::OperationEntity
|
|
28
|
-
|
|
28
|
+
PrivateEndpointConnectionProperties = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::PrivateEndpointConnectionProperties
|
|
29
29
|
OperationEntityListResult = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::OperationEntityListResult
|
|
30
|
-
|
|
30
|
+
CognitiveServicesAccountApiProperties = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CognitiveServicesAccountApiProperties
|
|
31
31
|
CheckSkuAvailabilityParameter = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CheckSkuAvailabilityParameter
|
|
32
|
-
|
|
32
|
+
UserAssignedIdentity = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::UserAssignedIdentity
|
|
33
33
|
CheckSkuAvailabilityResult = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CheckSkuAvailabilityResult
|
|
34
|
-
|
|
34
|
+
CognitiveServicesAccount = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CognitiveServicesAccount
|
|
35
35
|
CheckSkuAvailabilityResultList = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CheckSkuAvailabilityResultList
|
|
36
|
-
|
|
36
|
+
CognitiveServicesAccountKeys = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CognitiveServicesAccountKeys
|
|
37
37
|
CheckDomainAvailabilityParameter = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CheckDomainAvailabilityParameter
|
|
38
|
-
CognitiveServicesAccount = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CognitiveServicesAccount
|
|
39
|
-
CheckDomainAvailabilityResult = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CheckDomainAvailabilityResult
|
|
40
38
|
CognitiveServicesResourceAndSku = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CognitiveServicesResourceAndSku
|
|
39
|
+
CheckDomainAvailabilityResult = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CheckDomainAvailabilityResult
|
|
40
|
+
MetricName = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::MetricName
|
|
41
41
|
ResourceSkuRestrictionInfo = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkuRestrictionInfo
|
|
42
|
-
|
|
42
|
+
VirtualNetworkRule = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::VirtualNetworkRule
|
|
43
43
|
ResourceSkuRestrictions = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkuRestrictions
|
|
44
|
-
|
|
44
|
+
UserOwnedStorage = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::UserOwnedStorage
|
|
45
45
|
ResourceSku = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSku
|
|
46
|
-
|
|
46
|
+
KeyVaultProperties = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::KeyVaultProperties
|
|
47
|
+
CognitiveServicesAccountProperties = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CognitiveServicesAccountProperties
|
|
48
|
+
PrivateLinkServiceConnectionState = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::PrivateLinkServiceConnectionState
|
|
49
|
+
CognitiveServicesAccountListResult = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CognitiveServicesAccountListResult
|
|
50
|
+
CognitiveServicesAccountEnumerateSkusResult = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CognitiveServicesAccountEnumerateSkusResult
|
|
47
51
|
ResourceSkusResult = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkusResult
|
|
48
|
-
|
|
52
|
+
Identity = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Identity
|
|
53
|
+
PrivateLinkResourceProperties = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::PrivateLinkResourceProperties
|
|
54
|
+
SkuCapability = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::SkuCapability
|
|
55
|
+
Resource = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Resource
|
|
56
|
+
RegenerateKeyParameters = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::RegenerateKeyParameters
|
|
57
|
+
PrivateLinkResourceListResult = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::PrivateLinkResourceListResult
|
|
58
|
+
PrivateEndpointConnection = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::PrivateEndpointConnection
|
|
59
|
+
PrivateLinkResource = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::PrivateLinkResource
|
|
60
|
+
ProxyResource = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ProxyResource
|
|
61
|
+
TrackedResource = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::TrackedResource
|
|
62
|
+
AzureEntityResource = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::AzureEntityResource
|
|
49
63
|
SkuTier = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::SkuTier
|
|
50
64
|
ProvisioningState = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ProvisioningState
|
|
51
65
|
NetworkRuleAction = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::NetworkRuleAction
|
|
52
66
|
KeySource = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::KeySource
|
|
67
|
+
PrivateEndpointServiceConnectionStatus = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::PrivateEndpointServiceConnectionStatus
|
|
68
|
+
PublicNetworkAccess = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::PublicNetworkAccess
|
|
53
69
|
IdentityType = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::IdentityType
|
|
54
70
|
KeyName = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::KeyName
|
|
55
71
|
UnitType = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::UnitType
|
|
@@ -59,7 +75,7 @@ module Azure::Profiles::Latest
|
|
|
59
75
|
end
|
|
60
76
|
|
|
61
77
|
class CognitiveServicesManagementClass
|
|
62
|
-
attr_reader :accounts, :resource_skus, :operations, :configurable, :base_url, :options, :model_classes
|
|
78
|
+
attr_reader :accounts, :resource_skus, :operations, :private_endpoint_connections, :private_link_resources, :configurable, :base_url, :options, :model_classes
|
|
63
79
|
|
|
64
80
|
def initialize(configurable, base_url=nil, options=nil)
|
|
65
81
|
@configurable, @base_url, @options = configurable, base_url, options
|
|
@@ -72,6 +88,8 @@ module Azure::Profiles::Latest
|
|
|
72
88
|
@accounts = @client_0.accounts
|
|
73
89
|
@resource_skus = @client_0.resource_skus
|
|
74
90
|
@operations = @client_0.operations
|
|
91
|
+
@private_endpoint_connections = @client_0.private_endpoint_connections
|
|
92
|
+
@private_link_resources = @client_0.private_link_resources
|
|
75
93
|
|
|
76
94
|
@model_classes = ModelClasses.new
|
|
77
95
|
end
|
|
@@ -90,107 +108,143 @@ module Azure::Profiles::Latest
|
|
|
90
108
|
end
|
|
91
109
|
|
|
92
110
|
class ModelClasses
|
|
93
|
-
def metric_name
|
|
94
|
-
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::MetricName
|
|
95
|
-
end
|
|
96
|
-
def sku
|
|
97
|
-
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Sku
|
|
98
|
-
end
|
|
99
111
|
def usage
|
|
100
112
|
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Usage
|
|
101
113
|
end
|
|
102
|
-
def
|
|
103
|
-
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::
|
|
114
|
+
def sku
|
|
115
|
+
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Sku
|
|
104
116
|
end
|
|
105
117
|
def usages_result
|
|
106
118
|
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::UsagesResult
|
|
107
119
|
end
|
|
108
|
-
def
|
|
109
|
-
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::
|
|
120
|
+
def ip_rule
|
|
121
|
+
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::IpRule
|
|
110
122
|
end
|
|
111
123
|
def error_body
|
|
112
124
|
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ErrorBody
|
|
113
125
|
end
|
|
114
|
-
def
|
|
115
|
-
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::
|
|
126
|
+
def network_rule_set
|
|
127
|
+
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::NetworkRuleSet
|
|
116
128
|
end
|
|
117
129
|
def error
|
|
118
130
|
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Error
|
|
119
131
|
end
|
|
120
|
-
def
|
|
121
|
-
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::
|
|
132
|
+
def encryption
|
|
133
|
+
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Encryption
|
|
122
134
|
end
|
|
123
135
|
def operation_display_info
|
|
124
136
|
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::OperationDisplayInfo
|
|
125
137
|
end
|
|
126
|
-
def
|
|
127
|
-
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::
|
|
138
|
+
def private_endpoint
|
|
139
|
+
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::PrivateEndpoint
|
|
128
140
|
end
|
|
129
141
|
def operation_entity
|
|
130
142
|
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::OperationEntity
|
|
131
143
|
end
|
|
132
|
-
def
|
|
133
|
-
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::
|
|
144
|
+
def private_endpoint_connection_properties
|
|
145
|
+
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::PrivateEndpointConnectionProperties
|
|
134
146
|
end
|
|
135
147
|
def operation_entity_list_result
|
|
136
148
|
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::OperationEntityListResult
|
|
137
149
|
end
|
|
138
|
-
def
|
|
139
|
-
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::
|
|
150
|
+
def cognitive_services_account_api_properties
|
|
151
|
+
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CognitiveServicesAccountApiProperties
|
|
140
152
|
end
|
|
141
153
|
def check_sku_availability_parameter
|
|
142
154
|
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CheckSkuAvailabilityParameter
|
|
143
155
|
end
|
|
144
|
-
def
|
|
145
|
-
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::
|
|
156
|
+
def user_assigned_identity
|
|
157
|
+
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::UserAssignedIdentity
|
|
146
158
|
end
|
|
147
159
|
def check_sku_availability_result
|
|
148
160
|
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CheckSkuAvailabilityResult
|
|
149
161
|
end
|
|
150
|
-
def
|
|
151
|
-
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::
|
|
162
|
+
def cognitive_services_account
|
|
163
|
+
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CognitiveServicesAccount
|
|
152
164
|
end
|
|
153
165
|
def check_sku_availability_result_list
|
|
154
166
|
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CheckSkuAvailabilityResultList
|
|
155
167
|
end
|
|
156
|
-
def
|
|
157
|
-
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::
|
|
168
|
+
def cognitive_services_account_keys
|
|
169
|
+
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CognitiveServicesAccountKeys
|
|
158
170
|
end
|
|
159
171
|
def check_domain_availability_parameter
|
|
160
172
|
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CheckDomainAvailabilityParameter
|
|
161
173
|
end
|
|
162
|
-
def
|
|
163
|
-
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::
|
|
174
|
+
def cognitive_services_resource_and_sku
|
|
175
|
+
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CognitiveServicesResourceAndSku
|
|
164
176
|
end
|
|
165
177
|
def check_domain_availability_result
|
|
166
178
|
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CheckDomainAvailabilityResult
|
|
167
179
|
end
|
|
168
|
-
def
|
|
169
|
-
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::
|
|
180
|
+
def metric_name
|
|
181
|
+
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::MetricName
|
|
170
182
|
end
|
|
171
183
|
def resource_sku_restriction_info
|
|
172
184
|
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkuRestrictionInfo
|
|
173
185
|
end
|
|
174
|
-
def
|
|
175
|
-
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::
|
|
186
|
+
def virtual_network_rule
|
|
187
|
+
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::VirtualNetworkRule
|
|
176
188
|
end
|
|
177
189
|
def resource_sku_restrictions
|
|
178
190
|
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkuRestrictions
|
|
179
191
|
end
|
|
180
|
-
def
|
|
181
|
-
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::
|
|
192
|
+
def user_owned_storage
|
|
193
|
+
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::UserOwnedStorage
|
|
182
194
|
end
|
|
183
195
|
def resource_sku
|
|
184
196
|
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSku
|
|
185
197
|
end
|
|
186
|
-
def
|
|
187
|
-
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::
|
|
198
|
+
def key_vault_properties
|
|
199
|
+
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::KeyVaultProperties
|
|
200
|
+
end
|
|
201
|
+
def cognitive_services_account_properties
|
|
202
|
+
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CognitiveServicesAccountProperties
|
|
203
|
+
end
|
|
204
|
+
def private_link_service_connection_state
|
|
205
|
+
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::PrivateLinkServiceConnectionState
|
|
206
|
+
end
|
|
207
|
+
def cognitive_services_account_list_result
|
|
208
|
+
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CognitiveServicesAccountListResult
|
|
209
|
+
end
|
|
210
|
+
def cognitive_services_account_enumerate_skus_result
|
|
211
|
+
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CognitiveServicesAccountEnumerateSkusResult
|
|
188
212
|
end
|
|
189
213
|
def resource_skus_result
|
|
190
214
|
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkusResult
|
|
191
215
|
end
|
|
192
|
-
def
|
|
193
|
-
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::
|
|
216
|
+
def identity
|
|
217
|
+
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Identity
|
|
218
|
+
end
|
|
219
|
+
def private_link_resource_properties
|
|
220
|
+
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::PrivateLinkResourceProperties
|
|
221
|
+
end
|
|
222
|
+
def sku_capability
|
|
223
|
+
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::SkuCapability
|
|
224
|
+
end
|
|
225
|
+
def resource
|
|
226
|
+
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Resource
|
|
227
|
+
end
|
|
228
|
+
def regenerate_key_parameters
|
|
229
|
+
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::RegenerateKeyParameters
|
|
230
|
+
end
|
|
231
|
+
def private_link_resource_list_result
|
|
232
|
+
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::PrivateLinkResourceListResult
|
|
233
|
+
end
|
|
234
|
+
def private_endpoint_connection
|
|
235
|
+
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::PrivateEndpointConnection
|
|
236
|
+
end
|
|
237
|
+
def private_link_resource
|
|
238
|
+
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::PrivateLinkResource
|
|
239
|
+
end
|
|
240
|
+
def proxy_resource
|
|
241
|
+
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ProxyResource
|
|
242
|
+
end
|
|
243
|
+
def tracked_resource
|
|
244
|
+
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::TrackedResource
|
|
245
|
+
end
|
|
246
|
+
def azure_entity_resource
|
|
247
|
+
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::AzureEntityResource
|
|
194
248
|
end
|
|
195
249
|
def sku_tier
|
|
196
250
|
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::SkuTier
|
|
@@ -204,6 +258,12 @@ module Azure::Profiles::Latest
|
|
|
204
258
|
def key_source
|
|
205
259
|
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::KeySource
|
|
206
260
|
end
|
|
261
|
+
def private_endpoint_service_connection_status
|
|
262
|
+
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::PrivateEndpointServiceConnectionStatus
|
|
263
|
+
end
|
|
264
|
+
def public_network_access
|
|
265
|
+
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::PublicNetworkAccess
|
|
266
|
+
end
|
|
207
267
|
def identity_type
|
|
208
268
|
Azure::CognitiveServices::Mgmt::V2017_04_18::Models::IdentityType
|
|
209
269
|
end
|
|
@@ -15,82 +15,85 @@ module Azure::Profiles::Latest
|
|
|
15
15
|
ScriptActions = Azure::Hdinsight::Mgmt::V2018_06_01_preview::ScriptActions
|
|
16
16
|
ScriptExecutionHistory = Azure::Hdinsight::Mgmt::V2018_06_01_preview::ScriptExecutionHistory
|
|
17
17
|
Operations = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Operations
|
|
18
|
+
VirtualMachines = Azure::Hdinsight::Mgmt::V2018_06_01_preview::VirtualMachines
|
|
18
19
|
|
|
19
20
|
module Models
|
|
20
|
-
ClusterResizeParameters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterResizeParameters
|
|
21
21
|
ClusterDiskEncryptionParameters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterDiskEncryptionParameters
|
|
22
|
-
ClientGroupInfo = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClientGroupInfo
|
|
23
22
|
UpdateGatewaySettingsParameters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::UpdateGatewaySettingsParameters
|
|
24
|
-
|
|
23
|
+
ClientGroupInfo = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClientGroupInfo
|
|
25
24
|
GatewaySettings = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::GatewaySettings
|
|
26
|
-
|
|
25
|
+
SecurityProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::SecurityProfile
|
|
27
26
|
OperationResource = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OperationResource
|
|
28
|
-
|
|
27
|
+
AutoscaleSchedule = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleSchedule
|
|
29
28
|
Resource = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Resource
|
|
29
|
+
AutoscaleRecurrence = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleRecurrence
|
|
30
|
+
AutoscaleCapacity = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleCapacity
|
|
30
31
|
HardwareProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::HardwareProfile
|
|
31
32
|
Autoscale = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Autoscale
|
|
32
33
|
DataDisksGroups = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DataDisksGroups
|
|
33
|
-
|
|
34
|
+
HostInfoListResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::HostInfoListResult
|
|
34
35
|
SshProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::SshProfile
|
|
35
|
-
|
|
36
|
+
HostInfo = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::HostInfo
|
|
36
37
|
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
38
|
ErrorResponse = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ErrorResponse
|
|
40
|
-
|
|
39
|
+
Role = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Role
|
|
41
40
|
ApplicationGetHttpsEndpoint = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ApplicationGetHttpsEndpoint
|
|
42
|
-
|
|
41
|
+
StorageAccount = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::StorageAccount
|
|
43
42
|
ApplicationGetEndpoint = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ApplicationGetEndpoint
|
|
44
|
-
|
|
43
|
+
DiskEncryptionProperties = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DiskEncryptionProperties
|
|
45
44
|
ApplicationProperties = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ApplicationProperties
|
|
45
|
+
ClusterIdentityUserAssignedIdentitiesValue = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterIdentityUserAssignedIdentitiesValue
|
|
46
|
+
OperationListResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OperationListResult
|
|
46
47
|
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
48
|
ApplicationListResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ApplicationListResult
|
|
50
|
-
|
|
49
|
+
QuotaInfo = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::QuotaInfo
|
|
51
50
|
VersionSpec = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VersionSpec
|
|
51
|
+
ConnectivityEndpoint = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ConnectivityEndpoint
|
|
52
52
|
VersionsCapability = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VersionsCapability
|
|
53
|
-
ExecuteScriptActionParameters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ExecuteScriptActionParameters
|
|
54
53
|
RegionsCapability = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::RegionsCapability
|
|
55
|
-
|
|
54
|
+
ExecuteScriptActionParameters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ExecuteScriptActionParameters
|
|
56
55
|
VmSizesCapability = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VmSizesCapability
|
|
57
|
-
|
|
56
|
+
ScriptActionExecutionSummary = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionExecutionSummary
|
|
58
57
|
VmSizeCompatibilityFilter = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VmSizeCompatibilityFilter
|
|
59
|
-
|
|
58
|
+
ClusterListRuntimeScriptActionDetailResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterListRuntimeScriptActionDetailResult
|
|
60
59
|
RegionalQuotaCapability = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::RegionalQuotaCapability
|
|
61
|
-
|
|
60
|
+
ClusterResizeParameters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterResizeParameters
|
|
62
61
|
QuotaCapability = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::QuotaCapability
|
|
63
|
-
|
|
62
|
+
KafkaRestProperties = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::KafkaRestProperties
|
|
64
63
|
CapabilitiesResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::CapabilitiesResult
|
|
65
|
-
|
|
64
|
+
VirtualNetworkProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VirtualNetworkProfile
|
|
66
65
|
LocalizedName = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::LocalizedName
|
|
67
|
-
|
|
66
|
+
LinuxOperatingSystemProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::LinuxOperatingSystemProfile
|
|
68
67
|
Usage = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Usage
|
|
69
|
-
|
|
68
|
+
ComputeProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ComputeProfile
|
|
70
69
|
UsagesListResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::UsagesListResult
|
|
71
|
-
|
|
70
|
+
ClusterCreateProperties = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterCreateProperties
|
|
72
71
|
VmSizeCompatibilityFilterV2 = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VmSizeCompatibilityFilterV2
|
|
73
|
-
|
|
72
|
+
ClusterPatchParameters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterPatchParameters
|
|
74
73
|
BillingMeters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::BillingMeters
|
|
75
|
-
|
|
76
|
-
ClusterListResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterListResult
|
|
74
|
+
ClusterGetProperties = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterGetProperties
|
|
77
75
|
DiskBillingMeters = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DiskBillingMeters
|
|
78
|
-
|
|
76
|
+
ClusterListPersistedScriptActionsResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterListPersistedScriptActionsResult
|
|
79
77
|
BillingResources = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::BillingResources
|
|
80
|
-
|
|
78
|
+
ClusterListResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterListResult
|
|
81
79
|
BillingResponseListResult = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::BillingResponseListResult
|
|
82
|
-
|
|
80
|
+
AutoscaleTimeAndCapacity = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleTimeAndCapacity
|
|
83
81
|
ClusterConfigurations = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterConfigurations
|
|
84
|
-
|
|
82
|
+
ScriptAction = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptAction
|
|
85
83
|
Extension = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Extension
|
|
86
|
-
|
|
84
|
+
ClusterIdentity = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterIdentity
|
|
87
85
|
ClusterMonitoringResponse = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterMonitoringResponse
|
|
88
|
-
|
|
86
|
+
RuntimeScriptAction = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::RuntimeScriptAction
|
|
89
87
|
ClusterMonitoringRequest = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterMonitoringRequest
|
|
90
|
-
|
|
88
|
+
ClusterDefinition = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterDefinition
|
|
91
89
|
ScriptActionExecutionHistoryList = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionExecutionHistoryList
|
|
92
|
-
|
|
90
|
+
StorageProfile = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::StorageProfile
|
|
93
91
|
ScriptActionPersistedGetResponseSpec = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionPersistedGetResponseSpec
|
|
92
|
+
Operation = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Operation
|
|
93
|
+
SshPublicKey = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::SshPublicKey
|
|
94
|
+
ScriptActionsList = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionsList
|
|
95
|
+
Errors = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Errors
|
|
96
|
+
OperationDisplay = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OperationDisplay
|
|
94
97
|
RuntimeScriptActionDetail = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::RuntimeScriptActionDetail
|
|
95
98
|
TrackedResource = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::TrackedResource
|
|
96
99
|
Cluster = Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Cluster
|
|
@@ -108,7 +111,7 @@ module Azure::Profiles::Latest
|
|
|
108
111
|
end
|
|
109
112
|
|
|
110
113
|
class HdinsightManagementClass
|
|
111
|
-
attr_reader :clusters, :applications, :locations, :configurations, :extensions, :script_actions, :script_execution_history, :operations, :configurable, :base_url, :options, :model_classes
|
|
114
|
+
attr_reader :clusters, :applications, :locations, :configurations, :extensions, :script_actions, :script_execution_history, :operations, :virtual_machines, :configurable, :base_url, :options, :model_classes
|
|
112
115
|
|
|
113
116
|
def initialize(configurable, base_url=nil, options=nil)
|
|
114
117
|
@configurable, @base_url, @options = configurable, base_url, options
|
|
@@ -126,6 +129,7 @@ module Azure::Profiles::Latest
|
|
|
126
129
|
@script_actions = @client_0.script_actions
|
|
127
130
|
@script_execution_history = @client_0.script_execution_history
|
|
128
131
|
@operations = @client_0.operations
|
|
132
|
+
@virtual_machines = @client_0.virtual_machines
|
|
129
133
|
|
|
130
134
|
@model_classes = ModelClasses.new
|
|
131
135
|
end
|
|
@@ -144,35 +148,35 @@ module Azure::Profiles::Latest
|
|
|
144
148
|
end
|
|
145
149
|
|
|
146
150
|
class ModelClasses
|
|
147
|
-
def cluster_resize_parameters
|
|
148
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterResizeParameters
|
|
149
|
-
end
|
|
150
151
|
def cluster_disk_encryption_parameters
|
|
151
152
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterDiskEncryptionParameters
|
|
152
153
|
end
|
|
154
|
+
def update_gateway_settings_parameters
|
|
155
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::UpdateGatewaySettingsParameters
|
|
156
|
+
end
|
|
153
157
|
def client_group_info
|
|
154
158
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClientGroupInfo
|
|
155
159
|
end
|
|
156
|
-
def
|
|
157
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
|
160
|
+
def gateway_settings
|
|
161
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::GatewaySettings
|
|
158
162
|
end
|
|
159
163
|
def security_profile
|
|
160
164
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::SecurityProfile
|
|
161
165
|
end
|
|
162
|
-
def
|
|
163
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
|
166
|
+
def operation_resource
|
|
167
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OperationResource
|
|
164
168
|
end
|
|
165
169
|
def autoscale_schedule
|
|
166
170
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleSchedule
|
|
167
171
|
end
|
|
168
|
-
def
|
|
169
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
|
172
|
+
def resource
|
|
173
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Resource
|
|
170
174
|
end
|
|
171
175
|
def autoscale_recurrence
|
|
172
176
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleRecurrence
|
|
173
177
|
end
|
|
174
|
-
def
|
|
175
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
|
178
|
+
def autoscale_capacity
|
|
179
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleCapacity
|
|
176
180
|
end
|
|
177
181
|
def hardware_profile
|
|
178
182
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::HardwareProfile
|
|
@@ -183,189 +187,195 @@ module Azure::Profiles::Latest
|
|
|
183
187
|
def data_disks_groups
|
|
184
188
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DataDisksGroups
|
|
185
189
|
end
|
|
186
|
-
def
|
|
187
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
|
190
|
+
def host_info_list_result
|
|
191
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::HostInfoListResult
|
|
188
192
|
end
|
|
189
193
|
def ssh_profile
|
|
190
194
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::SshProfile
|
|
191
195
|
end
|
|
192
|
-
def
|
|
193
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
|
196
|
+
def host_info
|
|
197
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::HostInfo
|
|
194
198
|
end
|
|
195
199
|
def os_profile
|
|
196
200
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OsProfile
|
|
197
201
|
end
|
|
198
|
-
def
|
|
199
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
|
202
|
+
def error_response
|
|
203
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ErrorResponse
|
|
200
204
|
end
|
|
201
205
|
def role
|
|
202
206
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Role
|
|
203
207
|
end
|
|
204
|
-
def
|
|
205
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
|
208
|
+
def application_get_https_endpoint
|
|
209
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ApplicationGetHttpsEndpoint
|
|
206
210
|
end
|
|
207
211
|
def storage_account
|
|
208
212
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::StorageAccount
|
|
209
213
|
end
|
|
210
|
-
def
|
|
211
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
|
214
|
+
def application_get_endpoint
|
|
215
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ApplicationGetEndpoint
|
|
212
216
|
end
|
|
213
217
|
def disk_encryption_properties
|
|
214
218
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DiskEncryptionProperties
|
|
215
219
|
end
|
|
216
|
-
def
|
|
217
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
|
220
|
+
def application_properties
|
|
221
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ApplicationProperties
|
|
218
222
|
end
|
|
219
223
|
def cluster_identity_user_assigned_identities_value
|
|
220
224
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterIdentityUserAssignedIdentitiesValue
|
|
221
225
|
end
|
|
222
|
-
def
|
|
223
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
|
226
|
+
def operation_list_result
|
|
227
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OperationListResult
|
|
224
228
|
end
|
|
225
229
|
def cluster_create_parameters_extended
|
|
226
230
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterCreateParametersExtended
|
|
227
231
|
end
|
|
228
|
-
def
|
|
229
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
|
232
|
+
def application_list_result
|
|
233
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ApplicationListResult
|
|
230
234
|
end
|
|
231
235
|
def quota_info
|
|
232
236
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::QuotaInfo
|
|
233
237
|
end
|
|
234
|
-
def
|
|
235
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
|
238
|
+
def version_spec
|
|
239
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VersionSpec
|
|
236
240
|
end
|
|
237
241
|
def connectivity_endpoint
|
|
238
242
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ConnectivityEndpoint
|
|
239
243
|
end
|
|
240
|
-
def version_spec
|
|
241
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VersionSpec
|
|
242
|
-
end
|
|
243
244
|
def versions_capability
|
|
244
245
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VersionsCapability
|
|
245
246
|
end
|
|
246
|
-
def execute_script_action_parameters
|
|
247
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ExecuteScriptActionParameters
|
|
248
|
-
end
|
|
249
247
|
def regions_capability
|
|
250
248
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::RegionsCapability
|
|
251
249
|
end
|
|
252
|
-
def
|
|
253
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
|
250
|
+
def execute_script_action_parameters
|
|
251
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ExecuteScriptActionParameters
|
|
254
252
|
end
|
|
255
253
|
def vm_sizes_capability
|
|
256
254
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VmSizesCapability
|
|
257
255
|
end
|
|
258
|
-
def
|
|
259
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
|
256
|
+
def script_action_execution_summary
|
|
257
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionExecutionSummary
|
|
260
258
|
end
|
|
261
259
|
def vm_size_compatibility_filter
|
|
262
260
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VmSizeCompatibilityFilter
|
|
263
261
|
end
|
|
264
|
-
def
|
|
265
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
|
262
|
+
def cluster_list_runtime_script_action_detail_result
|
|
263
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterListRuntimeScriptActionDetailResult
|
|
266
264
|
end
|
|
267
265
|
def regional_quota_capability
|
|
268
266
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::RegionalQuotaCapability
|
|
269
267
|
end
|
|
270
|
-
def
|
|
271
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
|
268
|
+
def cluster_resize_parameters
|
|
269
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterResizeParameters
|
|
272
270
|
end
|
|
273
271
|
def quota_capability
|
|
274
272
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::QuotaCapability
|
|
275
273
|
end
|
|
276
|
-
def
|
|
277
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
|
274
|
+
def kafka_rest_properties
|
|
275
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::KafkaRestProperties
|
|
278
276
|
end
|
|
279
277
|
def capabilities_result
|
|
280
278
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::CapabilitiesResult
|
|
281
279
|
end
|
|
282
|
-
def
|
|
283
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
|
280
|
+
def virtual_network_profile
|
|
281
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VirtualNetworkProfile
|
|
284
282
|
end
|
|
285
283
|
def localized_name
|
|
286
284
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::LocalizedName
|
|
287
285
|
end
|
|
288
|
-
def
|
|
289
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
|
286
|
+
def linux_operating_system_profile
|
|
287
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::LinuxOperatingSystemProfile
|
|
290
288
|
end
|
|
291
289
|
def usage
|
|
292
290
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Usage
|
|
293
291
|
end
|
|
294
|
-
def
|
|
295
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
|
292
|
+
def compute_profile
|
|
293
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ComputeProfile
|
|
296
294
|
end
|
|
297
295
|
def usages_list_result
|
|
298
296
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::UsagesListResult
|
|
299
297
|
end
|
|
300
|
-
def
|
|
301
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
|
298
|
+
def cluster_create_properties
|
|
299
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterCreateProperties
|
|
302
300
|
end
|
|
303
301
|
def vm_size_compatibility_filter_v2
|
|
304
302
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::VmSizeCompatibilityFilterV2
|
|
305
303
|
end
|
|
306
|
-
def
|
|
307
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
|
304
|
+
def cluster_patch_parameters
|
|
305
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterPatchParameters
|
|
308
306
|
end
|
|
309
307
|
def billing_meters
|
|
310
308
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::BillingMeters
|
|
311
309
|
end
|
|
312
|
-
def
|
|
313
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
|
314
|
-
end
|
|
315
|
-
def cluster_list_result
|
|
316
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterListResult
|
|
310
|
+
def cluster_get_properties
|
|
311
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterGetProperties
|
|
317
312
|
end
|
|
318
313
|
def disk_billing_meters
|
|
319
314
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::DiskBillingMeters
|
|
320
315
|
end
|
|
321
|
-
def
|
|
322
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
|
316
|
+
def cluster_list_persisted_script_actions_result
|
|
317
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterListPersistedScriptActionsResult
|
|
323
318
|
end
|
|
324
319
|
def billing_resources
|
|
325
320
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::BillingResources
|
|
326
321
|
end
|
|
327
|
-
def
|
|
328
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
|
322
|
+
def cluster_list_result
|
|
323
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterListResult
|
|
329
324
|
end
|
|
330
325
|
def billing_response_list_result
|
|
331
326
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::BillingResponseListResult
|
|
332
327
|
end
|
|
333
|
-
def
|
|
334
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
|
328
|
+
def autoscale_time_and_capacity
|
|
329
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleTimeAndCapacity
|
|
335
330
|
end
|
|
336
331
|
def cluster_configurations
|
|
337
332
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterConfigurations
|
|
338
333
|
end
|
|
339
|
-
def
|
|
340
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
|
334
|
+
def script_action
|
|
335
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptAction
|
|
341
336
|
end
|
|
342
337
|
def extension
|
|
343
338
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Extension
|
|
344
339
|
end
|
|
345
|
-
def
|
|
346
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
|
340
|
+
def cluster_identity
|
|
341
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterIdentity
|
|
347
342
|
end
|
|
348
343
|
def cluster_monitoring_response
|
|
349
344
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterMonitoringResponse
|
|
350
345
|
end
|
|
351
|
-
def
|
|
352
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
|
346
|
+
def runtime_script_action
|
|
347
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::RuntimeScriptAction
|
|
353
348
|
end
|
|
354
349
|
def cluster_monitoring_request
|
|
355
350
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterMonitoringRequest
|
|
356
351
|
end
|
|
357
|
-
def
|
|
358
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
|
352
|
+
def cluster_definition
|
|
353
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ClusterDefinition
|
|
359
354
|
end
|
|
360
355
|
def script_action_execution_history_list
|
|
361
356
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionExecutionHistoryList
|
|
362
357
|
end
|
|
363
|
-
def
|
|
364
|
-
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::
|
|
358
|
+
def storage_profile
|
|
359
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::StorageProfile
|
|
365
360
|
end
|
|
366
361
|
def script_action_persisted_get_response_spec
|
|
367
362
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionPersistedGetResponseSpec
|
|
368
363
|
end
|
|
364
|
+
def operation
|
|
365
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Operation
|
|
366
|
+
end
|
|
367
|
+
def ssh_public_key
|
|
368
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::SshPublicKey
|
|
369
|
+
end
|
|
370
|
+
def script_actions_list
|
|
371
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::ScriptActionsList
|
|
372
|
+
end
|
|
373
|
+
def errors
|
|
374
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::Errors
|
|
375
|
+
end
|
|
376
|
+
def operation_display
|
|
377
|
+
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::OperationDisplay
|
|
378
|
+
end
|
|
369
379
|
def runtime_script_action_detail
|
|
370
380
|
Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::RuntimeScriptActionDetail
|
|
371
381
|
end
|