azure_sdk 0.25.3 → 0.25.4
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 +31 -1
- data/lib/latest/modules/compute_profile_module.rb +722 -668
- data/lib/latest/modules/eventhub_profile_module.rb +55 -19
- data/lib/latest/modules/hdinsight_profile_module.rb +94 -82
- data/lib/latest/modules/postgresql_profile_module.rb +229 -0
- data/lib/latest/modules/reservations_profile_module.rb +189 -0
- data/lib/latest/modules/serialconsole_profile_module.rb +73 -0
- data/lib/latest/modules/servicebus_profile_module.rb +102 -70
- metadata +15 -12
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1e204870e8ee20020d4a9e335de58096f0bdafd6
|
4
|
+
data.tar.gz: a29dd725b921782391e64ab359cd685da73829ed
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1b723f3d4da4fc9dc56902a6701ddbc126a910ef82f3410e6aefa756bc4cc1911718c0fbefe096d671db4aa3f3748533b132e0b721746f860d463a8574736e5e
|
7
|
+
data.tar.gz: a93b3435bcc1d0bc17d4a18debff6d3485fba964830b28975c4ca9e2d6a28695d89840223aedbdf66e330865f4a250b2c6164dccafca02a7a906ce630cf82afa
|
data/lib/azure_sdk/version.rb
CHANGED
@@ -55,6 +55,7 @@ require 'latest/modules/notificationhubs_profile_module'
|
|
55
55
|
require 'latest/modules/operationalinsights_profile_module'
|
56
56
|
require 'latest/modules/policy_profile_module'
|
57
57
|
require 'latest/modules/policyinsights_profile_module'
|
58
|
+
require 'latest/modules/postgresql_profile_module'
|
58
59
|
require 'latest/modules/powerbiembedded_profile_module'
|
59
60
|
require 'latest/modules/privatedns_profile_module'
|
60
61
|
require 'latest/modules/recoveryservices_profile_module'
|
@@ -62,12 +63,14 @@ require 'latest/modules/recoveryservicesbackup_profile_module'
|
|
62
63
|
require 'latest/modules/recoveryservicessiterecovery_profile_module'
|
63
64
|
require 'latest/modules/redis_profile_module'
|
64
65
|
require 'latest/modules/relay_profile_module'
|
66
|
+
require 'latest/modules/reservations_profile_module'
|
65
67
|
require 'latest/modules/resourcegraph_profile_module'
|
66
68
|
require 'latest/modules/resources_profile_module'
|
67
69
|
require 'latest/modules/resourcesmanagement_profile_module'
|
68
70
|
require 'latest/modules/scheduler_profile_module'
|
69
71
|
require 'latest/modules/search_profile_module'
|
70
72
|
require 'latest/modules/security_profile_module'
|
73
|
+
require 'latest/modules/serialconsole_profile_module'
|
71
74
|
require 'latest/modules/servicebus_profile_module'
|
72
75
|
require 'latest/modules/servicefabric_profile_module'
|
73
76
|
require 'latest/modules/signalr_profile_module'
|
@@ -109,7 +112,7 @@ module Azure::Profiles::Latest
|
|
109
112
|
class Client
|
110
113
|
include MsRestAzure::Common::Configurable
|
111
114
|
|
112
|
-
attr_reader :advisor, :analysis_services, :api_management, :authorization, :automation, :batch, :billing, :cdn, :cognitive_services, :commerce, :compute, :consumption, :container_instance, :container_registry, :container_service, :customer_insights, :data_lake_analytics, :data_lake_store, :data_migration, :dev_spaces, :dev_test_labs, :dns, :edge_gateway, :event_grid, :event_hub, :features, :hanaonazure, :hdinsight, :graph_rbac, :iot_central, :iot_hub, :key_vault, :kusto, :labservices, :links, :locks, :logic, :machine_learning, :machine_learning_services, :managed_applications, :maria_db, :marketplace_ordering, :media_services, :mixed_reality, :monitor, :managed_service_identity, :net_app, :network, :notification_hubs, :operational_insights, :policy, :policy_insights, :power_bi_embedded, :private_dns, :recovery_services, :recovery_services_backup, :recovery_services_site_recovery, :redis, :relay, :resource_graph, :resources, :resources_management, :scheduler, :search, :security, :service_bus, :service_fabric, :signalr, :sql, :sqlvirtualmachine, :stor_simple8000_series, :storage, :storage_sync, :stream_analytics, :subscriptions, :traffic_manager, :web, :anomaly_detector, :autosuggest, :customimagesearch, :computer_vision, :content_moderator, :custom_search, :customvisiontraining, :customvisionprediction, :entity_search, :face, :image_search, :local_search, :luis_runtime, :luis_authoring, :news_search, :qnamaker, :spell_check, :text_analytics, :video_search, :web_search, :visual_search
|
115
|
+
attr_reader :advisor, :analysis_services, :api_management, :authorization, :automation, :batch, :billing, :cdn, :cognitive_services, :commerce, :compute, :consumption, :container_instance, :container_registry, :container_service, :customer_insights, :data_lake_analytics, :data_lake_store, :data_migration, :dev_spaces, :dev_test_labs, :dns, :edge_gateway, :event_grid, :event_hub, :features, :hanaonazure, :hdinsight, :graph_rbac, :iot_central, :iot_hub, :key_vault, :kusto, :labservices, :links, :locks, :logic, :machine_learning, :machine_learning_services, :managed_applications, :maria_db, :marketplace_ordering, :media_services, :mixed_reality, :monitor, :managed_service_identity, :net_app, :network, :notification_hubs, :operational_insights, :policy, :policy_insights, :postgresql, :power_bi_embedded, :private_dns, :recovery_services, :recovery_services_backup, :recovery_services_site_recovery, :redis, :relay, :reservations, :resource_graph, :resources, :resources_management, :scheduler, :search, :security, :serialconsole, :service_bus, :service_fabric, :signalr, :sql, :sqlvirtualmachine, :stor_simple8000_series, :storage, :storage_sync, :stream_analytics, :subscriptions, :traffic_manager, :web, :anomaly_detector, :autosuggest, :customimagesearch, :computer_vision, :content_moderator, :custom_search, :customvisiontraining, :customvisionprediction, :entity_search, :face, :image_search, :local_search, :luis_runtime, :luis_authoring, :news_search, :qnamaker, :spell_check, :text_analytics, :video_search, :web_search, :visual_search
|
113
116
|
|
114
117
|
#
|
115
118
|
# Initializes a new instance of the Client class.
|
@@ -193,6 +196,7 @@ module Azure::Profiles::Latest
|
|
193
196
|
@operational_insights = OperationalInsightsAdapter.new(self, base_url, sdk_options)
|
194
197
|
@policy = PolicyAdapter.new(self, base_url, sdk_options)
|
195
198
|
@policy_insights = PolicyInsightsAdapter.new(self, base_url, sdk_options)
|
199
|
+
@postgresql = PostgresqlAdapter.new(self, base_url, sdk_options)
|
196
200
|
@power_bi_embedded = PowerBiEmbeddedAdapter.new(self, base_url, sdk_options)
|
197
201
|
@private_dns = PrivateDnsAdapter.new(self, base_url, sdk_options)
|
198
202
|
@recovery_services = RecoveryServicesAdapter.new(self, base_url, sdk_options)
|
@@ -200,12 +204,14 @@ module Azure::Profiles::Latest
|
|
200
204
|
@recovery_services_site_recovery = RecoveryServicesSiteRecoveryAdapter.new(self, base_url, sdk_options)
|
201
205
|
@redis = RedisAdapter.new(self, base_url, sdk_options)
|
202
206
|
@relay = RelayAdapter.new(self, base_url, sdk_options)
|
207
|
+
@reservations = ReservationsAdapter.new(self, base_url, sdk_options)
|
203
208
|
@resource_graph = ResourceGraphAdapter.new(self, base_url, sdk_options)
|
204
209
|
@resources = ResourcesAdapter.new(self, base_url, sdk_options)
|
205
210
|
@resources_management = ResourcesManagementAdapter.new(self, base_url, sdk_options)
|
206
211
|
@scheduler = SchedulerAdapter.new(self, base_url, sdk_options)
|
207
212
|
@search = SearchAdapter.new(self, base_url, sdk_options)
|
208
213
|
@security = SecurityAdapter.new(self, base_url, sdk_options)
|
214
|
+
@serialconsole = SerialconsoleAdapter.new(self, base_url, sdk_options)
|
209
215
|
@service_bus = ServiceBusAdapter.new(self, base_url, sdk_options)
|
210
216
|
@service_fabric = ServiceFabricAdapter.new(self, base_url, sdk_options)
|
211
217
|
@signalr = SignalrAdapter.new(self, base_url, sdk_options)
|
@@ -658,6 +664,14 @@ module Azure::Profiles::Latest
|
|
658
664
|
end
|
659
665
|
end
|
660
666
|
|
667
|
+
class PostgresqlAdapter
|
668
|
+
attr_accessor :mgmt
|
669
|
+
|
670
|
+
def initialize(context, base_url, options)
|
671
|
+
@mgmt = Azure::Profiles::Latest::Postgresql::Mgmt::PostgresqlManagementClass.new(context, base_url, options)
|
672
|
+
end
|
673
|
+
end
|
674
|
+
|
661
675
|
class PowerBiEmbeddedAdapter
|
662
676
|
attr_accessor :mgmt
|
663
677
|
|
@@ -714,6 +728,14 @@ module Azure::Profiles::Latest
|
|
714
728
|
end
|
715
729
|
end
|
716
730
|
|
731
|
+
class ReservationsAdapter
|
732
|
+
attr_accessor :mgmt
|
733
|
+
|
734
|
+
def initialize(context, base_url, options)
|
735
|
+
@mgmt = Azure::Profiles::Latest::Reservations::Mgmt::ReservationsManagementClass.new(context, base_url, options)
|
736
|
+
end
|
737
|
+
end
|
738
|
+
|
717
739
|
class ResourceGraphAdapter
|
718
740
|
attr_accessor :mgmt
|
719
741
|
|
@@ -762,6 +784,14 @@ module Azure::Profiles::Latest
|
|
762
784
|
end
|
763
785
|
end
|
764
786
|
|
787
|
+
class SerialconsoleAdapter
|
788
|
+
attr_accessor :mgmt
|
789
|
+
|
790
|
+
def initialize(context, base_url, options)
|
791
|
+
@mgmt = Azure::Profiles::Latest::Serialconsole::Mgmt::SerialconsoleManagementClass.new(context, base_url, options)
|
792
|
+
end
|
793
|
+
end
|
794
|
+
|
765
795
|
class ServiceBusAdapter
|
766
796
|
attr_accessor :mgmt
|
767
797
|
|
@@ -7,310 +7,321 @@ require 'azure_mgmt_compute'
|
|
7
7
|
module Azure::Profiles::Latest
|
8
8
|
module Compute
|
9
9
|
module Mgmt
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
10
|
+
Disks = Azure::Compute::Mgmt::V2018_09_30::Disks
|
11
|
+
Snapshots = Azure::Compute::Mgmt::V2018_09_30::Snapshots
|
12
|
+
Operations = Azure::Compute::Mgmt::V2019_03_01::Operations
|
13
|
+
AvailabilitySets = Azure::Compute::Mgmt::V2019_03_01::AvailabilitySets
|
14
|
+
ProximityPlacementGroups = Azure::Compute::Mgmt::V2019_03_01::ProximityPlacementGroups
|
15
|
+
VirtualMachineExtensionImages = Azure::Compute::Mgmt::V2019_03_01::VirtualMachineExtensionImages
|
16
|
+
VirtualMachineExtensions = Azure::Compute::Mgmt::V2019_03_01::VirtualMachineExtensions
|
17
|
+
VirtualMachineImages = Azure::Compute::Mgmt::V2019_03_01::VirtualMachineImages
|
18
|
+
UsageOperations = Azure::Compute::Mgmt::V2019_03_01::UsageOperations
|
19
|
+
VirtualMachines = Azure::Compute::Mgmt::V2019_03_01::VirtualMachines
|
20
|
+
VirtualMachineSizes = Azure::Compute::Mgmt::V2019_03_01::VirtualMachineSizes
|
21
|
+
Images = Azure::Compute::Mgmt::V2019_03_01::Images
|
22
|
+
VirtualMachineScaleSets = Azure::Compute::Mgmt::V2019_03_01::VirtualMachineScaleSets
|
23
|
+
VirtualMachineScaleSetExtensions = Azure::Compute::Mgmt::V2019_03_01::VirtualMachineScaleSetExtensions
|
24
|
+
VirtualMachineScaleSetRollingUpgrades = Azure::Compute::Mgmt::V2019_03_01::VirtualMachineScaleSetRollingUpgrades
|
25
|
+
VirtualMachineScaleSetVMs = Azure::Compute::Mgmt::V2019_03_01::VirtualMachineScaleSetVMs
|
26
|
+
LogAnalytics = Azure::Compute::Mgmt::V2019_03_01::LogAnalytics
|
27
|
+
VirtualMachineRunCommands = Azure::Compute::Mgmt::V2019_03_01::VirtualMachineRunCommands
|
28
|
+
Galleries = Azure::Compute::Mgmt::V2019_03_01::Galleries
|
29
|
+
GalleryImages = Azure::Compute::Mgmt::V2019_03_01::GalleryImages
|
30
|
+
GalleryImageVersions = Azure::Compute::Mgmt::V2019_03_01::GalleryImageVersions
|
31
|
+
ResourceSkus = Azure::Compute::Mgmt::V2019_04_01::ResourceSkus
|
31
32
|
|
32
33
|
module Models
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
34
|
+
EncryptionSettingsCollection = Azure::Compute::Mgmt::V2018_09_30::Models::EncryptionSettingsCollection
|
35
|
+
ImageDiskReference = Azure::Compute::Mgmt::V2018_09_30::Models::ImageDiskReference
|
36
|
+
DiskUpdate = Azure::Compute::Mgmt::V2018_09_30::Models::DiskUpdate
|
37
|
+
SourceVault = Azure::Compute::Mgmt::V2018_09_30::Models::SourceVault
|
38
|
+
DiskList = Azure::Compute::Mgmt::V2018_09_30::Models::DiskList
|
39
|
+
KeyVaultAndKeyReference = Azure::Compute::Mgmt::V2018_09_30::Models::KeyVaultAndKeyReference
|
40
|
+
SnapshotSku = Azure::Compute::Mgmt::V2018_09_30::Models::SnapshotSku
|
41
|
+
DiskSku = Azure::Compute::Mgmt::V2018_09_30::Models::DiskSku
|
42
|
+
GrantAccessData = Azure::Compute::Mgmt::V2018_09_30::Models::GrantAccessData
|
43
|
+
KeyVaultAndSecretReference = Azure::Compute::Mgmt::V2018_09_30::Models::KeyVaultAndSecretReference
|
44
|
+
AccessUri = Azure::Compute::Mgmt::V2018_09_30::Models::AccessUri
|
45
|
+
CreationData = Azure::Compute::Mgmt::V2018_09_30::Models::CreationData
|
46
|
+
SnapshotList = Azure::Compute::Mgmt::V2018_09_30::Models::SnapshotList
|
47
|
+
EncryptionSettingsElement = Azure::Compute::Mgmt::V2018_09_30::Models::EncryptionSettingsElement
|
48
|
+
SnapshotUpdate = Azure::Compute::Mgmt::V2018_09_30::Models::SnapshotUpdate
|
49
|
+
Disk = Azure::Compute::Mgmt::V2018_09_30::Models::Disk
|
50
|
+
Snapshot = Azure::Compute::Mgmt::V2018_09_30::Models::Snapshot
|
51
|
+
DiskStorageAccountTypes = Azure::Compute::Mgmt::V2018_09_30::Models::DiskStorageAccountTypes
|
52
|
+
HyperVGeneration = Azure::Compute::Mgmt::V2018_09_30::Models::HyperVGeneration
|
53
|
+
DiskCreateOption = Azure::Compute::Mgmt::V2018_09_30::Models::DiskCreateOption
|
54
|
+
DiskState = Azure::Compute::Mgmt::V2018_09_30::Models::DiskState
|
55
|
+
SnapshotStorageAccountTypes = Azure::Compute::Mgmt::V2018_09_30::Models::SnapshotStorageAccountTypes
|
56
|
+
AccessLevel = Azure::Compute::Mgmt::V2018_09_30::Models::AccessLevel
|
57
|
+
VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings
|
58
|
+
ComputeOperationValue = Azure::Compute::Mgmt::V2019_03_01::Models::ComputeOperationValue
|
59
|
+
VirtualMachineScaleSetIpTag = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetIpTag
|
60
|
+
InstanceViewStatus = Azure::Compute::Mgmt::V2019_03_01::Models::InstanceViewStatus
|
61
|
+
VirtualMachineScaleSetPublicIPAddressConfiguration = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetPublicIPAddressConfiguration
|
62
|
+
Sku = Azure::Compute::Mgmt::V2019_03_01::Models::Sku
|
63
|
+
VirtualMachineScaleSetUpdatePublicIPAddressConfiguration = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetUpdatePublicIPAddressConfiguration
|
64
|
+
ImageStorageProfile = Azure::Compute::Mgmt::V2019_03_01::Models::ImageStorageProfile
|
65
|
+
Disallowed = Azure::Compute::Mgmt::V2019_03_01::Models::Disallowed
|
66
|
+
RecommendedMachineConfiguration = Azure::Compute::Mgmt::V2019_03_01::Models::RecommendedMachineConfiguration
|
67
|
+
ProximityPlacementGroupListResult = Azure::Compute::Mgmt::V2019_03_01::Models::ProximityPlacementGroupListResult
|
68
|
+
ImageListResult = Azure::Compute::Mgmt::V2019_03_01::Models::ImageListResult
|
69
|
+
VirtualMachineSizeListResult = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineSizeListResult
|
70
|
+
VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue
|
71
|
+
GalleryList = Azure::Compute::Mgmt::V2019_03_01::Models::GalleryList
|
72
|
+
VirtualMachineScaleSetIdentity = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetIdentity
|
73
|
+
GalleryDiskImage = Azure::Compute::Mgmt::V2019_03_01::Models::GalleryDiskImage
|
74
|
+
VirtualMachineScaleSetOSProfile = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetOSProfile
|
75
|
+
VirtualMachineExtensionsListResult = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineExtensionsListResult
|
76
|
+
VirtualMachineScaleSetUpdateOSProfile = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetUpdateOSProfile
|
77
|
+
OSDiskImage = Azure::Compute::Mgmt::V2019_03_01::Models::OSDiskImage
|
78
|
+
VirtualMachineScaleSetManagedDiskParameters = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetManagedDiskParameters
|
79
|
+
AutomaticOSUpgradeProperties = Azure::Compute::Mgmt::V2019_03_01::Models::AutomaticOSUpgradeProperties
|
80
|
+
VirtualMachineScaleSetOSDisk = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetOSDisk
|
81
|
+
UsageName = Azure::Compute::Mgmt::V2019_03_01::Models::UsageName
|
82
|
+
VirtualMachineScaleSetUpdateOSDisk = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetUpdateOSDisk
|
83
|
+
ListUsagesResult = Azure::Compute::Mgmt::V2019_03_01::Models::ListUsagesResult
|
84
|
+
VirtualMachineScaleSetDataDisk = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetDataDisk
|
85
|
+
VirtualMachineCaptureParameters = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineCaptureParameters
|
86
|
+
VirtualMachineScaleSetStorageProfile = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetStorageProfile
|
87
|
+
Plan = Azure::Compute::Mgmt::V2019_03_01::Models::Plan
|
88
|
+
VirtualMachineScaleSetUpdateStorageProfile = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetUpdateStorageProfile
|
89
|
+
TargetRegion = Azure::Compute::Mgmt::V2019_03_01::Models::TargetRegion
|
90
|
+
ApiEntityReference = Azure::Compute::Mgmt::V2019_03_01::Models::ApiEntityReference
|
91
|
+
KeyVaultKeyReference = Azure::Compute::Mgmt::V2019_03_01::Models::KeyVaultKeyReference
|
92
|
+
ComputeOperationListResult = Azure::Compute::Mgmt::V2019_03_01::Models::ComputeOperationListResult
|
93
|
+
VirtualHardDisk = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualHardDisk
|
94
|
+
SubResource = Azure::Compute::Mgmt::V2019_03_01::Models::SubResource
|
95
|
+
ReplicationStatus = Azure::Compute::Mgmt::V2019_03_01::Models::ReplicationStatus
|
96
|
+
OSDisk = Azure::Compute::Mgmt::V2019_03_01::Models::OSDisk
|
97
|
+
LogAnalyticsInputBase = Azure::Compute::Mgmt::V2019_03_01::Models::LogAnalyticsInputBase
|
98
|
+
StorageProfile = Azure::Compute::Mgmt::V2019_03_01::Models::StorageProfile
|
99
|
+
ResourceRange = Azure::Compute::Mgmt::V2019_03_01::Models::ResourceRange
|
100
|
+
AdditionalUnattendContent = Azure::Compute::Mgmt::V2019_03_01::Models::AdditionalUnattendContent
|
101
|
+
GalleryImageIdentifier = Azure::Compute::Mgmt::V2019_03_01::Models::GalleryImageIdentifier
|
102
|
+
WinRMConfiguration = Azure::Compute::Mgmt::V2019_03_01::Models::WinRMConfiguration
|
103
|
+
GalleryIdentifier = Azure::Compute::Mgmt::V2019_03_01::Models::GalleryIdentifier
|
104
|
+
SshPublicKey = Azure::Compute::Mgmt::V2019_03_01::Models::SshPublicKey
|
105
|
+
VirtualMachineScaleSetNetworkConfigurationDnsSettings = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetNetworkConfigurationDnsSettings
|
106
|
+
LinuxConfiguration = Azure::Compute::Mgmt::V2019_03_01::Models::LinuxConfiguration
|
107
|
+
RunCommandResult = Azure::Compute::Mgmt::V2019_03_01::Models::RunCommandResult
|
108
|
+
VaultSecretGroup = Azure::Compute::Mgmt::V2019_03_01::Models::VaultSecretGroup
|
109
|
+
RunCommandListResult = Azure::Compute::Mgmt::V2019_03_01::Models::RunCommandListResult
|
110
|
+
RegionalReplicationStatus = Azure::Compute::Mgmt::V2019_03_01::Models::RegionalReplicationStatus
|
111
|
+
VirtualMachineScaleSetNetworkProfile = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetNetworkProfile
|
112
|
+
BootDiagnostics = Azure::Compute::Mgmt::V2019_03_01::Models::BootDiagnostics
|
113
|
+
VirtualMachineScaleSetUpdateNetworkProfile = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetUpdateNetworkProfile
|
114
|
+
VirtualMachineExtensionHandlerInstanceView = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineExtensionHandlerInstanceView
|
115
|
+
RunCommandDocumentBase = Azure::Compute::Mgmt::V2019_03_01::Models::RunCommandDocumentBase
|
116
|
+
DiskInstanceView = Azure::Compute::Mgmt::V2019_03_01::Models::DiskInstanceView
|
117
|
+
VirtualMachineScaleSetExtensionListResult = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetExtensionListResult
|
118
|
+
VirtualMachineIdentityUserAssignedIdentitiesValue = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineIdentityUserAssignedIdentitiesValue
|
119
|
+
VirtualMachineScaleSetExtensionProfile = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetExtensionProfile
|
120
|
+
MaintenanceRedeployStatus = Azure::Compute::Mgmt::V2019_03_01::Models::MaintenanceRedeployStatus
|
121
|
+
VirtualMachineScaleSetVMProfile = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetVMProfile
|
122
|
+
GalleryImageVersionStorageProfile = Azure::Compute::Mgmt::V2019_03_01::Models::GalleryImageVersionStorageProfile
|
123
|
+
VirtualMachineScaleSetUpdateVMProfile = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetUpdateVMProfile
|
124
|
+
VirtualMachineListResult = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineListResult
|
125
|
+
RunCommandParameterDefinition = Azure::Compute::Mgmt::V2019_03_01::Models::RunCommandParameterDefinition
|
126
|
+
RollingUpgradePolicy = Azure::Compute::Mgmt::V2019_03_01::Models::RollingUpgradePolicy
|
127
|
+
RunCommandInput = Azure::Compute::Mgmt::V2019_03_01::Models::RunCommandInput
|
128
|
+
ImageOSDisk = Azure::Compute::Mgmt::V2019_03_01::Models::ImageOSDisk
|
129
|
+
RunCommandInputParameter = Azure::Compute::Mgmt::V2019_03_01::Models::RunCommandInputParameter
|
130
|
+
AvailabilitySetListResult = Azure::Compute::Mgmt::V2019_03_01::Models::AvailabilitySetListResult
|
131
|
+
VMScaleSetConvertToSinglePlacementGroupInput = Azure::Compute::Mgmt::V2019_03_01::Models::VMScaleSetConvertToSinglePlacementGroupInput
|
132
|
+
VirtualMachineSize = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineSize
|
133
|
+
VirtualMachineScaleSetVMInstanceIDs = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetVMInstanceIDs
|
134
|
+
VirtualMachineExtensionInstanceView = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineExtensionInstanceView
|
135
|
+
VirtualMachineScaleSetVMInstanceRequiredIDs = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetVMInstanceRequiredIDs
|
136
|
+
PurchasePlan = Azure::Compute::Mgmt::V2019_03_01::Models::PurchasePlan
|
137
|
+
VirtualMachineStatusCodeCount = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineStatusCodeCount
|
138
|
+
GalleryArtifactSource = Azure::Compute::Mgmt::V2019_03_01::Models::GalleryArtifactSource
|
139
|
+
VirtualMachineScaleSetInstanceViewStatusesSummary = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetInstanceViewStatusesSummary
|
140
|
+
VirtualMachineReimageParameters = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineReimageParameters
|
141
|
+
VirtualMachineScaleSetVMExtensionsSummary = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetVMExtensionsSummary
|
142
|
+
HardwareProfile = Azure::Compute::Mgmt::V2019_03_01::Models::HardwareProfile
|
143
|
+
VirtualMachineScaleSetInstanceView = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetInstanceView
|
144
|
+
DiskEncryptionSettings = Azure::Compute::Mgmt::V2019_03_01::Models::DiskEncryptionSettings
|
145
|
+
VirtualMachineScaleSetListResult = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetListResult
|
146
|
+
DataDisk = Azure::Compute::Mgmt::V2019_03_01::Models::DataDisk
|
147
|
+
VirtualMachineScaleSetListWithLinkResult = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetListWithLinkResult
|
148
|
+
WinRMListener = Azure::Compute::Mgmt::V2019_03_01::Models::WinRMListener
|
149
|
+
VirtualMachineScaleSetSkuCapacity = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetSkuCapacity
|
150
|
+
SshConfiguration = Azure::Compute::Mgmt::V2019_03_01::Models::SshConfiguration
|
151
|
+
VirtualMachineScaleSetSku = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetSku
|
152
|
+
OSProfile = Azure::Compute::Mgmt::V2019_03_01::Models::OSProfile
|
153
|
+
VirtualMachineScaleSetListSkusResult = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetListSkusResult
|
154
|
+
DiagnosticsProfile = Azure::Compute::Mgmt::V2019_03_01::Models::DiagnosticsProfile
|
155
|
+
ApiErrorBase = Azure::Compute::Mgmt::V2019_03_01::Models::ApiErrorBase
|
156
|
+
BootDiagnosticsInstanceView = Azure::Compute::Mgmt::V2019_03_01::Models::BootDiagnosticsInstanceView
|
157
|
+
InnerError = Azure::Compute::Mgmt::V2019_03_01::Models::InnerError
|
158
|
+
VirtualMachineInstanceView = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineInstanceView
|
159
|
+
ApiError = Azure::Compute::Mgmt::V2019_03_01::Models::ApiError
|
160
|
+
AutomaticOSUpgradePolicy = Azure::Compute::Mgmt::V2019_03_01::Models::AutomaticOSUpgradePolicy
|
161
|
+
RollbackStatusInfo = Azure::Compute::Mgmt::V2019_03_01::Models::RollbackStatusInfo
|
162
|
+
ImageDataDisk = Azure::Compute::Mgmt::V2019_03_01::Models::ImageDataDisk
|
163
|
+
UpgradeOperationHistoryStatus = Azure::Compute::Mgmt::V2019_03_01::Models::UpgradeOperationHistoryStatus
|
164
|
+
GalleryImageList = Azure::Compute::Mgmt::V2019_03_01::Models::GalleryImageList
|
165
|
+
RollingUpgradeProgressInfo = Azure::Compute::Mgmt::V2019_03_01::Models::RollingUpgradeProgressInfo
|
166
|
+
DataDiskImage = Azure::Compute::Mgmt::V2019_03_01::Models::DataDiskImage
|
167
|
+
UpgradeOperationHistoricalStatusInfoProperties = Azure::Compute::Mgmt::V2019_03_01::Models::UpgradeOperationHistoricalStatusInfoProperties
|
168
|
+
ManagedArtifact = Azure::Compute::Mgmt::V2019_03_01::Models::ManagedArtifact
|
169
|
+
UpgradeOperationHistoricalStatusInfo = Azure::Compute::Mgmt::V2019_03_01::Models::UpgradeOperationHistoricalStatusInfo
|
170
|
+
DiffDiskSettings = Azure::Compute::Mgmt::V2019_03_01::Models::DiffDiskSettings
|
171
|
+
VirtualMachineScaleSetListOSUpgradeHistory = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetListOSUpgradeHistory
|
172
|
+
WindowsConfiguration = Azure::Compute::Mgmt::V2019_03_01::Models::WindowsConfiguration
|
173
|
+
VirtualMachineHealthStatus = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineHealthStatus
|
174
|
+
NetworkProfile = Azure::Compute::Mgmt::V2019_03_01::Models::NetworkProfile
|
175
|
+
VirtualMachineScaleSetVMInstanceView = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetVMInstanceView
|
176
|
+
VirtualMachineIdentity = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineIdentity
|
177
|
+
VirtualMachineScaleSetVMNetworkProfileConfiguration = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetVMNetworkProfileConfiguration
|
178
|
+
UpgradePolicy = Azure::Compute::Mgmt::V2019_03_01::Models::UpgradePolicy
|
179
|
+
VirtualMachineScaleSetVMProtectionPolicy = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetVMProtectionPolicy
|
180
|
+
GalleryArtifactPublishingProfileBase = Azure::Compute::Mgmt::V2019_03_01::Models::GalleryArtifactPublishingProfileBase
|
181
|
+
LogAnalyticsOperationResult = Azure::Compute::Mgmt::V2019_03_01::Models::LogAnalyticsOperationResult
|
182
|
+
KeyVaultSecretReference = Azure::Compute::Mgmt::V2019_03_01::Models::KeyVaultSecretReference
|
183
|
+
VirtualMachineScaleSetVMListResult = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetVMListResult
|
184
|
+
VaultCertificate = Azure::Compute::Mgmt::V2019_03_01::Models::VaultCertificate
|
185
|
+
RollingUpgradeRunningStatus = Azure::Compute::Mgmt::V2019_03_01::Models::RollingUpgradeRunningStatus
|
186
|
+
ImagePurchasePlan = Azure::Compute::Mgmt::V2019_03_01::Models::ImagePurchasePlan
|
187
|
+
LogAnalyticsOutput = Azure::Compute::Mgmt::V2019_03_01::Models::LogAnalyticsOutput
|
188
|
+
Usage = Azure::Compute::Mgmt::V2019_03_01::Models::Usage
|
189
|
+
Resource = Azure::Compute::Mgmt::V2019_03_01::Models::Resource
|
190
|
+
VirtualMachineAgentInstanceView = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineAgentInstanceView
|
191
|
+
UpdateResource = Azure::Compute::Mgmt::V2019_03_01::Models::UpdateResource
|
192
|
+
AdditionalCapabilities = Azure::Compute::Mgmt::V2019_03_01::Models::AdditionalCapabilities
|
193
|
+
SubResourceReadOnly = Azure::Compute::Mgmt::V2019_03_01::Models::SubResourceReadOnly
|
194
|
+
GalleryImageVersionList = Azure::Compute::Mgmt::V2019_03_01::Models::GalleryImageVersionList
|
195
|
+
RecoveryWalkResponse = Azure::Compute::Mgmt::V2019_03_01::Models::RecoveryWalkResponse
|
196
|
+
AvailabilitySet = Azure::Compute::Mgmt::V2019_03_01::Models::AvailabilitySet
|
197
|
+
AvailabilitySetUpdate = Azure::Compute::Mgmt::V2019_03_01::Models::AvailabilitySetUpdate
|
198
|
+
ProximityPlacementGroup = Azure::Compute::Mgmt::V2019_03_01::Models::ProximityPlacementGroup
|
199
|
+
ProximityPlacementGroupUpdate = Azure::Compute::Mgmt::V2019_03_01::Models::ProximityPlacementGroupUpdate
|
200
|
+
VirtualMachineExtensionImage = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineExtensionImage
|
201
|
+
VirtualMachineImageResource = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineImageResource
|
202
|
+
VirtualMachineExtension = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineExtension
|
203
|
+
VirtualMachineExtensionUpdate = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineExtensionUpdate
|
204
|
+
VirtualMachineImage = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineImage
|
205
|
+
VirtualMachineCaptureResult = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineCaptureResult
|
206
|
+
ImageReference = Azure::Compute::Mgmt::V2019_03_01::Models::ImageReference
|
207
|
+
ManagedDiskParameters = Azure::Compute::Mgmt::V2019_03_01::Models::ManagedDiskParameters
|
208
|
+
NetworkInterfaceReference = Azure::Compute::Mgmt::V2019_03_01::Models::NetworkInterfaceReference
|
209
|
+
VirtualMachine = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachine
|
210
|
+
VirtualMachineUpdate = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineUpdate
|
211
|
+
Image = Azure::Compute::Mgmt::V2019_03_01::Models::Image
|
212
|
+
ImageUpdate = Azure::Compute::Mgmt::V2019_03_01::Models::ImageUpdate
|
213
|
+
VirtualMachineScaleSetIPConfiguration = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetIPConfiguration
|
214
|
+
VirtualMachineScaleSetUpdateIPConfiguration = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetUpdateIPConfiguration
|
215
|
+
VirtualMachineScaleSetNetworkConfiguration = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetNetworkConfiguration
|
216
|
+
VirtualMachineScaleSetUpdateNetworkConfiguration = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetUpdateNetworkConfiguration
|
217
|
+
VirtualMachineScaleSetExtension = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetExtension
|
218
|
+
VirtualMachineScaleSet = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSet
|
219
|
+
VirtualMachineScaleSetVMReimageParameters = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetVMReimageParameters
|
220
|
+
VirtualMachineScaleSetReimageParameters = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetReimageParameters
|
221
|
+
VirtualMachineScaleSetUpdate = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetUpdate
|
222
|
+
VirtualMachineScaleSetVM = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetVM
|
223
|
+
RollingUpgradeStatusInfo = Azure::Compute::Mgmt::V2019_03_01::Models::RollingUpgradeStatusInfo
|
224
|
+
RequestRateByIntervalInput = Azure::Compute::Mgmt::V2019_03_01::Models::RequestRateByIntervalInput
|
225
|
+
ThrottledRequestsInput = Azure::Compute::Mgmt::V2019_03_01::Models::ThrottledRequestsInput
|
226
|
+
RunCommandDocument = Azure::Compute::Mgmt::V2019_03_01::Models::RunCommandDocument
|
227
|
+
Gallery = Azure::Compute::Mgmt::V2019_03_01::Models::Gallery
|
228
|
+
GalleryImage = Azure::Compute::Mgmt::V2019_03_01::Models::GalleryImage
|
229
|
+
GalleryImageVersionPublishingProfile = Azure::Compute::Mgmt::V2019_03_01::Models::GalleryImageVersionPublishingProfile
|
230
|
+
GalleryOSDiskImage = Azure::Compute::Mgmt::V2019_03_01::Models::GalleryOSDiskImage
|
231
|
+
GalleryDataDiskImage = Azure::Compute::Mgmt::V2019_03_01::Models::GalleryDataDiskImage
|
232
|
+
GalleryImageVersion = Azure::Compute::Mgmt::V2019_03_01::Models::GalleryImageVersion
|
233
|
+
HyperVGenerationTypes = Azure::Compute::Mgmt::V2019_03_01::Models::HyperVGenerationTypes
|
234
|
+
StatusLevelTypes = Azure::Compute::Mgmt::V2019_03_01::Models::StatusLevelTypes
|
235
|
+
AvailabilitySetSkuTypes = Azure::Compute::Mgmt::V2019_03_01::Models::AvailabilitySetSkuTypes
|
236
|
+
ProximityPlacementGroupType = Azure::Compute::Mgmt::V2019_03_01::Models::ProximityPlacementGroupType
|
237
|
+
OperatingSystemTypes = Azure::Compute::Mgmt::V2019_03_01::Models::OperatingSystemTypes
|
238
|
+
VirtualMachineSizeTypes = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineSizeTypes
|
239
|
+
CachingTypes = Azure::Compute::Mgmt::V2019_03_01::Models::CachingTypes
|
240
|
+
DiskCreateOptionTypes = Azure::Compute::Mgmt::V2019_03_01::Models::DiskCreateOptionTypes
|
241
|
+
StorageAccountTypes = Azure::Compute::Mgmt::V2019_03_01::Models::StorageAccountTypes
|
242
|
+
DiffDiskOptions = Azure::Compute::Mgmt::V2019_03_01::Models::DiffDiskOptions
|
243
|
+
PassNames = Azure::Compute::Mgmt::V2019_03_01::Models::PassNames
|
244
|
+
ComponentNames = Azure::Compute::Mgmt::V2019_03_01::Models::ComponentNames
|
245
|
+
SettingNames = Azure::Compute::Mgmt::V2019_03_01::Models::SettingNames
|
246
|
+
ProtocolTypes = Azure::Compute::Mgmt::V2019_03_01::Models::ProtocolTypes
|
247
|
+
ResourceIdentityType = Azure::Compute::Mgmt::V2019_03_01::Models::ResourceIdentityType
|
248
|
+
MaintenanceOperationResultCodeTypes = Azure::Compute::Mgmt::V2019_03_01::Models::MaintenanceOperationResultCodeTypes
|
249
|
+
UpgradeMode = Azure::Compute::Mgmt::V2019_03_01::Models::UpgradeMode
|
250
|
+
OperatingSystemStateTypes = Azure::Compute::Mgmt::V2019_03_01::Models::OperatingSystemStateTypes
|
251
|
+
IPVersion = Azure::Compute::Mgmt::V2019_03_01::Models::IPVersion
|
252
|
+
VirtualMachinePriorityTypes = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachinePriorityTypes
|
253
|
+
VirtualMachineEvictionPolicyTypes = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineEvictionPolicyTypes
|
254
|
+
VirtualMachineScaleSetSkuScaleType = Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetSkuScaleType
|
255
|
+
UpgradeState = Azure::Compute::Mgmt::V2019_03_01::Models::UpgradeState
|
256
|
+
UpgradeOperationInvoker = Azure::Compute::Mgmt::V2019_03_01::Models::UpgradeOperationInvoker
|
257
|
+
RollingUpgradeStatusCode = Azure::Compute::Mgmt::V2019_03_01::Models::RollingUpgradeStatusCode
|
258
|
+
RollingUpgradeActionType = Azure::Compute::Mgmt::V2019_03_01::Models::RollingUpgradeActionType
|
259
|
+
IntervalInMins = Azure::Compute::Mgmt::V2019_03_01::Models::IntervalInMins
|
260
|
+
StorageAccountType = Azure::Compute::Mgmt::V2019_03_01::Models::StorageAccountType
|
261
|
+
AggregatedReplicationState = Azure::Compute::Mgmt::V2019_03_01::Models::AggregatedReplicationState
|
262
|
+
ReplicationState = Azure::Compute::Mgmt::V2019_03_01::Models::ReplicationState
|
263
|
+
HostCaching = Azure::Compute::Mgmt::V2019_03_01::Models::HostCaching
|
264
|
+
InstanceViewTypes = Azure::Compute::Mgmt::V2019_03_01::Models::InstanceViewTypes
|
265
|
+
ReplicationStatusTypes = Azure::Compute::Mgmt::V2019_03_01::Models::ReplicationStatusTypes
|
266
|
+
ResourceSkuRestrictionInfo = Azure::Compute::Mgmt::V2019_04_01::Models::ResourceSkuRestrictionInfo
|
267
|
+
ResourceSkuRestrictions = Azure::Compute::Mgmt::V2019_04_01::Models::ResourceSkuRestrictions
|
268
|
+
ResourceSkuCosts = Azure::Compute::Mgmt::V2019_04_01::Models::ResourceSkuCosts
|
269
|
+
ResourceSkuLocationInfo = Azure::Compute::Mgmt::V2019_04_01::Models::ResourceSkuLocationInfo
|
270
|
+
ResourceSkuZoneDetails = Azure::Compute::Mgmt::V2019_04_01::Models::ResourceSkuZoneDetails
|
271
|
+
ResourceSku = Azure::Compute::Mgmt::V2019_04_01::Models::ResourceSku
|
272
|
+
ResourceSkuCapabilities = Azure::Compute::Mgmt::V2019_04_01::Models::ResourceSkuCapabilities
|
273
|
+
ResourceSkusResult = Azure::Compute::Mgmt::V2019_04_01::Models::ResourceSkusResult
|
274
|
+
ResourceSkuCapacity = Azure::Compute::Mgmt::V2019_04_01::Models::ResourceSkuCapacity
|
275
|
+
ResourceSkuCapacityScaleType = Azure::Compute::Mgmt::V2019_04_01::Models::ResourceSkuCapacityScaleType
|
276
|
+
ResourceSkuRestrictionsType = Azure::Compute::Mgmt::V2019_04_01::Models::ResourceSkuRestrictionsType
|
277
|
+
ResourceSkuRestrictionsReasonCode = Azure::Compute::Mgmt::V2019_04_01::Models::ResourceSkuRestrictionsReasonCode
|
262
278
|
end
|
263
279
|
|
264
280
|
class ComputeManagementClass
|
265
|
-
attr_reader :
|
281
|
+
attr_reader :disks, :snapshots, :operations, :availability_sets, :proximity_placement_groups, :virtual_machine_extension_images, :virtual_machine_extensions, :virtual_machine_images, :usage_operations, :virtual_machines, :virtual_machine_sizes, :images, :virtual_machine_scale_sets, :virtual_machine_scale_set_extensions, :virtual_machine_scale_set_rolling_upgrades, :virtual_machine_scale_set_vms, :log_analytics, :virtual_machine_run_commands, :galleries, :gallery_images, :gallery_image_versions, :resource_skus, :configurable, :base_url, :options, :model_classes
|
266
282
|
|
267
283
|
def initialize(configurable, base_url=nil, options=nil)
|
268
284
|
@configurable, @base_url, @options = configurable, base_url, options
|
269
285
|
|
270
|
-
@client_0 = Azure::Compute::Mgmt::
|
286
|
+
@client_0 = Azure::Compute::Mgmt::V2018_09_30::ComputeManagementClient.new(configurable.credentials, base_url, options)
|
271
287
|
if(@client_0.respond_to?(:subscription_id))
|
272
288
|
@client_0.subscription_id = configurable.subscription_id
|
273
289
|
end
|
274
290
|
add_telemetry(@client_0)
|
275
|
-
@
|
291
|
+
@disks = @client_0.disks
|
292
|
+
@snapshots = @client_0.snapshots
|
276
293
|
|
277
|
-
@client_1 = Azure::Compute::Mgmt::
|
294
|
+
@client_1 = Azure::Compute::Mgmt::V2019_03_01::ComputeManagementClient.new(configurable.credentials, base_url, options)
|
278
295
|
if(@client_1.respond_to?(:subscription_id))
|
279
296
|
@client_1.subscription_id = configurable.subscription_id
|
280
297
|
end
|
281
298
|
add_telemetry(@client_1)
|
299
|
+
@operations = @client_1.operations
|
300
|
+
@availability_sets = @client_1.availability_sets
|
301
|
+
@proximity_placement_groups = @client_1.proximity_placement_groups
|
302
|
+
@virtual_machine_extension_images = @client_1.virtual_machine_extension_images
|
303
|
+
@virtual_machine_extensions = @client_1.virtual_machine_extensions
|
304
|
+
@virtual_machine_images = @client_1.virtual_machine_images
|
305
|
+
@usage_operations = @client_1.usage_operations
|
306
|
+
@virtual_machines = @client_1.virtual_machines
|
307
|
+
@virtual_machine_sizes = @client_1.virtual_machine_sizes
|
308
|
+
@images = @client_1.images
|
309
|
+
@virtual_machine_scale_sets = @client_1.virtual_machine_scale_sets
|
310
|
+
@virtual_machine_scale_set_extensions = @client_1.virtual_machine_scale_set_extensions
|
311
|
+
@virtual_machine_scale_set_rolling_upgrades = @client_1.virtual_machine_scale_set_rolling_upgrades
|
312
|
+
@virtual_machine_scale_set_vms = @client_1.virtual_machine_scale_set_vms
|
313
|
+
@log_analytics = @client_1.log_analytics
|
314
|
+
@virtual_machine_run_commands = @client_1.virtual_machine_run_commands
|
315
|
+
@galleries = @client_1.galleries
|
316
|
+
@gallery_images = @client_1.gallery_images
|
317
|
+
@gallery_image_versions = @client_1.gallery_image_versions
|
282
318
|
|
283
|
-
@client_2 = Azure::Compute::Mgmt::
|
319
|
+
@client_2 = Azure::Compute::Mgmt::V2019_04_01::ComputeManagementClient.new(configurable.credentials, base_url, options)
|
284
320
|
if(@client_2.respond_to?(:subscription_id))
|
285
321
|
@client_2.subscription_id = configurable.subscription_id
|
286
322
|
end
|
287
323
|
add_telemetry(@client_2)
|
288
|
-
|
289
|
-
@client_3 = Azure::Compute::Mgmt::V2018_06_01::ComputeManagementClient.new(configurable.credentials, base_url, options)
|
290
|
-
if(@client_3.respond_to?(:subscription_id))
|
291
|
-
@client_3.subscription_id = configurable.subscription_id
|
292
|
-
end
|
293
|
-
add_telemetry(@client_3)
|
294
|
-
@operations = @client_3.operations
|
295
|
-
@availability_sets = @client_3.availability_sets
|
296
|
-
@virtual_machine_extension_images = @client_3.virtual_machine_extension_images
|
297
|
-
@virtual_machine_extensions = @client_3.virtual_machine_extensions
|
298
|
-
@virtual_machine_images = @client_3.virtual_machine_images
|
299
|
-
@usage_operations = @client_3.usage_operations
|
300
|
-
@virtual_machines = @client_3.virtual_machines
|
301
|
-
@virtual_machine_sizes = @client_3.virtual_machine_sizes
|
302
|
-
@images = @client_3.images
|
303
|
-
@virtual_machine_scale_sets = @client_3.virtual_machine_scale_sets
|
304
|
-
@virtual_machine_scale_set_extensions = @client_3.virtual_machine_scale_set_extensions
|
305
|
-
@virtual_machine_scale_set_rolling_upgrades = @client_3.virtual_machine_scale_set_rolling_upgrades
|
306
|
-
@virtual_machine_scale_set_vms = @client_3.virtual_machine_scale_set_vms
|
307
|
-
@log_analytics = @client_3.log_analytics
|
308
|
-
@virtual_machine_run_commands = @client_3.virtual_machine_run_commands
|
309
|
-
@galleries = @client_3.galleries
|
310
|
-
@gallery_images = @client_3.gallery_images
|
311
|
-
@gallery_image_versions = @client_3.gallery_image_versions
|
312
|
-
@disks = @client_3.disks
|
313
|
-
@snapshots = @client_3.snapshots
|
324
|
+
@resource_skus = @client_2.resource_skus
|
314
325
|
|
315
326
|
@model_classes = ModelClasses.new
|
316
327
|
end
|
@@ -321,9 +332,7 @@ module Azure::Profiles::Latest
|
|
321
332
|
end
|
322
333
|
|
323
334
|
def method_missing(method, *args)
|
324
|
-
if @
|
325
|
-
@client_3.send(method, *args)
|
326
|
-
elsif @client_2.respond_to?method
|
335
|
+
if @client_2.respond_to?method
|
327
336
|
@client_2.send(method, *args)
|
328
337
|
elsif @client_1.respond_to?method
|
329
338
|
@client_1.send(method, *args)
|
@@ -335,692 +344,737 @@ module Azure::Profiles::Latest
|
|
335
344
|
end
|
336
345
|
|
337
346
|
class ModelClasses
|
338
|
-
def
|
339
|
-
Azure::Compute::Mgmt::
|
347
|
+
def encryption_settings_collection
|
348
|
+
Azure::Compute::Mgmt::V2018_09_30::Models::EncryptionSettingsCollection
|
340
349
|
end
|
341
|
-
def
|
342
|
-
Azure::Compute::Mgmt::
|
350
|
+
def image_disk_reference
|
351
|
+
Azure::Compute::Mgmt::V2018_09_30::Models::ImageDiskReference
|
343
352
|
end
|
344
|
-
def
|
345
|
-
Azure::Compute::Mgmt::
|
353
|
+
def disk_update
|
354
|
+
Azure::Compute::Mgmt::V2018_09_30::Models::DiskUpdate
|
346
355
|
end
|
347
|
-
def
|
348
|
-
Azure::Compute::Mgmt::
|
356
|
+
def source_vault
|
357
|
+
Azure::Compute::Mgmt::V2018_09_30::Models::SourceVault
|
349
358
|
end
|
350
|
-
def
|
351
|
-
Azure::Compute::Mgmt::
|
359
|
+
def disk_list
|
360
|
+
Azure::Compute::Mgmt::V2018_09_30::Models::DiskList
|
352
361
|
end
|
353
|
-
def
|
354
|
-
Azure::Compute::Mgmt::
|
362
|
+
def key_vault_and_key_reference
|
363
|
+
Azure::Compute::Mgmt::V2018_09_30::Models::KeyVaultAndKeyReference
|
355
364
|
end
|
356
|
-
def
|
357
|
-
Azure::Compute::Mgmt::
|
365
|
+
def snapshot_sku
|
366
|
+
Azure::Compute::Mgmt::V2018_09_30::Models::SnapshotSku
|
358
367
|
end
|
359
|
-
def
|
360
|
-
Azure::Compute::Mgmt::
|
368
|
+
def disk_sku
|
369
|
+
Azure::Compute::Mgmt::V2018_09_30::Models::DiskSku
|
361
370
|
end
|
362
|
-
def
|
363
|
-
Azure::Compute::Mgmt::
|
371
|
+
def grant_access_data
|
372
|
+
Azure::Compute::Mgmt::V2018_09_30::Models::GrantAccessData
|
364
373
|
end
|
365
|
-
def
|
366
|
-
Azure::Compute::Mgmt::
|
374
|
+
def key_vault_and_secret_reference
|
375
|
+
Azure::Compute::Mgmt::V2018_09_30::Models::KeyVaultAndSecretReference
|
367
376
|
end
|
368
|
-
def
|
369
|
-
Azure::Compute::Mgmt::
|
377
|
+
def access_uri
|
378
|
+
Azure::Compute::Mgmt::V2018_09_30::Models::AccessUri
|
370
379
|
end
|
371
|
-
def
|
372
|
-
Azure::Compute::Mgmt::
|
380
|
+
def creation_data
|
381
|
+
Azure::Compute::Mgmt::V2018_09_30::Models::CreationData
|
373
382
|
end
|
374
|
-
def
|
375
|
-
Azure::Compute::Mgmt::
|
383
|
+
def snapshot_list
|
384
|
+
Azure::Compute::Mgmt::V2018_09_30::Models::SnapshotList
|
376
385
|
end
|
377
|
-
def
|
378
|
-
Azure::Compute::Mgmt::
|
386
|
+
def encryption_settings_element
|
387
|
+
Azure::Compute::Mgmt::V2018_09_30::Models::EncryptionSettingsElement
|
388
|
+
end
|
389
|
+
def snapshot_update
|
390
|
+
Azure::Compute::Mgmt::V2018_09_30::Models::SnapshotUpdate
|
391
|
+
end
|
392
|
+
def disk
|
393
|
+
Azure::Compute::Mgmt::V2018_09_30::Models::Disk
|
394
|
+
end
|
395
|
+
def snapshot
|
396
|
+
Azure::Compute::Mgmt::V2018_09_30::Models::Snapshot
|
397
|
+
end
|
398
|
+
def disk_storage_account_types
|
399
|
+
Azure::Compute::Mgmt::V2018_09_30::Models::DiskStorageAccountTypes
|
400
|
+
end
|
401
|
+
def hyper_vgeneration
|
402
|
+
Azure::Compute::Mgmt::V2018_09_30::Models::HyperVGeneration
|
403
|
+
end
|
404
|
+
def disk_create_option
|
405
|
+
Azure::Compute::Mgmt::V2018_09_30::Models::DiskCreateOption
|
406
|
+
end
|
407
|
+
def disk_state
|
408
|
+
Azure::Compute::Mgmt::V2018_09_30::Models::DiskState
|
409
|
+
end
|
410
|
+
def snapshot_storage_account_types
|
411
|
+
Azure::Compute::Mgmt::V2018_09_30::Models::SnapshotStorageAccountTypes
|
412
|
+
end
|
413
|
+
def access_level
|
414
|
+
Azure::Compute::Mgmt::V2018_09_30::Models::AccessLevel
|
379
415
|
end
|
380
416
|
def virtual_machine_scale_set_public_ipaddress_configuration_dns_settings
|
381
|
-
Azure::Compute::Mgmt::
|
417
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings
|
382
418
|
end
|
383
|
-
def
|
384
|
-
Azure::Compute::Mgmt::
|
419
|
+
def compute_operation_value
|
420
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::ComputeOperationValue
|
385
421
|
end
|
386
422
|
def virtual_machine_scale_set_ip_tag
|
387
|
-
Azure::Compute::Mgmt::
|
423
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetIpTag
|
388
424
|
end
|
389
|
-
def
|
390
|
-
Azure::Compute::Mgmt::
|
425
|
+
def instance_view_status
|
426
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::InstanceViewStatus
|
391
427
|
end
|
392
428
|
def virtual_machine_scale_set_public_ipaddress_configuration
|
393
|
-
Azure::Compute::Mgmt::
|
429
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetPublicIPAddressConfiguration
|
394
430
|
end
|
395
|
-
def
|
396
|
-
Azure::Compute::Mgmt::
|
431
|
+
def sku
|
432
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::Sku
|
397
433
|
end
|
398
|
-
def
|
399
|
-
Azure::Compute::Mgmt::
|
434
|
+
def virtual_machine_scale_set_update_public_ipaddress_configuration
|
435
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetUpdatePublicIPAddressConfiguration
|
400
436
|
end
|
401
|
-
def
|
402
|
-
Azure::Compute::Mgmt::
|
437
|
+
def image_storage_profile
|
438
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::ImageStorageProfile
|
403
439
|
end
|
404
|
-
def
|
405
|
-
Azure::Compute::Mgmt::
|
440
|
+
def disallowed
|
441
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::Disallowed
|
442
|
+
end
|
443
|
+
def recommended_machine_configuration
|
444
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::RecommendedMachineConfiguration
|
445
|
+
end
|
446
|
+
def proximity_placement_group_list_result
|
447
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::ProximityPlacementGroupListResult
|
448
|
+
end
|
449
|
+
def image_list_result
|
450
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::ImageListResult
|
406
451
|
end
|
407
452
|
def virtual_machine_size_list_result
|
408
|
-
Azure::Compute::Mgmt::
|
453
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineSizeListResult
|
409
454
|
end
|
410
|
-
def
|
411
|
-
Azure::Compute::Mgmt::
|
455
|
+
def virtual_machine_scale_set_identity_user_assigned_identities_value
|
456
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue
|
412
457
|
end
|
413
458
|
def gallery_list
|
414
|
-
Azure::Compute::Mgmt::
|
459
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::GalleryList
|
415
460
|
end
|
416
|
-
def
|
417
|
-
Azure::Compute::Mgmt::
|
461
|
+
def virtual_machine_scale_set_identity
|
462
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetIdentity
|
418
463
|
end
|
419
464
|
def gallery_disk_image
|
420
|
-
Azure::Compute::Mgmt::
|
465
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::GalleryDiskImage
|
421
466
|
end
|
422
|
-
def
|
423
|
-
Azure::Compute::Mgmt::
|
467
|
+
def virtual_machine_scale_set_osprofile
|
468
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetOSProfile
|
424
469
|
end
|
425
470
|
def virtual_machine_extensions_list_result
|
426
|
-
Azure::Compute::Mgmt::
|
471
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineExtensionsListResult
|
427
472
|
end
|
428
|
-
def
|
429
|
-
Azure::Compute::Mgmt::
|
473
|
+
def virtual_machine_scale_set_update_osprofile
|
474
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetUpdateOSProfile
|
430
475
|
end
|
431
476
|
def osdisk_image
|
432
|
-
Azure::Compute::Mgmt::
|
477
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::OSDiskImage
|
433
478
|
end
|
434
|
-
def
|
435
|
-
Azure::Compute::Mgmt::
|
479
|
+
def virtual_machine_scale_set_managed_disk_parameters
|
480
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetManagedDiskParameters
|
436
481
|
end
|
437
|
-
def
|
438
|
-
Azure::Compute::Mgmt::
|
482
|
+
def automatic_osupgrade_properties
|
483
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::AutomaticOSUpgradeProperties
|
439
484
|
end
|
440
|
-
def
|
441
|
-
Azure::Compute::Mgmt::
|
485
|
+
def virtual_machine_scale_set_osdisk
|
486
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetOSDisk
|
442
487
|
end
|
443
|
-
def
|
444
|
-
Azure::Compute::Mgmt::
|
488
|
+
def usage_name
|
489
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::UsageName
|
445
490
|
end
|
446
|
-
def
|
447
|
-
Azure::Compute::Mgmt::
|
491
|
+
def virtual_machine_scale_set_update_osdisk
|
492
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetUpdateOSDisk
|
493
|
+
end
|
494
|
+
def list_usages_result
|
495
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::ListUsagesResult
|
496
|
+
end
|
497
|
+
def virtual_machine_scale_set_data_disk
|
498
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetDataDisk
|
448
499
|
end
|
449
500
|
def virtual_machine_capture_parameters
|
450
|
-
Azure::Compute::Mgmt::
|
501
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineCaptureParameters
|
451
502
|
end
|
452
|
-
def
|
453
|
-
Azure::Compute::Mgmt::
|
503
|
+
def virtual_machine_scale_set_storage_profile
|
504
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetStorageProfile
|
454
505
|
end
|
455
506
|
def plan
|
456
|
-
Azure::Compute::Mgmt::
|
507
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::Plan
|
457
508
|
end
|
458
|
-
def
|
459
|
-
Azure::Compute::Mgmt::
|
509
|
+
def virtual_machine_scale_set_update_storage_profile
|
510
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetUpdateStorageProfile
|
460
511
|
end
|
461
512
|
def target_region
|
462
|
-
Azure::Compute::Mgmt::
|
513
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::TargetRegion
|
463
514
|
end
|
464
|
-
def
|
465
|
-
Azure::Compute::Mgmt::
|
515
|
+
def api_entity_reference
|
516
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::ApiEntityReference
|
466
517
|
end
|
467
518
|
def key_vault_key_reference
|
468
|
-
Azure::Compute::Mgmt::
|
519
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::KeyVaultKeyReference
|
469
520
|
end
|
470
|
-
def
|
471
|
-
Azure::Compute::Mgmt::
|
521
|
+
def compute_operation_list_result
|
522
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::ComputeOperationListResult
|
472
523
|
end
|
473
524
|
def virtual_hard_disk
|
474
|
-
Azure::Compute::Mgmt::
|
525
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualHardDisk
|
475
526
|
end
|
476
|
-
def
|
477
|
-
Azure::Compute::Mgmt::
|
527
|
+
def sub_resource
|
528
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::SubResource
|
478
529
|
end
|
479
|
-
def
|
480
|
-
Azure::Compute::Mgmt::
|
530
|
+
def replication_status
|
531
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::ReplicationStatus
|
481
532
|
end
|
482
|
-
def
|
483
|
-
Azure::Compute::Mgmt::
|
533
|
+
def osdisk
|
534
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::OSDisk
|
535
|
+
end
|
536
|
+
def log_analytics_input_base
|
537
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::LogAnalyticsInputBase
|
538
|
+
end
|
539
|
+
def storage_profile
|
540
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::StorageProfile
|
541
|
+
end
|
542
|
+
def resource_range
|
543
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::ResourceRange
|
544
|
+
end
|
545
|
+
def additional_unattend_content
|
546
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::AdditionalUnattendContent
|
547
|
+
end
|
548
|
+
def gallery_image_identifier
|
549
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::GalleryImageIdentifier
|
550
|
+
end
|
551
|
+
def win_rmconfiguration
|
552
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::WinRMConfiguration
|
553
|
+
end
|
554
|
+
def gallery_identifier
|
555
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::GalleryIdentifier
|
556
|
+
end
|
557
|
+
def ssh_public_key
|
558
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::SshPublicKey
|
559
|
+
end
|
560
|
+
def virtual_machine_scale_set_network_configuration_dns_settings
|
561
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetNetworkConfigurationDnsSettings
|
562
|
+
end
|
563
|
+
def linux_configuration
|
564
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::LinuxConfiguration
|
565
|
+
end
|
566
|
+
def run_command_result
|
567
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::RunCommandResult
|
568
|
+
end
|
569
|
+
def vault_secret_group
|
570
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VaultSecretGroup
|
571
|
+
end
|
572
|
+
def run_command_list_result
|
573
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::RunCommandListResult
|
574
|
+
end
|
575
|
+
def regional_replication_status
|
576
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::RegionalReplicationStatus
|
484
577
|
end
|
485
578
|
def virtual_machine_scale_set_network_profile
|
486
|
-
Azure::Compute::Mgmt::
|
579
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetNetworkProfile
|
487
580
|
end
|
488
|
-
def
|
489
|
-
Azure::Compute::Mgmt::
|
581
|
+
def boot_diagnostics
|
582
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::BootDiagnostics
|
490
583
|
end
|
491
584
|
def virtual_machine_scale_set_update_network_profile
|
492
|
-
Azure::Compute::Mgmt::
|
585
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetUpdateNetworkProfile
|
493
586
|
end
|
494
|
-
def
|
495
|
-
Azure::Compute::Mgmt::
|
587
|
+
def virtual_machine_extension_handler_instance_view
|
588
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineExtensionHandlerInstanceView
|
496
589
|
end
|
497
|
-
def
|
498
|
-
Azure::Compute::Mgmt::
|
590
|
+
def run_command_document_base
|
591
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::RunCommandDocumentBase
|
499
592
|
end
|
500
|
-
def
|
501
|
-
Azure::Compute::Mgmt::
|
593
|
+
def disk_instance_view
|
594
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::DiskInstanceView
|
502
595
|
end
|
503
596
|
def virtual_machine_scale_set_extension_list_result
|
504
|
-
Azure::Compute::Mgmt::
|
597
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetExtensionListResult
|
505
598
|
end
|
506
|
-
def
|
507
|
-
Azure::Compute::Mgmt::
|
599
|
+
def virtual_machine_identity_user_assigned_identities_value
|
600
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineIdentityUserAssignedIdentitiesValue
|
508
601
|
end
|
509
602
|
def virtual_machine_scale_set_extension_profile
|
510
|
-
Azure::Compute::Mgmt::
|
603
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetExtensionProfile
|
511
604
|
end
|
512
|
-
def
|
513
|
-
Azure::Compute::Mgmt::
|
605
|
+
def maintenance_redeploy_status
|
606
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::MaintenanceRedeployStatus
|
514
607
|
end
|
515
608
|
def virtual_machine_scale_set_vmprofile
|
516
|
-
Azure::Compute::Mgmt::
|
609
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetVMProfile
|
517
610
|
end
|
518
|
-
def
|
519
|
-
Azure::Compute::Mgmt::
|
611
|
+
def gallery_image_version_storage_profile
|
612
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::GalleryImageVersionStorageProfile
|
520
613
|
end
|
521
614
|
def virtual_machine_scale_set_update_vmprofile
|
522
|
-
Azure::Compute::Mgmt::
|
615
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetUpdateVMProfile
|
523
616
|
end
|
524
|
-
def
|
525
|
-
Azure::Compute::Mgmt::
|
617
|
+
def virtual_machine_list_result
|
618
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineListResult
|
526
619
|
end
|
527
|
-
def
|
528
|
-
Azure::Compute::Mgmt::
|
620
|
+
def run_command_parameter_definition
|
621
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::RunCommandParameterDefinition
|
529
622
|
end
|
530
|
-
def
|
531
|
-
Azure::Compute::Mgmt::
|
623
|
+
def rolling_upgrade_policy
|
624
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::RollingUpgradePolicy
|
532
625
|
end
|
533
|
-
def
|
534
|
-
Azure::Compute::Mgmt::
|
626
|
+
def run_command_input
|
627
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::RunCommandInput
|
535
628
|
end
|
536
|
-
def
|
537
|
-
Azure::Compute::Mgmt::
|
629
|
+
def image_osdisk
|
630
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::ImageOSDisk
|
631
|
+
end
|
632
|
+
def run_command_input_parameter
|
633
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::RunCommandInputParameter
|
634
|
+
end
|
635
|
+
def availability_set_list_result
|
636
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::AvailabilitySetListResult
|
637
|
+
end
|
638
|
+
def vmscale_set_convert_to_single_placement_group_input
|
639
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VMScaleSetConvertToSinglePlacementGroupInput
|
640
|
+
end
|
641
|
+
def virtual_machine_size
|
642
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineSize
|
538
643
|
end
|
539
644
|
def virtual_machine_scale_set_vminstance_ids
|
540
|
-
Azure::Compute::Mgmt::
|
645
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetVMInstanceIDs
|
541
646
|
end
|
542
|
-
def
|
543
|
-
Azure::Compute::Mgmt::
|
647
|
+
def virtual_machine_extension_instance_view
|
648
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineExtensionInstanceView
|
544
649
|
end
|
545
650
|
def virtual_machine_scale_set_vminstance_required_ids
|
546
|
-
Azure::Compute::Mgmt::
|
651
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetVMInstanceRequiredIDs
|
547
652
|
end
|
548
|
-
def
|
549
|
-
Azure::Compute::Mgmt::
|
653
|
+
def purchase_plan
|
654
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::PurchasePlan
|
550
655
|
end
|
551
656
|
def virtual_machine_status_code_count
|
552
|
-
Azure::Compute::Mgmt::
|
657
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineStatusCodeCount
|
553
658
|
end
|
554
|
-
def
|
555
|
-
Azure::Compute::Mgmt::
|
659
|
+
def gallery_artifact_source
|
660
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::GalleryArtifactSource
|
556
661
|
end
|
557
662
|
def virtual_machine_scale_set_instance_view_statuses_summary
|
558
|
-
Azure::Compute::Mgmt::
|
663
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetInstanceViewStatusesSummary
|
559
664
|
end
|
560
|
-
def
|
561
|
-
Azure::Compute::Mgmt::
|
665
|
+
def virtual_machine_reimage_parameters
|
666
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineReimageParameters
|
562
667
|
end
|
563
668
|
def virtual_machine_scale_set_vmextensions_summary
|
564
|
-
Azure::Compute::Mgmt::
|
669
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetVMExtensionsSummary
|
565
670
|
end
|
566
|
-
def
|
567
|
-
Azure::Compute::Mgmt::
|
671
|
+
def hardware_profile
|
672
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::HardwareProfile
|
568
673
|
end
|
569
674
|
def virtual_machine_scale_set_instance_view
|
570
|
-
Azure::Compute::Mgmt::
|
675
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetInstanceView
|
571
676
|
end
|
572
|
-
def
|
573
|
-
Azure::Compute::Mgmt::
|
677
|
+
def disk_encryption_settings
|
678
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::DiskEncryptionSettings
|
574
679
|
end
|
575
680
|
def virtual_machine_scale_set_list_result
|
576
|
-
Azure::Compute::Mgmt::
|
681
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetListResult
|
577
682
|
end
|
578
|
-
def
|
579
|
-
Azure::Compute::Mgmt::
|
683
|
+
def data_disk
|
684
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::DataDisk
|
580
685
|
end
|
581
686
|
def virtual_machine_scale_set_list_with_link_result
|
582
|
-
Azure::Compute::Mgmt::
|
687
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetListWithLinkResult
|
583
688
|
end
|
584
|
-
def
|
585
|
-
Azure::Compute::Mgmt::
|
689
|
+
def win_rmlistener
|
690
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::WinRMListener
|
586
691
|
end
|
587
692
|
def virtual_machine_scale_set_sku_capacity
|
588
|
-
Azure::Compute::Mgmt::
|
693
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetSkuCapacity
|
589
694
|
end
|
590
|
-
def
|
591
|
-
Azure::Compute::Mgmt::
|
695
|
+
def ssh_configuration
|
696
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::SshConfiguration
|
592
697
|
end
|
593
698
|
def virtual_machine_scale_set_sku
|
594
|
-
Azure::Compute::Mgmt::
|
699
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetSku
|
595
700
|
end
|
596
|
-
def
|
597
|
-
Azure::Compute::Mgmt::
|
701
|
+
def osprofile
|
702
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::OSProfile
|
598
703
|
end
|
599
704
|
def virtual_machine_scale_set_list_skus_result
|
600
|
-
Azure::Compute::Mgmt::
|
705
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetListSkusResult
|
601
706
|
end
|
602
|
-
def
|
603
|
-
Azure::Compute::Mgmt::
|
707
|
+
def diagnostics_profile
|
708
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::DiagnosticsProfile
|
604
709
|
end
|
605
710
|
def api_error_base
|
606
|
-
Azure::Compute::Mgmt::
|
711
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::ApiErrorBase
|
607
712
|
end
|
608
|
-
def
|
609
|
-
Azure::Compute::Mgmt::
|
713
|
+
def boot_diagnostics_instance_view
|
714
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::BootDiagnosticsInstanceView
|
610
715
|
end
|
611
716
|
def inner_error
|
612
|
-
Azure::Compute::Mgmt::
|
717
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::InnerError
|
613
718
|
end
|
614
|
-
def
|
615
|
-
Azure::Compute::Mgmt::
|
719
|
+
def virtual_machine_instance_view
|
720
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineInstanceView
|
616
721
|
end
|
617
722
|
def api_error
|
618
|
-
Azure::Compute::Mgmt::
|
723
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::ApiError
|
619
724
|
end
|
620
|
-
def
|
621
|
-
Azure::Compute::Mgmt::
|
725
|
+
def automatic_osupgrade_policy
|
726
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::AutomaticOSUpgradePolicy
|
622
727
|
end
|
623
728
|
def rollback_status_info
|
624
|
-
Azure::Compute::Mgmt::
|
729
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::RollbackStatusInfo
|
625
730
|
end
|
626
|
-
def
|
627
|
-
Azure::Compute::Mgmt::
|
731
|
+
def image_data_disk
|
732
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::ImageDataDisk
|
628
733
|
end
|
629
734
|
def upgrade_operation_history_status
|
630
|
-
Azure::Compute::Mgmt::
|
735
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::UpgradeOperationHistoryStatus
|
631
736
|
end
|
632
|
-
def
|
633
|
-
Azure::Compute::Mgmt::
|
737
|
+
def gallery_image_list
|
738
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::GalleryImageList
|
634
739
|
end
|
635
740
|
def rolling_upgrade_progress_info
|
636
|
-
Azure::Compute::Mgmt::
|
741
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::RollingUpgradeProgressInfo
|
637
742
|
end
|
638
|
-
def
|
639
|
-
Azure::Compute::Mgmt::
|
743
|
+
def data_disk_image
|
744
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::DataDiskImage
|
640
745
|
end
|
641
746
|
def upgrade_operation_historical_status_info_properties
|
642
|
-
Azure::Compute::Mgmt::
|
747
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::UpgradeOperationHistoricalStatusInfoProperties
|
643
748
|
end
|
644
|
-
def
|
645
|
-
Azure::Compute::Mgmt::
|
749
|
+
def managed_artifact
|
750
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::ManagedArtifact
|
646
751
|
end
|
647
752
|
def upgrade_operation_historical_status_info
|
648
|
-
Azure::Compute::Mgmt::
|
753
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::UpgradeOperationHistoricalStatusInfo
|
649
754
|
end
|
650
|
-
def
|
651
|
-
Azure::Compute::Mgmt::
|
755
|
+
def diff_disk_settings
|
756
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::DiffDiskSettings
|
652
757
|
end
|
653
758
|
def virtual_machine_scale_set_list_osupgrade_history
|
654
|
-
Azure::Compute::Mgmt::
|
759
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetListOSUpgradeHistory
|
655
760
|
end
|
656
|
-
def
|
657
|
-
Azure::Compute::Mgmt::
|
761
|
+
def windows_configuration
|
762
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::WindowsConfiguration
|
658
763
|
end
|
659
764
|
def virtual_machine_health_status
|
660
|
-
Azure::Compute::Mgmt::
|
765
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineHealthStatus
|
661
766
|
end
|
662
|
-
def
|
663
|
-
Azure::Compute::Mgmt::
|
767
|
+
def network_profile
|
768
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::NetworkProfile
|
664
769
|
end
|
665
770
|
def virtual_machine_scale_set_vminstance_view
|
666
|
-
Azure::Compute::Mgmt::
|
771
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetVMInstanceView
|
667
772
|
end
|
668
|
-
def
|
669
|
-
Azure::Compute::Mgmt::
|
773
|
+
def virtual_machine_identity
|
774
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineIdentity
|
670
775
|
end
|
671
|
-
def
|
672
|
-
Azure::Compute::Mgmt::
|
776
|
+
def virtual_machine_scale_set_vmnetwork_profile_configuration
|
777
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetVMNetworkProfileConfiguration
|
673
778
|
end
|
674
|
-
def
|
675
|
-
Azure::Compute::Mgmt::
|
779
|
+
def upgrade_policy
|
780
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::UpgradePolicy
|
781
|
+
end
|
782
|
+
def virtual_machine_scale_set_vmprotection_policy
|
783
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetVMProtectionPolicy
|
784
|
+
end
|
785
|
+
def gallery_artifact_publishing_profile_base
|
786
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::GalleryArtifactPublishingProfileBase
|
787
|
+
end
|
788
|
+
def log_analytics_operation_result
|
789
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::LogAnalyticsOperationResult
|
790
|
+
end
|
791
|
+
def key_vault_secret_reference
|
792
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::KeyVaultSecretReference
|
676
793
|
end
|
677
794
|
def virtual_machine_scale_set_vmlist_result
|
678
|
-
Azure::Compute::Mgmt::
|
795
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetVMListResult
|
679
796
|
end
|
680
|
-
def
|
681
|
-
Azure::Compute::Mgmt::
|
797
|
+
def vault_certificate
|
798
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VaultCertificate
|
682
799
|
end
|
683
800
|
def rolling_upgrade_running_status
|
684
|
-
Azure::Compute::Mgmt::
|
801
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::RollingUpgradeRunningStatus
|
685
802
|
end
|
686
|
-
def
|
687
|
-
Azure::Compute::Mgmt::
|
803
|
+
def image_purchase_plan
|
804
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::ImagePurchasePlan
|
688
805
|
end
|
689
|
-
def
|
690
|
-
Azure::Compute::Mgmt::
|
806
|
+
def log_analytics_output
|
807
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::LogAnalyticsOutput
|
691
808
|
end
|
692
|
-
def
|
693
|
-
Azure::Compute::Mgmt::
|
809
|
+
def usage
|
810
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::Usage
|
694
811
|
end
|
695
812
|
def resource
|
696
|
-
Azure::Compute::Mgmt::
|
813
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::Resource
|
697
814
|
end
|
698
|
-
def
|
699
|
-
Azure::Compute::Mgmt::
|
815
|
+
def virtual_machine_agent_instance_view
|
816
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineAgentInstanceView
|
700
817
|
end
|
701
818
|
def update_resource
|
702
|
-
Azure::Compute::Mgmt::
|
819
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::UpdateResource
|
703
820
|
end
|
704
|
-
def
|
705
|
-
Azure::Compute::Mgmt::
|
821
|
+
def additional_capabilities
|
822
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::AdditionalCapabilities
|
706
823
|
end
|
707
824
|
def sub_resource_read_only
|
708
|
-
Azure::Compute::Mgmt::
|
825
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::SubResourceReadOnly
|
709
826
|
end
|
710
827
|
def gallery_image_version_list
|
711
|
-
Azure::Compute::Mgmt::
|
828
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::GalleryImageVersionList
|
712
829
|
end
|
713
830
|
def recovery_walk_response
|
714
|
-
Azure::Compute::Mgmt::
|
715
|
-
end
|
716
|
-
def gallery_artifact_publishing_profile_base
|
717
|
-
Azure::Compute::Mgmt::V2018_06_01::Models::GalleryArtifactPublishingProfileBase
|
718
|
-
end
|
719
|
-
def disk_update
|
720
|
-
Azure::Compute::Mgmt::V2018_06_01::Models::DiskUpdate
|
721
|
-
end
|
722
|
-
def list_usages_result
|
723
|
-
Azure::Compute::Mgmt::V2018_06_01::Models::ListUsagesResult
|
724
|
-
end
|
725
|
-
def encryption_settings
|
726
|
-
Azure::Compute::Mgmt::V2018_06_01::Models::EncryptionSettings
|
727
|
-
end
|
728
|
-
def disk_encryption_settings
|
729
|
-
Azure::Compute::Mgmt::V2018_06_01::Models::DiskEncryptionSettings
|
730
|
-
end
|
731
|
-
def log_analytics_input_base
|
732
|
-
Azure::Compute::Mgmt::V2018_06_01::Models::LogAnalyticsInputBase
|
733
|
-
end
|
734
|
-
def additional_unattend_content
|
735
|
-
Azure::Compute::Mgmt::V2018_06_01::Models::AdditionalUnattendContent
|
736
|
-
end
|
737
|
-
def log_analytics_output
|
738
|
-
Azure::Compute::Mgmt::V2018_06_01::Models::LogAnalyticsOutput
|
739
|
-
end
|
740
|
-
def vault_secret_group
|
741
|
-
Azure::Compute::Mgmt::V2018_06_01::Models::VaultSecretGroup
|
742
|
-
end
|
743
|
-
def log_analytics_operation_result
|
744
|
-
Azure::Compute::Mgmt::V2018_06_01::Models::LogAnalyticsOperationResult
|
745
|
-
end
|
746
|
-
def disk_instance_view
|
747
|
-
Azure::Compute::Mgmt::V2018_06_01::Models::DiskInstanceView
|
748
|
-
end
|
749
|
-
def run_command_input_parameter
|
750
|
-
Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandInputParameter
|
751
|
-
end
|
752
|
-
def virtual_machine_list_result
|
753
|
-
Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineListResult
|
754
|
-
end
|
755
|
-
def run_command_input
|
756
|
-
Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandInput
|
757
|
-
end
|
758
|
-
def image_disk_reference
|
759
|
-
Azure::Compute::Mgmt::V2018_06_01::Models::ImageDiskReference
|
760
|
-
end
|
761
|
-
def run_command_parameter_definition
|
762
|
-
Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandParameterDefinition
|
763
|
-
end
|
764
|
-
def gallery_image_list
|
765
|
-
Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageList
|
766
|
-
end
|
767
|
-
def run_command_document_base
|
768
|
-
Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandDocumentBase
|
769
|
-
end
|
770
|
-
def hardware_profile
|
771
|
-
Azure::Compute::Mgmt::V2018_06_01::Models::HardwareProfile
|
772
|
-
end
|
773
|
-
def key_vault_and_key_reference
|
774
|
-
Azure::Compute::Mgmt::V2018_06_01::Models::KeyVaultAndKeyReference
|
775
|
-
end
|
776
|
-
def ssh_public_key
|
777
|
-
Azure::Compute::Mgmt::V2018_06_01::Models::SshPublicKey
|
778
|
-
end
|
779
|
-
def run_command_list_result
|
780
|
-
Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandListResult
|
781
|
-
end
|
782
|
-
def maintenance_redeploy_status
|
783
|
-
Azure::Compute::Mgmt::V2018_06_01::Models::MaintenanceRedeployStatus
|
784
|
-
end
|
785
|
-
def run_command_result
|
786
|
-
Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandResult
|
787
|
-
end
|
788
|
-
def virtual_machine_scale_set_osprofile
|
789
|
-
Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetOSProfile
|
790
|
-
end
|
791
|
-
def gallery_identifier
|
792
|
-
Azure::Compute::Mgmt::V2018_06_01::Models::GalleryIdentifier
|
793
|
-
end
|
794
|
-
def osdisk
|
795
|
-
Azure::Compute::Mgmt::V2018_06_01::Models::OSDisk
|
796
|
-
end
|
797
|
-
def key_vault_and_secret_reference
|
798
|
-
Azure::Compute::Mgmt::V2018_06_01::Models::KeyVaultAndSecretReference
|
799
|
-
end
|
800
|
-
def image_osdisk
|
801
|
-
Azure::Compute::Mgmt::V2018_06_01::Models::ImageOSDisk
|
802
|
-
end
|
803
|
-
def gallery_image_identifier
|
804
|
-
Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageIdentifier
|
805
|
-
end
|
806
|
-
def boot_diagnostics
|
807
|
-
Azure::Compute::Mgmt::V2018_06_01::Models::BootDiagnostics
|
808
|
-
end
|
809
|
-
def resource_range
|
810
|
-
Azure::Compute::Mgmt::V2018_06_01::Models::ResourceRange
|
811
|
-
end
|
812
|
-
def data_disk_image
|
813
|
-
Azure::Compute::Mgmt::V2018_06_01::Models::DataDiskImage
|
814
|
-
end
|
815
|
-
def recommended_machine_configuration
|
816
|
-
Azure::Compute::Mgmt::V2018_06_01::Models::RecommendedMachineConfiguration
|
831
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::RecoveryWalkResponse
|
817
832
|
end
|
818
833
|
def availability_set
|
819
|
-
Azure::Compute::Mgmt::
|
834
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::AvailabilitySet
|
820
835
|
end
|
821
836
|
def availability_set_update
|
822
|
-
Azure::Compute::Mgmt::
|
837
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::AvailabilitySetUpdate
|
838
|
+
end
|
839
|
+
def proximity_placement_group
|
840
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::ProximityPlacementGroup
|
841
|
+
end
|
842
|
+
def proximity_placement_group_update
|
843
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::ProximityPlacementGroupUpdate
|
823
844
|
end
|
824
845
|
def virtual_machine_extension_image
|
825
|
-
Azure::Compute::Mgmt::
|
846
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineExtensionImage
|
826
847
|
end
|
827
848
|
def virtual_machine_image_resource
|
828
|
-
Azure::Compute::Mgmt::
|
849
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineImageResource
|
829
850
|
end
|
830
851
|
def virtual_machine_extension
|
831
|
-
Azure::Compute::Mgmt::
|
852
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineExtension
|
832
853
|
end
|
833
854
|
def virtual_machine_extension_update
|
834
|
-
Azure::Compute::Mgmt::
|
855
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineExtensionUpdate
|
835
856
|
end
|
836
857
|
def virtual_machine_image
|
837
|
-
Azure::Compute::Mgmt::
|
858
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineImage
|
838
859
|
end
|
839
860
|
def virtual_machine_capture_result
|
840
|
-
Azure::Compute::Mgmt::
|
861
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineCaptureResult
|
841
862
|
end
|
842
863
|
def image_reference
|
843
|
-
Azure::Compute::Mgmt::
|
864
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::ImageReference
|
844
865
|
end
|
845
866
|
def managed_disk_parameters
|
846
|
-
Azure::Compute::Mgmt::
|
867
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::ManagedDiskParameters
|
847
868
|
end
|
848
869
|
def network_interface_reference
|
849
|
-
Azure::Compute::Mgmt::
|
870
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::NetworkInterfaceReference
|
850
871
|
end
|
851
872
|
def virtual_machine
|
852
|
-
Azure::Compute::Mgmt::
|
873
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachine
|
853
874
|
end
|
854
875
|
def virtual_machine_update
|
855
|
-
Azure::Compute::Mgmt::
|
876
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineUpdate
|
856
877
|
end
|
857
878
|
def image
|
858
|
-
Azure::Compute::Mgmt::
|
879
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::Image
|
859
880
|
end
|
860
881
|
def image_update
|
861
|
-
Azure::Compute::Mgmt::
|
882
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::ImageUpdate
|
862
883
|
end
|
863
884
|
def virtual_machine_scale_set_ipconfiguration
|
864
|
-
Azure::Compute::Mgmt::
|
885
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetIPConfiguration
|
865
886
|
end
|
866
887
|
def virtual_machine_scale_set_update_ipconfiguration
|
867
|
-
Azure::Compute::Mgmt::
|
888
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetUpdateIPConfiguration
|
868
889
|
end
|
869
890
|
def virtual_machine_scale_set_network_configuration
|
870
|
-
Azure::Compute::Mgmt::
|
891
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetNetworkConfiguration
|
871
892
|
end
|
872
893
|
def virtual_machine_scale_set_update_network_configuration
|
873
|
-
Azure::Compute::Mgmt::
|
894
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetUpdateNetworkConfiguration
|
874
895
|
end
|
875
896
|
def virtual_machine_scale_set_extension
|
876
|
-
Azure::Compute::Mgmt::
|
897
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetExtension
|
877
898
|
end
|
878
899
|
def virtual_machine_scale_set
|
879
|
-
Azure::Compute::Mgmt::
|
900
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSet
|
901
|
+
end
|
902
|
+
def virtual_machine_scale_set_vmreimage_parameters
|
903
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetVMReimageParameters
|
904
|
+
end
|
905
|
+
def virtual_machine_scale_set_reimage_parameters
|
906
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetReimageParameters
|
880
907
|
end
|
881
908
|
def virtual_machine_scale_set_update
|
882
|
-
Azure::Compute::Mgmt::
|
909
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetUpdate
|
883
910
|
end
|
884
911
|
def virtual_machine_scale_set_vm
|
885
|
-
Azure::Compute::Mgmt::
|
912
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetVM
|
886
913
|
end
|
887
914
|
def rolling_upgrade_status_info
|
888
|
-
Azure::Compute::Mgmt::
|
915
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::RollingUpgradeStatusInfo
|
889
916
|
end
|
890
917
|
def request_rate_by_interval_input
|
891
|
-
Azure::Compute::Mgmt::
|
918
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::RequestRateByIntervalInput
|
892
919
|
end
|
893
920
|
def throttled_requests_input
|
894
|
-
Azure::Compute::Mgmt::
|
921
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::ThrottledRequestsInput
|
895
922
|
end
|
896
923
|
def run_command_document
|
897
|
-
Azure::Compute::Mgmt::
|
924
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::RunCommandDocument
|
898
925
|
end
|
899
926
|
def gallery
|
900
|
-
Azure::Compute::Mgmt::
|
927
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::Gallery
|
901
928
|
end
|
902
929
|
def gallery_image
|
903
|
-
Azure::Compute::Mgmt::
|
930
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::GalleryImage
|
904
931
|
end
|
905
932
|
def gallery_image_version_publishing_profile
|
906
|
-
Azure::Compute::Mgmt::
|
933
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::GalleryImageVersionPublishingProfile
|
907
934
|
end
|
908
935
|
def gallery_osdisk_image
|
909
|
-
Azure::Compute::Mgmt::
|
936
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::GalleryOSDiskImage
|
910
937
|
end
|
911
938
|
def gallery_data_disk_image
|
912
|
-
Azure::Compute::Mgmt::
|
939
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::GalleryDataDiskImage
|
913
940
|
end
|
914
941
|
def gallery_image_version
|
915
|
-
Azure::Compute::Mgmt::
|
942
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::GalleryImageVersion
|
916
943
|
end
|
917
|
-
def
|
918
|
-
Azure::Compute::Mgmt::
|
919
|
-
end
|
920
|
-
def snapshot
|
921
|
-
Azure::Compute::Mgmt::V2018_06_01::Models::Snapshot
|
944
|
+
def hyper_vgeneration_types
|
945
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::HyperVGenerationTypes
|
922
946
|
end
|
923
947
|
def status_level_types
|
924
|
-
Azure::Compute::Mgmt::
|
948
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::StatusLevelTypes
|
925
949
|
end
|
926
950
|
def availability_set_sku_types
|
927
|
-
Azure::Compute::Mgmt::
|
951
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::AvailabilitySetSkuTypes
|
952
|
+
end
|
953
|
+
def proximity_placement_group_type
|
954
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::ProximityPlacementGroupType
|
928
955
|
end
|
929
956
|
def operating_system_types
|
930
|
-
Azure::Compute::Mgmt::
|
957
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::OperatingSystemTypes
|
931
958
|
end
|
932
959
|
def virtual_machine_size_types
|
933
|
-
Azure::Compute::Mgmt::
|
960
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineSizeTypes
|
934
961
|
end
|
935
962
|
def caching_types
|
936
|
-
Azure::Compute::Mgmt::
|
963
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::CachingTypes
|
937
964
|
end
|
938
965
|
def disk_create_option_types
|
939
|
-
Azure::Compute::Mgmt::
|
966
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::DiskCreateOptionTypes
|
940
967
|
end
|
941
968
|
def storage_account_types
|
942
|
-
Azure::Compute::Mgmt::
|
969
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::StorageAccountTypes
|
943
970
|
end
|
944
971
|
def diff_disk_options
|
945
|
-
Azure::Compute::Mgmt::
|
972
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::DiffDiskOptions
|
946
973
|
end
|
947
974
|
def pass_names
|
948
|
-
Azure::Compute::Mgmt::
|
975
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::PassNames
|
949
976
|
end
|
950
977
|
def component_names
|
951
|
-
Azure::Compute::Mgmt::
|
978
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::ComponentNames
|
952
979
|
end
|
953
980
|
def setting_names
|
954
|
-
Azure::Compute::Mgmt::
|
981
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::SettingNames
|
955
982
|
end
|
956
983
|
def protocol_types
|
957
|
-
Azure::Compute::Mgmt::
|
984
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::ProtocolTypes
|
958
985
|
end
|
959
986
|
def resource_identity_type
|
960
|
-
Azure::Compute::Mgmt::
|
987
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::ResourceIdentityType
|
961
988
|
end
|
962
989
|
def maintenance_operation_result_code_types
|
963
|
-
Azure::Compute::Mgmt::
|
990
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::MaintenanceOperationResultCodeTypes
|
964
991
|
end
|
965
992
|
def upgrade_mode
|
966
|
-
Azure::Compute::Mgmt::
|
993
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::UpgradeMode
|
967
994
|
end
|
968
995
|
def operating_system_state_types
|
969
|
-
Azure::Compute::Mgmt::
|
996
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::OperatingSystemStateTypes
|
970
997
|
end
|
971
998
|
def ipversion
|
972
|
-
Azure::Compute::Mgmt::
|
999
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::IPVersion
|
973
1000
|
end
|
974
1001
|
def virtual_machine_priority_types
|
975
|
-
Azure::Compute::Mgmt::
|
1002
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachinePriorityTypes
|
976
1003
|
end
|
977
1004
|
def virtual_machine_eviction_policy_types
|
978
|
-
Azure::Compute::Mgmt::
|
1005
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineEvictionPolicyTypes
|
979
1006
|
end
|
980
1007
|
def virtual_machine_scale_set_sku_scale_type
|
981
|
-
Azure::Compute::Mgmt::
|
1008
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::VirtualMachineScaleSetSkuScaleType
|
982
1009
|
end
|
983
1010
|
def upgrade_state
|
984
|
-
Azure::Compute::Mgmt::
|
1011
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::UpgradeState
|
985
1012
|
end
|
986
1013
|
def upgrade_operation_invoker
|
987
|
-
Azure::Compute::Mgmt::
|
1014
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::UpgradeOperationInvoker
|
988
1015
|
end
|
989
1016
|
def rolling_upgrade_status_code
|
990
|
-
Azure::Compute::Mgmt::
|
1017
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::RollingUpgradeStatusCode
|
991
1018
|
end
|
992
1019
|
def rolling_upgrade_action_type
|
993
|
-
Azure::Compute::Mgmt::
|
1020
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::RollingUpgradeActionType
|
994
1021
|
end
|
995
1022
|
def interval_in_mins
|
996
|
-
Azure::Compute::Mgmt::
|
1023
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::IntervalInMins
|
1024
|
+
end
|
1025
|
+
def storage_account_type
|
1026
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::StorageAccountType
|
997
1027
|
end
|
998
1028
|
def aggregated_replication_state
|
999
|
-
Azure::Compute::Mgmt::
|
1029
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::AggregatedReplicationState
|
1000
1030
|
end
|
1001
1031
|
def replication_state
|
1002
|
-
Azure::Compute::Mgmt::
|
1032
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::ReplicationState
|
1003
1033
|
end
|
1004
1034
|
def host_caching
|
1005
|
-
Azure::Compute::Mgmt::
|
1035
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::HostCaching
|
1006
1036
|
end
|
1007
|
-
def
|
1008
|
-
Azure::Compute::Mgmt::
|
1037
|
+
def instance_view_types
|
1038
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::InstanceViewTypes
|
1009
1039
|
end
|
1010
|
-
def
|
1011
|
-
Azure::Compute::Mgmt::
|
1040
|
+
def replication_status_types
|
1041
|
+
Azure::Compute::Mgmt::V2019_03_01::Models::ReplicationStatusTypes
|
1012
1042
|
end
|
1013
|
-
def
|
1014
|
-
Azure::Compute::Mgmt::
|
1043
|
+
def resource_sku_restriction_info
|
1044
|
+
Azure::Compute::Mgmt::V2019_04_01::Models::ResourceSkuRestrictionInfo
|
1015
1045
|
end
|
1016
|
-
def
|
1017
|
-
Azure::Compute::Mgmt::
|
1046
|
+
def resource_sku_restrictions
|
1047
|
+
Azure::Compute::Mgmt::V2019_04_01::Models::ResourceSkuRestrictions
|
1018
1048
|
end
|
1019
|
-
def
|
1020
|
-
Azure::Compute::Mgmt::
|
1049
|
+
def resource_sku_costs
|
1050
|
+
Azure::Compute::Mgmt::V2019_04_01::Models::ResourceSkuCosts
|
1021
1051
|
end
|
1022
|
-
def
|
1023
|
-
Azure::Compute::Mgmt::
|
1052
|
+
def resource_sku_location_info
|
1053
|
+
Azure::Compute::Mgmt::V2019_04_01::Models::ResourceSkuLocationInfo
|
1054
|
+
end
|
1055
|
+
def resource_sku_zone_details
|
1056
|
+
Azure::Compute::Mgmt::V2019_04_01::Models::ResourceSkuZoneDetails
|
1057
|
+
end
|
1058
|
+
def resource_sku
|
1059
|
+
Azure::Compute::Mgmt::V2019_04_01::Models::ResourceSku
|
1060
|
+
end
|
1061
|
+
def resource_sku_capabilities
|
1062
|
+
Azure::Compute::Mgmt::V2019_04_01::Models::ResourceSkuCapabilities
|
1063
|
+
end
|
1064
|
+
def resource_skus_result
|
1065
|
+
Azure::Compute::Mgmt::V2019_04_01::Models::ResourceSkusResult
|
1066
|
+
end
|
1067
|
+
def resource_sku_capacity
|
1068
|
+
Azure::Compute::Mgmt::V2019_04_01::Models::ResourceSkuCapacity
|
1069
|
+
end
|
1070
|
+
def resource_sku_capacity_scale_type
|
1071
|
+
Azure::Compute::Mgmt::V2019_04_01::Models::ResourceSkuCapacityScaleType
|
1072
|
+
end
|
1073
|
+
def resource_sku_restrictions_type
|
1074
|
+
Azure::Compute::Mgmt::V2019_04_01::Models::ResourceSkuRestrictionsType
|
1075
|
+
end
|
1076
|
+
def resource_sku_restrictions_reason_code
|
1077
|
+
Azure::Compute::Mgmt::V2019_04_01::Models::ResourceSkuRestrictionsReasonCode
|
1024
1078
|
end
|
1025
1079
|
end
|
1026
1080
|
end
|