azure_sdk 0.29.0 → 0.30.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/azure_sdk.rb +2 -2
- data/lib/latest/latest_profile_client.rb +111 -1
- data/lib/latest/modules/adhybridhealthservice_profile_module.rb +481 -0
- data/lib/latest/modules/alertsmanagement_profile_module.rb +259 -0
- data/lib/latest/modules/azurestack_profile_module.rb +163 -0
- data/lib/latest/modules/batchai_profile_module.rb +425 -0
- data/lib/latest/modules/botservice_profile_module.rb +293 -0
- data/lib/latest/modules/costmanagement_profile_module.rb +207 -0
- data/lib/latest/modules/databox_profile_module.rb +309 -0
- data/lib/latest/modules/datafactory_profile_module.rb +2159 -0
- data/lib/latest/modules/migrate_profile_module.rb +243 -0
- data/lib/latest/modules/network_profile_module.rb +1267 -1223
- data/lib/latest/modules/operationsmanagement_profile_module.rb +123 -0
- data/lib/latest/modules/policy_profile_module.rb +28 -32
- data/lib/latest/modules/powerbidedicated_profile_module.rb +123 -0
- metadata +173 -8
@@ -0,0 +1,259 @@
|
|
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_alerts_management'
|
6
|
+
|
7
|
+
module Azure::Profiles::Latest
|
8
|
+
module AlertsManagement
|
9
|
+
module Mgmt
|
10
|
+
Operations = Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Operations
|
11
|
+
Alerts = Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Alerts
|
12
|
+
SmartGroups = Azure::AlertsManagement::Mgmt::V2019_05_05_preview::SmartGroups
|
13
|
+
ActionRules = Azure::AlertsManagement::Mgmt::V2019_05_05_preview::ActionRules
|
14
|
+
|
15
|
+
module Models
|
16
|
+
AlertsSummaryGroupItem = Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::AlertsSummaryGroupItem
|
17
|
+
AlertsSummaryGroup = Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::AlertsSummaryGroup
|
18
|
+
Operation = Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::Operation
|
19
|
+
SmartGroupModificationProperties = Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::SmartGroupModificationProperties
|
20
|
+
ActionRulesList = Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::ActionRulesList
|
21
|
+
ErrorResponse = Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::ErrorResponse
|
22
|
+
OperationDisplay = Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::OperationDisplay
|
23
|
+
Resource = Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::Resource
|
24
|
+
Essentials = Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::Essentials
|
25
|
+
SuppressionSchedule = Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::SuppressionSchedule
|
26
|
+
ActionRuleProperties = Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::ActionRuleProperties
|
27
|
+
OperationsList = Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::OperationsList
|
28
|
+
AlertModificationItem = Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::AlertModificationItem
|
29
|
+
SuppressionConfig = Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::SuppressionConfig
|
30
|
+
SmartGroupAggregatedProperty = Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::SmartGroupAggregatedProperty
|
31
|
+
ErrorResponseBody = Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::ErrorResponseBody
|
32
|
+
PatchObject = Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::PatchObject
|
33
|
+
AlertsList = Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::AlertsList
|
34
|
+
SmartGroupsList = Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::SmartGroupsList
|
35
|
+
SmartGroupModificationItem = Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::SmartGroupModificationItem
|
36
|
+
Scope = Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::Scope
|
37
|
+
AlertModificationProperties = Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::AlertModificationProperties
|
38
|
+
Condition = Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::Condition
|
39
|
+
AlertProperties = Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::AlertProperties
|
40
|
+
Conditions = Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::Conditions
|
41
|
+
ManagedResource = Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::ManagedResource
|
42
|
+
Alert = Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::Alert
|
43
|
+
AlertModification = Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::AlertModification
|
44
|
+
SmartGroupModification = Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::SmartGroupModification
|
45
|
+
AlertsSummary = Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::AlertsSummary
|
46
|
+
SmartGroup = Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::SmartGroup
|
47
|
+
ActionRule = Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::ActionRule
|
48
|
+
Suppression = Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::Suppression
|
49
|
+
ActionGroup = Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::ActionGroup
|
50
|
+
Diagnostics = Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::Diagnostics
|
51
|
+
Severity = Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::Severity
|
52
|
+
SignalType = Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::SignalType
|
53
|
+
AlertState = Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::AlertState
|
54
|
+
MonitorCondition = Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::MonitorCondition
|
55
|
+
MonitorService = Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::MonitorService
|
56
|
+
AlertModificationEvent = Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::AlertModificationEvent
|
57
|
+
SmartGroupModificationEvent = Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::SmartGroupModificationEvent
|
58
|
+
State = Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::State
|
59
|
+
ScopeType = Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::ScopeType
|
60
|
+
Operator = Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::Operator
|
61
|
+
SuppressionType = Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::SuppressionType
|
62
|
+
ActionRuleStatus = Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::ActionRuleStatus
|
63
|
+
TimeRange = Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::TimeRange
|
64
|
+
AlertsSortByFields = Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::AlertsSortByFields
|
65
|
+
AlertsSummaryGroupByFields = Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::AlertsSummaryGroupByFields
|
66
|
+
SmartGroupsSortByFields = Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::SmartGroupsSortByFields
|
67
|
+
end
|
68
|
+
|
69
|
+
class AlertsManagementManagementClass
|
70
|
+
attr_reader :operations, :alerts, :smart_groups, :action_rules, :configurable, :base_url, :options, :model_classes
|
71
|
+
|
72
|
+
def initialize(configurable, base_url=nil, options=nil)
|
73
|
+
@configurable, @base_url, @options = configurable, base_url, options
|
74
|
+
|
75
|
+
@client_0 = Azure::AlertsManagement::Mgmt::V2019_05_05_preview::AlertsManagementClient.new(configurable.credentials, base_url, options)
|
76
|
+
if(@client_0.respond_to?(:subscription_id))
|
77
|
+
@client_0.subscription_id = configurable.subscription_id
|
78
|
+
end
|
79
|
+
add_telemetry(@client_0)
|
80
|
+
@operations = @client_0.operations
|
81
|
+
@alerts = @client_0.alerts
|
82
|
+
@smart_groups = @client_0.smart_groups
|
83
|
+
@action_rules = @client_0.action_rules
|
84
|
+
|
85
|
+
@model_classes = ModelClasses.new
|
86
|
+
end
|
87
|
+
|
88
|
+
def add_telemetry(client)
|
89
|
+
profile_information = "Profiles/azure_sdk/#{Azure::VERSION}/Latest/AlertsManagement/Mgmt"
|
90
|
+
client.add_user_agent_information(profile_information)
|
91
|
+
end
|
92
|
+
|
93
|
+
def method_missing(method, *args)
|
94
|
+
if @client_0.respond_to?method
|
95
|
+
@client_0.send(method, *args)
|
96
|
+
else
|
97
|
+
super
|
98
|
+
end
|
99
|
+
end
|
100
|
+
|
101
|
+
class ModelClasses
|
102
|
+
def alerts_summary_group_item
|
103
|
+
Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::AlertsSummaryGroupItem
|
104
|
+
end
|
105
|
+
def alerts_summary_group
|
106
|
+
Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::AlertsSummaryGroup
|
107
|
+
end
|
108
|
+
def operation
|
109
|
+
Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::Operation
|
110
|
+
end
|
111
|
+
def smart_group_modification_properties
|
112
|
+
Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::SmartGroupModificationProperties
|
113
|
+
end
|
114
|
+
def action_rules_list
|
115
|
+
Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::ActionRulesList
|
116
|
+
end
|
117
|
+
def error_response
|
118
|
+
Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::ErrorResponse
|
119
|
+
end
|
120
|
+
def operation_display
|
121
|
+
Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::OperationDisplay
|
122
|
+
end
|
123
|
+
def resource
|
124
|
+
Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::Resource
|
125
|
+
end
|
126
|
+
def essentials
|
127
|
+
Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::Essentials
|
128
|
+
end
|
129
|
+
def suppression_schedule
|
130
|
+
Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::SuppressionSchedule
|
131
|
+
end
|
132
|
+
def action_rule_properties
|
133
|
+
Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::ActionRuleProperties
|
134
|
+
end
|
135
|
+
def operations_list
|
136
|
+
Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::OperationsList
|
137
|
+
end
|
138
|
+
def alert_modification_item
|
139
|
+
Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::AlertModificationItem
|
140
|
+
end
|
141
|
+
def suppression_config
|
142
|
+
Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::SuppressionConfig
|
143
|
+
end
|
144
|
+
def smart_group_aggregated_property
|
145
|
+
Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::SmartGroupAggregatedProperty
|
146
|
+
end
|
147
|
+
def error_response_body
|
148
|
+
Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::ErrorResponseBody
|
149
|
+
end
|
150
|
+
def patch_object
|
151
|
+
Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::PatchObject
|
152
|
+
end
|
153
|
+
def alerts_list
|
154
|
+
Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::AlertsList
|
155
|
+
end
|
156
|
+
def smart_groups_list
|
157
|
+
Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::SmartGroupsList
|
158
|
+
end
|
159
|
+
def smart_group_modification_item
|
160
|
+
Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::SmartGroupModificationItem
|
161
|
+
end
|
162
|
+
def scope
|
163
|
+
Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::Scope
|
164
|
+
end
|
165
|
+
def alert_modification_properties
|
166
|
+
Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::AlertModificationProperties
|
167
|
+
end
|
168
|
+
def condition
|
169
|
+
Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::Condition
|
170
|
+
end
|
171
|
+
def alert_properties
|
172
|
+
Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::AlertProperties
|
173
|
+
end
|
174
|
+
def conditions
|
175
|
+
Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::Conditions
|
176
|
+
end
|
177
|
+
def managed_resource
|
178
|
+
Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::ManagedResource
|
179
|
+
end
|
180
|
+
def alert
|
181
|
+
Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::Alert
|
182
|
+
end
|
183
|
+
def alert_modification
|
184
|
+
Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::AlertModification
|
185
|
+
end
|
186
|
+
def smart_group_modification
|
187
|
+
Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::SmartGroupModification
|
188
|
+
end
|
189
|
+
def alerts_summary
|
190
|
+
Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::AlertsSummary
|
191
|
+
end
|
192
|
+
def smart_group
|
193
|
+
Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::SmartGroup
|
194
|
+
end
|
195
|
+
def action_rule
|
196
|
+
Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::ActionRule
|
197
|
+
end
|
198
|
+
def suppression
|
199
|
+
Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::Suppression
|
200
|
+
end
|
201
|
+
def action_group
|
202
|
+
Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::ActionGroup
|
203
|
+
end
|
204
|
+
def diagnostics
|
205
|
+
Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::Diagnostics
|
206
|
+
end
|
207
|
+
def severity
|
208
|
+
Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::Severity
|
209
|
+
end
|
210
|
+
def signal_type
|
211
|
+
Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::SignalType
|
212
|
+
end
|
213
|
+
def alert_state
|
214
|
+
Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::AlertState
|
215
|
+
end
|
216
|
+
def monitor_condition
|
217
|
+
Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::MonitorCondition
|
218
|
+
end
|
219
|
+
def monitor_service
|
220
|
+
Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::MonitorService
|
221
|
+
end
|
222
|
+
def alert_modification_event
|
223
|
+
Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::AlertModificationEvent
|
224
|
+
end
|
225
|
+
def smart_group_modification_event
|
226
|
+
Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::SmartGroupModificationEvent
|
227
|
+
end
|
228
|
+
def state
|
229
|
+
Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::State
|
230
|
+
end
|
231
|
+
def scope_type
|
232
|
+
Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::ScopeType
|
233
|
+
end
|
234
|
+
def operator
|
235
|
+
Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::Operator
|
236
|
+
end
|
237
|
+
def suppression_type
|
238
|
+
Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::SuppressionType
|
239
|
+
end
|
240
|
+
def action_rule_status
|
241
|
+
Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::ActionRuleStatus
|
242
|
+
end
|
243
|
+
def time_range
|
244
|
+
Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::TimeRange
|
245
|
+
end
|
246
|
+
def alerts_sort_by_fields
|
247
|
+
Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::AlertsSortByFields
|
248
|
+
end
|
249
|
+
def alerts_summary_group_by_fields
|
250
|
+
Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::AlertsSummaryGroupByFields
|
251
|
+
end
|
252
|
+
def smart_groups_sort_by_fields
|
253
|
+
Azure::AlertsManagement::Mgmt::V2019_05_05_preview::Models::SmartGroupsSortByFields
|
254
|
+
end
|
255
|
+
end
|
256
|
+
end
|
257
|
+
end
|
258
|
+
end
|
259
|
+
end
|
@@ -0,0 +1,163 @@
|
|
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_azurestack'
|
6
|
+
|
7
|
+
module Azure::Profiles::Latest
|
8
|
+
module AzureStack
|
9
|
+
module Mgmt
|
10
|
+
Operations = Azure::AzureStack::Mgmt::V2017_06_01::Operations
|
11
|
+
Products = Azure::AzureStack::Mgmt::V2017_06_01::Products
|
12
|
+
Registrations = Azure::AzureStack::Mgmt::V2017_06_01::Registrations
|
13
|
+
CustomerSubscriptions = Azure::AzureStack::Mgmt::V2017_06_01::CustomerSubscriptions
|
14
|
+
|
15
|
+
module Models
|
16
|
+
VirtualMachineProductProperties = Azure::AzureStack::Mgmt::V2017_06_01::Models::VirtualMachineProductProperties
|
17
|
+
IconUris = Azure::AzureStack::Mgmt::V2017_06_01::Models::IconUris
|
18
|
+
TrackedResource = Azure::AzureStack::Mgmt::V2017_06_01::Models::TrackedResource
|
19
|
+
ProductLink = Azure::AzureStack::Mgmt::V2017_06_01::Models::ProductLink
|
20
|
+
Operation = Azure::AzureStack::Mgmt::V2017_06_01::Models::Operation
|
21
|
+
ProductProperties = Azure::AzureStack::Mgmt::V2017_06_01::Models::ProductProperties
|
22
|
+
ErrorDetails = Azure::AzureStack::Mgmt::V2017_06_01::Models::ErrorDetails
|
23
|
+
OperationList = Azure::AzureStack::Mgmt::V2017_06_01::Models::OperationList
|
24
|
+
ErrorResponse = Azure::AzureStack::Mgmt::V2017_06_01::Models::ErrorResponse
|
25
|
+
DataDiskImage = Azure::AzureStack::Mgmt::V2017_06_01::Models::DataDiskImage
|
26
|
+
VirtualMachineExtensionProductProperties = Azure::AzureStack::Mgmt::V2017_06_01::Models::VirtualMachineExtensionProductProperties
|
27
|
+
ProductList = Azure::AzureStack::Mgmt::V2017_06_01::Models::ProductList
|
28
|
+
Display = Azure::AzureStack::Mgmt::V2017_06_01::Models::Display
|
29
|
+
CustomerSubscriptionList = Azure::AzureStack::Mgmt::V2017_06_01::Models::CustomerSubscriptionList
|
30
|
+
ExtendedProduct = Azure::AzureStack::Mgmt::V2017_06_01::Models::ExtendedProduct
|
31
|
+
RegistrationList = Azure::AzureStack::Mgmt::V2017_06_01::Models::RegistrationList
|
32
|
+
OsDiskImage = Azure::AzureStack::Mgmt::V2017_06_01::Models::OsDiskImage
|
33
|
+
ActivationKeyResult = Azure::AzureStack::Mgmt::V2017_06_01::Models::ActivationKeyResult
|
34
|
+
Resource = Azure::AzureStack::Mgmt::V2017_06_01::Models::Resource
|
35
|
+
RegistrationParameter = Azure::AzureStack::Mgmt::V2017_06_01::Models::RegistrationParameter
|
36
|
+
Product = Azure::AzureStack::Mgmt::V2017_06_01::Models::Product
|
37
|
+
Registration = Azure::AzureStack::Mgmt::V2017_06_01::Models::Registration
|
38
|
+
CustomerSubscription = Azure::AzureStack::Mgmt::V2017_06_01::Models::CustomerSubscription
|
39
|
+
ProvisioningState = Azure::AzureStack::Mgmt::V2017_06_01::Models::ProvisioningState
|
40
|
+
ComputeRole = Azure::AzureStack::Mgmt::V2017_06_01::Models::ComputeRole
|
41
|
+
OperatingSystem = Azure::AzureStack::Mgmt::V2017_06_01::Models::OperatingSystem
|
42
|
+
Location = Azure::AzureStack::Mgmt::V2017_06_01::Models::Location
|
43
|
+
end
|
44
|
+
|
45
|
+
class AzureStackManagementClass
|
46
|
+
attr_reader :operations, :products, :registrations, :customer_subscriptions, :configurable, :base_url, :options, :model_classes
|
47
|
+
|
48
|
+
def initialize(configurable, base_url=nil, options=nil)
|
49
|
+
@configurable, @base_url, @options = configurable, base_url, options
|
50
|
+
|
51
|
+
@client_0 = Azure::AzureStack::Mgmt::V2017_06_01::AzureStackManagementClient.new(configurable.credentials, base_url, options)
|
52
|
+
if(@client_0.respond_to?(:subscription_id))
|
53
|
+
@client_0.subscription_id = configurable.subscription_id
|
54
|
+
end
|
55
|
+
add_telemetry(@client_0)
|
56
|
+
@operations = @client_0.operations
|
57
|
+
@products = @client_0.products
|
58
|
+
@registrations = @client_0.registrations
|
59
|
+
@customer_subscriptions = @client_0.customer_subscriptions
|
60
|
+
|
61
|
+
@model_classes = ModelClasses.new
|
62
|
+
end
|
63
|
+
|
64
|
+
def add_telemetry(client)
|
65
|
+
profile_information = "Profiles/azure_sdk/#{Azure::VERSION}/Latest/AzureStack/Mgmt"
|
66
|
+
client.add_user_agent_information(profile_information)
|
67
|
+
end
|
68
|
+
|
69
|
+
def method_missing(method, *args)
|
70
|
+
if @client_0.respond_to?method
|
71
|
+
@client_0.send(method, *args)
|
72
|
+
else
|
73
|
+
super
|
74
|
+
end
|
75
|
+
end
|
76
|
+
|
77
|
+
class ModelClasses
|
78
|
+
def virtual_machine_product_properties
|
79
|
+
Azure::AzureStack::Mgmt::V2017_06_01::Models::VirtualMachineProductProperties
|
80
|
+
end
|
81
|
+
def icon_uris
|
82
|
+
Azure::AzureStack::Mgmt::V2017_06_01::Models::IconUris
|
83
|
+
end
|
84
|
+
def tracked_resource
|
85
|
+
Azure::AzureStack::Mgmt::V2017_06_01::Models::TrackedResource
|
86
|
+
end
|
87
|
+
def product_link
|
88
|
+
Azure::AzureStack::Mgmt::V2017_06_01::Models::ProductLink
|
89
|
+
end
|
90
|
+
def operation
|
91
|
+
Azure::AzureStack::Mgmt::V2017_06_01::Models::Operation
|
92
|
+
end
|
93
|
+
def product_properties
|
94
|
+
Azure::AzureStack::Mgmt::V2017_06_01::Models::ProductProperties
|
95
|
+
end
|
96
|
+
def error_details
|
97
|
+
Azure::AzureStack::Mgmt::V2017_06_01::Models::ErrorDetails
|
98
|
+
end
|
99
|
+
def operation_list
|
100
|
+
Azure::AzureStack::Mgmt::V2017_06_01::Models::OperationList
|
101
|
+
end
|
102
|
+
def error_response
|
103
|
+
Azure::AzureStack::Mgmt::V2017_06_01::Models::ErrorResponse
|
104
|
+
end
|
105
|
+
def data_disk_image
|
106
|
+
Azure::AzureStack::Mgmt::V2017_06_01::Models::DataDiskImage
|
107
|
+
end
|
108
|
+
def virtual_machine_extension_product_properties
|
109
|
+
Azure::AzureStack::Mgmt::V2017_06_01::Models::VirtualMachineExtensionProductProperties
|
110
|
+
end
|
111
|
+
def product_list
|
112
|
+
Azure::AzureStack::Mgmt::V2017_06_01::Models::ProductList
|
113
|
+
end
|
114
|
+
def display
|
115
|
+
Azure::AzureStack::Mgmt::V2017_06_01::Models::Display
|
116
|
+
end
|
117
|
+
def customer_subscription_list
|
118
|
+
Azure::AzureStack::Mgmt::V2017_06_01::Models::CustomerSubscriptionList
|
119
|
+
end
|
120
|
+
def extended_product
|
121
|
+
Azure::AzureStack::Mgmt::V2017_06_01::Models::ExtendedProduct
|
122
|
+
end
|
123
|
+
def registration_list
|
124
|
+
Azure::AzureStack::Mgmt::V2017_06_01::Models::RegistrationList
|
125
|
+
end
|
126
|
+
def os_disk_image
|
127
|
+
Azure::AzureStack::Mgmt::V2017_06_01::Models::OsDiskImage
|
128
|
+
end
|
129
|
+
def activation_key_result
|
130
|
+
Azure::AzureStack::Mgmt::V2017_06_01::Models::ActivationKeyResult
|
131
|
+
end
|
132
|
+
def resource
|
133
|
+
Azure::AzureStack::Mgmt::V2017_06_01::Models::Resource
|
134
|
+
end
|
135
|
+
def registration_parameter
|
136
|
+
Azure::AzureStack::Mgmt::V2017_06_01::Models::RegistrationParameter
|
137
|
+
end
|
138
|
+
def product
|
139
|
+
Azure::AzureStack::Mgmt::V2017_06_01::Models::Product
|
140
|
+
end
|
141
|
+
def registration
|
142
|
+
Azure::AzureStack::Mgmt::V2017_06_01::Models::Registration
|
143
|
+
end
|
144
|
+
def customer_subscription
|
145
|
+
Azure::AzureStack::Mgmt::V2017_06_01::Models::CustomerSubscription
|
146
|
+
end
|
147
|
+
def provisioning_state
|
148
|
+
Azure::AzureStack::Mgmt::V2017_06_01::Models::ProvisioningState
|
149
|
+
end
|
150
|
+
def compute_role
|
151
|
+
Azure::AzureStack::Mgmt::V2017_06_01::Models::ComputeRole
|
152
|
+
end
|
153
|
+
def operating_system
|
154
|
+
Azure::AzureStack::Mgmt::V2017_06_01::Models::OperatingSystem
|
155
|
+
end
|
156
|
+
def location
|
157
|
+
Azure::AzureStack::Mgmt::V2017_06_01::Models::Location
|
158
|
+
end
|
159
|
+
end
|
160
|
+
end
|
161
|
+
end
|
162
|
+
end
|
163
|
+
end
|
@@ -0,0 +1,425 @@
|
|
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_batchai'
|
6
|
+
|
7
|
+
module Azure::Profiles::Latest
|
8
|
+
module BatchAI
|
9
|
+
module Mgmt
|
10
|
+
Operations = Azure::BatchAI::Mgmt::V2018_05_01::Operations
|
11
|
+
Usages = Azure::BatchAI::Mgmt::V2018_05_01::Usages
|
12
|
+
Workspaces = Azure::BatchAI::Mgmt::V2018_05_01::Workspaces
|
13
|
+
Experiments = Azure::BatchAI::Mgmt::V2018_05_01::Experiments
|
14
|
+
Jobs = Azure::BatchAI::Mgmt::V2018_05_01::Jobs
|
15
|
+
FileServers = Azure::BatchAI::Mgmt::V2018_05_01::FileServers
|
16
|
+
Clusters = Azure::BatchAI::Mgmt::V2018_05_01::Clusters
|
17
|
+
|
18
|
+
module Models
|
19
|
+
PyTorchSettings = Azure::BatchAI::Mgmt::V2018_05_01::Models::PyTorchSettings
|
20
|
+
UsageName = Azure::BatchAI::Mgmt::V2018_05_01::Models::UsageName
|
21
|
+
TensorFlowSettings = Azure::BatchAI::Mgmt::V2018_05_01::Models::TensorFlowSettings
|
22
|
+
ListUsagesResult = Azure::BatchAI::Mgmt::V2018_05_01::Models::ListUsagesResult
|
23
|
+
CaffeSettings = Azure::BatchAI::Mgmt::V2018_05_01::Models::CaffeSettings
|
24
|
+
SshConfiguration = Azure::BatchAI::Mgmt::V2018_05_01::Models::SshConfiguration
|
25
|
+
Caffe2Settings = Azure::BatchAI::Mgmt::V2018_05_01::Models::Caffe2Settings
|
26
|
+
ResourceId = Azure::BatchAI::Mgmt::V2018_05_01::Models::ResourceId
|
27
|
+
ChainerSettings = Azure::BatchAI::Mgmt::V2018_05_01::Models::ChainerSettings
|
28
|
+
DataDisks = Azure::BatchAI::Mgmt::V2018_05_01::Models::DataDisks
|
29
|
+
FileServerListResult = Azure::BatchAI::Mgmt::V2018_05_01::Models::FileServerListResult
|
30
|
+
MountSettings = Azure::BatchAI::Mgmt::V2018_05_01::Models::MountSettings
|
31
|
+
FileServerCreateParameters = Azure::BatchAI::Mgmt::V2018_05_01::Models::FileServerCreateParameters
|
32
|
+
FileServersListByWorkspaceOptions = Azure::BatchAI::Mgmt::V2018_05_01::Models::FileServersListByWorkspaceOptions
|
33
|
+
AutoScaleSettings = Azure::BatchAI::Mgmt::V2018_05_01::Models::AutoScaleSettings
|
34
|
+
CustomToolkitSettings = Azure::BatchAI::Mgmt::V2018_05_01::Models::CustomToolkitSettings
|
35
|
+
ImageReference = Azure::BatchAI::Mgmt::V2018_05_01::Models::ImageReference
|
36
|
+
CustomMpiSettings = Azure::BatchAI::Mgmt::V2018_05_01::Models::CustomMpiSettings
|
37
|
+
EnvironmentVariable = Azure::BatchAI::Mgmt::V2018_05_01::Models::EnvironmentVariable
|
38
|
+
HorovodSettings = Azure::BatchAI::Mgmt::V2018_05_01::Models::HorovodSettings
|
39
|
+
SetupTask = Azure::BatchAI::Mgmt::V2018_05_01::Models::SetupTask
|
40
|
+
JobPreparation = Azure::BatchAI::Mgmt::V2018_05_01::Models::JobPreparation
|
41
|
+
AzureFileShareReference = Azure::BatchAI::Mgmt::V2018_05_01::Models::AzureFileShareReference
|
42
|
+
InputDirectory = Azure::BatchAI::Mgmt::V2018_05_01::Models::InputDirectory
|
43
|
+
FileServerReference = Azure::BatchAI::Mgmt::V2018_05_01::Models::FileServerReference
|
44
|
+
OutputDirectory = Azure::BatchAI::Mgmt::V2018_05_01::Models::OutputDirectory
|
45
|
+
MountVolumes = Azure::BatchAI::Mgmt::V2018_05_01::Models::MountVolumes
|
46
|
+
JobBasePropertiesConstraints = Azure::BatchAI::Mgmt::V2018_05_01::Models::JobBasePropertiesConstraints
|
47
|
+
PerformanceCountersSettings = Azure::BatchAI::Mgmt::V2018_05_01::Models::PerformanceCountersSettings
|
48
|
+
JobCreateParameters = Azure::BatchAI::Mgmt::V2018_05_01::Models::JobCreateParameters
|
49
|
+
NodeStateCounts = Azure::BatchAI::Mgmt::V2018_05_01::Models::NodeStateCounts
|
50
|
+
JobPropertiesConstraints = Azure::BatchAI::Mgmt::V2018_05_01::Models::JobPropertiesConstraints
|
51
|
+
ClusterUpdateParameters = Azure::BatchAI::Mgmt::V2018_05_01::Models::ClusterUpdateParameters
|
52
|
+
JobPropertiesExecutionInfo = Azure::BatchAI::Mgmt::V2018_05_01::Models::JobPropertiesExecutionInfo
|
53
|
+
BatchAIError = Azure::BatchAI::Mgmt::V2018_05_01::Models::BatchAIError
|
54
|
+
JobsListOutputFilesOptions = Azure::BatchAI::Mgmt::V2018_05_01::Models::JobsListOutputFilesOptions
|
55
|
+
ClusterListResult = Azure::BatchAI::Mgmt::V2018_05_01::Models::ClusterListResult
|
56
|
+
JobListResult = Azure::BatchAI::Mgmt::V2018_05_01::Models::JobListResult
|
57
|
+
ImageSourceRegistry = Azure::BatchAI::Mgmt::V2018_05_01::Models::ImageSourceRegistry
|
58
|
+
RemoteLoginInformation = Azure::BatchAI::Mgmt::V2018_05_01::Models::RemoteLoginInformation
|
59
|
+
CNTKsettings = Azure::BatchAI::Mgmt::V2018_05_01::Models::CNTKsettings
|
60
|
+
RemoteLoginInformationListResult = Azure::BatchAI::Mgmt::V2018_05_01::Models::RemoteLoginInformationListResult
|
61
|
+
UserAccountSettings = Azure::BatchAI::Mgmt::V2018_05_01::Models::UserAccountSettings
|
62
|
+
File = Azure::BatchAI::Mgmt::V2018_05_01::Models::File
|
63
|
+
ManualScaleSettings = Azure::BatchAI::Mgmt::V2018_05_01::Models::ManualScaleSettings
|
64
|
+
FileListResult = Azure::BatchAI::Mgmt::V2018_05_01::Models::FileListResult
|
65
|
+
VirtualMachineConfiguration = Azure::BatchAI::Mgmt::V2018_05_01::Models::VirtualMachineConfiguration
|
66
|
+
Resource = Azure::BatchAI::Mgmt::V2018_05_01::Models::Resource
|
67
|
+
AzureStorageCredentialsInfo = Azure::BatchAI::Mgmt::V2018_05_01::Models::AzureStorageCredentialsInfo
|
68
|
+
ProxyResource = Azure::BatchAI::Mgmt::V2018_05_01::Models::ProxyResource
|
69
|
+
UnmanagedFileSystemReference = Azure::BatchAI::Mgmt::V2018_05_01::Models::UnmanagedFileSystemReference
|
70
|
+
NodeSetup = Azure::BatchAI::Mgmt::V2018_05_01::Models::NodeSetup
|
71
|
+
NameValuePair = Azure::BatchAI::Mgmt::V2018_05_01::Models::NameValuePair
|
72
|
+
OperationDisplay = Azure::BatchAI::Mgmt::V2018_05_01::Models::OperationDisplay
|
73
|
+
PrivateRegistryCredentials = Azure::BatchAI::Mgmt::V2018_05_01::Models::PrivateRegistryCredentials
|
74
|
+
Operation = Azure::BatchAI::Mgmt::V2018_05_01::Models::Operation
|
75
|
+
Usage = Azure::BatchAI::Mgmt::V2018_05_01::Models::Usage
|
76
|
+
OperationListResult = Azure::BatchAI::Mgmt::V2018_05_01::Models::OperationListResult
|
77
|
+
ScaleSettings = Azure::BatchAI::Mgmt::V2018_05_01::Models::ScaleSettings
|
78
|
+
JobsListByExperimentOptions = Azure::BatchAI::Mgmt::V2018_05_01::Models::JobsListByExperimentOptions
|
79
|
+
AzureBlobFileSystemReference = Azure::BatchAI::Mgmt::V2018_05_01::Models::AzureBlobFileSystemReference
|
80
|
+
WorkspaceListResult = Azure::BatchAI::Mgmt::V2018_05_01::Models::WorkspaceListResult
|
81
|
+
ClusterCreateParameters = Azure::BatchAI::Mgmt::V2018_05_01::Models::ClusterCreateParameters
|
82
|
+
WorkspaceCreateParameters = Azure::BatchAI::Mgmt::V2018_05_01::Models::WorkspaceCreateParameters
|
83
|
+
ContainerSettings = Azure::BatchAI::Mgmt::V2018_05_01::Models::ContainerSettings
|
84
|
+
WorkspaceUpdateParameters = Azure::BatchAI::Mgmt::V2018_05_01::Models::WorkspaceUpdateParameters
|
85
|
+
EnvironmentVariableWithSecretValue = Azure::BatchAI::Mgmt::V2018_05_01::Models::EnvironmentVariableWithSecretValue
|
86
|
+
ExperimentsListByWorkspaceOptions = Azure::BatchAI::Mgmt::V2018_05_01::Models::ExperimentsListByWorkspaceOptions
|
87
|
+
ClustersListByWorkspaceOptions = Azure::BatchAI::Mgmt::V2018_05_01::Models::ClustersListByWorkspaceOptions
|
88
|
+
ExperimentListResult = Azure::BatchAI::Mgmt::V2018_05_01::Models::ExperimentListResult
|
89
|
+
AppInsightsReference = Azure::BatchAI::Mgmt::V2018_05_01::Models::AppInsightsReference
|
90
|
+
WorkspacesListOptions = Azure::BatchAI::Mgmt::V2018_05_01::Models::WorkspacesListOptions
|
91
|
+
KeyVaultSecretReference = Azure::BatchAI::Mgmt::V2018_05_01::Models::KeyVaultSecretReference
|
92
|
+
WorkspacesListByResourceGroupOptions = Azure::BatchAI::Mgmt::V2018_05_01::Models::WorkspacesListByResourceGroupOptions
|
93
|
+
FileServer = Azure::BatchAI::Mgmt::V2018_05_01::Models::FileServer
|
94
|
+
Cluster = Azure::BatchAI::Mgmt::V2018_05_01::Models::Cluster
|
95
|
+
Job = Azure::BatchAI::Mgmt::V2018_05_01::Models::Job
|
96
|
+
Workspace = Azure::BatchAI::Mgmt::V2018_05_01::Models::Workspace
|
97
|
+
Experiment = Azure::BatchAI::Mgmt::V2018_05_01::Models::Experiment
|
98
|
+
UsageUnit = Azure::BatchAI::Mgmt::V2018_05_01::Models::UsageUnit
|
99
|
+
CachingType = Azure::BatchAI::Mgmt::V2018_05_01::Models::CachingType
|
100
|
+
StorageAccountType = Azure::BatchAI::Mgmt::V2018_05_01::Models::StorageAccountType
|
101
|
+
FileServerProvisioningState = Azure::BatchAI::Mgmt::V2018_05_01::Models::FileServerProvisioningState
|
102
|
+
VmPriority = Azure::BatchAI::Mgmt::V2018_05_01::Models::VmPriority
|
103
|
+
DeallocationOption = Azure::BatchAI::Mgmt::V2018_05_01::Models::DeallocationOption
|
104
|
+
ProvisioningState = Azure::BatchAI::Mgmt::V2018_05_01::Models::ProvisioningState
|
105
|
+
AllocationState = Azure::BatchAI::Mgmt::V2018_05_01::Models::AllocationState
|
106
|
+
JobPriority = Azure::BatchAI::Mgmt::V2018_05_01::Models::JobPriority
|
107
|
+
ToolType = Azure::BatchAI::Mgmt::V2018_05_01::Models::ToolType
|
108
|
+
ExecutionState = Azure::BatchAI::Mgmt::V2018_05_01::Models::ExecutionState
|
109
|
+
FileType = Azure::BatchAI::Mgmt::V2018_05_01::Models::FileType
|
110
|
+
end
|
111
|
+
|
112
|
+
class BatchAIManagementClass
|
113
|
+
attr_reader :operations, :usages, :workspaces, :experiments, :jobs, :file_servers, :clusters, :configurable, :base_url, :options, :model_classes
|
114
|
+
|
115
|
+
def initialize(configurable, base_url=nil, options=nil)
|
116
|
+
@configurable, @base_url, @options = configurable, base_url, options
|
117
|
+
|
118
|
+
@client_0 = Azure::BatchAI::Mgmt::V2018_05_01::BatchAIManagementClient.new(configurable.credentials, base_url, options)
|
119
|
+
if(@client_0.respond_to?(:subscription_id))
|
120
|
+
@client_0.subscription_id = configurable.subscription_id
|
121
|
+
end
|
122
|
+
add_telemetry(@client_0)
|
123
|
+
@operations = @client_0.operations
|
124
|
+
@usages = @client_0.usages
|
125
|
+
@workspaces = @client_0.workspaces
|
126
|
+
@experiments = @client_0.experiments
|
127
|
+
@jobs = @client_0.jobs
|
128
|
+
@file_servers = @client_0.file_servers
|
129
|
+
@clusters = @client_0.clusters
|
130
|
+
|
131
|
+
@model_classes = ModelClasses.new
|
132
|
+
end
|
133
|
+
|
134
|
+
def add_telemetry(client)
|
135
|
+
profile_information = "Profiles/azure_sdk/#{Azure::VERSION}/Latest/BatchAI/Mgmt"
|
136
|
+
client.add_user_agent_information(profile_information)
|
137
|
+
end
|
138
|
+
|
139
|
+
def method_missing(method, *args)
|
140
|
+
if @client_0.respond_to?method
|
141
|
+
@client_0.send(method, *args)
|
142
|
+
else
|
143
|
+
super
|
144
|
+
end
|
145
|
+
end
|
146
|
+
|
147
|
+
class ModelClasses
|
148
|
+
def py_torch_settings
|
149
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::PyTorchSettings
|
150
|
+
end
|
151
|
+
def usage_name
|
152
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::UsageName
|
153
|
+
end
|
154
|
+
def tensor_flow_settings
|
155
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::TensorFlowSettings
|
156
|
+
end
|
157
|
+
def list_usages_result
|
158
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::ListUsagesResult
|
159
|
+
end
|
160
|
+
def caffe_settings
|
161
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::CaffeSettings
|
162
|
+
end
|
163
|
+
def ssh_configuration
|
164
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::SshConfiguration
|
165
|
+
end
|
166
|
+
def caffe2_settings
|
167
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::Caffe2Settings
|
168
|
+
end
|
169
|
+
def resource_id
|
170
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::ResourceId
|
171
|
+
end
|
172
|
+
def chainer_settings
|
173
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::ChainerSettings
|
174
|
+
end
|
175
|
+
def data_disks
|
176
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::DataDisks
|
177
|
+
end
|
178
|
+
def file_server_list_result
|
179
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::FileServerListResult
|
180
|
+
end
|
181
|
+
def mount_settings
|
182
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::MountSettings
|
183
|
+
end
|
184
|
+
def file_server_create_parameters
|
185
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::FileServerCreateParameters
|
186
|
+
end
|
187
|
+
def file_servers_list_by_workspace_options
|
188
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::FileServersListByWorkspaceOptions
|
189
|
+
end
|
190
|
+
def auto_scale_settings
|
191
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::AutoScaleSettings
|
192
|
+
end
|
193
|
+
def custom_toolkit_settings
|
194
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::CustomToolkitSettings
|
195
|
+
end
|
196
|
+
def image_reference
|
197
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::ImageReference
|
198
|
+
end
|
199
|
+
def custom_mpi_settings
|
200
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::CustomMpiSettings
|
201
|
+
end
|
202
|
+
def environment_variable
|
203
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::EnvironmentVariable
|
204
|
+
end
|
205
|
+
def horovod_settings
|
206
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::HorovodSettings
|
207
|
+
end
|
208
|
+
def setup_task
|
209
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::SetupTask
|
210
|
+
end
|
211
|
+
def job_preparation
|
212
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::JobPreparation
|
213
|
+
end
|
214
|
+
def azure_file_share_reference
|
215
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::AzureFileShareReference
|
216
|
+
end
|
217
|
+
def input_directory
|
218
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::InputDirectory
|
219
|
+
end
|
220
|
+
def file_server_reference
|
221
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::FileServerReference
|
222
|
+
end
|
223
|
+
def output_directory
|
224
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::OutputDirectory
|
225
|
+
end
|
226
|
+
def mount_volumes
|
227
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::MountVolumes
|
228
|
+
end
|
229
|
+
def job_base_properties_constraints
|
230
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::JobBasePropertiesConstraints
|
231
|
+
end
|
232
|
+
def performance_counters_settings
|
233
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::PerformanceCountersSettings
|
234
|
+
end
|
235
|
+
def job_create_parameters
|
236
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::JobCreateParameters
|
237
|
+
end
|
238
|
+
def node_state_counts
|
239
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::NodeStateCounts
|
240
|
+
end
|
241
|
+
def job_properties_constraints
|
242
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::JobPropertiesConstraints
|
243
|
+
end
|
244
|
+
def cluster_update_parameters
|
245
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::ClusterUpdateParameters
|
246
|
+
end
|
247
|
+
def job_properties_execution_info
|
248
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::JobPropertiesExecutionInfo
|
249
|
+
end
|
250
|
+
def batch_aierror
|
251
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::BatchAIError
|
252
|
+
end
|
253
|
+
def jobs_list_output_files_options
|
254
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::JobsListOutputFilesOptions
|
255
|
+
end
|
256
|
+
def cluster_list_result
|
257
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::ClusterListResult
|
258
|
+
end
|
259
|
+
def job_list_result
|
260
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::JobListResult
|
261
|
+
end
|
262
|
+
def image_source_registry
|
263
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::ImageSourceRegistry
|
264
|
+
end
|
265
|
+
def remote_login_information
|
266
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::RemoteLoginInformation
|
267
|
+
end
|
268
|
+
def cntksettings
|
269
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::CNTKsettings
|
270
|
+
end
|
271
|
+
def remote_login_information_list_result
|
272
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::RemoteLoginInformationListResult
|
273
|
+
end
|
274
|
+
def user_account_settings
|
275
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::UserAccountSettings
|
276
|
+
end
|
277
|
+
def file
|
278
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::File
|
279
|
+
end
|
280
|
+
def manual_scale_settings
|
281
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::ManualScaleSettings
|
282
|
+
end
|
283
|
+
def file_list_result
|
284
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::FileListResult
|
285
|
+
end
|
286
|
+
def virtual_machine_configuration
|
287
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::VirtualMachineConfiguration
|
288
|
+
end
|
289
|
+
def resource
|
290
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::Resource
|
291
|
+
end
|
292
|
+
def azure_storage_credentials_info
|
293
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::AzureStorageCredentialsInfo
|
294
|
+
end
|
295
|
+
def proxy_resource
|
296
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::ProxyResource
|
297
|
+
end
|
298
|
+
def unmanaged_file_system_reference
|
299
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::UnmanagedFileSystemReference
|
300
|
+
end
|
301
|
+
def node_setup
|
302
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::NodeSetup
|
303
|
+
end
|
304
|
+
def name_value_pair
|
305
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::NameValuePair
|
306
|
+
end
|
307
|
+
def operation_display
|
308
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::OperationDisplay
|
309
|
+
end
|
310
|
+
def private_registry_credentials
|
311
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::PrivateRegistryCredentials
|
312
|
+
end
|
313
|
+
def operation
|
314
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::Operation
|
315
|
+
end
|
316
|
+
def usage
|
317
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::Usage
|
318
|
+
end
|
319
|
+
def operation_list_result
|
320
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::OperationListResult
|
321
|
+
end
|
322
|
+
def scale_settings
|
323
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::ScaleSettings
|
324
|
+
end
|
325
|
+
def jobs_list_by_experiment_options
|
326
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::JobsListByExperimentOptions
|
327
|
+
end
|
328
|
+
def azure_blob_file_system_reference
|
329
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::AzureBlobFileSystemReference
|
330
|
+
end
|
331
|
+
def workspace_list_result
|
332
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::WorkspaceListResult
|
333
|
+
end
|
334
|
+
def cluster_create_parameters
|
335
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::ClusterCreateParameters
|
336
|
+
end
|
337
|
+
def workspace_create_parameters
|
338
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::WorkspaceCreateParameters
|
339
|
+
end
|
340
|
+
def container_settings
|
341
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::ContainerSettings
|
342
|
+
end
|
343
|
+
def workspace_update_parameters
|
344
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::WorkspaceUpdateParameters
|
345
|
+
end
|
346
|
+
def environment_variable_with_secret_value
|
347
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::EnvironmentVariableWithSecretValue
|
348
|
+
end
|
349
|
+
def experiments_list_by_workspace_options
|
350
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::ExperimentsListByWorkspaceOptions
|
351
|
+
end
|
352
|
+
def clusters_list_by_workspace_options
|
353
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::ClustersListByWorkspaceOptions
|
354
|
+
end
|
355
|
+
def experiment_list_result
|
356
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::ExperimentListResult
|
357
|
+
end
|
358
|
+
def app_insights_reference
|
359
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::AppInsightsReference
|
360
|
+
end
|
361
|
+
def workspaces_list_options
|
362
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::WorkspacesListOptions
|
363
|
+
end
|
364
|
+
def key_vault_secret_reference
|
365
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::KeyVaultSecretReference
|
366
|
+
end
|
367
|
+
def workspaces_list_by_resource_group_options
|
368
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::WorkspacesListByResourceGroupOptions
|
369
|
+
end
|
370
|
+
def file_server
|
371
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::FileServer
|
372
|
+
end
|
373
|
+
def cluster
|
374
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::Cluster
|
375
|
+
end
|
376
|
+
def job
|
377
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::Job
|
378
|
+
end
|
379
|
+
def workspace
|
380
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::Workspace
|
381
|
+
end
|
382
|
+
def experiment
|
383
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::Experiment
|
384
|
+
end
|
385
|
+
def usage_unit
|
386
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::UsageUnit
|
387
|
+
end
|
388
|
+
def caching_type
|
389
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::CachingType
|
390
|
+
end
|
391
|
+
def storage_account_type
|
392
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::StorageAccountType
|
393
|
+
end
|
394
|
+
def file_server_provisioning_state
|
395
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::FileServerProvisioningState
|
396
|
+
end
|
397
|
+
def vm_priority
|
398
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::VmPriority
|
399
|
+
end
|
400
|
+
def deallocation_option
|
401
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::DeallocationOption
|
402
|
+
end
|
403
|
+
def provisioning_state
|
404
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::ProvisioningState
|
405
|
+
end
|
406
|
+
def allocation_state
|
407
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::AllocationState
|
408
|
+
end
|
409
|
+
def job_priority
|
410
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::JobPriority
|
411
|
+
end
|
412
|
+
def tool_type
|
413
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::ToolType
|
414
|
+
end
|
415
|
+
def execution_state
|
416
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::ExecutionState
|
417
|
+
end
|
418
|
+
def file_type
|
419
|
+
Azure::BatchAI::Mgmt::V2018_05_01::Models::FileType
|
420
|
+
end
|
421
|
+
end
|
422
|
+
end
|
423
|
+
end
|
424
|
+
end
|
425
|
+
end
|