azure_sdk 0.22.3 → 0.22.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5767d67c19673f6b8ab7bc5af3e4e2592a0ac4c9
|
|
4
|
+
data.tar.gz: cd46167803311105a88681e37ac511024590d202
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cd0aabacdfd7ad7ef45d5ab714f16e70b10bb13a396b25a919ac8576cc21d6b422673689ba99c5dcb0ffcde0e426ade1526e8429c3a91c39db1b652b2f50c4d2
|
|
7
|
+
data.tar.gz: ffcb6c2ab5b89dc21d1816143a005373c6dea0e482983784f5dd86f822b9c6745bd37365f10789a759c206fb5af0f99b5999d9e7574a1ee1571befe9b4ca7d68
|
data/lib/azure_sdk/version.rb
CHANGED
|
@@ -41,11 +41,13 @@ require 'latest/modules/logic_profile_module'
|
|
|
41
41
|
require 'latest/modules/machinelearning_profile_module'
|
|
42
42
|
require 'latest/modules/machinelearningservices_profile_module'
|
|
43
43
|
require 'latest/modules/managedapplications_profile_module'
|
|
44
|
+
require 'latest/modules/mariadb_profile_module'
|
|
44
45
|
require 'latest/modules/marketplaceordering_profile_module'
|
|
45
46
|
require 'latest/modules/mediaservices_profile_module'
|
|
46
47
|
require 'latest/modules/mixedreality_profile_module'
|
|
47
48
|
require 'latest/modules/monitor_profile_module'
|
|
48
49
|
require 'latest/modules/managedserviceidentity_profile_module'
|
|
50
|
+
require 'latest/modules/netapp_profile_module'
|
|
49
51
|
require 'latest/modules/network_profile_module'
|
|
50
52
|
require 'latest/modules/notificationhubs_profile_module'
|
|
51
53
|
require 'latest/modules/operationalinsights_profile_module'
|
|
@@ -102,7 +104,7 @@ module Azure::Profiles::Latest
|
|
|
102
104
|
class Client
|
|
103
105
|
include MsRestAzure::Common::Configurable
|
|
104
106
|
|
|
105
|
-
attr_reader :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, :hdinsight, :graph_rbac, :iot_central, :iot_hub, :key_vault, :kusto, :labservices, :links, :locks, :logic, :machine_learning, :machine_learning_services, :managed_applications, :marketplace_ordering, :media_services, :mixed_reality, :monitor, :managed_service_identity, :network, :notification_hubs, :operational_insights, :policy, :policy_insights, :power_bi_embedded, :private_dns, :recovery_services, :recovery_services_backup, :recovery_services_site_recovery, :redis, :relay, :resources, :resources_management, :scheduler, :search, :security, :service_bus, :service_fabric, :signalr, :sql, :sqlvirtualmachine, :stor_simple8000_series, :storage, :stream_analytics, :subscriptions, :traffic_manager, :web, :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
|
|
107
|
+
attr_reader :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, :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, :resources, :resources_management, :scheduler, :search, :security, :service_bus, :service_fabric, :signalr, :sql, :sqlvirtualmachine, :stor_simple8000_series, :storage, :stream_analytics, :subscriptions, :traffic_manager, :web, :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
|
|
106
108
|
|
|
107
109
|
#
|
|
108
110
|
# Initializes a new instance of the Client class.
|
|
@@ -172,11 +174,13 @@ module Azure::Profiles::Latest
|
|
|
172
174
|
@machine_learning = MachineLearningAdapter.new(self, base_url, sdk_options)
|
|
173
175
|
@machine_learning_services = MachineLearningServicesAdapter.new(self, base_url, sdk_options)
|
|
174
176
|
@managed_applications = ManagedApplicationsAdapter.new(self, base_url, sdk_options)
|
|
177
|
+
@maria_db = MariaDBAdapter.new(self, base_url, sdk_options)
|
|
175
178
|
@marketplace_ordering = MarketplaceOrderingAdapter.new(self, base_url, sdk_options)
|
|
176
179
|
@media_services = MediaServicesAdapter.new(self, base_url, sdk_options)
|
|
177
180
|
@mixed_reality = MixedRealityAdapter.new(self, base_url, sdk_options)
|
|
178
181
|
@monitor = MonitorAdapter.new(self, base_url, sdk_options)
|
|
179
182
|
@managed_service_identity = ManagedServiceIdentityAdapter.new(self, base_url, sdk_options)
|
|
183
|
+
@net_app = NetAppAdapter.new(self, base_url, sdk_options)
|
|
180
184
|
@network = NetworkAdapter.new(self, base_url, sdk_options)
|
|
181
185
|
@notification_hubs = NotificationHubsAdapter.new(self, base_url, sdk_options)
|
|
182
186
|
@operational_insights = OperationalInsightsAdapter.new(self, base_url, sdk_options)
|
|
@@ -532,6 +536,14 @@ module Azure::Profiles::Latest
|
|
|
532
536
|
end
|
|
533
537
|
end
|
|
534
538
|
|
|
539
|
+
class MariaDBAdapter
|
|
540
|
+
attr_accessor :mgmt
|
|
541
|
+
|
|
542
|
+
def initialize(context, base_url, options)
|
|
543
|
+
@mgmt = Azure::Profiles::Latest::MariaDB::Mgmt::MariaDBManagementClass.new(context, base_url, options)
|
|
544
|
+
end
|
|
545
|
+
end
|
|
546
|
+
|
|
535
547
|
class MarketplaceOrderingAdapter
|
|
536
548
|
attr_accessor :mgmt
|
|
537
549
|
|
|
@@ -572,6 +584,14 @@ module Azure::Profiles::Latest
|
|
|
572
584
|
end
|
|
573
585
|
end
|
|
574
586
|
|
|
587
|
+
class NetAppAdapter
|
|
588
|
+
attr_accessor :mgmt
|
|
589
|
+
|
|
590
|
+
def initialize(context, base_url, options)
|
|
591
|
+
@mgmt = Azure::Profiles::Latest::NetApp::Mgmt::NetAppManagementClass.new(context, base_url, options)
|
|
592
|
+
end
|
|
593
|
+
end
|
|
594
|
+
|
|
575
595
|
class NetworkAdapter
|
|
576
596
|
attr_accessor :mgmt
|
|
577
597
|
|
|
@@ -20,40 +20,43 @@ module Azure::Profiles::Latest
|
|
|
20
20
|
Sku = Azure::CDN::Mgmt::V2017_10_12::Models::Sku
|
|
21
21
|
OriginListResult = Azure::CDN::Mgmt::V2017_10_12::Models::OriginListResult
|
|
22
22
|
ProfileListResult = Azure::CDN::Mgmt::V2017_10_12::Models::ProfileListResult
|
|
23
|
-
PurgeParameters = Azure::CDN::Mgmt::V2017_10_12::Models::PurgeParameters
|
|
24
23
|
SsoUri = Azure::CDN::Mgmt::V2017_10_12::Models::SsoUri
|
|
25
|
-
|
|
24
|
+
CustomDomainParameters = Azure::CDN::Mgmt::V2017_10_12::Models::CustomDomainParameters
|
|
26
25
|
DeepCreatedOrigin = Azure::CDN::Mgmt::V2017_10_12::Models::DeepCreatedOrigin
|
|
27
|
-
|
|
26
|
+
CustomDomainHttpsParameters = Azure::CDN::Mgmt::V2017_10_12::Models::CustomDomainHttpsParameters
|
|
28
27
|
EndpointListResult = Azure::CDN::Mgmt::V2017_10_12::Models::EndpointListResult
|
|
29
|
-
|
|
28
|
+
CdnCertificateSourceParameters = Azure::CDN::Mgmt::V2017_10_12::Models::CdnCertificateSourceParameters
|
|
30
29
|
DeliveryRuleAction = Azure::CDN::Mgmt::V2017_10_12::Models::DeliveryRuleAction
|
|
31
|
-
|
|
30
|
+
ErrorResponse = Azure::CDN::Mgmt::V2017_10_12::Models::ErrorResponse
|
|
32
31
|
DeliveryRule = Azure::CDN::Mgmt::V2017_10_12::Models::DeliveryRule
|
|
32
|
+
KeyVaultCertificateSourceParameters = Azure::CDN::Mgmt::V2017_10_12::Models::KeyVaultCertificateSourceParameters
|
|
33
33
|
EndpointUpdateParameters = Azure::CDN::Mgmt::V2017_10_12::Models::EndpointUpdateParameters
|
|
34
|
-
|
|
34
|
+
UrlPathConditionParameters = Azure::CDN::Mgmt::V2017_10_12::Models::UrlPathConditionParameters
|
|
35
35
|
EdgenodeResult = Azure::CDN::Mgmt::V2017_10_12::Models::EdgenodeResult
|
|
36
|
+
UrlFileExtensionConditionParameters = Azure::CDN::Mgmt::V2017_10_12::Models::UrlFileExtensionConditionParameters
|
|
36
37
|
CustomDomainListResult = Azure::CDN::Mgmt::V2017_10_12::Models::CustomDomainListResult
|
|
37
|
-
|
|
38
|
+
CacheExpirationActionParameters = Azure::CDN::Mgmt::V2017_10_12::Models::CacheExpirationActionParameters
|
|
38
39
|
ValidateCustomDomainInput = Azure::CDN::Mgmt::V2017_10_12::Models::ValidateCustomDomainInput
|
|
39
|
-
|
|
40
|
+
PurgeParameters = Azure::CDN::Mgmt::V2017_10_12::Models::PurgeParameters
|
|
40
41
|
ValidateCustomDomainOutput = Azure::CDN::Mgmt::V2017_10_12::Models::ValidateCustomDomainOutput
|
|
41
42
|
Resource = Azure::CDN::Mgmt::V2017_10_12::Models::Resource
|
|
42
|
-
|
|
43
|
+
Operation = Azure::CDN::Mgmt::V2017_10_12::Models::Operation
|
|
44
|
+
ProfileUpdateParameters = Azure::CDN::Mgmt::V2017_10_12::Models::ProfileUpdateParameters
|
|
45
|
+
LoadParameters = Azure::CDN::Mgmt::V2017_10_12::Models::LoadParameters
|
|
46
|
+
IpAddressGroup = Azure::CDN::Mgmt::V2017_10_12::Models::IpAddressGroup
|
|
47
|
+
OperationDisplay = Azure::CDN::Mgmt::V2017_10_12::Models::OperationDisplay
|
|
43
48
|
DeliveryRuleCondition = Azure::CDN::Mgmt::V2017_10_12::Models::DeliveryRuleCondition
|
|
49
|
+
CheckNameAvailabilityInput = Azure::CDN::Mgmt::V2017_10_12::Models::CheckNameAvailabilityInput
|
|
50
|
+
CidrIpAddress = Azure::CDN::Mgmt::V2017_10_12::Models::CidrIpAddress
|
|
44
51
|
CheckNameAvailabilityOutput = Azure::CDN::Mgmt::V2017_10_12::Models::CheckNameAvailabilityOutput
|
|
45
|
-
|
|
52
|
+
SupportedOptimizationTypesListResult = Azure::CDN::Mgmt::V2017_10_12::Models::SupportedOptimizationTypesListResult
|
|
46
53
|
ValidateProbeInput = Azure::CDN::Mgmt::V2017_10_12::Models::ValidateProbeInput
|
|
47
|
-
|
|
54
|
+
EndpointPropertiesUpdateParametersDeliveryPolicy = Azure::CDN::Mgmt::V2017_10_12::Models::EndpointPropertiesUpdateParametersDeliveryPolicy
|
|
48
55
|
ValidateProbeOutput = Azure::CDN::Mgmt::V2017_10_12::Models::ValidateProbeOutput
|
|
49
56
|
GeoFilter = Azure::CDN::Mgmt::V2017_10_12::Models::GeoFilter
|
|
50
57
|
ResourceUsage = Azure::CDN::Mgmt::V2017_10_12::Models::ResourceUsage
|
|
51
|
-
|
|
58
|
+
OperationsListResult = Azure::CDN::Mgmt::V2017_10_12::Models::OperationsListResult
|
|
52
59
|
ResourceUsageListResult = Azure::CDN::Mgmt::V2017_10_12::Models::ResourceUsageListResult
|
|
53
|
-
EndpointPropertiesUpdateParametersDeliveryPolicy = Azure::CDN::Mgmt::V2017_10_12::Models::EndpointPropertiesUpdateParametersDeliveryPolicy
|
|
54
|
-
OperationDisplay = Azure::CDN::Mgmt::V2017_10_12::Models::OperationDisplay
|
|
55
|
-
SupportedOptimizationTypesListResult = Azure::CDN::Mgmt::V2017_10_12::Models::SupportedOptimizationTypesListResult
|
|
56
|
-
Operation = Azure::CDN::Mgmt::V2017_10_12::Models::Operation
|
|
57
60
|
Profile = Azure::CDN::Mgmt::V2017_10_12::Models::Profile
|
|
58
61
|
Endpoint = Azure::CDN::Mgmt::V2017_10_12::Models::Endpoint
|
|
59
62
|
DeliveryRuleUrlPathCondition = Azure::CDN::Mgmt::V2017_10_12::Models::DeliveryRuleUrlPathCondition
|
|
@@ -62,6 +65,8 @@ module Azure::Profiles::Latest
|
|
|
62
65
|
Origin = Azure::CDN::Mgmt::V2017_10_12::Models::Origin
|
|
63
66
|
ProxyResource = Azure::CDN::Mgmt::V2017_10_12::Models::ProxyResource
|
|
64
67
|
CustomDomain = Azure::CDN::Mgmt::V2017_10_12::Models::CustomDomain
|
|
68
|
+
CdnManagedHttpsParameters = Azure::CDN::Mgmt::V2017_10_12::Models::CdnManagedHttpsParameters
|
|
69
|
+
UserManagedHttpsParameters = Azure::CDN::Mgmt::V2017_10_12::Models::UserManagedHttpsParameters
|
|
65
70
|
EdgeNode = Azure::CDN::Mgmt::V2017_10_12::Models::EdgeNode
|
|
66
71
|
TrackedResource = Azure::CDN::Mgmt::V2017_10_12::Models::TrackedResource
|
|
67
72
|
SkuName = Azure::CDN::Mgmt::V2017_10_12::Models::SkuName
|
|
@@ -74,6 +79,8 @@ module Azure::Profiles::Latest
|
|
|
74
79
|
CustomDomainResourceState = Azure::CDN::Mgmt::V2017_10_12::Models::CustomDomainResourceState
|
|
75
80
|
CustomHttpsProvisioningState = Azure::CDN::Mgmt::V2017_10_12::Models::CustomHttpsProvisioningState
|
|
76
81
|
CustomHttpsProvisioningSubstate = Azure::CDN::Mgmt::V2017_10_12::Models::CustomHttpsProvisioningSubstate
|
|
82
|
+
ProtocolType = Azure::CDN::Mgmt::V2017_10_12::Models::ProtocolType
|
|
83
|
+
CertificateType = Azure::CDN::Mgmt::V2017_10_12::Models::CertificateType
|
|
77
84
|
ResourceType = Azure::CDN::Mgmt::V2017_10_12::Models::ResourceType
|
|
78
85
|
end
|
|
79
86
|
|
|
@@ -125,56 +132,59 @@ module Azure::Profiles::Latest
|
|
|
125
132
|
def profile_list_result
|
|
126
133
|
Azure::CDN::Mgmt::V2017_10_12::Models::ProfileListResult
|
|
127
134
|
end
|
|
128
|
-
def purge_parameters
|
|
129
|
-
Azure::CDN::Mgmt::V2017_10_12::Models::PurgeParameters
|
|
130
|
-
end
|
|
131
135
|
def sso_uri
|
|
132
136
|
Azure::CDN::Mgmt::V2017_10_12::Models::SsoUri
|
|
133
137
|
end
|
|
134
|
-
def
|
|
135
|
-
Azure::CDN::Mgmt::V2017_10_12::Models::
|
|
138
|
+
def custom_domain_parameters
|
|
139
|
+
Azure::CDN::Mgmt::V2017_10_12::Models::CustomDomainParameters
|
|
136
140
|
end
|
|
137
141
|
def deep_created_origin
|
|
138
142
|
Azure::CDN::Mgmt::V2017_10_12::Models::DeepCreatedOrigin
|
|
139
143
|
end
|
|
140
|
-
def
|
|
141
|
-
Azure::CDN::Mgmt::V2017_10_12::Models::
|
|
144
|
+
def custom_domain_https_parameters
|
|
145
|
+
Azure::CDN::Mgmt::V2017_10_12::Models::CustomDomainHttpsParameters
|
|
142
146
|
end
|
|
143
147
|
def endpoint_list_result
|
|
144
148
|
Azure::CDN::Mgmt::V2017_10_12::Models::EndpointListResult
|
|
145
149
|
end
|
|
146
|
-
def
|
|
147
|
-
Azure::CDN::Mgmt::V2017_10_12::Models::
|
|
150
|
+
def cdn_certificate_source_parameters
|
|
151
|
+
Azure::CDN::Mgmt::V2017_10_12::Models::CdnCertificateSourceParameters
|
|
148
152
|
end
|
|
149
153
|
def delivery_rule_action
|
|
150
154
|
Azure::CDN::Mgmt::V2017_10_12::Models::DeliveryRuleAction
|
|
151
155
|
end
|
|
152
|
-
def
|
|
153
|
-
Azure::CDN::Mgmt::V2017_10_12::Models::
|
|
156
|
+
def error_response
|
|
157
|
+
Azure::CDN::Mgmt::V2017_10_12::Models::ErrorResponse
|
|
154
158
|
end
|
|
155
159
|
def delivery_rule
|
|
156
160
|
Azure::CDN::Mgmt::V2017_10_12::Models::DeliveryRule
|
|
157
161
|
end
|
|
162
|
+
def key_vault_certificate_source_parameters
|
|
163
|
+
Azure::CDN::Mgmt::V2017_10_12::Models::KeyVaultCertificateSourceParameters
|
|
164
|
+
end
|
|
158
165
|
def endpoint_update_parameters
|
|
159
166
|
Azure::CDN::Mgmt::V2017_10_12::Models::EndpointUpdateParameters
|
|
160
167
|
end
|
|
161
|
-
def
|
|
162
|
-
Azure::CDN::Mgmt::V2017_10_12::Models::
|
|
168
|
+
def url_path_condition_parameters
|
|
169
|
+
Azure::CDN::Mgmt::V2017_10_12::Models::UrlPathConditionParameters
|
|
163
170
|
end
|
|
164
171
|
def edgenode_result
|
|
165
172
|
Azure::CDN::Mgmt::V2017_10_12::Models::EdgenodeResult
|
|
166
173
|
end
|
|
174
|
+
def url_file_extension_condition_parameters
|
|
175
|
+
Azure::CDN::Mgmt::V2017_10_12::Models::UrlFileExtensionConditionParameters
|
|
176
|
+
end
|
|
167
177
|
def custom_domain_list_result
|
|
168
178
|
Azure::CDN::Mgmt::V2017_10_12::Models::CustomDomainListResult
|
|
169
179
|
end
|
|
170
|
-
def
|
|
171
|
-
Azure::CDN::Mgmt::V2017_10_12::Models::
|
|
180
|
+
def cache_expiration_action_parameters
|
|
181
|
+
Azure::CDN::Mgmt::V2017_10_12::Models::CacheExpirationActionParameters
|
|
172
182
|
end
|
|
173
183
|
def validate_custom_domain_input
|
|
174
184
|
Azure::CDN::Mgmt::V2017_10_12::Models::ValidateCustomDomainInput
|
|
175
185
|
end
|
|
176
|
-
def
|
|
177
|
-
Azure::CDN::Mgmt::V2017_10_12::Models::
|
|
186
|
+
def purge_parameters
|
|
187
|
+
Azure::CDN::Mgmt::V2017_10_12::Models::PurgeParameters
|
|
178
188
|
end
|
|
179
189
|
def validate_custom_domain_output
|
|
180
190
|
Azure::CDN::Mgmt::V2017_10_12::Models::ValidateCustomDomainOutput
|
|
@@ -182,23 +192,41 @@ module Azure::Profiles::Latest
|
|
|
182
192
|
def resource
|
|
183
193
|
Azure::CDN::Mgmt::V2017_10_12::Models::Resource
|
|
184
194
|
end
|
|
185
|
-
def
|
|
186
|
-
Azure::CDN::Mgmt::V2017_10_12::Models::
|
|
195
|
+
def operation
|
|
196
|
+
Azure::CDN::Mgmt::V2017_10_12::Models::Operation
|
|
197
|
+
end
|
|
198
|
+
def profile_update_parameters
|
|
199
|
+
Azure::CDN::Mgmt::V2017_10_12::Models::ProfileUpdateParameters
|
|
200
|
+
end
|
|
201
|
+
def load_parameters
|
|
202
|
+
Azure::CDN::Mgmt::V2017_10_12::Models::LoadParameters
|
|
203
|
+
end
|
|
204
|
+
def ip_address_group
|
|
205
|
+
Azure::CDN::Mgmt::V2017_10_12::Models::IpAddressGroup
|
|
206
|
+
end
|
|
207
|
+
def operation_display
|
|
208
|
+
Azure::CDN::Mgmt::V2017_10_12::Models::OperationDisplay
|
|
187
209
|
end
|
|
188
210
|
def delivery_rule_condition
|
|
189
211
|
Azure::CDN::Mgmt::V2017_10_12::Models::DeliveryRuleCondition
|
|
190
212
|
end
|
|
213
|
+
def check_name_availability_input
|
|
214
|
+
Azure::CDN::Mgmt::V2017_10_12::Models::CheckNameAvailabilityInput
|
|
215
|
+
end
|
|
216
|
+
def cidr_ip_address
|
|
217
|
+
Azure::CDN::Mgmt::V2017_10_12::Models::CidrIpAddress
|
|
218
|
+
end
|
|
191
219
|
def check_name_availability_output
|
|
192
220
|
Azure::CDN::Mgmt::V2017_10_12::Models::CheckNameAvailabilityOutput
|
|
193
221
|
end
|
|
194
|
-
def
|
|
195
|
-
Azure::CDN::Mgmt::V2017_10_12::Models::
|
|
222
|
+
def supported_optimization_types_list_result
|
|
223
|
+
Azure::CDN::Mgmt::V2017_10_12::Models::SupportedOptimizationTypesListResult
|
|
196
224
|
end
|
|
197
225
|
def validate_probe_input
|
|
198
226
|
Azure::CDN::Mgmt::V2017_10_12::Models::ValidateProbeInput
|
|
199
227
|
end
|
|
200
|
-
def
|
|
201
|
-
Azure::CDN::Mgmt::V2017_10_12::Models::
|
|
228
|
+
def endpoint_properties_update_parameters_delivery_policy
|
|
229
|
+
Azure::CDN::Mgmt::V2017_10_12::Models::EndpointPropertiesUpdateParametersDeliveryPolicy
|
|
202
230
|
end
|
|
203
231
|
def validate_probe_output
|
|
204
232
|
Azure::CDN::Mgmt::V2017_10_12::Models::ValidateProbeOutput
|
|
@@ -209,24 +237,12 @@ module Azure::Profiles::Latest
|
|
|
209
237
|
def resource_usage
|
|
210
238
|
Azure::CDN::Mgmt::V2017_10_12::Models::ResourceUsage
|
|
211
239
|
end
|
|
212
|
-
def
|
|
213
|
-
Azure::CDN::Mgmt::V2017_10_12::Models::
|
|
240
|
+
def operations_list_result
|
|
241
|
+
Azure::CDN::Mgmt::V2017_10_12::Models::OperationsListResult
|
|
214
242
|
end
|
|
215
243
|
def resource_usage_list_result
|
|
216
244
|
Azure::CDN::Mgmt::V2017_10_12::Models::ResourceUsageListResult
|
|
217
245
|
end
|
|
218
|
-
def endpoint_properties_update_parameters_delivery_policy
|
|
219
|
-
Azure::CDN::Mgmt::V2017_10_12::Models::EndpointPropertiesUpdateParametersDeliveryPolicy
|
|
220
|
-
end
|
|
221
|
-
def operation_display
|
|
222
|
-
Azure::CDN::Mgmt::V2017_10_12::Models::OperationDisplay
|
|
223
|
-
end
|
|
224
|
-
def supported_optimization_types_list_result
|
|
225
|
-
Azure::CDN::Mgmt::V2017_10_12::Models::SupportedOptimizationTypesListResult
|
|
226
|
-
end
|
|
227
|
-
def operation
|
|
228
|
-
Azure::CDN::Mgmt::V2017_10_12::Models::Operation
|
|
229
|
-
end
|
|
230
246
|
def profile
|
|
231
247
|
Azure::CDN::Mgmt::V2017_10_12::Models::Profile
|
|
232
248
|
end
|
|
@@ -251,6 +267,12 @@ module Azure::Profiles::Latest
|
|
|
251
267
|
def custom_domain
|
|
252
268
|
Azure::CDN::Mgmt::V2017_10_12::Models::CustomDomain
|
|
253
269
|
end
|
|
270
|
+
def cdn_managed_https_parameters
|
|
271
|
+
Azure::CDN::Mgmt::V2017_10_12::Models::CdnManagedHttpsParameters
|
|
272
|
+
end
|
|
273
|
+
def user_managed_https_parameters
|
|
274
|
+
Azure::CDN::Mgmt::V2017_10_12::Models::UserManagedHttpsParameters
|
|
275
|
+
end
|
|
254
276
|
def edge_node
|
|
255
277
|
Azure::CDN::Mgmt::V2017_10_12::Models::EdgeNode
|
|
256
278
|
end
|
|
@@ -287,6 +309,12 @@ module Azure::Profiles::Latest
|
|
|
287
309
|
def custom_https_provisioning_substate
|
|
288
310
|
Azure::CDN::Mgmt::V2017_10_12::Models::CustomHttpsProvisioningSubstate
|
|
289
311
|
end
|
|
312
|
+
def protocol_type
|
|
313
|
+
Azure::CDN::Mgmt::V2017_10_12::Models::ProtocolType
|
|
314
|
+
end
|
|
315
|
+
def certificate_type
|
|
316
|
+
Azure::CDN::Mgmt::V2017_10_12::Models::CertificateType
|
|
317
|
+
end
|
|
290
318
|
def resource_type
|
|
291
319
|
Azure::CDN::Mgmt::V2017_10_12::Models::ResourceType
|
|
292
320
|
end
|
|
@@ -0,0 +1,229 @@
|
|
|
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_mariadb'
|
|
6
|
+
|
|
7
|
+
module Azure::Profiles::Latest
|
|
8
|
+
module MariaDB
|
|
9
|
+
module Mgmt
|
|
10
|
+
Servers = Azure::MariaDB::Mgmt::V2018_06_01::Servers
|
|
11
|
+
Replicas = Azure::MariaDB::Mgmt::V2018_06_01::Replicas
|
|
12
|
+
FirewallRules = Azure::MariaDB::Mgmt::V2018_06_01::FirewallRules
|
|
13
|
+
VirtualNetworkRules = Azure::MariaDB::Mgmt::V2018_06_01::VirtualNetworkRules
|
|
14
|
+
Databases = Azure::MariaDB::Mgmt::V2018_06_01::Databases
|
|
15
|
+
Configurations = Azure::MariaDB::Mgmt::V2018_06_01::Configurations
|
|
16
|
+
LogFiles = Azure::MariaDB::Mgmt::V2018_06_01::LogFiles
|
|
17
|
+
LocationBasedPerformanceTier = Azure::MariaDB::Mgmt::V2018_06_01::LocationBasedPerformanceTier
|
|
18
|
+
CheckNameAvailability = Azure::MariaDB::Mgmt::V2018_06_01::CheckNameAvailability
|
|
19
|
+
ServerSecurityAlertPolicies = Azure::MariaDB::Mgmt::V2018_06_01::ServerSecurityAlertPolicies
|
|
20
|
+
Operations = Azure::MariaDB::Mgmt::V2018_06_01::Operations
|
|
21
|
+
|
|
22
|
+
module Models
|
|
23
|
+
VirtualNetworkRuleListResult = Azure::MariaDB::Mgmt::V2018_06_01::Models::VirtualNetworkRuleListResult
|
|
24
|
+
FirewallRuleListResult = Azure::MariaDB::Mgmt::V2018_06_01::Models::FirewallRuleListResult
|
|
25
|
+
NameAvailabilityRequest = Azure::MariaDB::Mgmt::V2018_06_01::Models::NameAvailabilityRequest
|
|
26
|
+
StorageProfile = Azure::MariaDB::Mgmt::V2018_06_01::Models::StorageProfile
|
|
27
|
+
ProxyResource = Azure::MariaDB::Mgmt::V2018_06_01::Models::ProxyResource
|
|
28
|
+
NameAvailability = Azure::MariaDB::Mgmt::V2018_06_01::Models::NameAvailability
|
|
29
|
+
PerformanceTierListResult = Azure::MariaDB::Mgmt::V2018_06_01::Models::PerformanceTierListResult
|
|
30
|
+
Operation = Azure::MariaDB::Mgmt::V2018_06_01::Models::Operation
|
|
31
|
+
PerformanceTierServiceLevelObjectives = Azure::MariaDB::Mgmt::V2018_06_01::Models::PerformanceTierServiceLevelObjectives
|
|
32
|
+
ServerPropertiesForCreate = Azure::MariaDB::Mgmt::V2018_06_01::Models::ServerPropertiesForCreate
|
|
33
|
+
LogFileListResult = Azure::MariaDB::Mgmt::V2018_06_01::Models::LogFileListResult
|
|
34
|
+
OperationListResult = Azure::MariaDB::Mgmt::V2018_06_01::Models::OperationListResult
|
|
35
|
+
ServerUpdateParameters = Azure::MariaDB::Mgmt::V2018_06_01::Models::ServerUpdateParameters
|
|
36
|
+
PerformanceTierProperties = Azure::MariaDB::Mgmt::V2018_06_01::Models::PerformanceTierProperties
|
|
37
|
+
DatabaseListResult = Azure::MariaDB::Mgmt::V2018_06_01::Models::DatabaseListResult
|
|
38
|
+
ServerForCreate = Azure::MariaDB::Mgmt::V2018_06_01::Models::ServerForCreate
|
|
39
|
+
Sku = Azure::MariaDB::Mgmt::V2018_06_01::Models::Sku
|
|
40
|
+
ConfigurationListResult = Azure::MariaDB::Mgmt::V2018_06_01::Models::ConfigurationListResult
|
|
41
|
+
ServerListResult = Azure::MariaDB::Mgmt::V2018_06_01::Models::ServerListResult
|
|
42
|
+
OperationDisplay = Azure::MariaDB::Mgmt::V2018_06_01::Models::OperationDisplay
|
|
43
|
+
TrackedResource = Azure::MariaDB::Mgmt::V2018_06_01::Models::TrackedResource
|
|
44
|
+
ServerPropertiesForDefaultCreate = Azure::MariaDB::Mgmt::V2018_06_01::Models::ServerPropertiesForDefaultCreate
|
|
45
|
+
ServerPropertiesForRestore = Azure::MariaDB::Mgmt::V2018_06_01::Models::ServerPropertiesForRestore
|
|
46
|
+
ServerPropertiesForGeoRestore = Azure::MariaDB::Mgmt::V2018_06_01::Models::ServerPropertiesForGeoRestore
|
|
47
|
+
ServerPropertiesForReplica = Azure::MariaDB::Mgmt::V2018_06_01::Models::ServerPropertiesForReplica
|
|
48
|
+
Server = Azure::MariaDB::Mgmt::V2018_06_01::Models::Server
|
|
49
|
+
FirewallRule = Azure::MariaDB::Mgmt::V2018_06_01::Models::FirewallRule
|
|
50
|
+
VirtualNetworkRule = Azure::MariaDB::Mgmt::V2018_06_01::Models::VirtualNetworkRule
|
|
51
|
+
Database = Azure::MariaDB::Mgmt::V2018_06_01::Models::Database
|
|
52
|
+
Configuration = Azure::MariaDB::Mgmt::V2018_06_01::Models::Configuration
|
|
53
|
+
LogFile = Azure::MariaDB::Mgmt::V2018_06_01::Models::LogFile
|
|
54
|
+
ServerSecurityAlertPolicy = Azure::MariaDB::Mgmt::V2018_06_01::Models::ServerSecurityAlertPolicy
|
|
55
|
+
ServerVersion = Azure::MariaDB::Mgmt::V2018_06_01::Models::ServerVersion
|
|
56
|
+
SslEnforcementEnum = Azure::MariaDB::Mgmt::V2018_06_01::Models::SslEnforcementEnum
|
|
57
|
+
ServerState = Azure::MariaDB::Mgmt::V2018_06_01::Models::ServerState
|
|
58
|
+
GeoRedundantBackup = Azure::MariaDB::Mgmt::V2018_06_01::Models::GeoRedundantBackup
|
|
59
|
+
SkuTier = Azure::MariaDB::Mgmt::V2018_06_01::Models::SkuTier
|
|
60
|
+
VirtualNetworkRuleState = Azure::MariaDB::Mgmt::V2018_06_01::Models::VirtualNetworkRuleState
|
|
61
|
+
OperationOrigin = Azure::MariaDB::Mgmt::V2018_06_01::Models::OperationOrigin
|
|
62
|
+
ServerSecurityAlertPolicyState = Azure::MariaDB::Mgmt::V2018_06_01::Models::ServerSecurityAlertPolicyState
|
|
63
|
+
end
|
|
64
|
+
|
|
65
|
+
class MariaDBManagementClass
|
|
66
|
+
attr_reader :servers, :replicas, :firewall_rules, :virtual_network_rules, :databases, :configurations, :log_files, :location_based_performance_tier, :check_name_availability, :server_security_alert_policies, :operations, :configurable, :base_url, :options, :model_classes
|
|
67
|
+
|
|
68
|
+
def initialize(configurable, base_url=nil, options=nil)
|
|
69
|
+
@configurable, @base_url, @options = configurable, base_url, options
|
|
70
|
+
|
|
71
|
+
@client_0 = Azure::MariaDB::Mgmt::V2018_06_01::MariaDBManagementClient.new(configurable.credentials, base_url, options)
|
|
72
|
+
if(@client_0.respond_to?(:subscription_id))
|
|
73
|
+
@client_0.subscription_id = configurable.subscription_id
|
|
74
|
+
end
|
|
75
|
+
add_telemetry(@client_0)
|
|
76
|
+
@servers = @client_0.servers
|
|
77
|
+
@replicas = @client_0.replicas
|
|
78
|
+
@firewall_rules = @client_0.firewall_rules
|
|
79
|
+
@virtual_network_rules = @client_0.virtual_network_rules
|
|
80
|
+
@databases = @client_0.databases
|
|
81
|
+
@configurations = @client_0.configurations
|
|
82
|
+
@log_files = @client_0.log_files
|
|
83
|
+
@location_based_performance_tier = @client_0.location_based_performance_tier
|
|
84
|
+
@check_name_availability = @client_0.check_name_availability
|
|
85
|
+
@server_security_alert_policies = @client_0.server_security_alert_policies
|
|
86
|
+
@operations = @client_0.operations
|
|
87
|
+
|
|
88
|
+
@model_classes = ModelClasses.new
|
|
89
|
+
end
|
|
90
|
+
|
|
91
|
+
def add_telemetry(client)
|
|
92
|
+
profile_information = "Profiles/azure_sdk/#{Azure::VERSION}/Latest/MariaDB/Mgmt"
|
|
93
|
+
client.add_user_agent_information(profile_information)
|
|
94
|
+
end
|
|
95
|
+
|
|
96
|
+
def method_missing(method, *args)
|
|
97
|
+
if @client_0.respond_to?method
|
|
98
|
+
@client_0.send(method, *args)
|
|
99
|
+
else
|
|
100
|
+
super
|
|
101
|
+
end
|
|
102
|
+
end
|
|
103
|
+
|
|
104
|
+
class ModelClasses
|
|
105
|
+
def virtual_network_rule_list_result
|
|
106
|
+
Azure::MariaDB::Mgmt::V2018_06_01::Models::VirtualNetworkRuleListResult
|
|
107
|
+
end
|
|
108
|
+
def firewall_rule_list_result
|
|
109
|
+
Azure::MariaDB::Mgmt::V2018_06_01::Models::FirewallRuleListResult
|
|
110
|
+
end
|
|
111
|
+
def name_availability_request
|
|
112
|
+
Azure::MariaDB::Mgmt::V2018_06_01::Models::NameAvailabilityRequest
|
|
113
|
+
end
|
|
114
|
+
def storage_profile
|
|
115
|
+
Azure::MariaDB::Mgmt::V2018_06_01::Models::StorageProfile
|
|
116
|
+
end
|
|
117
|
+
def proxy_resource
|
|
118
|
+
Azure::MariaDB::Mgmt::V2018_06_01::Models::ProxyResource
|
|
119
|
+
end
|
|
120
|
+
def name_availability
|
|
121
|
+
Azure::MariaDB::Mgmt::V2018_06_01::Models::NameAvailability
|
|
122
|
+
end
|
|
123
|
+
def performance_tier_list_result
|
|
124
|
+
Azure::MariaDB::Mgmt::V2018_06_01::Models::PerformanceTierListResult
|
|
125
|
+
end
|
|
126
|
+
def operation
|
|
127
|
+
Azure::MariaDB::Mgmt::V2018_06_01::Models::Operation
|
|
128
|
+
end
|
|
129
|
+
def performance_tier_service_level_objectives
|
|
130
|
+
Azure::MariaDB::Mgmt::V2018_06_01::Models::PerformanceTierServiceLevelObjectives
|
|
131
|
+
end
|
|
132
|
+
def server_properties_for_create
|
|
133
|
+
Azure::MariaDB::Mgmt::V2018_06_01::Models::ServerPropertiesForCreate
|
|
134
|
+
end
|
|
135
|
+
def log_file_list_result
|
|
136
|
+
Azure::MariaDB::Mgmt::V2018_06_01::Models::LogFileListResult
|
|
137
|
+
end
|
|
138
|
+
def operation_list_result
|
|
139
|
+
Azure::MariaDB::Mgmt::V2018_06_01::Models::OperationListResult
|
|
140
|
+
end
|
|
141
|
+
def server_update_parameters
|
|
142
|
+
Azure::MariaDB::Mgmt::V2018_06_01::Models::ServerUpdateParameters
|
|
143
|
+
end
|
|
144
|
+
def performance_tier_properties
|
|
145
|
+
Azure::MariaDB::Mgmt::V2018_06_01::Models::PerformanceTierProperties
|
|
146
|
+
end
|
|
147
|
+
def database_list_result
|
|
148
|
+
Azure::MariaDB::Mgmt::V2018_06_01::Models::DatabaseListResult
|
|
149
|
+
end
|
|
150
|
+
def server_for_create
|
|
151
|
+
Azure::MariaDB::Mgmt::V2018_06_01::Models::ServerForCreate
|
|
152
|
+
end
|
|
153
|
+
def sku
|
|
154
|
+
Azure::MariaDB::Mgmt::V2018_06_01::Models::Sku
|
|
155
|
+
end
|
|
156
|
+
def configuration_list_result
|
|
157
|
+
Azure::MariaDB::Mgmt::V2018_06_01::Models::ConfigurationListResult
|
|
158
|
+
end
|
|
159
|
+
def server_list_result
|
|
160
|
+
Azure::MariaDB::Mgmt::V2018_06_01::Models::ServerListResult
|
|
161
|
+
end
|
|
162
|
+
def operation_display
|
|
163
|
+
Azure::MariaDB::Mgmt::V2018_06_01::Models::OperationDisplay
|
|
164
|
+
end
|
|
165
|
+
def tracked_resource
|
|
166
|
+
Azure::MariaDB::Mgmt::V2018_06_01::Models::TrackedResource
|
|
167
|
+
end
|
|
168
|
+
def server_properties_for_default_create
|
|
169
|
+
Azure::MariaDB::Mgmt::V2018_06_01::Models::ServerPropertiesForDefaultCreate
|
|
170
|
+
end
|
|
171
|
+
def server_properties_for_restore
|
|
172
|
+
Azure::MariaDB::Mgmt::V2018_06_01::Models::ServerPropertiesForRestore
|
|
173
|
+
end
|
|
174
|
+
def server_properties_for_geo_restore
|
|
175
|
+
Azure::MariaDB::Mgmt::V2018_06_01::Models::ServerPropertiesForGeoRestore
|
|
176
|
+
end
|
|
177
|
+
def server_properties_for_replica
|
|
178
|
+
Azure::MariaDB::Mgmt::V2018_06_01::Models::ServerPropertiesForReplica
|
|
179
|
+
end
|
|
180
|
+
def server
|
|
181
|
+
Azure::MariaDB::Mgmt::V2018_06_01::Models::Server
|
|
182
|
+
end
|
|
183
|
+
def firewall_rule
|
|
184
|
+
Azure::MariaDB::Mgmt::V2018_06_01::Models::FirewallRule
|
|
185
|
+
end
|
|
186
|
+
def virtual_network_rule
|
|
187
|
+
Azure::MariaDB::Mgmt::V2018_06_01::Models::VirtualNetworkRule
|
|
188
|
+
end
|
|
189
|
+
def database
|
|
190
|
+
Azure::MariaDB::Mgmt::V2018_06_01::Models::Database
|
|
191
|
+
end
|
|
192
|
+
def configuration
|
|
193
|
+
Azure::MariaDB::Mgmt::V2018_06_01::Models::Configuration
|
|
194
|
+
end
|
|
195
|
+
def log_file
|
|
196
|
+
Azure::MariaDB::Mgmt::V2018_06_01::Models::LogFile
|
|
197
|
+
end
|
|
198
|
+
def server_security_alert_policy
|
|
199
|
+
Azure::MariaDB::Mgmt::V2018_06_01::Models::ServerSecurityAlertPolicy
|
|
200
|
+
end
|
|
201
|
+
def server_version
|
|
202
|
+
Azure::MariaDB::Mgmt::V2018_06_01::Models::ServerVersion
|
|
203
|
+
end
|
|
204
|
+
def ssl_enforcement_enum
|
|
205
|
+
Azure::MariaDB::Mgmt::V2018_06_01::Models::SslEnforcementEnum
|
|
206
|
+
end
|
|
207
|
+
def server_state
|
|
208
|
+
Azure::MariaDB::Mgmt::V2018_06_01::Models::ServerState
|
|
209
|
+
end
|
|
210
|
+
def geo_redundant_backup
|
|
211
|
+
Azure::MariaDB::Mgmt::V2018_06_01::Models::GeoRedundantBackup
|
|
212
|
+
end
|
|
213
|
+
def sku_tier
|
|
214
|
+
Azure::MariaDB::Mgmt::V2018_06_01::Models::SkuTier
|
|
215
|
+
end
|
|
216
|
+
def virtual_network_rule_state
|
|
217
|
+
Azure::MariaDB::Mgmt::V2018_06_01::Models::VirtualNetworkRuleState
|
|
218
|
+
end
|
|
219
|
+
def operation_origin
|
|
220
|
+
Azure::MariaDB::Mgmt::V2018_06_01::Models::OperationOrigin
|
|
221
|
+
end
|
|
222
|
+
def server_security_alert_policy_state
|
|
223
|
+
Azure::MariaDB::Mgmt::V2018_06_01::Models::ServerSecurityAlertPolicyState
|
|
224
|
+
end
|
|
225
|
+
end
|
|
226
|
+
end
|
|
227
|
+
end
|
|
228
|
+
end
|
|
229
|
+
end
|
|
@@ -0,0 +1,147 @@
|
|
|
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_netapp'
|
|
6
|
+
|
|
7
|
+
module Azure::Profiles::Latest
|
|
8
|
+
module NetApp
|
|
9
|
+
module Mgmt
|
|
10
|
+
Operations = Azure::NetApp::Mgmt::V2017_08_15_preview::Operations
|
|
11
|
+
Accounts = Azure::NetApp::Mgmt::V2017_08_15_preview::Accounts
|
|
12
|
+
Pools = Azure::NetApp::Mgmt::V2017_08_15_preview::Pools
|
|
13
|
+
Volumes = Azure::NetApp::Mgmt::V2017_08_15_preview::Volumes
|
|
14
|
+
MountTargets = Azure::NetApp::Mgmt::V2017_08_15_preview::MountTargets
|
|
15
|
+
Snapshots = Azure::NetApp::Mgmt::V2017_08_15_preview::Snapshots
|
|
16
|
+
|
|
17
|
+
module Models
|
|
18
|
+
CapacityPoolList = Azure::NetApp::Mgmt::V2017_08_15_preview::Models::CapacityPoolList
|
|
19
|
+
CapacityPoolPatch = Azure::NetApp::Mgmt::V2017_08_15_preview::Models::CapacityPoolPatch
|
|
20
|
+
Dimension = Azure::NetApp::Mgmt::V2017_08_15_preview::Models::Dimension
|
|
21
|
+
Volume = Azure::NetApp::Mgmt::V2017_08_15_preview::Models::Volume
|
|
22
|
+
ServiceSpecification = Azure::NetApp::Mgmt::V2017_08_15_preview::Models::ServiceSpecification
|
|
23
|
+
VolumeList = Azure::NetApp::Mgmt::V2017_08_15_preview::Models::VolumeList
|
|
24
|
+
OperationListResult = Azure::NetApp::Mgmt::V2017_08_15_preview::Models::OperationListResult
|
|
25
|
+
VolumePatch = Azure::NetApp::Mgmt::V2017_08_15_preview::Models::VolumePatch
|
|
26
|
+
NetAppAccountList = Azure::NetApp::Mgmt::V2017_08_15_preview::Models::NetAppAccountList
|
|
27
|
+
MountTarget = Azure::NetApp::Mgmt::V2017_08_15_preview::Models::MountTarget
|
|
28
|
+
CapacityPool = Azure::NetApp::Mgmt::V2017_08_15_preview::Models::CapacityPool
|
|
29
|
+
MountTargetList = Azure::NetApp::Mgmt::V2017_08_15_preview::Models::MountTargetList
|
|
30
|
+
MetricSpecification = Azure::NetApp::Mgmt::V2017_08_15_preview::Models::MetricSpecification
|
|
31
|
+
Snapshot = Azure::NetApp::Mgmt::V2017_08_15_preview::Models::Snapshot
|
|
32
|
+
NetAppAccount = Azure::NetApp::Mgmt::V2017_08_15_preview::Models::NetAppAccount
|
|
33
|
+
SnapshotsList = Azure::NetApp::Mgmt::V2017_08_15_preview::Models::SnapshotsList
|
|
34
|
+
OperationDisplay = Azure::NetApp::Mgmt::V2017_08_15_preview::Models::OperationDisplay
|
|
35
|
+
SnapshotPatch = Azure::NetApp::Mgmt::V2017_08_15_preview::Models::SnapshotPatch
|
|
36
|
+
NetAppAccountPatch = Azure::NetApp::Mgmt::V2017_08_15_preview::Models::NetAppAccountPatch
|
|
37
|
+
Error = Azure::NetApp::Mgmt::V2017_08_15_preview::Models::Error
|
|
38
|
+
Operation = Azure::NetApp::Mgmt::V2017_08_15_preview::Models::Operation
|
|
39
|
+
ServiceLevel = Azure::NetApp::Mgmt::V2017_08_15_preview::Models::ServiceLevel
|
|
40
|
+
end
|
|
41
|
+
|
|
42
|
+
class NetAppManagementClass
|
|
43
|
+
attr_reader :operations, :accounts, :pools, :volumes, :mount_targets, :snapshots, :configurable, :base_url, :options, :model_classes
|
|
44
|
+
|
|
45
|
+
def initialize(configurable, base_url=nil, options=nil)
|
|
46
|
+
@configurable, @base_url, @options = configurable, base_url, options
|
|
47
|
+
|
|
48
|
+
@client_0 = Azure::NetApp::Mgmt::V2017_08_15_preview::AzureNetAppFilesManagementClient.new(configurable.credentials, base_url, options)
|
|
49
|
+
if(@client_0.respond_to?(:subscription_id))
|
|
50
|
+
@client_0.subscription_id = configurable.subscription_id
|
|
51
|
+
end
|
|
52
|
+
add_telemetry(@client_0)
|
|
53
|
+
@operations = @client_0.operations
|
|
54
|
+
@accounts = @client_0.accounts
|
|
55
|
+
@pools = @client_0.pools
|
|
56
|
+
@volumes = @client_0.volumes
|
|
57
|
+
@mount_targets = @client_0.mount_targets
|
|
58
|
+
@snapshots = @client_0.snapshots
|
|
59
|
+
|
|
60
|
+
@model_classes = ModelClasses.new
|
|
61
|
+
end
|
|
62
|
+
|
|
63
|
+
def add_telemetry(client)
|
|
64
|
+
profile_information = "Profiles/azure_sdk/#{Azure::VERSION}/Latest/NetApp/Mgmt"
|
|
65
|
+
client.add_user_agent_information(profile_information)
|
|
66
|
+
end
|
|
67
|
+
|
|
68
|
+
def method_missing(method, *args)
|
|
69
|
+
if @client_0.respond_to?method
|
|
70
|
+
@client_0.send(method, *args)
|
|
71
|
+
else
|
|
72
|
+
super
|
|
73
|
+
end
|
|
74
|
+
end
|
|
75
|
+
|
|
76
|
+
class ModelClasses
|
|
77
|
+
def capacity_pool_list
|
|
78
|
+
Azure::NetApp::Mgmt::V2017_08_15_preview::Models::CapacityPoolList
|
|
79
|
+
end
|
|
80
|
+
def capacity_pool_patch
|
|
81
|
+
Azure::NetApp::Mgmt::V2017_08_15_preview::Models::CapacityPoolPatch
|
|
82
|
+
end
|
|
83
|
+
def dimension
|
|
84
|
+
Azure::NetApp::Mgmt::V2017_08_15_preview::Models::Dimension
|
|
85
|
+
end
|
|
86
|
+
def volume
|
|
87
|
+
Azure::NetApp::Mgmt::V2017_08_15_preview::Models::Volume
|
|
88
|
+
end
|
|
89
|
+
def service_specification
|
|
90
|
+
Azure::NetApp::Mgmt::V2017_08_15_preview::Models::ServiceSpecification
|
|
91
|
+
end
|
|
92
|
+
def volume_list
|
|
93
|
+
Azure::NetApp::Mgmt::V2017_08_15_preview::Models::VolumeList
|
|
94
|
+
end
|
|
95
|
+
def operation_list_result
|
|
96
|
+
Azure::NetApp::Mgmt::V2017_08_15_preview::Models::OperationListResult
|
|
97
|
+
end
|
|
98
|
+
def volume_patch
|
|
99
|
+
Azure::NetApp::Mgmt::V2017_08_15_preview::Models::VolumePatch
|
|
100
|
+
end
|
|
101
|
+
def net_app_account_list
|
|
102
|
+
Azure::NetApp::Mgmt::V2017_08_15_preview::Models::NetAppAccountList
|
|
103
|
+
end
|
|
104
|
+
def mount_target
|
|
105
|
+
Azure::NetApp::Mgmt::V2017_08_15_preview::Models::MountTarget
|
|
106
|
+
end
|
|
107
|
+
def capacity_pool
|
|
108
|
+
Azure::NetApp::Mgmt::V2017_08_15_preview::Models::CapacityPool
|
|
109
|
+
end
|
|
110
|
+
def mount_target_list
|
|
111
|
+
Azure::NetApp::Mgmt::V2017_08_15_preview::Models::MountTargetList
|
|
112
|
+
end
|
|
113
|
+
def metric_specification
|
|
114
|
+
Azure::NetApp::Mgmt::V2017_08_15_preview::Models::MetricSpecification
|
|
115
|
+
end
|
|
116
|
+
def snapshot
|
|
117
|
+
Azure::NetApp::Mgmt::V2017_08_15_preview::Models::Snapshot
|
|
118
|
+
end
|
|
119
|
+
def net_app_account
|
|
120
|
+
Azure::NetApp::Mgmt::V2017_08_15_preview::Models::NetAppAccount
|
|
121
|
+
end
|
|
122
|
+
def snapshots_list
|
|
123
|
+
Azure::NetApp::Mgmt::V2017_08_15_preview::Models::SnapshotsList
|
|
124
|
+
end
|
|
125
|
+
def operation_display
|
|
126
|
+
Azure::NetApp::Mgmt::V2017_08_15_preview::Models::OperationDisplay
|
|
127
|
+
end
|
|
128
|
+
def snapshot_patch
|
|
129
|
+
Azure::NetApp::Mgmt::V2017_08_15_preview::Models::SnapshotPatch
|
|
130
|
+
end
|
|
131
|
+
def net_app_account_patch
|
|
132
|
+
Azure::NetApp::Mgmt::V2017_08_15_preview::Models::NetAppAccountPatch
|
|
133
|
+
end
|
|
134
|
+
def error
|
|
135
|
+
Azure::NetApp::Mgmt::V2017_08_15_preview::Models::Error
|
|
136
|
+
end
|
|
137
|
+
def operation
|
|
138
|
+
Azure::NetApp::Mgmt::V2017_08_15_preview::Models::Operation
|
|
139
|
+
end
|
|
140
|
+
def service_level
|
|
141
|
+
Azure::NetApp::Mgmt::V2017_08_15_preview::Models::ServiceLevel
|
|
142
|
+
end
|
|
143
|
+
end
|
|
144
|
+
end
|
|
145
|
+
end
|
|
146
|
+
end
|
|
147
|
+
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: azure_sdk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.22.
|
|
4
|
+
version: 0.22.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Microsoft Corporation
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-03-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -156,14 +156,14 @@ dependencies:
|
|
|
156
156
|
requirements:
|
|
157
157
|
- - "~>"
|
|
158
158
|
- !ruby/object:Gem::Version
|
|
159
|
-
version: 0.17.
|
|
159
|
+
version: 0.17.2
|
|
160
160
|
type: :runtime
|
|
161
161
|
prerelease: false
|
|
162
162
|
version_requirements: !ruby/object:Gem::Requirement
|
|
163
163
|
requirements:
|
|
164
164
|
- - "~>"
|
|
165
165
|
- !ruby/object:Gem::Version
|
|
166
|
-
version: 0.17.
|
|
166
|
+
version: 0.17.2
|
|
167
167
|
- !ruby/object:Gem::Dependency
|
|
168
168
|
name: azure_mgmt_cognitive_services
|
|
169
169
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -1193,10 +1193,12 @@ files:
|
|
|
1193
1193
|
- lib/latest/modules/machinelearningservices_profile_module.rb
|
|
1194
1194
|
- lib/latest/modules/managedapplications_profile_module.rb
|
|
1195
1195
|
- lib/latest/modules/managedserviceidentity_profile_module.rb
|
|
1196
|
+
- lib/latest/modules/mariadb_profile_module.rb
|
|
1196
1197
|
- lib/latest/modules/marketplaceordering_profile_module.rb
|
|
1197
1198
|
- lib/latest/modules/mediaservices_profile_module.rb
|
|
1198
1199
|
- lib/latest/modules/mixedreality_profile_module.rb
|
|
1199
1200
|
- lib/latest/modules/monitor_profile_module.rb
|
|
1201
|
+
- lib/latest/modules/netapp_profile_module.rb
|
|
1200
1202
|
- lib/latest/modules/network_profile_module.rb
|
|
1201
1203
|
- lib/latest/modules/newssearch_profile_module.rb
|
|
1202
1204
|
- lib/latest/modules/notificationhubs_profile_module.rb
|
|
@@ -1267,7 +1269,7 @@ metadata:
|
|
|
1267
1269
|
changelog_uri: https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md
|
|
1268
1270
|
documentation_uri: https://azure.microsoft.com/en-us/develop/ruby/
|
|
1269
1271
|
homepage_uri: https://aka.ms/azure-sdk-for-ruby
|
|
1270
|
-
source_code_uri: https://github.com/Azure/azure-sdk-for-ruby/tree/ARM-0.22.
|
|
1272
|
+
source_code_uri: https://github.com/Azure/azure-sdk-for-ruby/tree/ARM-0.22.4
|
|
1271
1273
|
wiki_uri: https://github.com/Azure/azure-sdk-for-ruby/wiki
|
|
1272
1274
|
post_install_message:
|
|
1273
1275
|
rdoc_options: []
|