azure_sdk 0.65.0 → 0.69.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/azure_sdk.rb +1 -0
- data/lib/azure_sdk/version.rb +1 -1
- data/lib/latest/modules/cognitiveservices_profile_module.rb +68 -64
- data/lib/latest/modules/compute_profile_module.rb +380 -338
- data/lib/latest/modules/containerregistry_profile_module.rb +130 -74
- data/lib/latest/modules/datafactory_profile_module.rb +516 -428
- data/lib/latest/modules/eventhub_profile_module.rb +79 -57
- data/lib/latest/modules/hdinsight_profile_module.rb +163 -135
- data/lib/latest/modules/kusto_profile_module.rb +164 -160
- data/lib/latest/modules/monitor_profile_module.rb +226 -122
- data/lib/latest/modules/policyinsights_profile_module.rb +8 -0
- data/lib/latest/modules/security_profile_module.rb +492 -224
- data/lib/latest/modules/synapse_profile_module.rb +404 -208
- data/lib/v2019_03_01_hybrid/modules/monitor_profile_module.rb +65 -35
- data/lib/v2020_09_01_hybrid/module_definition.rb +7 -0
- data/lib/v2020_09_01_hybrid/modules/authorization_profile_module.rb +133 -0
- data/lib/v2020_09_01_hybrid/modules/commerce_profile_module.rb +99 -0
- data/lib/v2020_09_01_hybrid/modules/compute_profile_module.rb +1325 -0
- data/lib/v2020_09_01_hybrid/modules/databoxedge_profile_module.rb +539 -0
- data/lib/v2020_09_01_hybrid/modules/dns_profile_module.rb +139 -0
- data/lib/v2020_09_01_hybrid/modules/eventhub_profile_module.rb +411 -0
- data/lib/v2020_09_01_hybrid/modules/iothub_profile_module.rb +385 -0
- data/lib/v2020_09_01_hybrid/modules/keyvault_profile_module.rb +657 -0
- data/lib/v2020_09_01_hybrid/modules/locks_profile_module.rb +79 -0
- data/lib/v2020_09_01_hybrid/modules/monitor_profile_module.rb +315 -0
- data/lib/v2020_09_01_hybrid/modules/network_profile_module.rb +1925 -0
- data/lib/v2020_09_01_hybrid/modules/policy_profile_module.rb +75 -0
- data/lib/v2020_09_01_hybrid/modules/resources_profile_module.rb +387 -0
- data/lib/v2020_09_01_hybrid/modules/storage_profile_module.rb +693 -0
- data/lib/v2020_09_01_hybrid/modules/web_profile_module.rb +1445 -0
- data/lib/v2020_09_01_hybrid/v2020_09_01_hybrid_profile_client.rb +200 -0
- metadata +70 -53
@@ -0,0 +1,539 @@
|
|
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_databoxedge'
|
6
|
+
|
7
|
+
module Azure::Profiles::V2020_09_01_Hybrid
|
8
|
+
module DataBoxEdge
|
9
|
+
module Mgmt
|
10
|
+
Operations = Azure::DataBoxEdge::Mgmt::V2019_08_01::Operations
|
11
|
+
Devices = Azure::DataBoxEdge::Mgmt::V2019_08_01::Devices
|
12
|
+
Alerts = Azure::DataBoxEdge::Mgmt::V2019_08_01::Alerts
|
13
|
+
BandwidthSchedules = Azure::DataBoxEdge::Mgmt::V2019_08_01::BandwidthSchedules
|
14
|
+
Jobs = Azure::DataBoxEdge::Mgmt::V2019_08_01::Jobs
|
15
|
+
Nodes = Azure::DataBoxEdge::Mgmt::V2019_08_01::Nodes
|
16
|
+
OperationsStatus = Azure::DataBoxEdge::Mgmt::V2019_08_01::OperationsStatus
|
17
|
+
Orders = Azure::DataBoxEdge::Mgmt::V2019_08_01::Orders
|
18
|
+
Roles = Azure::DataBoxEdge::Mgmt::V2019_08_01::Roles
|
19
|
+
Shares = Azure::DataBoxEdge::Mgmt::V2019_08_01::Shares
|
20
|
+
StorageAccountCredentials = Azure::DataBoxEdge::Mgmt::V2019_08_01::StorageAccountCredentials
|
21
|
+
StorageAccounts = Azure::DataBoxEdge::Mgmt::V2019_08_01::StorageAccounts
|
22
|
+
Containers = Azure::DataBoxEdge::Mgmt::V2019_08_01::Containers
|
23
|
+
Triggers = Azure::DataBoxEdge::Mgmt::V2019_08_01::Triggers
|
24
|
+
Users = Azure::DataBoxEdge::Mgmt::V2019_08_01::Users
|
25
|
+
Skus = Azure::DataBoxEdge::Mgmt::V2019_08_01::Skus
|
26
|
+
|
27
|
+
module Models
|
28
|
+
NetworkAdapterPosition = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::NetworkAdapterPosition
|
29
|
+
Address = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::Address
|
30
|
+
NetworkAdapter = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::NetworkAdapter
|
31
|
+
Ipv6Config = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::Ipv6Config
|
32
|
+
AlertList = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::AlertList
|
33
|
+
JobErrorItem = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::JobErrorItem
|
34
|
+
AsymmetricEncryptedSecret = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::AsymmetricEncryptedSecret
|
35
|
+
JobErrorDetails = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::JobErrorDetails
|
36
|
+
Authentication = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::Authentication
|
37
|
+
UpdateDownloadProgress = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::UpdateDownloadProgress
|
38
|
+
UserList = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::UserList
|
39
|
+
UpdateInstallProgress = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::UpdateInstallProgress
|
40
|
+
ClientAccessRight = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::ClientAccessRight
|
41
|
+
Job = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::Job
|
42
|
+
MetricDimensionV1 = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::MetricDimensionV1
|
43
|
+
RefreshDetails = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::RefreshDetails
|
44
|
+
MetricSpecificationV1 = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::MetricSpecificationV1
|
45
|
+
ContainerList = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::ContainerList
|
46
|
+
AlertErrorDetails = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::AlertErrorDetails
|
47
|
+
UploadCertificateRequest = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::UploadCertificateRequest
|
48
|
+
SkuInformationList = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::SkuInformationList
|
49
|
+
DataBoxEdgeDeviceList = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::DataBoxEdgeDeviceList
|
50
|
+
ShareList = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::ShareList
|
51
|
+
FileSourceInfo = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::FileSourceInfo
|
52
|
+
ShareAccessRight = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::ShareAccessRight
|
53
|
+
StorageAccountList = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::StorageAccountList
|
54
|
+
NodeList = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::NodeList
|
55
|
+
MountPointMap = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::MountPointMap
|
56
|
+
OperationDisplay = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::OperationDisplay
|
57
|
+
Ipv4Config = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::Ipv4Config
|
58
|
+
ServiceSpecification = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::ServiceSpecification
|
59
|
+
SymmetricKey = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::SymmetricKey
|
60
|
+
Operation = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::Operation
|
61
|
+
BandwidthSchedulesList = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::BandwidthSchedulesList
|
62
|
+
OperationsList = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::OperationsList
|
63
|
+
ContactDetails = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::ContactDetails
|
64
|
+
OrderStatus = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::OrderStatus
|
65
|
+
Sku = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::Sku
|
66
|
+
TrackingInfo = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::TrackingInfo
|
67
|
+
DataBoxEdgeDevicePatch = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::DataBoxEdgeDevicePatch
|
68
|
+
UserAccessRight = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::UserAccessRight
|
69
|
+
IoTDeviceInfo = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::IoTDeviceInfo
|
70
|
+
OrderList = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::OrderList
|
71
|
+
ARMBaseModel = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::ARMBaseModel
|
72
|
+
PeriodicTimerSourceInfo = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::PeriodicTimerSourceInfo
|
73
|
+
RoleList = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::RoleList
|
74
|
+
TriggerList = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::TriggerList
|
75
|
+
SkuLocationInfo = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::SkuLocationInfo
|
76
|
+
StorageAccountCredentialList = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::StorageAccountCredentialList
|
77
|
+
SkuCost = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::SkuCost
|
78
|
+
UploadCertificateResponse = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::UploadCertificateResponse
|
79
|
+
SkuRestrictionInfo = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::SkuRestrictionInfo
|
80
|
+
AzureContainerInfo = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::AzureContainerInfo
|
81
|
+
SkuRestriction = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::SkuRestriction
|
82
|
+
RoleSinkInfo = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::RoleSinkInfo
|
83
|
+
ResourceTypeSku = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::ResourceTypeSku
|
84
|
+
Alert = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::Alert
|
85
|
+
BandwidthSchedule = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::BandwidthSchedule
|
86
|
+
Container = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::Container
|
87
|
+
DataBoxEdgeDevice = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::DataBoxEdgeDevice
|
88
|
+
DataBoxEdgeDeviceExtendedInfo = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::DataBoxEdgeDeviceExtendedInfo
|
89
|
+
FileEventTrigger = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::FileEventTrigger
|
90
|
+
NetworkSettings = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::NetworkSettings
|
91
|
+
Node = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::Node
|
92
|
+
Order = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::Order
|
93
|
+
PeriodicTimerEventTrigger = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::PeriodicTimerEventTrigger
|
94
|
+
Role = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::Role
|
95
|
+
IoTRole = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::IoTRole
|
96
|
+
SecuritySettings = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::SecuritySettings
|
97
|
+
Share = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::Share
|
98
|
+
StorageAccount = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::StorageAccount
|
99
|
+
StorageAccountCredential = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::StorageAccountCredential
|
100
|
+
Trigger = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::Trigger
|
101
|
+
UpdateSummary = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::UpdateSummary
|
102
|
+
User = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::User
|
103
|
+
AlertSeverity = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::AlertSeverity
|
104
|
+
EncryptionAlgorithm = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::EncryptionAlgorithm
|
105
|
+
AzureContainerDataFormat = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::AzureContainerDataFormat
|
106
|
+
DayOfWeek = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::DayOfWeek
|
107
|
+
ClientPermissionType = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::ClientPermissionType
|
108
|
+
ContainerStatus = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::ContainerStatus
|
109
|
+
SkuName = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::SkuName
|
110
|
+
SkuTier = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::SkuTier
|
111
|
+
DataBoxEdgeDeviceStatus = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::DataBoxEdgeDeviceStatus
|
112
|
+
DeviceType = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::DeviceType
|
113
|
+
RoleTypes = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::RoleTypes
|
114
|
+
PlatformType = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::PlatformType
|
115
|
+
RoleStatus = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::RoleStatus
|
116
|
+
JobStatus = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::JobStatus
|
117
|
+
JobType = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::JobType
|
118
|
+
UpdateOperationStage = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::UpdateOperationStage
|
119
|
+
DownloadPhase = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::DownloadPhase
|
120
|
+
MetricUnit = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::MetricUnit
|
121
|
+
MetricAggregationType = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::MetricAggregationType
|
122
|
+
MetricCategory = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::MetricCategory
|
123
|
+
TimeGrain = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::TimeGrain
|
124
|
+
NetworkGroup = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::NetworkGroup
|
125
|
+
NetworkAdapterStatus = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::NetworkAdapterStatus
|
126
|
+
NetworkAdapterRDMAStatus = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::NetworkAdapterRDMAStatus
|
127
|
+
NetworkAdapterDHCPStatus = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::NetworkAdapterDHCPStatus
|
128
|
+
NodeStatus = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::NodeStatus
|
129
|
+
OrderState = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::OrderState
|
130
|
+
AuthenticationType = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::AuthenticationType
|
131
|
+
SkuRestrictionReasonCode = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::SkuRestrictionReasonCode
|
132
|
+
ShareStatus = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::ShareStatus
|
133
|
+
MonitoringStatus = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::MonitoringStatus
|
134
|
+
ShareAccessProtocol = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::ShareAccessProtocol
|
135
|
+
ShareAccessType = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::ShareAccessType
|
136
|
+
DataPolicy = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::DataPolicy
|
137
|
+
StorageAccountStatus = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::StorageAccountStatus
|
138
|
+
SSLStatus = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::SSLStatus
|
139
|
+
AccountType = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::AccountType
|
140
|
+
InstallRebootBehavior = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::InstallRebootBehavior
|
141
|
+
UpdateOperation = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::UpdateOperation
|
142
|
+
UserType = Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::UserType
|
143
|
+
end
|
144
|
+
|
145
|
+
class DataBoxEdgeManagementClass
|
146
|
+
attr_reader :operations, :devices, :alerts, :bandwidth_schedules, :jobs, :nodes, :operations_status, :orders, :roles, :shares, :storage_account_credentials, :storage_accounts, :containers, :triggers, :users, :skus, :configurable, :base_url, :options, :model_classes
|
147
|
+
|
148
|
+
def initialize(configurable, base_url=nil, options=nil)
|
149
|
+
@configurable, @base_url, @options = configurable, base_url, options
|
150
|
+
|
151
|
+
@client_0 = Azure::DataBoxEdge::Mgmt::V2019_08_01::DataBoxEdgeManagementClient.new(configurable.credentials, base_url, options)
|
152
|
+
if(@client_0.respond_to?(:subscription_id))
|
153
|
+
@client_0.subscription_id = configurable.subscription_id
|
154
|
+
end
|
155
|
+
add_telemetry(@client_0)
|
156
|
+
@operations = @client_0.operations
|
157
|
+
@devices = @client_0.devices
|
158
|
+
@alerts = @client_0.alerts
|
159
|
+
@bandwidth_schedules = @client_0.bandwidth_schedules
|
160
|
+
@jobs = @client_0.jobs
|
161
|
+
@nodes = @client_0.nodes
|
162
|
+
@operations_status = @client_0.operations_status
|
163
|
+
@orders = @client_0.orders
|
164
|
+
@roles = @client_0.roles
|
165
|
+
@shares = @client_0.shares
|
166
|
+
@storage_account_credentials = @client_0.storage_account_credentials
|
167
|
+
@storage_accounts = @client_0.storage_accounts
|
168
|
+
@containers = @client_0.containers
|
169
|
+
@triggers = @client_0.triggers
|
170
|
+
@users = @client_0.users
|
171
|
+
@skus = @client_0.skus
|
172
|
+
|
173
|
+
@model_classes = ModelClasses.new
|
174
|
+
end
|
175
|
+
|
176
|
+
def add_telemetry(client)
|
177
|
+
profile_information = "Profiles/azure_sdk/#{Azure::VERSION}/V2020_09_01_Hybrid/DataBoxEdge/Mgmt"
|
178
|
+
client.add_user_agent_information(profile_information)
|
179
|
+
end
|
180
|
+
|
181
|
+
def method_missing(method, *args)
|
182
|
+
if @client_0.respond_to?method
|
183
|
+
@client_0.send(method, *args)
|
184
|
+
else
|
185
|
+
super
|
186
|
+
end
|
187
|
+
end
|
188
|
+
|
189
|
+
class ModelClasses
|
190
|
+
def network_adapter_position
|
191
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::NetworkAdapterPosition
|
192
|
+
end
|
193
|
+
def address
|
194
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::Address
|
195
|
+
end
|
196
|
+
def network_adapter
|
197
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::NetworkAdapter
|
198
|
+
end
|
199
|
+
def ipv6_config
|
200
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::Ipv6Config
|
201
|
+
end
|
202
|
+
def alert_list
|
203
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::AlertList
|
204
|
+
end
|
205
|
+
def job_error_item
|
206
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::JobErrorItem
|
207
|
+
end
|
208
|
+
def asymmetric_encrypted_secret
|
209
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::AsymmetricEncryptedSecret
|
210
|
+
end
|
211
|
+
def job_error_details
|
212
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::JobErrorDetails
|
213
|
+
end
|
214
|
+
def authentication
|
215
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::Authentication
|
216
|
+
end
|
217
|
+
def update_download_progress
|
218
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::UpdateDownloadProgress
|
219
|
+
end
|
220
|
+
def user_list
|
221
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::UserList
|
222
|
+
end
|
223
|
+
def update_install_progress
|
224
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::UpdateInstallProgress
|
225
|
+
end
|
226
|
+
def client_access_right
|
227
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::ClientAccessRight
|
228
|
+
end
|
229
|
+
def job
|
230
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::Job
|
231
|
+
end
|
232
|
+
def metric_dimension_v1
|
233
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::MetricDimensionV1
|
234
|
+
end
|
235
|
+
def refresh_details
|
236
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::RefreshDetails
|
237
|
+
end
|
238
|
+
def metric_specification_v1
|
239
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::MetricSpecificationV1
|
240
|
+
end
|
241
|
+
def container_list
|
242
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::ContainerList
|
243
|
+
end
|
244
|
+
def alert_error_details
|
245
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::AlertErrorDetails
|
246
|
+
end
|
247
|
+
def upload_certificate_request
|
248
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::UploadCertificateRequest
|
249
|
+
end
|
250
|
+
def sku_information_list
|
251
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::SkuInformationList
|
252
|
+
end
|
253
|
+
def data_box_edge_device_list
|
254
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::DataBoxEdgeDeviceList
|
255
|
+
end
|
256
|
+
def share_list
|
257
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::ShareList
|
258
|
+
end
|
259
|
+
def file_source_info
|
260
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::FileSourceInfo
|
261
|
+
end
|
262
|
+
def share_access_right
|
263
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::ShareAccessRight
|
264
|
+
end
|
265
|
+
def storage_account_list
|
266
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::StorageAccountList
|
267
|
+
end
|
268
|
+
def node_list
|
269
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::NodeList
|
270
|
+
end
|
271
|
+
def mount_point_map
|
272
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::MountPointMap
|
273
|
+
end
|
274
|
+
def operation_display
|
275
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::OperationDisplay
|
276
|
+
end
|
277
|
+
def ipv4_config
|
278
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::Ipv4Config
|
279
|
+
end
|
280
|
+
def service_specification
|
281
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::ServiceSpecification
|
282
|
+
end
|
283
|
+
def symmetric_key
|
284
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::SymmetricKey
|
285
|
+
end
|
286
|
+
def operation
|
287
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::Operation
|
288
|
+
end
|
289
|
+
def bandwidth_schedules_list
|
290
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::BandwidthSchedulesList
|
291
|
+
end
|
292
|
+
def operations_list
|
293
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::OperationsList
|
294
|
+
end
|
295
|
+
def contact_details
|
296
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::ContactDetails
|
297
|
+
end
|
298
|
+
def order_status
|
299
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::OrderStatus
|
300
|
+
end
|
301
|
+
def sku
|
302
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::Sku
|
303
|
+
end
|
304
|
+
def tracking_info
|
305
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::TrackingInfo
|
306
|
+
end
|
307
|
+
def data_box_edge_device_patch
|
308
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::DataBoxEdgeDevicePatch
|
309
|
+
end
|
310
|
+
def user_access_right
|
311
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::UserAccessRight
|
312
|
+
end
|
313
|
+
def io_tdevice_info
|
314
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::IoTDeviceInfo
|
315
|
+
end
|
316
|
+
def order_list
|
317
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::OrderList
|
318
|
+
end
|
319
|
+
def armbase_model
|
320
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::ARMBaseModel
|
321
|
+
end
|
322
|
+
def periodic_timer_source_info
|
323
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::PeriodicTimerSourceInfo
|
324
|
+
end
|
325
|
+
def role_list
|
326
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::RoleList
|
327
|
+
end
|
328
|
+
def trigger_list
|
329
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::TriggerList
|
330
|
+
end
|
331
|
+
def sku_location_info
|
332
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::SkuLocationInfo
|
333
|
+
end
|
334
|
+
def storage_account_credential_list
|
335
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::StorageAccountCredentialList
|
336
|
+
end
|
337
|
+
def sku_cost
|
338
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::SkuCost
|
339
|
+
end
|
340
|
+
def upload_certificate_response
|
341
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::UploadCertificateResponse
|
342
|
+
end
|
343
|
+
def sku_restriction_info
|
344
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::SkuRestrictionInfo
|
345
|
+
end
|
346
|
+
def azure_container_info
|
347
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::AzureContainerInfo
|
348
|
+
end
|
349
|
+
def sku_restriction
|
350
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::SkuRestriction
|
351
|
+
end
|
352
|
+
def role_sink_info
|
353
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::RoleSinkInfo
|
354
|
+
end
|
355
|
+
def resource_type_sku
|
356
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::ResourceTypeSku
|
357
|
+
end
|
358
|
+
def alert
|
359
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::Alert
|
360
|
+
end
|
361
|
+
def bandwidth_schedule
|
362
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::BandwidthSchedule
|
363
|
+
end
|
364
|
+
def container
|
365
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::Container
|
366
|
+
end
|
367
|
+
def data_box_edge_device
|
368
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::DataBoxEdgeDevice
|
369
|
+
end
|
370
|
+
def data_box_edge_device_extended_info
|
371
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::DataBoxEdgeDeviceExtendedInfo
|
372
|
+
end
|
373
|
+
def file_event_trigger
|
374
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::FileEventTrigger
|
375
|
+
end
|
376
|
+
def network_settings
|
377
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::NetworkSettings
|
378
|
+
end
|
379
|
+
def node
|
380
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::Node
|
381
|
+
end
|
382
|
+
def order
|
383
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::Order
|
384
|
+
end
|
385
|
+
def periodic_timer_event_trigger
|
386
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::PeriodicTimerEventTrigger
|
387
|
+
end
|
388
|
+
def role
|
389
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::Role
|
390
|
+
end
|
391
|
+
def io_trole
|
392
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::IoTRole
|
393
|
+
end
|
394
|
+
def security_settings
|
395
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::SecuritySettings
|
396
|
+
end
|
397
|
+
def share
|
398
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::Share
|
399
|
+
end
|
400
|
+
def storage_account
|
401
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::StorageAccount
|
402
|
+
end
|
403
|
+
def storage_account_credential
|
404
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::StorageAccountCredential
|
405
|
+
end
|
406
|
+
def trigger
|
407
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::Trigger
|
408
|
+
end
|
409
|
+
def update_summary
|
410
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::UpdateSummary
|
411
|
+
end
|
412
|
+
def user
|
413
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::User
|
414
|
+
end
|
415
|
+
def alert_severity
|
416
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::AlertSeverity
|
417
|
+
end
|
418
|
+
def encryption_algorithm
|
419
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::EncryptionAlgorithm
|
420
|
+
end
|
421
|
+
def azure_container_data_format
|
422
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::AzureContainerDataFormat
|
423
|
+
end
|
424
|
+
def day_of_week
|
425
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::DayOfWeek
|
426
|
+
end
|
427
|
+
def client_permission_type
|
428
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::ClientPermissionType
|
429
|
+
end
|
430
|
+
def container_status
|
431
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::ContainerStatus
|
432
|
+
end
|
433
|
+
def sku_name
|
434
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::SkuName
|
435
|
+
end
|
436
|
+
def sku_tier
|
437
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::SkuTier
|
438
|
+
end
|
439
|
+
def data_box_edge_device_status
|
440
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::DataBoxEdgeDeviceStatus
|
441
|
+
end
|
442
|
+
def device_type
|
443
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::DeviceType
|
444
|
+
end
|
445
|
+
def role_types
|
446
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::RoleTypes
|
447
|
+
end
|
448
|
+
def platform_type
|
449
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::PlatformType
|
450
|
+
end
|
451
|
+
def role_status
|
452
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::RoleStatus
|
453
|
+
end
|
454
|
+
def job_status
|
455
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::JobStatus
|
456
|
+
end
|
457
|
+
def job_type
|
458
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::JobType
|
459
|
+
end
|
460
|
+
def update_operation_stage
|
461
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::UpdateOperationStage
|
462
|
+
end
|
463
|
+
def download_phase
|
464
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::DownloadPhase
|
465
|
+
end
|
466
|
+
def metric_unit
|
467
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::MetricUnit
|
468
|
+
end
|
469
|
+
def metric_aggregation_type
|
470
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::MetricAggregationType
|
471
|
+
end
|
472
|
+
def metric_category
|
473
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::MetricCategory
|
474
|
+
end
|
475
|
+
def time_grain
|
476
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::TimeGrain
|
477
|
+
end
|
478
|
+
def network_group
|
479
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::NetworkGroup
|
480
|
+
end
|
481
|
+
def network_adapter_status
|
482
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::NetworkAdapterStatus
|
483
|
+
end
|
484
|
+
def network_adapter_rdmastatus
|
485
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::NetworkAdapterRDMAStatus
|
486
|
+
end
|
487
|
+
def network_adapter_dhcpstatus
|
488
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::NetworkAdapterDHCPStatus
|
489
|
+
end
|
490
|
+
def node_status
|
491
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::NodeStatus
|
492
|
+
end
|
493
|
+
def order_state
|
494
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::OrderState
|
495
|
+
end
|
496
|
+
def authentication_type
|
497
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::AuthenticationType
|
498
|
+
end
|
499
|
+
def sku_restriction_reason_code
|
500
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::SkuRestrictionReasonCode
|
501
|
+
end
|
502
|
+
def share_status
|
503
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::ShareStatus
|
504
|
+
end
|
505
|
+
def monitoring_status
|
506
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::MonitoringStatus
|
507
|
+
end
|
508
|
+
def share_access_protocol
|
509
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::ShareAccessProtocol
|
510
|
+
end
|
511
|
+
def share_access_type
|
512
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::ShareAccessType
|
513
|
+
end
|
514
|
+
def data_policy
|
515
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::DataPolicy
|
516
|
+
end
|
517
|
+
def storage_account_status
|
518
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::StorageAccountStatus
|
519
|
+
end
|
520
|
+
def sslstatus
|
521
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::SSLStatus
|
522
|
+
end
|
523
|
+
def account_type
|
524
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::AccountType
|
525
|
+
end
|
526
|
+
def install_reboot_behavior
|
527
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::InstallRebootBehavior
|
528
|
+
end
|
529
|
+
def update_operation
|
530
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::UpdateOperation
|
531
|
+
end
|
532
|
+
def user_type
|
533
|
+
Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::UserType
|
534
|
+
end
|
535
|
+
end
|
536
|
+
end
|
537
|
+
end
|
538
|
+
end
|
539
|
+
end
|