azure_sdk 0.45.0 → 0.46.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 +1297 -1297
- data/lib/latest/modules/batch_profile_module.rb +417 -417
- data/lib/latest/modules/consumption_profile_module.rb +345 -345
- data/lib/latest/modules/eventhub_profile_module.rb +195 -195
- data/lib/latest/modules/importexport_profile_module.rb +135 -135
- data/lib/latest/modules/portal_profile_module.rb +95 -95
- data/lib/latest/modules/resourcehealth_profile_module.rb +111 -111
- data/lib/latest/modules/sqlvirtualmachine_profile_module.rb +235 -235
- data/lib/latest/modules/storage_profile_module.rb +545 -525
- metadata +5 -5
@@ -1,417 +1,417 @@
|
|
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_batch'
|
6
|
-
|
7
|
-
module Azure::Profiles::Latest
|
8
|
-
module Batch
|
9
|
-
module Mgmt
|
10
|
-
BatchAccountOperations = Azure::Batch::Mgmt::V2019_08_01::BatchAccountOperations
|
11
|
-
ApplicationPackageOperations = Azure::Batch::Mgmt::V2019_08_01::ApplicationPackageOperations
|
12
|
-
ApplicationOperations = Azure::Batch::Mgmt::V2019_08_01::ApplicationOperations
|
13
|
-
Location = Azure::Batch::Mgmt::V2019_08_01::Location
|
14
|
-
Operations = Azure::Batch::Mgmt::V2019_08_01::Operations
|
15
|
-
CertificateOperations = Azure::Batch::Mgmt::V2019_08_01::CertificateOperations
|
16
|
-
PoolOperations = Azure::Batch::Mgmt::V2019_08_01::PoolOperations
|
17
|
-
|
18
|
-
module Models
|
19
|
-
AutoScaleRunError = Azure::Batch::Mgmt::V2019_08_01::Models::AutoScaleRunError
|
20
|
-
AutoStorageBaseProperties = Azure::Batch::Mgmt::V2019_08_01::Models::AutoStorageBaseProperties
|
21
|
-
AutoScaleRun = Azure::Batch::Mgmt::V2019_08_01::Models::AutoScaleRun
|
22
|
-
BatchAccountCreateParameters = Azure::Batch::Mgmt::V2019_08_01::Models::BatchAccountCreateParameters
|
23
|
-
NetworkSecurityGroupRule = Azure::Batch::Mgmt::V2019_08_01::Models::NetworkSecurityGroupRule
|
24
|
-
VirtualMachineFamilyCoreQuota = Azure::Batch::Mgmt::V2019_08_01::Models::VirtualMachineFamilyCoreQuota
|
25
|
-
InboundNatPool = Azure::Batch::Mgmt::V2019_08_01::Models::InboundNatPool
|
26
|
-
BatchAccountUpdateParameters = Azure::Batch::Mgmt::V2019_08_01::Models::BatchAccountUpdateParameters
|
27
|
-
PoolEndpointConfiguration = Azure::Batch::Mgmt::V2019_08_01::Models::PoolEndpointConfiguration
|
28
|
-
BatchAccountRegenerateKeyParameters = Azure::Batch::Mgmt::V2019_08_01::Models::BatchAccountRegenerateKeyParameters
|
29
|
-
NetworkConfiguration = Azure::Batch::Mgmt::V2019_08_01::Models::NetworkConfiguration
|
30
|
-
ActivateApplicationPackageParameters = Azure::Batch::Mgmt::V2019_08_01::Models::ActivateApplicationPackageParameters
|
31
|
-
TaskSchedulingPolicy = Azure::Batch::Mgmt::V2019_08_01::Models::TaskSchedulingPolicy
|
32
|
-
BatchAccountKeys = Azure::Batch::Mgmt::V2019_08_01::Models::BatchAccountKeys
|
33
|
-
ListApplicationsResult = Azure::Batch::Mgmt::V2019_08_01::Models::ListApplicationsResult
|
34
|
-
OperationDisplay = Azure::Batch::Mgmt::V2019_08_01::Models::OperationDisplay
|
35
|
-
BatchLocationQuota = Azure::Batch::Mgmt::V2019_08_01::Models::BatchLocationQuota
|
36
|
-
OperationListResult = Azure::Batch::Mgmt::V2019_08_01::Models::OperationListResult
|
37
|
-
ProxyResource = Azure::Batch::Mgmt::V2019_08_01::Models::ProxyResource
|
38
|
-
LinuxUserConfiguration = Azure::Batch::Mgmt::V2019_08_01::Models::LinuxUserConfiguration
|
39
|
-
DeleteCertificateError = Azure::Batch::Mgmt::V2019_08_01::Models::DeleteCertificateError
|
40
|
-
WindowsUserConfiguration = Azure::Batch::Mgmt::V2019_08_01::Models::WindowsUserConfiguration
|
41
|
-
CheckNameAvailabilityParameters = Azure::Batch::Mgmt::V2019_08_01::Models::CheckNameAvailabilityParameters
|
42
|
-
UserAccount = Azure::Batch::Mgmt::V2019_08_01::Models::UserAccount
|
43
|
-
CloudServiceConfiguration = Azure::Batch::Mgmt::V2019_08_01::Models::CloudServiceConfiguration
|
44
|
-
MetadataItem = Azure::Batch::Mgmt::V2019_08_01::Models::MetadataItem
|
45
|
-
WindowsConfiguration = Azure::Batch::Mgmt::V2019_08_01::Models::WindowsConfiguration
|
46
|
-
ResourceFile = Azure::Batch::Mgmt::V2019_08_01::Models::ResourceFile
|
47
|
-
ContainerRegistry = Azure::Batch::Mgmt::V2019_08_01::Models::ContainerRegistry
|
48
|
-
EnvironmentSetting = Azure::Batch::Mgmt::V2019_08_01::Models::EnvironmentSetting
|
49
|
-
VirtualMachineConfiguration = Azure::Batch::Mgmt::V2019_08_01::Models::VirtualMachineConfiguration
|
50
|
-
AutoUserSpecification = Azure::Batch::Mgmt::V2019_08_01::Models::AutoUserSpecification
|
51
|
-
FixedScaleSettings = Azure::Batch::Mgmt::V2019_08_01::Models::FixedScaleSettings
|
52
|
-
UserIdentity = Azure::Batch::Mgmt::V2019_08_01::Models::UserIdentity
|
53
|
-
ScaleSettings = Azure::Batch::Mgmt::V2019_08_01::Models::ScaleSettings
|
54
|
-
TaskContainerSettings = Azure::Batch::Mgmt::V2019_08_01::Models::TaskContainerSettings
|
55
|
-
KeyVaultReference = Azure::Batch::Mgmt::V2019_08_01::Models::KeyVaultReference
|
56
|
-
BatchAccountListResult = Azure::Batch::Mgmt::V2019_08_01::Models::BatchAccountListResult
|
57
|
-
StartTask = Azure::Batch::Mgmt::V2019_08_01::Models::StartTask
|
58
|
-
Resource = Azure::Batch::Mgmt::V2019_08_01::Models::Resource
|
59
|
-
CertificateReference = Azure::Batch::Mgmt::V2019_08_01::Models::CertificateReference
|
60
|
-
CheckNameAvailabilityResult = Azure::Batch::Mgmt::V2019_08_01::Models::CheckNameAvailabilityResult
|
61
|
-
ApplicationPackageReference = Azure::Batch::Mgmt::V2019_08_01::Models::ApplicationPackageReference
|
62
|
-
ImageReference = Azure::Batch::Mgmt::V2019_08_01::Models::ImageReference
|
63
|
-
ResizeError = Azure::Batch::Mgmt::V2019_08_01::Models::ResizeError
|
64
|
-
ContainerConfiguration = Azure::Batch::Mgmt::V2019_08_01::Models::ContainerConfiguration
|
65
|
-
ResizeOperationStatus = Azure::Batch::Mgmt::V2019_08_01::Models::ResizeOperationStatus
|
66
|
-
AutoScaleSettings = Azure::Batch::Mgmt::V2019_08_01::Models::AutoScaleSettings
|
67
|
-
AzureBlobFileSystemConfiguration = Azure::Batch::Mgmt::V2019_08_01::Models::AzureBlobFileSystemConfiguration
|
68
|
-
ListApplicationPackagesResult = Azure::Batch::Mgmt::V2019_08_01::Models::ListApplicationPackagesResult
|
69
|
-
NFSMountConfiguration = Azure::Batch::Mgmt::V2019_08_01::Models::NFSMountConfiguration
|
70
|
-
ListCertificatesResult = Azure::Batch::Mgmt::V2019_08_01::Models::ListCertificatesResult
|
71
|
-
CIFSMountConfiguration = Azure::Batch::Mgmt::V2019_08_01::Models::CIFSMountConfiguration
|
72
|
-
DeploymentConfiguration = Azure::Batch::Mgmt::V2019_08_01::Models::DeploymentConfiguration
|
73
|
-
AzureFileShareConfiguration = Azure::Batch::Mgmt::V2019_08_01::Models::AzureFileShareConfiguration
|
74
|
-
CertificateBaseProperties = Azure::Batch::Mgmt::V2019_08_01::Models::CertificateBaseProperties
|
75
|
-
MountConfiguration = Azure::Batch::Mgmt::V2019_08_01::Models::MountConfiguration
|
76
|
-
Operation = Azure::Batch::Mgmt::V2019_08_01::Models::Operation
|
77
|
-
DataDisk = Azure::Batch::Mgmt::V2019_08_01::Models::DataDisk
|
78
|
-
ListPoolsResult = Azure::Batch::Mgmt::V2019_08_01::Models::ListPoolsResult
|
79
|
-
AutoStorageProperties = Azure::Batch::Mgmt::V2019_08_01::Models::AutoStorageProperties
|
80
|
-
BatchAccount = Azure::Batch::Mgmt::V2019_08_01::Models::BatchAccount
|
81
|
-
Application = Azure::Batch::Mgmt::V2019_08_01::Models::Application
|
82
|
-
ApplicationPackage = Azure::Batch::Mgmt::V2019_08_01::Models::ApplicationPackage
|
83
|
-
Certificate = Azure::Batch::Mgmt::V2019_08_01::Models::Certificate
|
84
|
-
CertificateCreateOrUpdateParameters = Azure::Batch::Mgmt::V2019_08_01::Models::CertificateCreateOrUpdateParameters
|
85
|
-
Pool = Azure::Batch::Mgmt::V2019_08_01::Models::Pool
|
86
|
-
PoolAllocationMode = Azure::Batch::Mgmt::V2019_08_01::Models::PoolAllocationMode
|
87
|
-
ProvisioningState = Azure::Batch::Mgmt::V2019_08_01::Models::ProvisioningState
|
88
|
-
AccountKeyType = Azure::Batch::Mgmt::V2019_08_01::Models::AccountKeyType
|
89
|
-
PackageState = Azure::Batch::Mgmt::V2019_08_01::Models::PackageState
|
90
|
-
CertificateFormat = Azure::Batch::Mgmt::V2019_08_01::Models::CertificateFormat
|
91
|
-
CertificateProvisioningState = Azure::Batch::Mgmt::V2019_08_01::Models::CertificateProvisioningState
|
92
|
-
PoolProvisioningState = Azure::Batch::Mgmt::V2019_08_01::Models::PoolProvisioningState
|
93
|
-
AllocationState = Azure::Batch::Mgmt::V2019_08_01::Models::AllocationState
|
94
|
-
CachingType = Azure::Batch::Mgmt::V2019_08_01::Models::CachingType
|
95
|
-
StorageAccountType = Azure::Batch::Mgmt::V2019_08_01::Models::StorageAccountType
|
96
|
-
ComputeNodeDeallocationOption = Azure::Batch::Mgmt::V2019_08_01::Models::ComputeNodeDeallocationOption
|
97
|
-
InterNodeCommunicationState = Azure::Batch::Mgmt::V2019_08_01::Models::InterNodeCommunicationState
|
98
|
-
InboundEndpointProtocol = Azure::Batch::Mgmt::V2019_08_01::Models::InboundEndpointProtocol
|
99
|
-
NetworkSecurityGroupRuleAccess = Azure::Batch::Mgmt::V2019_08_01::Models::NetworkSecurityGroupRuleAccess
|
100
|
-
ComputeNodeFillType = Azure::Batch::Mgmt::V2019_08_01::Models::ComputeNodeFillType
|
101
|
-
ElevationLevel = Azure::Batch::Mgmt::V2019_08_01::Models::ElevationLevel
|
102
|
-
LoginMode = Azure::Batch::Mgmt::V2019_08_01::Models::LoginMode
|
103
|
-
AutoUserScope = Azure::Batch::Mgmt::V2019_08_01::Models::AutoUserScope
|
104
|
-
ContainerWorkingDirectory = Azure::Batch::Mgmt::V2019_08_01::Models::ContainerWorkingDirectory
|
105
|
-
CertificateStoreLocation = Azure::Batch::Mgmt::V2019_08_01::Models::CertificateStoreLocation
|
106
|
-
CertificateVisibility = Azure::Batch::Mgmt::V2019_08_01::Models::CertificateVisibility
|
107
|
-
NameAvailabilityReason = Azure::Batch::Mgmt::V2019_08_01::Models::NameAvailabilityReason
|
108
|
-
end
|
109
|
-
|
110
|
-
class BatchManagementClass
|
111
|
-
attr_reader :batch_account_operations, :application_package_operations, :application_operations, :location, :operations, :certificate_operations, :pool_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::Batch::Mgmt::V2019_08_01::BatchManagementClient.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
|
-
@batch_account_operations = @client_0.batch_account_operations
|
122
|
-
@application_package_operations = @client_0.application_package_operations
|
123
|
-
@application_operations = @client_0.application_operations
|
124
|
-
@location = @client_0.location
|
125
|
-
@operations = @client_0.operations
|
126
|
-
@certificate_operations = @client_0.certificate_operations
|
127
|
-
@pool_operations = @client_0.pool_operations
|
128
|
-
|
129
|
-
@model_classes = ModelClasses.new
|
130
|
-
end
|
131
|
-
|
132
|
-
def add_telemetry(client)
|
133
|
-
profile_information = "Profiles/azure_sdk/#{Azure::VERSION}/Latest/Batch/Mgmt"
|
134
|
-
client.add_user_agent_information(profile_information)
|
135
|
-
end
|
136
|
-
|
137
|
-
def method_missing(method, *args)
|
138
|
-
if @client_0.respond_to?method
|
139
|
-
@client_0.send(method, *args)
|
140
|
-
else
|
141
|
-
super
|
142
|
-
end
|
143
|
-
end
|
144
|
-
|
145
|
-
class ModelClasses
|
146
|
-
def auto_scale_run_error
|
147
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::AutoScaleRunError
|
148
|
-
end
|
149
|
-
def auto_storage_base_properties
|
150
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::AutoStorageBaseProperties
|
151
|
-
end
|
152
|
-
def auto_scale_run
|
153
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::AutoScaleRun
|
154
|
-
end
|
155
|
-
def batch_account_create_parameters
|
156
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::BatchAccountCreateParameters
|
157
|
-
end
|
158
|
-
def network_security_group_rule
|
159
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::NetworkSecurityGroupRule
|
160
|
-
end
|
161
|
-
def virtual_machine_family_core_quota
|
162
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::VirtualMachineFamilyCoreQuota
|
163
|
-
end
|
164
|
-
def inbound_nat_pool
|
165
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::InboundNatPool
|
166
|
-
end
|
167
|
-
def batch_account_update_parameters
|
168
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::BatchAccountUpdateParameters
|
169
|
-
end
|
170
|
-
def pool_endpoint_configuration
|
171
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::PoolEndpointConfiguration
|
172
|
-
end
|
173
|
-
def batch_account_regenerate_key_parameters
|
174
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::BatchAccountRegenerateKeyParameters
|
175
|
-
end
|
176
|
-
def network_configuration
|
177
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::NetworkConfiguration
|
178
|
-
end
|
179
|
-
def activate_application_package_parameters
|
180
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::ActivateApplicationPackageParameters
|
181
|
-
end
|
182
|
-
def task_scheduling_policy
|
183
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::TaskSchedulingPolicy
|
184
|
-
end
|
185
|
-
def batch_account_keys
|
186
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::BatchAccountKeys
|
187
|
-
end
|
188
|
-
def list_applications_result
|
189
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::ListApplicationsResult
|
190
|
-
end
|
191
|
-
def operation_display
|
192
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::OperationDisplay
|
193
|
-
end
|
194
|
-
def batch_location_quota
|
195
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::BatchLocationQuota
|
196
|
-
end
|
197
|
-
def operation_list_result
|
198
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::OperationListResult
|
199
|
-
end
|
200
|
-
def proxy_resource
|
201
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::ProxyResource
|
202
|
-
end
|
203
|
-
def linux_user_configuration
|
204
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::LinuxUserConfiguration
|
205
|
-
end
|
206
|
-
def delete_certificate_error
|
207
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::DeleteCertificateError
|
208
|
-
end
|
209
|
-
def windows_user_configuration
|
210
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::WindowsUserConfiguration
|
211
|
-
end
|
212
|
-
def check_name_availability_parameters
|
213
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::CheckNameAvailabilityParameters
|
214
|
-
end
|
215
|
-
def user_account
|
216
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::UserAccount
|
217
|
-
end
|
218
|
-
def cloud_service_configuration
|
219
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::CloudServiceConfiguration
|
220
|
-
end
|
221
|
-
def metadata_item
|
222
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::MetadataItem
|
223
|
-
end
|
224
|
-
def windows_configuration
|
225
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::WindowsConfiguration
|
226
|
-
end
|
227
|
-
def resource_file
|
228
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::ResourceFile
|
229
|
-
end
|
230
|
-
def container_registry
|
231
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::ContainerRegistry
|
232
|
-
end
|
233
|
-
def environment_setting
|
234
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::EnvironmentSetting
|
235
|
-
end
|
236
|
-
def virtual_machine_configuration
|
237
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::VirtualMachineConfiguration
|
238
|
-
end
|
239
|
-
def auto_user_specification
|
240
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::AutoUserSpecification
|
241
|
-
end
|
242
|
-
def fixed_scale_settings
|
243
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::FixedScaleSettings
|
244
|
-
end
|
245
|
-
def user_identity
|
246
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::UserIdentity
|
247
|
-
end
|
248
|
-
def scale_settings
|
249
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::ScaleSettings
|
250
|
-
end
|
251
|
-
def task_container_settings
|
252
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::TaskContainerSettings
|
253
|
-
end
|
254
|
-
def key_vault_reference
|
255
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::KeyVaultReference
|
256
|
-
end
|
257
|
-
def batch_account_list_result
|
258
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::BatchAccountListResult
|
259
|
-
end
|
260
|
-
def start_task
|
261
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::StartTask
|
262
|
-
end
|
263
|
-
def resource
|
264
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::Resource
|
265
|
-
end
|
266
|
-
def certificate_reference
|
267
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::CertificateReference
|
268
|
-
end
|
269
|
-
def check_name_availability_result
|
270
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::CheckNameAvailabilityResult
|
271
|
-
end
|
272
|
-
def application_package_reference
|
273
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::ApplicationPackageReference
|
274
|
-
end
|
275
|
-
def image_reference
|
276
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::ImageReference
|
277
|
-
end
|
278
|
-
def resize_error
|
279
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::ResizeError
|
280
|
-
end
|
281
|
-
def container_configuration
|
282
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::ContainerConfiguration
|
283
|
-
end
|
284
|
-
def resize_operation_status
|
285
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::ResizeOperationStatus
|
286
|
-
end
|
287
|
-
def auto_scale_settings
|
288
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::AutoScaleSettings
|
289
|
-
end
|
290
|
-
def azure_blob_file_system_configuration
|
291
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::AzureBlobFileSystemConfiguration
|
292
|
-
end
|
293
|
-
def list_application_packages_result
|
294
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::ListApplicationPackagesResult
|
295
|
-
end
|
296
|
-
def nfsmount_configuration
|
297
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::NFSMountConfiguration
|
298
|
-
end
|
299
|
-
def list_certificates_result
|
300
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::ListCertificatesResult
|
301
|
-
end
|
302
|
-
def cifsmount_configuration
|
303
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::CIFSMountConfiguration
|
304
|
-
end
|
305
|
-
def deployment_configuration
|
306
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::DeploymentConfiguration
|
307
|
-
end
|
308
|
-
def azure_file_share_configuration
|
309
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::AzureFileShareConfiguration
|
310
|
-
end
|
311
|
-
def certificate_base_properties
|
312
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::CertificateBaseProperties
|
313
|
-
end
|
314
|
-
def mount_configuration
|
315
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::MountConfiguration
|
316
|
-
end
|
317
|
-
def operation
|
318
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::Operation
|
319
|
-
end
|
320
|
-
def data_disk
|
321
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::DataDisk
|
322
|
-
end
|
323
|
-
def list_pools_result
|
324
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::ListPoolsResult
|
325
|
-
end
|
326
|
-
def auto_storage_properties
|
327
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::AutoStorageProperties
|
328
|
-
end
|
329
|
-
def batch_account
|
330
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::BatchAccount
|
331
|
-
end
|
332
|
-
def application
|
333
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::Application
|
334
|
-
end
|
335
|
-
def application_package
|
336
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::ApplicationPackage
|
337
|
-
end
|
338
|
-
def certificate
|
339
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::Certificate
|
340
|
-
end
|
341
|
-
def certificate_create_or_update_parameters
|
342
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::CertificateCreateOrUpdateParameters
|
343
|
-
end
|
344
|
-
def pool
|
345
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::Pool
|
346
|
-
end
|
347
|
-
def pool_allocation_mode
|
348
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::PoolAllocationMode
|
349
|
-
end
|
350
|
-
def provisioning_state
|
351
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::ProvisioningState
|
352
|
-
end
|
353
|
-
def account_key_type
|
354
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::AccountKeyType
|
355
|
-
end
|
356
|
-
def package_state
|
357
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::PackageState
|
358
|
-
end
|
359
|
-
def certificate_format
|
360
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::CertificateFormat
|
361
|
-
end
|
362
|
-
def certificate_provisioning_state
|
363
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::CertificateProvisioningState
|
364
|
-
end
|
365
|
-
def pool_provisioning_state
|
366
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::PoolProvisioningState
|
367
|
-
end
|
368
|
-
def allocation_state
|
369
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::AllocationState
|
370
|
-
end
|
371
|
-
def caching_type
|
372
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::CachingType
|
373
|
-
end
|
374
|
-
def storage_account_type
|
375
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::StorageAccountType
|
376
|
-
end
|
377
|
-
def compute_node_deallocation_option
|
378
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::ComputeNodeDeallocationOption
|
379
|
-
end
|
380
|
-
def inter_node_communication_state
|
381
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::InterNodeCommunicationState
|
382
|
-
end
|
383
|
-
def inbound_endpoint_protocol
|
384
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::InboundEndpointProtocol
|
385
|
-
end
|
386
|
-
def network_security_group_rule_access
|
387
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::NetworkSecurityGroupRuleAccess
|
388
|
-
end
|
389
|
-
def compute_node_fill_type
|
390
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::ComputeNodeFillType
|
391
|
-
end
|
392
|
-
def elevation_level
|
393
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::ElevationLevel
|
394
|
-
end
|
395
|
-
def login_mode
|
396
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::LoginMode
|
397
|
-
end
|
398
|
-
def auto_user_scope
|
399
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::AutoUserScope
|
400
|
-
end
|
401
|
-
def container_working_directory
|
402
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::ContainerWorkingDirectory
|
403
|
-
end
|
404
|
-
def certificate_store_location
|
405
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::CertificateStoreLocation
|
406
|
-
end
|
407
|
-
def certificate_visibility
|
408
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::CertificateVisibility
|
409
|
-
end
|
410
|
-
def name_availability_reason
|
411
|
-
Azure::Batch::Mgmt::V2019_08_01::Models::NameAvailabilityReason
|
412
|
-
end
|
413
|
-
end
|
414
|
-
end
|
415
|
-
end
|
416
|
-
end
|
417
|
-
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_batch'
|
6
|
+
|
7
|
+
module Azure::Profiles::Latest
|
8
|
+
module Batch
|
9
|
+
module Mgmt
|
10
|
+
BatchAccountOperations = Azure::Batch::Mgmt::V2019_08_01::BatchAccountOperations
|
11
|
+
ApplicationPackageOperations = Azure::Batch::Mgmt::V2019_08_01::ApplicationPackageOperations
|
12
|
+
ApplicationOperations = Azure::Batch::Mgmt::V2019_08_01::ApplicationOperations
|
13
|
+
Location = Azure::Batch::Mgmt::V2019_08_01::Location
|
14
|
+
Operations = Azure::Batch::Mgmt::V2019_08_01::Operations
|
15
|
+
CertificateOperations = Azure::Batch::Mgmt::V2019_08_01::CertificateOperations
|
16
|
+
PoolOperations = Azure::Batch::Mgmt::V2019_08_01::PoolOperations
|
17
|
+
|
18
|
+
module Models
|
19
|
+
AutoScaleRunError = Azure::Batch::Mgmt::V2019_08_01::Models::AutoScaleRunError
|
20
|
+
AutoStorageBaseProperties = Azure::Batch::Mgmt::V2019_08_01::Models::AutoStorageBaseProperties
|
21
|
+
AutoScaleRun = Azure::Batch::Mgmt::V2019_08_01::Models::AutoScaleRun
|
22
|
+
BatchAccountCreateParameters = Azure::Batch::Mgmt::V2019_08_01::Models::BatchAccountCreateParameters
|
23
|
+
NetworkSecurityGroupRule = Azure::Batch::Mgmt::V2019_08_01::Models::NetworkSecurityGroupRule
|
24
|
+
VirtualMachineFamilyCoreQuota = Azure::Batch::Mgmt::V2019_08_01::Models::VirtualMachineFamilyCoreQuota
|
25
|
+
InboundNatPool = Azure::Batch::Mgmt::V2019_08_01::Models::InboundNatPool
|
26
|
+
BatchAccountUpdateParameters = Azure::Batch::Mgmt::V2019_08_01::Models::BatchAccountUpdateParameters
|
27
|
+
PoolEndpointConfiguration = Azure::Batch::Mgmt::V2019_08_01::Models::PoolEndpointConfiguration
|
28
|
+
BatchAccountRegenerateKeyParameters = Azure::Batch::Mgmt::V2019_08_01::Models::BatchAccountRegenerateKeyParameters
|
29
|
+
NetworkConfiguration = Azure::Batch::Mgmt::V2019_08_01::Models::NetworkConfiguration
|
30
|
+
ActivateApplicationPackageParameters = Azure::Batch::Mgmt::V2019_08_01::Models::ActivateApplicationPackageParameters
|
31
|
+
TaskSchedulingPolicy = Azure::Batch::Mgmt::V2019_08_01::Models::TaskSchedulingPolicy
|
32
|
+
BatchAccountKeys = Azure::Batch::Mgmt::V2019_08_01::Models::BatchAccountKeys
|
33
|
+
ListApplicationsResult = Azure::Batch::Mgmt::V2019_08_01::Models::ListApplicationsResult
|
34
|
+
OperationDisplay = Azure::Batch::Mgmt::V2019_08_01::Models::OperationDisplay
|
35
|
+
BatchLocationQuota = Azure::Batch::Mgmt::V2019_08_01::Models::BatchLocationQuota
|
36
|
+
OperationListResult = Azure::Batch::Mgmt::V2019_08_01::Models::OperationListResult
|
37
|
+
ProxyResource = Azure::Batch::Mgmt::V2019_08_01::Models::ProxyResource
|
38
|
+
LinuxUserConfiguration = Azure::Batch::Mgmt::V2019_08_01::Models::LinuxUserConfiguration
|
39
|
+
DeleteCertificateError = Azure::Batch::Mgmt::V2019_08_01::Models::DeleteCertificateError
|
40
|
+
WindowsUserConfiguration = Azure::Batch::Mgmt::V2019_08_01::Models::WindowsUserConfiguration
|
41
|
+
CheckNameAvailabilityParameters = Azure::Batch::Mgmt::V2019_08_01::Models::CheckNameAvailabilityParameters
|
42
|
+
UserAccount = Azure::Batch::Mgmt::V2019_08_01::Models::UserAccount
|
43
|
+
CloudServiceConfiguration = Azure::Batch::Mgmt::V2019_08_01::Models::CloudServiceConfiguration
|
44
|
+
MetadataItem = Azure::Batch::Mgmt::V2019_08_01::Models::MetadataItem
|
45
|
+
WindowsConfiguration = Azure::Batch::Mgmt::V2019_08_01::Models::WindowsConfiguration
|
46
|
+
ResourceFile = Azure::Batch::Mgmt::V2019_08_01::Models::ResourceFile
|
47
|
+
ContainerRegistry = Azure::Batch::Mgmt::V2019_08_01::Models::ContainerRegistry
|
48
|
+
EnvironmentSetting = Azure::Batch::Mgmt::V2019_08_01::Models::EnvironmentSetting
|
49
|
+
VirtualMachineConfiguration = Azure::Batch::Mgmt::V2019_08_01::Models::VirtualMachineConfiguration
|
50
|
+
AutoUserSpecification = Azure::Batch::Mgmt::V2019_08_01::Models::AutoUserSpecification
|
51
|
+
FixedScaleSettings = Azure::Batch::Mgmt::V2019_08_01::Models::FixedScaleSettings
|
52
|
+
UserIdentity = Azure::Batch::Mgmt::V2019_08_01::Models::UserIdentity
|
53
|
+
ScaleSettings = Azure::Batch::Mgmt::V2019_08_01::Models::ScaleSettings
|
54
|
+
TaskContainerSettings = Azure::Batch::Mgmt::V2019_08_01::Models::TaskContainerSettings
|
55
|
+
KeyVaultReference = Azure::Batch::Mgmt::V2019_08_01::Models::KeyVaultReference
|
56
|
+
BatchAccountListResult = Azure::Batch::Mgmt::V2019_08_01::Models::BatchAccountListResult
|
57
|
+
StartTask = Azure::Batch::Mgmt::V2019_08_01::Models::StartTask
|
58
|
+
Resource = Azure::Batch::Mgmt::V2019_08_01::Models::Resource
|
59
|
+
CertificateReference = Azure::Batch::Mgmt::V2019_08_01::Models::CertificateReference
|
60
|
+
CheckNameAvailabilityResult = Azure::Batch::Mgmt::V2019_08_01::Models::CheckNameAvailabilityResult
|
61
|
+
ApplicationPackageReference = Azure::Batch::Mgmt::V2019_08_01::Models::ApplicationPackageReference
|
62
|
+
ImageReference = Azure::Batch::Mgmt::V2019_08_01::Models::ImageReference
|
63
|
+
ResizeError = Azure::Batch::Mgmt::V2019_08_01::Models::ResizeError
|
64
|
+
ContainerConfiguration = Azure::Batch::Mgmt::V2019_08_01::Models::ContainerConfiguration
|
65
|
+
ResizeOperationStatus = Azure::Batch::Mgmt::V2019_08_01::Models::ResizeOperationStatus
|
66
|
+
AutoScaleSettings = Azure::Batch::Mgmt::V2019_08_01::Models::AutoScaleSettings
|
67
|
+
AzureBlobFileSystemConfiguration = Azure::Batch::Mgmt::V2019_08_01::Models::AzureBlobFileSystemConfiguration
|
68
|
+
ListApplicationPackagesResult = Azure::Batch::Mgmt::V2019_08_01::Models::ListApplicationPackagesResult
|
69
|
+
NFSMountConfiguration = Azure::Batch::Mgmt::V2019_08_01::Models::NFSMountConfiguration
|
70
|
+
ListCertificatesResult = Azure::Batch::Mgmt::V2019_08_01::Models::ListCertificatesResult
|
71
|
+
CIFSMountConfiguration = Azure::Batch::Mgmt::V2019_08_01::Models::CIFSMountConfiguration
|
72
|
+
DeploymentConfiguration = Azure::Batch::Mgmt::V2019_08_01::Models::DeploymentConfiguration
|
73
|
+
AzureFileShareConfiguration = Azure::Batch::Mgmt::V2019_08_01::Models::AzureFileShareConfiguration
|
74
|
+
CertificateBaseProperties = Azure::Batch::Mgmt::V2019_08_01::Models::CertificateBaseProperties
|
75
|
+
MountConfiguration = Azure::Batch::Mgmt::V2019_08_01::Models::MountConfiguration
|
76
|
+
Operation = Azure::Batch::Mgmt::V2019_08_01::Models::Operation
|
77
|
+
DataDisk = Azure::Batch::Mgmt::V2019_08_01::Models::DataDisk
|
78
|
+
ListPoolsResult = Azure::Batch::Mgmt::V2019_08_01::Models::ListPoolsResult
|
79
|
+
AutoStorageProperties = Azure::Batch::Mgmt::V2019_08_01::Models::AutoStorageProperties
|
80
|
+
BatchAccount = Azure::Batch::Mgmt::V2019_08_01::Models::BatchAccount
|
81
|
+
Application = Azure::Batch::Mgmt::V2019_08_01::Models::Application
|
82
|
+
ApplicationPackage = Azure::Batch::Mgmt::V2019_08_01::Models::ApplicationPackage
|
83
|
+
Certificate = Azure::Batch::Mgmt::V2019_08_01::Models::Certificate
|
84
|
+
CertificateCreateOrUpdateParameters = Azure::Batch::Mgmt::V2019_08_01::Models::CertificateCreateOrUpdateParameters
|
85
|
+
Pool = Azure::Batch::Mgmt::V2019_08_01::Models::Pool
|
86
|
+
PoolAllocationMode = Azure::Batch::Mgmt::V2019_08_01::Models::PoolAllocationMode
|
87
|
+
ProvisioningState = Azure::Batch::Mgmt::V2019_08_01::Models::ProvisioningState
|
88
|
+
AccountKeyType = Azure::Batch::Mgmt::V2019_08_01::Models::AccountKeyType
|
89
|
+
PackageState = Azure::Batch::Mgmt::V2019_08_01::Models::PackageState
|
90
|
+
CertificateFormat = Azure::Batch::Mgmt::V2019_08_01::Models::CertificateFormat
|
91
|
+
CertificateProvisioningState = Azure::Batch::Mgmt::V2019_08_01::Models::CertificateProvisioningState
|
92
|
+
PoolProvisioningState = Azure::Batch::Mgmt::V2019_08_01::Models::PoolProvisioningState
|
93
|
+
AllocationState = Azure::Batch::Mgmt::V2019_08_01::Models::AllocationState
|
94
|
+
CachingType = Azure::Batch::Mgmt::V2019_08_01::Models::CachingType
|
95
|
+
StorageAccountType = Azure::Batch::Mgmt::V2019_08_01::Models::StorageAccountType
|
96
|
+
ComputeNodeDeallocationOption = Azure::Batch::Mgmt::V2019_08_01::Models::ComputeNodeDeallocationOption
|
97
|
+
InterNodeCommunicationState = Azure::Batch::Mgmt::V2019_08_01::Models::InterNodeCommunicationState
|
98
|
+
InboundEndpointProtocol = Azure::Batch::Mgmt::V2019_08_01::Models::InboundEndpointProtocol
|
99
|
+
NetworkSecurityGroupRuleAccess = Azure::Batch::Mgmt::V2019_08_01::Models::NetworkSecurityGroupRuleAccess
|
100
|
+
ComputeNodeFillType = Azure::Batch::Mgmt::V2019_08_01::Models::ComputeNodeFillType
|
101
|
+
ElevationLevel = Azure::Batch::Mgmt::V2019_08_01::Models::ElevationLevel
|
102
|
+
LoginMode = Azure::Batch::Mgmt::V2019_08_01::Models::LoginMode
|
103
|
+
AutoUserScope = Azure::Batch::Mgmt::V2019_08_01::Models::AutoUserScope
|
104
|
+
ContainerWorkingDirectory = Azure::Batch::Mgmt::V2019_08_01::Models::ContainerWorkingDirectory
|
105
|
+
CertificateStoreLocation = Azure::Batch::Mgmt::V2019_08_01::Models::CertificateStoreLocation
|
106
|
+
CertificateVisibility = Azure::Batch::Mgmt::V2019_08_01::Models::CertificateVisibility
|
107
|
+
NameAvailabilityReason = Azure::Batch::Mgmt::V2019_08_01::Models::NameAvailabilityReason
|
108
|
+
end
|
109
|
+
|
110
|
+
class BatchManagementClass
|
111
|
+
attr_reader :batch_account_operations, :application_package_operations, :application_operations, :location, :operations, :certificate_operations, :pool_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::Batch::Mgmt::V2019_08_01::BatchManagementClient.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
|
+
@batch_account_operations = @client_0.batch_account_operations
|
122
|
+
@application_package_operations = @client_0.application_package_operations
|
123
|
+
@application_operations = @client_0.application_operations
|
124
|
+
@location = @client_0.location
|
125
|
+
@operations = @client_0.operations
|
126
|
+
@certificate_operations = @client_0.certificate_operations
|
127
|
+
@pool_operations = @client_0.pool_operations
|
128
|
+
|
129
|
+
@model_classes = ModelClasses.new
|
130
|
+
end
|
131
|
+
|
132
|
+
def add_telemetry(client)
|
133
|
+
profile_information = "Profiles/azure_sdk/#{Azure::VERSION}/Latest/Batch/Mgmt"
|
134
|
+
client.add_user_agent_information(profile_information)
|
135
|
+
end
|
136
|
+
|
137
|
+
def method_missing(method, *args)
|
138
|
+
if @client_0.respond_to?method
|
139
|
+
@client_0.send(method, *args)
|
140
|
+
else
|
141
|
+
super
|
142
|
+
end
|
143
|
+
end
|
144
|
+
|
145
|
+
class ModelClasses
|
146
|
+
def auto_scale_run_error
|
147
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::AutoScaleRunError
|
148
|
+
end
|
149
|
+
def auto_storage_base_properties
|
150
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::AutoStorageBaseProperties
|
151
|
+
end
|
152
|
+
def auto_scale_run
|
153
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::AutoScaleRun
|
154
|
+
end
|
155
|
+
def batch_account_create_parameters
|
156
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::BatchAccountCreateParameters
|
157
|
+
end
|
158
|
+
def network_security_group_rule
|
159
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::NetworkSecurityGroupRule
|
160
|
+
end
|
161
|
+
def virtual_machine_family_core_quota
|
162
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::VirtualMachineFamilyCoreQuota
|
163
|
+
end
|
164
|
+
def inbound_nat_pool
|
165
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::InboundNatPool
|
166
|
+
end
|
167
|
+
def batch_account_update_parameters
|
168
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::BatchAccountUpdateParameters
|
169
|
+
end
|
170
|
+
def pool_endpoint_configuration
|
171
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::PoolEndpointConfiguration
|
172
|
+
end
|
173
|
+
def batch_account_regenerate_key_parameters
|
174
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::BatchAccountRegenerateKeyParameters
|
175
|
+
end
|
176
|
+
def network_configuration
|
177
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::NetworkConfiguration
|
178
|
+
end
|
179
|
+
def activate_application_package_parameters
|
180
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::ActivateApplicationPackageParameters
|
181
|
+
end
|
182
|
+
def task_scheduling_policy
|
183
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::TaskSchedulingPolicy
|
184
|
+
end
|
185
|
+
def batch_account_keys
|
186
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::BatchAccountKeys
|
187
|
+
end
|
188
|
+
def list_applications_result
|
189
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::ListApplicationsResult
|
190
|
+
end
|
191
|
+
def operation_display
|
192
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::OperationDisplay
|
193
|
+
end
|
194
|
+
def batch_location_quota
|
195
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::BatchLocationQuota
|
196
|
+
end
|
197
|
+
def operation_list_result
|
198
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::OperationListResult
|
199
|
+
end
|
200
|
+
def proxy_resource
|
201
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::ProxyResource
|
202
|
+
end
|
203
|
+
def linux_user_configuration
|
204
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::LinuxUserConfiguration
|
205
|
+
end
|
206
|
+
def delete_certificate_error
|
207
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::DeleteCertificateError
|
208
|
+
end
|
209
|
+
def windows_user_configuration
|
210
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::WindowsUserConfiguration
|
211
|
+
end
|
212
|
+
def check_name_availability_parameters
|
213
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::CheckNameAvailabilityParameters
|
214
|
+
end
|
215
|
+
def user_account
|
216
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::UserAccount
|
217
|
+
end
|
218
|
+
def cloud_service_configuration
|
219
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::CloudServiceConfiguration
|
220
|
+
end
|
221
|
+
def metadata_item
|
222
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::MetadataItem
|
223
|
+
end
|
224
|
+
def windows_configuration
|
225
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::WindowsConfiguration
|
226
|
+
end
|
227
|
+
def resource_file
|
228
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::ResourceFile
|
229
|
+
end
|
230
|
+
def container_registry
|
231
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::ContainerRegistry
|
232
|
+
end
|
233
|
+
def environment_setting
|
234
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::EnvironmentSetting
|
235
|
+
end
|
236
|
+
def virtual_machine_configuration
|
237
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::VirtualMachineConfiguration
|
238
|
+
end
|
239
|
+
def auto_user_specification
|
240
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::AutoUserSpecification
|
241
|
+
end
|
242
|
+
def fixed_scale_settings
|
243
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::FixedScaleSettings
|
244
|
+
end
|
245
|
+
def user_identity
|
246
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::UserIdentity
|
247
|
+
end
|
248
|
+
def scale_settings
|
249
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::ScaleSettings
|
250
|
+
end
|
251
|
+
def task_container_settings
|
252
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::TaskContainerSettings
|
253
|
+
end
|
254
|
+
def key_vault_reference
|
255
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::KeyVaultReference
|
256
|
+
end
|
257
|
+
def batch_account_list_result
|
258
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::BatchAccountListResult
|
259
|
+
end
|
260
|
+
def start_task
|
261
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::StartTask
|
262
|
+
end
|
263
|
+
def resource
|
264
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::Resource
|
265
|
+
end
|
266
|
+
def certificate_reference
|
267
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::CertificateReference
|
268
|
+
end
|
269
|
+
def check_name_availability_result
|
270
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::CheckNameAvailabilityResult
|
271
|
+
end
|
272
|
+
def application_package_reference
|
273
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::ApplicationPackageReference
|
274
|
+
end
|
275
|
+
def image_reference
|
276
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::ImageReference
|
277
|
+
end
|
278
|
+
def resize_error
|
279
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::ResizeError
|
280
|
+
end
|
281
|
+
def container_configuration
|
282
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::ContainerConfiguration
|
283
|
+
end
|
284
|
+
def resize_operation_status
|
285
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::ResizeOperationStatus
|
286
|
+
end
|
287
|
+
def auto_scale_settings
|
288
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::AutoScaleSettings
|
289
|
+
end
|
290
|
+
def azure_blob_file_system_configuration
|
291
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::AzureBlobFileSystemConfiguration
|
292
|
+
end
|
293
|
+
def list_application_packages_result
|
294
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::ListApplicationPackagesResult
|
295
|
+
end
|
296
|
+
def nfsmount_configuration
|
297
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::NFSMountConfiguration
|
298
|
+
end
|
299
|
+
def list_certificates_result
|
300
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::ListCertificatesResult
|
301
|
+
end
|
302
|
+
def cifsmount_configuration
|
303
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::CIFSMountConfiguration
|
304
|
+
end
|
305
|
+
def deployment_configuration
|
306
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::DeploymentConfiguration
|
307
|
+
end
|
308
|
+
def azure_file_share_configuration
|
309
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::AzureFileShareConfiguration
|
310
|
+
end
|
311
|
+
def certificate_base_properties
|
312
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::CertificateBaseProperties
|
313
|
+
end
|
314
|
+
def mount_configuration
|
315
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::MountConfiguration
|
316
|
+
end
|
317
|
+
def operation
|
318
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::Operation
|
319
|
+
end
|
320
|
+
def data_disk
|
321
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::DataDisk
|
322
|
+
end
|
323
|
+
def list_pools_result
|
324
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::ListPoolsResult
|
325
|
+
end
|
326
|
+
def auto_storage_properties
|
327
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::AutoStorageProperties
|
328
|
+
end
|
329
|
+
def batch_account
|
330
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::BatchAccount
|
331
|
+
end
|
332
|
+
def application
|
333
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::Application
|
334
|
+
end
|
335
|
+
def application_package
|
336
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::ApplicationPackage
|
337
|
+
end
|
338
|
+
def certificate
|
339
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::Certificate
|
340
|
+
end
|
341
|
+
def certificate_create_or_update_parameters
|
342
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::CertificateCreateOrUpdateParameters
|
343
|
+
end
|
344
|
+
def pool
|
345
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::Pool
|
346
|
+
end
|
347
|
+
def pool_allocation_mode
|
348
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::PoolAllocationMode
|
349
|
+
end
|
350
|
+
def provisioning_state
|
351
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::ProvisioningState
|
352
|
+
end
|
353
|
+
def account_key_type
|
354
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::AccountKeyType
|
355
|
+
end
|
356
|
+
def package_state
|
357
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::PackageState
|
358
|
+
end
|
359
|
+
def certificate_format
|
360
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::CertificateFormat
|
361
|
+
end
|
362
|
+
def certificate_provisioning_state
|
363
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::CertificateProvisioningState
|
364
|
+
end
|
365
|
+
def pool_provisioning_state
|
366
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::PoolProvisioningState
|
367
|
+
end
|
368
|
+
def allocation_state
|
369
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::AllocationState
|
370
|
+
end
|
371
|
+
def caching_type
|
372
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::CachingType
|
373
|
+
end
|
374
|
+
def storage_account_type
|
375
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::StorageAccountType
|
376
|
+
end
|
377
|
+
def compute_node_deallocation_option
|
378
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::ComputeNodeDeallocationOption
|
379
|
+
end
|
380
|
+
def inter_node_communication_state
|
381
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::InterNodeCommunicationState
|
382
|
+
end
|
383
|
+
def inbound_endpoint_protocol
|
384
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::InboundEndpointProtocol
|
385
|
+
end
|
386
|
+
def network_security_group_rule_access
|
387
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::NetworkSecurityGroupRuleAccess
|
388
|
+
end
|
389
|
+
def compute_node_fill_type
|
390
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::ComputeNodeFillType
|
391
|
+
end
|
392
|
+
def elevation_level
|
393
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::ElevationLevel
|
394
|
+
end
|
395
|
+
def login_mode
|
396
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::LoginMode
|
397
|
+
end
|
398
|
+
def auto_user_scope
|
399
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::AutoUserScope
|
400
|
+
end
|
401
|
+
def container_working_directory
|
402
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::ContainerWorkingDirectory
|
403
|
+
end
|
404
|
+
def certificate_store_location
|
405
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::CertificateStoreLocation
|
406
|
+
end
|
407
|
+
def certificate_visibility
|
408
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::CertificateVisibility
|
409
|
+
end
|
410
|
+
def name_availability_reason
|
411
|
+
Azure::Batch::Mgmt::V2019_08_01::Models::NameAvailabilityReason
|
412
|
+
end
|
413
|
+
end
|
414
|
+
end
|
415
|
+
end
|
416
|
+
end
|
417
|
+
end
|