azure_sdk 0.36.0 → 0.37.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/azure_sdk/version.rb +1 -1
- data/lib/latest/modules/computervision_profile_module.rb +97 -93
- data/lib/latest/modules/netapp_profile_module.rb +65 -65
- data/lib/latest/modules/network_profile_module.rb +1457 -1401
- data/lib/latest/modules/reservations_profile_module.rb +100 -48
- data/lib/latest/modules/storage_profile_module.rb +165 -125
- data/lib/latest/modules/subscriptions_profile_module.rb +68 -56
- metadata +15 -15
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ddb964014f6f6e88333904eb1e0c59a5739e1aad275e28067619ed5dddecee93
|
4
|
+
data.tar.gz: 05d835ad076468c584487cf3340b2d32c36dc0ee03292c56ae7e50b92d0ea6fe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0d02da597c5ca8a1c5b282912943e3d08a0a832b2824bb029e698075206a974c6971b7d980fd4ecde4918241eaedc0cbd0f1772fa8918152ab14ec6d69bad76e
|
7
|
+
data.tar.gz: 0edc1cd3da179dfaa427bebeecf2dd76ff119dcce430abaeb0e5d24442414af6ff603a0850c04dcec7c3a75b92cdf557751862181088b96ab051a503c08562a7
|
data/lib/azure_sdk/version.rb
CHANGED
@@ -8,52 +8,53 @@ module Azure::Profiles::Latest
|
|
8
8
|
module ComputerVision
|
9
9
|
|
10
10
|
module Models
|
11
|
-
DetectResult = Azure::CognitiveServices::ComputerVision::
|
12
|
-
FaceRectangle = Azure::CognitiveServices::ComputerVision::
|
13
|
-
ModelDescription = Azure::CognitiveServices::ComputerVision::
|
14
|
-
LandmarksModel = Azure::CognitiveServices::ComputerVision::
|
15
|
-
ListModelsResult = Azure::CognitiveServices::ComputerVision::
|
16
|
-
Category = Azure::CognitiveServices::ComputerVision::
|
17
|
-
DomainModelResults = Azure::CognitiveServices::ComputerVision::
|
18
|
-
ColorInfo = Azure::CognitiveServices::ComputerVision::
|
19
|
-
OcrWord = Azure::CognitiveServices::ComputerVision::
|
20
|
-
ImageTag = Azure::CognitiveServices::ComputerVision::
|
21
|
-
OcrLine = Azure::CognitiveServices::ComputerVision::
|
22
|
-
ImageDescriptionDetails = Azure::CognitiveServices::ComputerVision::
|
23
|
-
OcrRegion = Azure::CognitiveServices::ComputerVision::
|
24
|
-
BoundingRect = Azure::CognitiveServices::ComputerVision::
|
25
|
-
OcrResult = Azure::CognitiveServices::ComputerVision::
|
26
|
-
DetectedObject = Azure::CognitiveServices::ComputerVision::
|
27
|
-
TagResult = Azure::CognitiveServices::ComputerVision::
|
28
|
-
ImageMetadata = Azure::CognitiveServices::ComputerVision::
|
29
|
-
AreaOfInterestResult = Azure::CognitiveServices::ComputerVision::
|
30
|
-
ImageDescription = Azure::CognitiveServices::ComputerVision::
|
31
|
-
ImageUrl = Azure::CognitiveServices::ComputerVision::
|
32
|
-
CategoryDetail = Azure::CognitiveServices::ComputerVision::
|
33
|
-
ComputerVisionError = Azure::CognitiveServices::ComputerVision::
|
34
|
-
ImageType = Azure::CognitiveServices::ComputerVision::
|
35
|
-
LandmarkResults = Azure::CognitiveServices::ComputerVision::
|
36
|
-
FaceDescription = Azure::CognitiveServices::ComputerVision::
|
37
|
-
CelebrityResults = Azure::CognitiveServices::ComputerVision::
|
38
|
-
DetectedBrand = Azure::CognitiveServices::ComputerVision::
|
39
|
-
Word = Azure::CognitiveServices::ComputerVision::
|
40
|
-
CelebritiesModel = Azure::CognitiveServices::ComputerVision::
|
41
|
-
Line = Azure::CognitiveServices::ComputerVision::
|
42
|
-
ImageCaption = Azure::CognitiveServices::ComputerVision::
|
43
|
-
TextRecognitionResult = Azure::CognitiveServices::ComputerVision::
|
44
|
-
ImageAnalysis = Azure::CognitiveServices::ComputerVision::
|
45
|
-
TextOperationResult = Azure::CognitiveServices::ComputerVision::
|
46
|
-
ObjectHierarchy = Azure::CognitiveServices::ComputerVision::
|
47
|
-
ReadOperationResult = Azure::CognitiveServices::ComputerVision::
|
48
|
-
AdultInfo = Azure::CognitiveServices::ComputerVision::
|
49
|
-
Gender = Azure::CognitiveServices::ComputerVision::
|
50
|
-
TextOperationStatusCodes = Azure::CognitiveServices::ComputerVision::
|
51
|
-
TextRecognitionResultDimensionUnit = Azure::CognitiveServices::ComputerVision::
|
52
|
-
TextRecognitionResultConfidenceClass = Azure::CognitiveServices::ComputerVision::
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
11
|
+
DetectResult = Azure::CognitiveServices::ComputerVision::V2_1::Models::DetectResult
|
12
|
+
FaceRectangle = Azure::CognitiveServices::ComputerVision::V2_1::Models::FaceRectangle
|
13
|
+
ModelDescription = Azure::CognitiveServices::ComputerVision::V2_1::Models::ModelDescription
|
14
|
+
LandmarksModel = Azure::CognitiveServices::ComputerVision::V2_1::Models::LandmarksModel
|
15
|
+
ListModelsResult = Azure::CognitiveServices::ComputerVision::V2_1::Models::ListModelsResult
|
16
|
+
Category = Azure::CognitiveServices::ComputerVision::V2_1::Models::Category
|
17
|
+
DomainModelResults = Azure::CognitiveServices::ComputerVision::V2_1::Models::DomainModelResults
|
18
|
+
ColorInfo = Azure::CognitiveServices::ComputerVision::V2_1::Models::ColorInfo
|
19
|
+
OcrWord = Azure::CognitiveServices::ComputerVision::V2_1::Models::OcrWord
|
20
|
+
ImageTag = Azure::CognitiveServices::ComputerVision::V2_1::Models::ImageTag
|
21
|
+
OcrLine = Azure::CognitiveServices::ComputerVision::V2_1::Models::OcrLine
|
22
|
+
ImageDescriptionDetails = Azure::CognitiveServices::ComputerVision::V2_1::Models::ImageDescriptionDetails
|
23
|
+
OcrRegion = Azure::CognitiveServices::ComputerVision::V2_1::Models::OcrRegion
|
24
|
+
BoundingRect = Azure::CognitiveServices::ComputerVision::V2_1::Models::BoundingRect
|
25
|
+
OcrResult = Azure::CognitiveServices::ComputerVision::V2_1::Models::OcrResult
|
26
|
+
DetectedObject = Azure::CognitiveServices::ComputerVision::V2_1::Models::DetectedObject
|
27
|
+
TagResult = Azure::CognitiveServices::ComputerVision::V2_1::Models::TagResult
|
28
|
+
ImageMetadata = Azure::CognitiveServices::ComputerVision::V2_1::Models::ImageMetadata
|
29
|
+
AreaOfInterestResult = Azure::CognitiveServices::ComputerVision::V2_1::Models::AreaOfInterestResult
|
30
|
+
ImageDescription = Azure::CognitiveServices::ComputerVision::V2_1::Models::ImageDescription
|
31
|
+
ImageUrl = Azure::CognitiveServices::ComputerVision::V2_1::Models::ImageUrl
|
32
|
+
CategoryDetail = Azure::CognitiveServices::ComputerVision::V2_1::Models::CategoryDetail
|
33
|
+
ComputerVisionError = Azure::CognitiveServices::ComputerVision::V2_1::Models::ComputerVisionError
|
34
|
+
ImageType = Azure::CognitiveServices::ComputerVision::V2_1::Models::ImageType
|
35
|
+
LandmarkResults = Azure::CognitiveServices::ComputerVision::V2_1::Models::LandmarkResults
|
36
|
+
FaceDescription = Azure::CognitiveServices::ComputerVision::V2_1::Models::FaceDescription
|
37
|
+
CelebrityResults = Azure::CognitiveServices::ComputerVision::V2_1::Models::CelebrityResults
|
38
|
+
DetectedBrand = Azure::CognitiveServices::ComputerVision::V2_1::Models::DetectedBrand
|
39
|
+
Word = Azure::CognitiveServices::ComputerVision::V2_1::Models::Word
|
40
|
+
CelebritiesModel = Azure::CognitiveServices::ComputerVision::V2_1::Models::CelebritiesModel
|
41
|
+
Line = Azure::CognitiveServices::ComputerVision::V2_1::Models::Line
|
42
|
+
ImageCaption = Azure::CognitiveServices::ComputerVision::V2_1::Models::ImageCaption
|
43
|
+
TextRecognitionResult = Azure::CognitiveServices::ComputerVision::V2_1::Models::TextRecognitionResult
|
44
|
+
ImageAnalysis = Azure::CognitiveServices::ComputerVision::V2_1::Models::ImageAnalysis
|
45
|
+
TextOperationResult = Azure::CognitiveServices::ComputerVision::V2_1::Models::TextOperationResult
|
46
|
+
ObjectHierarchy = Azure::CognitiveServices::ComputerVision::V2_1::Models::ObjectHierarchy
|
47
|
+
ReadOperationResult = Azure::CognitiveServices::ComputerVision::V2_1::Models::ReadOperationResult
|
48
|
+
AdultInfo = Azure::CognitiveServices::ComputerVision::V2_1::Models::AdultInfo
|
49
|
+
Gender = Azure::CognitiveServices::ComputerVision::V2_1::Models::Gender
|
50
|
+
TextOperationStatusCodes = Azure::CognitiveServices::ComputerVision::V2_1::Models::TextOperationStatusCodes
|
51
|
+
TextRecognitionResultDimensionUnit = Azure::CognitiveServices::ComputerVision::V2_1::Models::TextRecognitionResultDimensionUnit
|
52
|
+
TextRecognitionResultConfidenceClass = Azure::CognitiveServices::ComputerVision::V2_1::Models::TextRecognitionResultConfidenceClass
|
53
|
+
DescriptionExclude = Azure::CognitiveServices::ComputerVision::V2_1::Models::DescriptionExclude
|
54
|
+
OcrLanguages = Azure::CognitiveServices::ComputerVision::V2_1::Models::OcrLanguages
|
55
|
+
VisualFeatureTypes = Azure::CognitiveServices::ComputerVision::V2_1::Models::VisualFeatureTypes
|
56
|
+
TextRecognitionMode = Azure::CognitiveServices::ComputerVision::V2_1::Models::TextRecognitionMode
|
57
|
+
Details = Azure::CognitiveServices::ComputerVision::V2_1::Models::Details
|
57
58
|
end
|
58
59
|
|
59
60
|
class ComputerVisionDataClass
|
@@ -62,7 +63,7 @@ module Azure::Profiles::Latest
|
|
62
63
|
def initialize(configurable, base_url=nil, options=nil)
|
63
64
|
@configurable, @base_url, @options = configurable, base_url, options
|
64
65
|
|
65
|
-
@client_0 = Azure::CognitiveServices::ComputerVision::
|
66
|
+
@client_0 = Azure::CognitiveServices::ComputerVision::V2_1::ComputerVisionClient.new(configurable.credentials, options)
|
66
67
|
if(@client_0.respond_to?(:subscription_id))
|
67
68
|
@client_0.subscription_id = configurable.subscription_id
|
68
69
|
end
|
@@ -86,142 +87,145 @@ module Azure::Profiles::Latest
|
|
86
87
|
|
87
88
|
class ModelClasses
|
88
89
|
def detect_result
|
89
|
-
Azure::CognitiveServices::ComputerVision::
|
90
|
+
Azure::CognitiveServices::ComputerVision::V2_1::Models::DetectResult
|
90
91
|
end
|
91
92
|
def face_rectangle
|
92
|
-
Azure::CognitiveServices::ComputerVision::
|
93
|
+
Azure::CognitiveServices::ComputerVision::V2_1::Models::FaceRectangle
|
93
94
|
end
|
94
95
|
def model_description
|
95
|
-
Azure::CognitiveServices::ComputerVision::
|
96
|
+
Azure::CognitiveServices::ComputerVision::V2_1::Models::ModelDescription
|
96
97
|
end
|
97
98
|
def landmarks_model
|
98
|
-
Azure::CognitiveServices::ComputerVision::
|
99
|
+
Azure::CognitiveServices::ComputerVision::V2_1::Models::LandmarksModel
|
99
100
|
end
|
100
101
|
def list_models_result
|
101
|
-
Azure::CognitiveServices::ComputerVision::
|
102
|
+
Azure::CognitiveServices::ComputerVision::V2_1::Models::ListModelsResult
|
102
103
|
end
|
103
104
|
def category
|
104
|
-
Azure::CognitiveServices::ComputerVision::
|
105
|
+
Azure::CognitiveServices::ComputerVision::V2_1::Models::Category
|
105
106
|
end
|
106
107
|
def domain_model_results
|
107
|
-
Azure::CognitiveServices::ComputerVision::
|
108
|
+
Azure::CognitiveServices::ComputerVision::V2_1::Models::DomainModelResults
|
108
109
|
end
|
109
110
|
def color_info
|
110
|
-
Azure::CognitiveServices::ComputerVision::
|
111
|
+
Azure::CognitiveServices::ComputerVision::V2_1::Models::ColorInfo
|
111
112
|
end
|
112
113
|
def ocr_word
|
113
|
-
Azure::CognitiveServices::ComputerVision::
|
114
|
+
Azure::CognitiveServices::ComputerVision::V2_1::Models::OcrWord
|
114
115
|
end
|
115
116
|
def image_tag
|
116
|
-
Azure::CognitiveServices::ComputerVision::
|
117
|
+
Azure::CognitiveServices::ComputerVision::V2_1::Models::ImageTag
|
117
118
|
end
|
118
119
|
def ocr_line
|
119
|
-
Azure::CognitiveServices::ComputerVision::
|
120
|
+
Azure::CognitiveServices::ComputerVision::V2_1::Models::OcrLine
|
120
121
|
end
|
121
122
|
def image_description_details
|
122
|
-
Azure::CognitiveServices::ComputerVision::
|
123
|
+
Azure::CognitiveServices::ComputerVision::V2_1::Models::ImageDescriptionDetails
|
123
124
|
end
|
124
125
|
def ocr_region
|
125
|
-
Azure::CognitiveServices::ComputerVision::
|
126
|
+
Azure::CognitiveServices::ComputerVision::V2_1::Models::OcrRegion
|
126
127
|
end
|
127
128
|
def bounding_rect
|
128
|
-
Azure::CognitiveServices::ComputerVision::
|
129
|
+
Azure::CognitiveServices::ComputerVision::V2_1::Models::BoundingRect
|
129
130
|
end
|
130
131
|
def ocr_result
|
131
|
-
Azure::CognitiveServices::ComputerVision::
|
132
|
+
Azure::CognitiveServices::ComputerVision::V2_1::Models::OcrResult
|
132
133
|
end
|
133
134
|
def detected_object
|
134
|
-
Azure::CognitiveServices::ComputerVision::
|
135
|
+
Azure::CognitiveServices::ComputerVision::V2_1::Models::DetectedObject
|
135
136
|
end
|
136
137
|
def tag_result
|
137
|
-
Azure::CognitiveServices::ComputerVision::
|
138
|
+
Azure::CognitiveServices::ComputerVision::V2_1::Models::TagResult
|
138
139
|
end
|
139
140
|
def image_metadata
|
140
|
-
Azure::CognitiveServices::ComputerVision::
|
141
|
+
Azure::CognitiveServices::ComputerVision::V2_1::Models::ImageMetadata
|
141
142
|
end
|
142
143
|
def area_of_interest_result
|
143
|
-
Azure::CognitiveServices::ComputerVision::
|
144
|
+
Azure::CognitiveServices::ComputerVision::V2_1::Models::AreaOfInterestResult
|
144
145
|
end
|
145
146
|
def image_description
|
146
|
-
Azure::CognitiveServices::ComputerVision::
|
147
|
+
Azure::CognitiveServices::ComputerVision::V2_1::Models::ImageDescription
|
147
148
|
end
|
148
149
|
def image_url
|
149
|
-
Azure::CognitiveServices::ComputerVision::
|
150
|
+
Azure::CognitiveServices::ComputerVision::V2_1::Models::ImageUrl
|
150
151
|
end
|
151
152
|
def category_detail
|
152
|
-
Azure::CognitiveServices::ComputerVision::
|
153
|
+
Azure::CognitiveServices::ComputerVision::V2_1::Models::CategoryDetail
|
153
154
|
end
|
154
155
|
def computer_vision_error
|
155
|
-
Azure::CognitiveServices::ComputerVision::
|
156
|
+
Azure::CognitiveServices::ComputerVision::V2_1::Models::ComputerVisionError
|
156
157
|
end
|
157
158
|
def image_type
|
158
|
-
Azure::CognitiveServices::ComputerVision::
|
159
|
+
Azure::CognitiveServices::ComputerVision::V2_1::Models::ImageType
|
159
160
|
end
|
160
161
|
def landmark_results
|
161
|
-
Azure::CognitiveServices::ComputerVision::
|
162
|
+
Azure::CognitiveServices::ComputerVision::V2_1::Models::LandmarkResults
|
162
163
|
end
|
163
164
|
def face_description
|
164
|
-
Azure::CognitiveServices::ComputerVision::
|
165
|
+
Azure::CognitiveServices::ComputerVision::V2_1::Models::FaceDescription
|
165
166
|
end
|
166
167
|
def celebrity_results
|
167
|
-
Azure::CognitiveServices::ComputerVision::
|
168
|
+
Azure::CognitiveServices::ComputerVision::V2_1::Models::CelebrityResults
|
168
169
|
end
|
169
170
|
def detected_brand
|
170
|
-
Azure::CognitiveServices::ComputerVision::
|
171
|
+
Azure::CognitiveServices::ComputerVision::V2_1::Models::DetectedBrand
|
171
172
|
end
|
172
173
|
def word
|
173
|
-
Azure::CognitiveServices::ComputerVision::
|
174
|
+
Azure::CognitiveServices::ComputerVision::V2_1::Models::Word
|
174
175
|
end
|
175
176
|
def celebrities_model
|
176
|
-
Azure::CognitiveServices::ComputerVision::
|
177
|
+
Azure::CognitiveServices::ComputerVision::V2_1::Models::CelebritiesModel
|
177
178
|
end
|
178
179
|
def line
|
179
|
-
Azure::CognitiveServices::ComputerVision::
|
180
|
+
Azure::CognitiveServices::ComputerVision::V2_1::Models::Line
|
180
181
|
end
|
181
182
|
def image_caption
|
182
|
-
Azure::CognitiveServices::ComputerVision::
|
183
|
+
Azure::CognitiveServices::ComputerVision::V2_1::Models::ImageCaption
|
183
184
|
end
|
184
185
|
def text_recognition_result
|
185
|
-
Azure::CognitiveServices::ComputerVision::
|
186
|
+
Azure::CognitiveServices::ComputerVision::V2_1::Models::TextRecognitionResult
|
186
187
|
end
|
187
188
|
def image_analysis
|
188
|
-
Azure::CognitiveServices::ComputerVision::
|
189
|
+
Azure::CognitiveServices::ComputerVision::V2_1::Models::ImageAnalysis
|
189
190
|
end
|
190
191
|
def text_operation_result
|
191
|
-
Azure::CognitiveServices::ComputerVision::
|
192
|
+
Azure::CognitiveServices::ComputerVision::V2_1::Models::TextOperationResult
|
192
193
|
end
|
193
194
|
def object_hierarchy
|
194
|
-
Azure::CognitiveServices::ComputerVision::
|
195
|
+
Azure::CognitiveServices::ComputerVision::V2_1::Models::ObjectHierarchy
|
195
196
|
end
|
196
197
|
def read_operation_result
|
197
|
-
Azure::CognitiveServices::ComputerVision::
|
198
|
+
Azure::CognitiveServices::ComputerVision::V2_1::Models::ReadOperationResult
|
198
199
|
end
|
199
200
|
def adult_info
|
200
|
-
Azure::CognitiveServices::ComputerVision::
|
201
|
+
Azure::CognitiveServices::ComputerVision::V2_1::Models::AdultInfo
|
201
202
|
end
|
202
203
|
def gender
|
203
|
-
Azure::CognitiveServices::ComputerVision::
|
204
|
+
Azure::CognitiveServices::ComputerVision::V2_1::Models::Gender
|
204
205
|
end
|
205
206
|
def text_operation_status_codes
|
206
|
-
Azure::CognitiveServices::ComputerVision::
|
207
|
+
Azure::CognitiveServices::ComputerVision::V2_1::Models::TextOperationStatusCodes
|
207
208
|
end
|
208
209
|
def text_recognition_result_dimension_unit
|
209
|
-
Azure::CognitiveServices::ComputerVision::
|
210
|
+
Azure::CognitiveServices::ComputerVision::V2_1::Models::TextRecognitionResultDimensionUnit
|
210
211
|
end
|
211
212
|
def text_recognition_result_confidence_class
|
212
|
-
Azure::CognitiveServices::ComputerVision::
|
213
|
+
Azure::CognitiveServices::ComputerVision::V2_1::Models::TextRecognitionResultConfidenceClass
|
214
|
+
end
|
215
|
+
def description_exclude
|
216
|
+
Azure::CognitiveServices::ComputerVision::V2_1::Models::DescriptionExclude
|
213
217
|
end
|
214
218
|
def ocr_languages
|
215
|
-
Azure::CognitiveServices::ComputerVision::
|
219
|
+
Azure::CognitiveServices::ComputerVision::V2_1::Models::OcrLanguages
|
216
220
|
end
|
217
221
|
def visual_feature_types
|
218
|
-
Azure::CognitiveServices::ComputerVision::
|
222
|
+
Azure::CognitiveServices::ComputerVision::V2_1::Models::VisualFeatureTypes
|
219
223
|
end
|
220
224
|
def text_recognition_mode
|
221
|
-
Azure::CognitiveServices::ComputerVision::
|
225
|
+
Azure::CognitiveServices::ComputerVision::V2_1::Models::TextRecognitionMode
|
222
226
|
end
|
223
227
|
def details
|
224
|
-
Azure::CognitiveServices::ComputerVision::
|
228
|
+
Azure::CognitiveServices::ComputerVision::V2_1::Models::Details
|
225
229
|
end
|
226
230
|
end
|
227
231
|
end
|
@@ -7,43 +7,43 @@ require 'azure_mgmt_netapp'
|
|
7
7
|
module Azure::Profiles::Latest
|
8
8
|
module NetApp
|
9
9
|
module Mgmt
|
10
|
-
Operations = Azure::NetApp::Mgmt::
|
11
|
-
Accounts = Azure::NetApp::Mgmt::
|
12
|
-
Pools = Azure::NetApp::Mgmt::
|
13
|
-
Volumes = Azure::NetApp::Mgmt::
|
14
|
-
MountTargets = Azure::NetApp::Mgmt::
|
15
|
-
Snapshots = Azure::NetApp::Mgmt::
|
10
|
+
Operations = Azure::NetApp::Mgmt::V2019_07_01::Operations
|
11
|
+
Accounts = Azure::NetApp::Mgmt::V2019_07_01::Accounts
|
12
|
+
Pools = Azure::NetApp::Mgmt::V2019_07_01::Pools
|
13
|
+
Volumes = Azure::NetApp::Mgmt::V2019_07_01::Volumes
|
14
|
+
MountTargets = Azure::NetApp::Mgmt::V2019_07_01::MountTargets
|
15
|
+
Snapshots = Azure::NetApp::Mgmt::V2019_07_01::Snapshots
|
16
16
|
|
17
17
|
module Models
|
18
|
-
CapacityPoolList = Azure::NetApp::Mgmt::
|
19
|
-
OperationDisplay = Azure::NetApp::Mgmt::
|
20
|
-
CapacityPoolPatch = Azure::NetApp::Mgmt::
|
21
|
-
MetricSpecification = Azure::NetApp::Mgmt::
|
22
|
-
ExportPolicyRule = Azure::NetApp::Mgmt::
|
23
|
-
Operation = Azure::NetApp::Mgmt::
|
24
|
-
VolumePropertiesExportPolicy = Azure::NetApp::Mgmt::
|
25
|
-
ResourceNameAvailability = Azure::NetApp::Mgmt::
|
26
|
-
Volume = Azure::NetApp::Mgmt::
|
27
|
-
ActiveDirectory = Azure::NetApp::Mgmt::
|
28
|
-
VolumeList = Azure::NetApp::Mgmt::
|
29
|
-
NetAppAccountList = Azure::NetApp::Mgmt::
|
30
|
-
VolumePatchPropertiesExportPolicy = Azure::NetApp::Mgmt::
|
31
|
-
CapacityPool = Azure::NetApp::Mgmt::
|
32
|
-
VolumePatch = Azure::NetApp::Mgmt::
|
33
|
-
ServiceSpecification = Azure::NetApp::Mgmt::
|
34
|
-
MountTarget = Azure::NetApp::Mgmt::
|
35
|
-
ResourceNameAvailabilityRequest = Azure::NetApp::Mgmt::
|
36
|
-
MountTargetList = Azure::NetApp::Mgmt::
|
37
|
-
NetAppAccountPatch = Azure::NetApp::Mgmt::
|
38
|
-
Snapshot = Azure::NetApp::Mgmt::
|
39
|
-
OperationListResult = Azure::NetApp::Mgmt::
|
40
|
-
SnapshotsList = Azure::NetApp::Mgmt::
|
41
|
-
Dimension = Azure::NetApp::Mgmt::
|
42
|
-
SnapshotPatch = Azure::NetApp::Mgmt::
|
43
|
-
NetAppAccount = Azure::NetApp::Mgmt::
|
44
|
-
InAvailabilityReasonType = Azure::NetApp::Mgmt::
|
45
|
-
CheckNameResourceTypes = Azure::NetApp::Mgmt::
|
46
|
-
ServiceLevel = Azure::NetApp::Mgmt::
|
18
|
+
CapacityPoolList = Azure::NetApp::Mgmt::V2019_07_01::Models::CapacityPoolList
|
19
|
+
OperationDisplay = Azure::NetApp::Mgmt::V2019_07_01::Models::OperationDisplay
|
20
|
+
CapacityPoolPatch = Azure::NetApp::Mgmt::V2019_07_01::Models::CapacityPoolPatch
|
21
|
+
MetricSpecification = Azure::NetApp::Mgmt::V2019_07_01::Models::MetricSpecification
|
22
|
+
ExportPolicyRule = Azure::NetApp::Mgmt::V2019_07_01::Models::ExportPolicyRule
|
23
|
+
Operation = Azure::NetApp::Mgmt::V2019_07_01::Models::Operation
|
24
|
+
VolumePropertiesExportPolicy = Azure::NetApp::Mgmt::V2019_07_01::Models::VolumePropertiesExportPolicy
|
25
|
+
ResourceNameAvailability = Azure::NetApp::Mgmt::V2019_07_01::Models::ResourceNameAvailability
|
26
|
+
Volume = Azure::NetApp::Mgmt::V2019_07_01::Models::Volume
|
27
|
+
ActiveDirectory = Azure::NetApp::Mgmt::V2019_07_01::Models::ActiveDirectory
|
28
|
+
VolumeList = Azure::NetApp::Mgmt::V2019_07_01::Models::VolumeList
|
29
|
+
NetAppAccountList = Azure::NetApp::Mgmt::V2019_07_01::Models::NetAppAccountList
|
30
|
+
VolumePatchPropertiesExportPolicy = Azure::NetApp::Mgmt::V2019_07_01::Models::VolumePatchPropertiesExportPolicy
|
31
|
+
CapacityPool = Azure::NetApp::Mgmt::V2019_07_01::Models::CapacityPool
|
32
|
+
VolumePatch = Azure::NetApp::Mgmt::V2019_07_01::Models::VolumePatch
|
33
|
+
ServiceSpecification = Azure::NetApp::Mgmt::V2019_07_01::Models::ServiceSpecification
|
34
|
+
MountTarget = Azure::NetApp::Mgmt::V2019_07_01::Models::MountTarget
|
35
|
+
ResourceNameAvailabilityRequest = Azure::NetApp::Mgmt::V2019_07_01::Models::ResourceNameAvailabilityRequest
|
36
|
+
MountTargetList = Azure::NetApp::Mgmt::V2019_07_01::Models::MountTargetList
|
37
|
+
NetAppAccountPatch = Azure::NetApp::Mgmt::V2019_07_01::Models::NetAppAccountPatch
|
38
|
+
Snapshot = Azure::NetApp::Mgmt::V2019_07_01::Models::Snapshot
|
39
|
+
OperationListResult = Azure::NetApp::Mgmt::V2019_07_01::Models::OperationListResult
|
40
|
+
SnapshotsList = Azure::NetApp::Mgmt::V2019_07_01::Models::SnapshotsList
|
41
|
+
Dimension = Azure::NetApp::Mgmt::V2019_07_01::Models::Dimension
|
42
|
+
SnapshotPatch = Azure::NetApp::Mgmt::V2019_07_01::Models::SnapshotPatch
|
43
|
+
NetAppAccount = Azure::NetApp::Mgmt::V2019_07_01::Models::NetAppAccount
|
44
|
+
InAvailabilityReasonType = Azure::NetApp::Mgmt::V2019_07_01::Models::InAvailabilityReasonType
|
45
|
+
CheckNameResourceTypes = Azure::NetApp::Mgmt::V2019_07_01::Models::CheckNameResourceTypes
|
46
|
+
ServiceLevel = Azure::NetApp::Mgmt::V2019_07_01::Models::ServiceLevel
|
47
47
|
end
|
48
48
|
|
49
49
|
class NetAppManagementClass
|
@@ -52,7 +52,7 @@ module Azure::Profiles::Latest
|
|
52
52
|
def initialize(configurable, base_url=nil, options=nil)
|
53
53
|
@configurable, @base_url, @options = configurable, base_url, options
|
54
54
|
|
55
|
-
@client_0 = Azure::NetApp::Mgmt::
|
55
|
+
@client_0 = Azure::NetApp::Mgmt::V2019_07_01::AzureNetAppFilesManagementClient.new(configurable.credentials, base_url, options)
|
56
56
|
if(@client_0.respond_to?(:subscription_id))
|
57
57
|
@client_0.subscription_id = configurable.subscription_id
|
58
58
|
end
|
@@ -82,91 +82,91 @@ module Azure::Profiles::Latest
|
|
82
82
|
|
83
83
|
class ModelClasses
|
84
84
|
def capacity_pool_list
|
85
|
-
Azure::NetApp::Mgmt::
|
85
|
+
Azure::NetApp::Mgmt::V2019_07_01::Models::CapacityPoolList
|
86
86
|
end
|
87
87
|
def operation_display
|
88
|
-
Azure::NetApp::Mgmt::
|
88
|
+
Azure::NetApp::Mgmt::V2019_07_01::Models::OperationDisplay
|
89
89
|
end
|
90
90
|
def capacity_pool_patch
|
91
|
-
Azure::NetApp::Mgmt::
|
91
|
+
Azure::NetApp::Mgmt::V2019_07_01::Models::CapacityPoolPatch
|
92
92
|
end
|
93
93
|
def metric_specification
|
94
|
-
Azure::NetApp::Mgmt::
|
94
|
+
Azure::NetApp::Mgmt::V2019_07_01::Models::MetricSpecification
|
95
95
|
end
|
96
96
|
def export_policy_rule
|
97
|
-
Azure::NetApp::Mgmt::
|
97
|
+
Azure::NetApp::Mgmt::V2019_07_01::Models::ExportPolicyRule
|
98
98
|
end
|
99
99
|
def operation
|
100
|
-
Azure::NetApp::Mgmt::
|
100
|
+
Azure::NetApp::Mgmt::V2019_07_01::Models::Operation
|
101
101
|
end
|
102
102
|
def volume_properties_export_policy
|
103
|
-
Azure::NetApp::Mgmt::
|
103
|
+
Azure::NetApp::Mgmt::V2019_07_01::Models::VolumePropertiesExportPolicy
|
104
104
|
end
|
105
105
|
def resource_name_availability
|
106
|
-
Azure::NetApp::Mgmt::
|
106
|
+
Azure::NetApp::Mgmt::V2019_07_01::Models::ResourceNameAvailability
|
107
107
|
end
|
108
108
|
def volume
|
109
|
-
Azure::NetApp::Mgmt::
|
109
|
+
Azure::NetApp::Mgmt::V2019_07_01::Models::Volume
|
110
110
|
end
|
111
111
|
def active_directory
|
112
|
-
Azure::NetApp::Mgmt::
|
112
|
+
Azure::NetApp::Mgmt::V2019_07_01::Models::ActiveDirectory
|
113
113
|
end
|
114
114
|
def volume_list
|
115
|
-
Azure::NetApp::Mgmt::
|
115
|
+
Azure::NetApp::Mgmt::V2019_07_01::Models::VolumeList
|
116
116
|
end
|
117
117
|
def net_app_account_list
|
118
|
-
Azure::NetApp::Mgmt::
|
118
|
+
Azure::NetApp::Mgmt::V2019_07_01::Models::NetAppAccountList
|
119
119
|
end
|
120
120
|
def volume_patch_properties_export_policy
|
121
|
-
Azure::NetApp::Mgmt::
|
121
|
+
Azure::NetApp::Mgmt::V2019_07_01::Models::VolumePatchPropertiesExportPolicy
|
122
122
|
end
|
123
123
|
def capacity_pool
|
124
|
-
Azure::NetApp::Mgmt::
|
124
|
+
Azure::NetApp::Mgmt::V2019_07_01::Models::CapacityPool
|
125
125
|
end
|
126
126
|
def volume_patch
|
127
|
-
Azure::NetApp::Mgmt::
|
127
|
+
Azure::NetApp::Mgmt::V2019_07_01::Models::VolumePatch
|
128
128
|
end
|
129
129
|
def service_specification
|
130
|
-
Azure::NetApp::Mgmt::
|
130
|
+
Azure::NetApp::Mgmt::V2019_07_01::Models::ServiceSpecification
|
131
131
|
end
|
132
132
|
def mount_target
|
133
|
-
Azure::NetApp::Mgmt::
|
133
|
+
Azure::NetApp::Mgmt::V2019_07_01::Models::MountTarget
|
134
134
|
end
|
135
135
|
def resource_name_availability_request
|
136
|
-
Azure::NetApp::Mgmt::
|
136
|
+
Azure::NetApp::Mgmt::V2019_07_01::Models::ResourceNameAvailabilityRequest
|
137
137
|
end
|
138
138
|
def mount_target_list
|
139
|
-
Azure::NetApp::Mgmt::
|
139
|
+
Azure::NetApp::Mgmt::V2019_07_01::Models::MountTargetList
|
140
140
|
end
|
141
141
|
def net_app_account_patch
|
142
|
-
Azure::NetApp::Mgmt::
|
142
|
+
Azure::NetApp::Mgmt::V2019_07_01::Models::NetAppAccountPatch
|
143
143
|
end
|
144
144
|
def snapshot
|
145
|
-
Azure::NetApp::Mgmt::
|
145
|
+
Azure::NetApp::Mgmt::V2019_07_01::Models::Snapshot
|
146
146
|
end
|
147
147
|
def operation_list_result
|
148
|
-
Azure::NetApp::Mgmt::
|
148
|
+
Azure::NetApp::Mgmt::V2019_07_01::Models::OperationListResult
|
149
149
|
end
|
150
150
|
def snapshots_list
|
151
|
-
Azure::NetApp::Mgmt::
|
151
|
+
Azure::NetApp::Mgmt::V2019_07_01::Models::SnapshotsList
|
152
152
|
end
|
153
153
|
def dimension
|
154
|
-
Azure::NetApp::Mgmt::
|
154
|
+
Azure::NetApp::Mgmt::V2019_07_01::Models::Dimension
|
155
155
|
end
|
156
156
|
def snapshot_patch
|
157
|
-
Azure::NetApp::Mgmt::
|
157
|
+
Azure::NetApp::Mgmt::V2019_07_01::Models::SnapshotPatch
|
158
158
|
end
|
159
159
|
def net_app_account
|
160
|
-
Azure::NetApp::Mgmt::
|
160
|
+
Azure::NetApp::Mgmt::V2019_07_01::Models::NetAppAccount
|
161
161
|
end
|
162
162
|
def in_availability_reason_type
|
163
|
-
Azure::NetApp::Mgmt::
|
163
|
+
Azure::NetApp::Mgmt::V2019_07_01::Models::InAvailabilityReasonType
|
164
164
|
end
|
165
165
|
def check_name_resource_types
|
166
|
-
Azure::NetApp::Mgmt::
|
166
|
+
Azure::NetApp::Mgmt::V2019_07_01::Models::CheckNameResourceTypes
|
167
167
|
end
|
168
168
|
def service_level
|
169
|
-
Azure::NetApp::Mgmt::
|
169
|
+
Azure::NetApp::Mgmt::V2019_07_01::Models::ServiceLevel
|
170
170
|
end
|
171
171
|
end
|
172
172
|
end
|