azure_sdk 0.25.1 → 0.25.2
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/apimanagement_profile_module.rb +723 -663
- data/lib/latest/modules/containerregistry_profile_module.rb +189 -145
- data/lib/latest/modules/luisruntime_profile_module.rb +38 -30
- data/lib/latest/modules/recoveryservices_profile_module.rb +66 -52
- data/lib/latest/modules/sql_profile_module.rb +467 -261
- metadata +13 -13
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 925102e25596ed44301dc4efbb9b1a536a8cef5dfad7ce1f5cb44b14e9e709fb
|
|
4
|
+
data.tar.gz: 5904e62cd627d3aca5dfbeda8481562d1d1eece91aa949adec7f6afd151ac6d3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9df17d2de344581f6b99908acd1fe576cb58a005a653c15fc6c121ed86362b6ac26d86ec2e415a6f5fc6c6bf979bdcb4802b55a92fdf6176acc8833291a8871c
|
|
7
|
+
data.tar.gz: 233d5d72b5cb96476a9cd34abf4ff32cfc1e0a2ab69f5dd6d65b199123a2a86a4ef7128996d61a0b8fed0c280f59cd918561a034e1923fd73310e45a0e33b342
|
data/lib/azure_sdk/version.rb
CHANGED
|
@@ -7,298 +7,313 @@ require 'azure_mgmt_api_management'
|
|
|
7
7
|
module Azure::Profiles::Latest
|
|
8
8
|
module ApiManagement
|
|
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
|
-
|
|
31
|
-
|
|
32
|
-
|
|
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
|
-
|
|
10
|
+
Api = Azure::ApiManagement::Mgmt::V2019_01_01::Api
|
|
11
|
+
ApiRevision = Azure::ApiManagement::Mgmt::V2019_01_01::ApiRevision
|
|
12
|
+
ApiRelease = Azure::ApiManagement::Mgmt::V2019_01_01::ApiRelease
|
|
13
|
+
ApiOperation = Azure::ApiManagement::Mgmt::V2019_01_01::ApiOperation
|
|
14
|
+
ApiOperationPolicy = Azure::ApiManagement::Mgmt::V2019_01_01::ApiOperationPolicy
|
|
15
|
+
Tag = Azure::ApiManagement::Mgmt::V2019_01_01::Tag
|
|
16
|
+
ApiProduct = Azure::ApiManagement::Mgmt::V2019_01_01::ApiProduct
|
|
17
|
+
ApiPolicy = Azure::ApiManagement::Mgmt::V2019_01_01::ApiPolicy
|
|
18
|
+
ApiSchema = Azure::ApiManagement::Mgmt::V2019_01_01::ApiSchema
|
|
19
|
+
ApiDiagnostic = Azure::ApiManagement::Mgmt::V2019_01_01::ApiDiagnostic
|
|
20
|
+
ApiIssue = Azure::ApiManagement::Mgmt::V2019_01_01::ApiIssue
|
|
21
|
+
ApiIssueComment = Azure::ApiManagement::Mgmt::V2019_01_01::ApiIssueComment
|
|
22
|
+
ApiIssueAttachment = Azure::ApiManagement::Mgmt::V2019_01_01::ApiIssueAttachment
|
|
23
|
+
ApiTagDescription = Azure::ApiManagement::Mgmt::V2019_01_01::ApiTagDescription
|
|
24
|
+
OperationOperations = Azure::ApiManagement::Mgmt::V2019_01_01::OperationOperations
|
|
25
|
+
ApiVersionSet = Azure::ApiManagement::Mgmt::V2019_01_01::ApiVersionSet
|
|
26
|
+
AuthorizationServer = Azure::ApiManagement::Mgmt::V2019_01_01::AuthorizationServer
|
|
27
|
+
Backend = Azure::ApiManagement::Mgmt::V2019_01_01::Backend
|
|
28
|
+
Cache = Azure::ApiManagement::Mgmt::V2019_01_01::Cache
|
|
29
|
+
Certificate = Azure::ApiManagement::Mgmt::V2019_01_01::Certificate
|
|
30
|
+
ApiManagementOperations = Azure::ApiManagement::Mgmt::V2019_01_01::ApiManagementOperations
|
|
31
|
+
ApiManagementServiceSkus = Azure::ApiManagement::Mgmt::V2019_01_01::ApiManagementServiceSkus
|
|
32
|
+
ApiManagementService = Azure::ApiManagement::Mgmt::V2019_01_01::ApiManagementService
|
|
33
|
+
Diagnostic = Azure::ApiManagement::Mgmt::V2019_01_01::Diagnostic
|
|
34
|
+
EmailTemplate = Azure::ApiManagement::Mgmt::V2019_01_01::EmailTemplate
|
|
35
|
+
Group = Azure::ApiManagement::Mgmt::V2019_01_01::Group
|
|
36
|
+
GroupUser = Azure::ApiManagement::Mgmt::V2019_01_01::GroupUser
|
|
37
|
+
IdentityProvider = Azure::ApiManagement::Mgmt::V2019_01_01::IdentityProvider
|
|
38
|
+
Issue = Azure::ApiManagement::Mgmt::V2019_01_01::Issue
|
|
39
|
+
Logger = Azure::ApiManagement::Mgmt::V2019_01_01::Logger
|
|
40
|
+
NetworkStatus = Azure::ApiManagement::Mgmt::V2019_01_01::NetworkStatus
|
|
41
|
+
Notification = Azure::ApiManagement::Mgmt::V2019_01_01::Notification
|
|
42
|
+
NotificationRecipientUser = Azure::ApiManagement::Mgmt::V2019_01_01::NotificationRecipientUser
|
|
43
|
+
NotificationRecipientEmail = Azure::ApiManagement::Mgmt::V2019_01_01::NotificationRecipientEmail
|
|
44
|
+
OpenIdConnectProvider = Azure::ApiManagement::Mgmt::V2019_01_01::OpenIdConnectProvider
|
|
45
|
+
Policy = Azure::ApiManagement::Mgmt::V2019_01_01::Policy
|
|
46
|
+
PolicySnippet = Azure::ApiManagement::Mgmt::V2019_01_01::PolicySnippet
|
|
47
|
+
SignInSettings = Azure::ApiManagement::Mgmt::V2019_01_01::SignInSettings
|
|
48
|
+
SignUpSettings = Azure::ApiManagement::Mgmt::V2019_01_01::SignUpSettings
|
|
49
|
+
DelegationSettings = Azure::ApiManagement::Mgmt::V2019_01_01::DelegationSettings
|
|
50
|
+
Product = Azure::ApiManagement::Mgmt::V2019_01_01::Product
|
|
51
|
+
ProductApi = Azure::ApiManagement::Mgmt::V2019_01_01::ProductApi
|
|
52
|
+
ProductGroup = Azure::ApiManagement::Mgmt::V2019_01_01::ProductGroup
|
|
53
|
+
ProductSubscriptions = Azure::ApiManagement::Mgmt::V2019_01_01::ProductSubscriptions
|
|
54
|
+
ProductPolicy = Azure::ApiManagement::Mgmt::V2019_01_01::ProductPolicy
|
|
55
|
+
Property = Azure::ApiManagement::Mgmt::V2019_01_01::Property
|
|
56
|
+
QuotaByCounterKeys = Azure::ApiManagement::Mgmt::V2019_01_01::QuotaByCounterKeys
|
|
57
|
+
QuotaByPeriodKeys = Azure::ApiManagement::Mgmt::V2019_01_01::QuotaByPeriodKeys
|
|
58
|
+
Region = Azure::ApiManagement::Mgmt::V2019_01_01::Region
|
|
59
|
+
Reports = Azure::ApiManagement::Mgmt::V2019_01_01::Reports
|
|
60
|
+
Subscription = Azure::ApiManagement::Mgmt::V2019_01_01::Subscription
|
|
61
|
+
TagResource = Azure::ApiManagement::Mgmt::V2019_01_01::TagResource
|
|
62
|
+
TenantAccess = Azure::ApiManagement::Mgmt::V2019_01_01::TenantAccess
|
|
63
|
+
TenantAccessGit = Azure::ApiManagement::Mgmt::V2019_01_01::TenantAccessGit
|
|
64
|
+
TenantConfiguration = Azure::ApiManagement::Mgmt::V2019_01_01::TenantConfiguration
|
|
65
|
+
User = Azure::ApiManagement::Mgmt::V2019_01_01::User
|
|
66
|
+
UserGroup = Azure::ApiManagement::Mgmt::V2019_01_01::UserGroup
|
|
67
|
+
UserSubscription = Azure::ApiManagement::Mgmt::V2019_01_01::UserSubscription
|
|
68
|
+
UserIdentities = Azure::ApiManagement::Mgmt::V2019_01_01::UserIdentities
|
|
69
|
+
UserConfirmationPassword = Azure::ApiManagement::Mgmt::V2019_01_01::UserConfirmationPassword
|
|
70
|
+
ApiExport = Azure::ApiManagement::Mgmt::V2019_01_01::ApiExport
|
|
67
71
|
|
|
68
72
|
module Models
|
|
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
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
73
|
+
ResourceSkuResult = Azure::ApiManagement::Mgmt::V2019_01_01::Models::ResourceSkuResult
|
|
74
|
+
ResourceSkuResults = Azure::ApiManagement::Mgmt::V2019_01_01::Models::ResourceSkuResults
|
|
75
|
+
ErrorResponseBody = Azure::ApiManagement::Mgmt::V2019_01_01::Models::ErrorResponseBody
|
|
76
|
+
CertificateInformation = Azure::ApiManagement::Mgmt::V2019_01_01::Models::CertificateInformation
|
|
77
|
+
RegionContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::RegionContract
|
|
78
|
+
CertificateConfiguration = Azure::ApiManagement::Mgmt::V2019_01_01::Models::CertificateConfiguration
|
|
79
|
+
Resource = Azure::ApiManagement::Mgmt::V2019_01_01::Models::Resource
|
|
80
|
+
HostnameConfiguration = Azure::ApiManagement::Mgmt::V2019_01_01::Models::HostnameConfiguration
|
|
81
|
+
ApiExportResult = Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiExportResult
|
|
82
|
+
VirtualNetworkConfiguration = Azure::ApiManagement::Mgmt::V2019_01_01::Models::VirtualNetworkConfiguration
|
|
83
|
+
BackendServiceFabricClusterProperties = Azure::ApiManagement::Mgmt::V2019_01_01::Models::BackendServiceFabricClusterProperties
|
|
84
|
+
OperationTagResourceContractProperties = Azure::ApiManagement::Mgmt::V2019_01_01::Models::OperationTagResourceContractProperties
|
|
85
|
+
BackendProperties = Azure::ApiManagement::Mgmt::V2019_01_01::Models::BackendProperties
|
|
86
|
+
OpenIdAuthenticationSettingsContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::OpenIdAuthenticationSettingsContract
|
|
87
|
+
BackendBaseParameters = Azure::ApiManagement::Mgmt::V2019_01_01::Models::BackendBaseParameters
|
|
88
|
+
AuthenticationSettingsContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::AuthenticationSettingsContract
|
|
89
|
+
BackendUpdateParameters = Azure::ApiManagement::Mgmt::V2019_01_01::Models::BackendUpdateParameters
|
|
90
|
+
ApiCreateOrUpdatePropertiesWsdlSelector = Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiCreateOrUpdatePropertiesWsdlSelector
|
|
91
|
+
ReportCollection = Azure::ApiManagement::Mgmt::V2019_01_01::Models::ReportCollection
|
|
92
|
+
ApiEntityBaseContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiEntityBaseContract
|
|
93
|
+
BackendCollection = Azure::ApiManagement::Mgmt::V2019_01_01::Models::BackendCollection
|
|
94
|
+
TagTagResourceContractProperties = Azure::ApiManagement::Mgmt::V2019_01_01::Models::TagTagResourceContractProperties
|
|
95
|
+
CacheUpdateParameters = Azure::ApiManagement::Mgmt::V2019_01_01::Models::CacheUpdateParameters
|
|
96
|
+
TagResourceCollection = Azure::ApiManagement::Mgmt::V2019_01_01::Models::TagResourceCollection
|
|
97
|
+
ReportRecordContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::ReportRecordContract
|
|
98
|
+
TagCollection = Azure::ApiManagement::Mgmt::V2019_01_01::Models::TagCollection
|
|
99
|
+
CacheCollection = Azure::ApiManagement::Mgmt::V2019_01_01::Models::CacheCollection
|
|
100
|
+
TagDescriptionCreateParameters = Azure::ApiManagement::Mgmt::V2019_01_01::Models::TagDescriptionCreateParameters
|
|
101
|
+
RequestReportCollection = Azure::ApiManagement::Mgmt::V2019_01_01::Models::RequestReportCollection
|
|
102
|
+
UserUpdateParameters = Azure::ApiManagement::Mgmt::V2019_01_01::Models::UserUpdateParameters
|
|
103
|
+
CertificateCreateOrUpdateParameters = Azure::ApiManagement::Mgmt::V2019_01_01::Models::CertificateCreateOrUpdateParameters
|
|
104
|
+
GenerateSsoUrlResult = Azure::ApiManagement::Mgmt::V2019_01_01::Models::GenerateSsoUrlResult
|
|
105
|
+
CertificateCollection = Azure::ApiManagement::Mgmt::V2019_01_01::Models::CertificateCollection
|
|
106
|
+
IssueContractBaseProperties = Azure::ApiManagement::Mgmt::V2019_01_01::Models::IssueContractBaseProperties
|
|
107
|
+
ResourceSku = Azure::ApiManagement::Mgmt::V2019_01_01::Models::ResourceSku
|
|
108
|
+
UserIdentityCollection = Azure::ApiManagement::Mgmt::V2019_01_01::Models::UserIdentityCollection
|
|
109
|
+
ResourceSkuCapacity = Azure::ApiManagement::Mgmt::V2019_01_01::Models::ResourceSkuCapacity
|
|
110
|
+
BodyDiagnosticSettings = Azure::ApiManagement::Mgmt::V2019_01_01::Models::BodyDiagnosticSettings
|
|
111
|
+
ErrorFieldContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::ErrorFieldContract
|
|
112
|
+
PipelineDiagnosticSettings = Azure::ApiManagement::Mgmt::V2019_01_01::Models::PipelineDiagnosticSettings
|
|
113
|
+
ErrorResponse = Azure::ApiManagement::Mgmt::V2019_01_01::Models::ErrorResponse
|
|
114
|
+
UserTokenParameters = Azure::ApiManagement::Mgmt::V2019_01_01::Models::UserTokenParameters
|
|
115
|
+
RegionListResult = Azure::ApiManagement::Mgmt::V2019_01_01::Models::RegionListResult
|
|
116
|
+
UserTokenResult = Azure::ApiManagement::Mgmt::V2019_01_01::Models::UserTokenResult
|
|
117
|
+
ApiExportResultValue = Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiExportResultValue
|
|
118
|
+
SchemaCollection = Azure::ApiManagement::Mgmt::V2019_01_01::Models::SchemaCollection
|
|
119
|
+
ProductEntityBaseParameters = Azure::ApiManagement::Mgmt::V2019_01_01::Models::ProductEntityBaseParameters
|
|
120
|
+
PolicyCollection = Azure::ApiManagement::Mgmt::V2019_01_01::Models::PolicyCollection
|
|
121
|
+
RequestReportRecordContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::RequestReportRecordContract
|
|
122
|
+
ProductCollection = Azure::ApiManagement::Mgmt::V2019_01_01::Models::ProductCollection
|
|
123
|
+
ApiManagementServiceSkuProperties = Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiManagementServiceSkuProperties
|
|
124
|
+
RepresentationContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::RepresentationContract
|
|
125
|
+
AdditionalLocation = Azure::ApiManagement::Mgmt::V2019_01_01::Models::AdditionalLocation
|
|
126
|
+
RequestContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::RequestContract
|
|
127
|
+
ApiManagementServiceBackupRestoreParameters = Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiManagementServiceBackupRestoreParameters
|
|
128
|
+
OperationUpdateContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::OperationUpdateContract
|
|
129
|
+
ApiManagementServiceBaseProperties = Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiManagementServiceBaseProperties
|
|
130
|
+
OperationCollection = Azure::ApiManagement::Mgmt::V2019_01_01::Models::OperationCollection
|
|
131
|
+
ApiManagementServiceIdentity = Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiManagementServiceIdentity
|
|
132
|
+
ApiReleaseCollection = Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiReleaseCollection
|
|
133
|
+
QuotaCounterCollection = Azure::ApiManagement::Mgmt::V2019_01_01::Models::QuotaCounterCollection
|
|
134
|
+
ApiRevisionCollection = Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiRevisionCollection
|
|
135
|
+
ApimResource = Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApimResource
|
|
136
|
+
OperationResultLogItemContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::OperationResultLogItemContract
|
|
137
|
+
QuotaCounterContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::QuotaCounterContract
|
|
138
|
+
ApiCollection = Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiCollection
|
|
139
|
+
ApiManagementServiceListResult = Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiManagementServiceListResult
|
|
140
|
+
ApiVersionSetUpdateParameters = Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiVersionSetUpdateParameters
|
|
141
|
+
ApiManagementServiceGetSsoTokenResult = Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiManagementServiceGetSsoTokenResult
|
|
142
|
+
ApiVersionSetCollection = Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiVersionSetCollection
|
|
143
|
+
ApiManagementServiceCheckNameAvailabilityParameters = Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiManagementServiceCheckNameAvailabilityParameters
|
|
144
|
+
AuthorizationServerContractBaseProperties = Azure::ApiManagement::Mgmt::V2019_01_01::Models::AuthorizationServerContractBaseProperties
|
|
145
|
+
ApiManagementServiceNameAvailabilityResult = Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiManagementServiceNameAvailabilityResult
|
|
146
|
+
SubscriptionCreateParameters = Azure::ApiManagement::Mgmt::V2019_01_01::Models::SubscriptionCreateParameters
|
|
147
|
+
ApiManagementServiceApplyNetworkConfigurationParameters = Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiManagementServiceApplyNetworkConfigurationParameters
|
|
148
|
+
SubscriptionUpdateParameters = Azure::ApiManagement::Mgmt::V2019_01_01::Models::SubscriptionUpdateParameters
|
|
149
|
+
OperationDisplay = Azure::ApiManagement::Mgmt::V2019_01_01::Models::OperationDisplay
|
|
150
|
+
BackendProxyContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::BackendProxyContract
|
|
151
|
+
Operation = Azure::ApiManagement::Mgmt::V2019_01_01::Models::Operation
|
|
152
|
+
BackendCredentialsContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::BackendCredentialsContract
|
|
153
|
+
OperationListResult = Azure::ApiManagement::Mgmt::V2019_01_01::Models::OperationListResult
|
|
154
|
+
SubscriptionKeyParameterNamesContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::SubscriptionKeyParameterNamesContract
|
|
155
|
+
EmailTemplateParametersContractProperties = Azure::ApiManagement::Mgmt::V2019_01_01::Models::EmailTemplateParametersContractProperties
|
|
156
|
+
ApiVersionSetContractDetails = Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiVersionSetContractDetails
|
|
157
|
+
EmailTemplateUpdateParameters = Azure::ApiManagement::Mgmt::V2019_01_01::Models::EmailTemplateUpdateParameters
|
|
158
|
+
QuotaCounterValueContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::QuotaCounterValueContract
|
|
159
|
+
QuotaCounterValueContractProperties = Azure::ApiManagement::Mgmt::V2019_01_01::Models::QuotaCounterValueContractProperties
|
|
160
|
+
ApiRevisionInfoContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiRevisionInfoContract
|
|
161
|
+
EmailTemplateCollection = Azure::ApiManagement::Mgmt::V2019_01_01::Models::EmailTemplateCollection
|
|
162
|
+
TagDescriptionCollection = Azure::ApiManagement::Mgmt::V2019_01_01::Models::TagDescriptionCollection
|
|
163
|
+
UserIdentityContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::UserIdentityContract
|
|
164
|
+
IssueCommentCollection = Azure::ApiManagement::Mgmt::V2019_01_01::Models::IssueCommentCollection
|
|
165
|
+
UserEntityBaseParameters = Azure::ApiManagement::Mgmt::V2019_01_01::Models::UserEntityBaseParameters
|
|
166
|
+
IssueCollection = Azure::ApiManagement::Mgmt::V2019_01_01::Models::IssueCollection
|
|
167
|
+
GroupContractProperties = Azure::ApiManagement::Mgmt::V2019_01_01::Models::GroupContractProperties
|
|
168
|
+
SamplingSettings = Azure::ApiManagement::Mgmt::V2019_01_01::Models::SamplingSettings
|
|
169
|
+
PropertyCollection = Azure::ApiManagement::Mgmt::V2019_01_01::Models::PropertyCollection
|
|
170
|
+
AccessInformationUpdateParameters = Azure::ApiManagement::Mgmt::V2019_01_01::Models::AccessInformationUpdateParameters
|
|
171
|
+
UserCollection = Azure::ApiManagement::Mgmt::V2019_01_01::Models::UserCollection
|
|
172
|
+
SaveConfigurationParameter = Azure::ApiManagement::Mgmt::V2019_01_01::Models::SaveConfigurationParameter
|
|
173
|
+
GroupUpdateParameters = Azure::ApiManagement::Mgmt::V2019_01_01::Models::GroupUpdateParameters
|
|
174
|
+
ResponseContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::ResponseContract
|
|
175
|
+
PropertyUpdateParameters = Azure::ApiManagement::Mgmt::V2019_01_01::Models::PropertyUpdateParameters
|
|
176
|
+
DeployConfigurationParameters = Azure::ApiManagement::Mgmt::V2019_01_01::Models::DeployConfigurationParameters
|
|
177
|
+
GroupCreateParameters = Azure::ApiManagement::Mgmt::V2019_01_01::Models::GroupCreateParameters
|
|
178
|
+
ApiRevisionContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiRevisionContract
|
|
179
|
+
GroupCollection = Azure::ApiManagement::Mgmt::V2019_01_01::Models::GroupCollection
|
|
180
|
+
ApiCreateOrUpdateParameter = Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiCreateOrUpdateParameter
|
|
181
|
+
IdentityProviderBaseParameters = Azure::ApiManagement::Mgmt::V2019_01_01::Models::IdentityProviderBaseParameters
|
|
182
|
+
TenantConfigurationSyncStateContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::TenantConfigurationSyncStateContract
|
|
183
|
+
IdentityProviderUpdateParameters = Azure::ApiManagement::Mgmt::V2019_01_01::Models::IdentityProviderUpdateParameters
|
|
184
|
+
TagCreateUpdateParameters = Azure::ApiManagement::Mgmt::V2019_01_01::Models::TagCreateUpdateParameters
|
|
185
|
+
PropertyEntityBaseParameters = Azure::ApiManagement::Mgmt::V2019_01_01::Models::PropertyEntityBaseParameters
|
|
186
|
+
BackendTlsProperties = Azure::ApiManagement::Mgmt::V2019_01_01::Models::BackendTlsProperties
|
|
187
|
+
IdentityProviderList = Azure::ApiManagement::Mgmt::V2019_01_01::Models::IdentityProviderList
|
|
188
|
+
X509CertificateName = Azure::ApiManagement::Mgmt::V2019_01_01::Models::X509CertificateName
|
|
189
|
+
LoggerUpdateContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::LoggerUpdateContract
|
|
190
|
+
ProductUpdateParameters = Azure::ApiManagement::Mgmt::V2019_01_01::Models::ProductUpdateParameters
|
|
191
|
+
UserCreateParameters = Azure::ApiManagement::Mgmt::V2019_01_01::Models::UserCreateParameters
|
|
192
|
+
LoggerCollection = Azure::ApiManagement::Mgmt::V2019_01_01::Models::LoggerCollection
|
|
193
|
+
IssueUpdateContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::IssueUpdateContract
|
|
194
|
+
ConnectivityStatusContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::ConnectivityStatusContract
|
|
195
|
+
DiagnosticCollection = Azure::ApiManagement::Mgmt::V2019_01_01::Models::DiagnosticCollection
|
|
196
|
+
NetworkStatusContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::NetworkStatusContract
|
|
197
|
+
ParameterContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::ParameterContract
|
|
198
|
+
NetworkStatusContractByLocation = Azure::ApiManagement::Mgmt::V2019_01_01::Models::NetworkStatusContractByLocation
|
|
199
|
+
OperationResultContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::OperationResultContract
|
|
200
|
+
SubscriptionCollection = Azure::ApiManagement::Mgmt::V2019_01_01::Models::SubscriptionCollection
|
|
201
|
+
ApiVersionSetEntityBase = Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiVersionSetEntityBase
|
|
202
|
+
RecipientEmailCollection = Azure::ApiManagement::Mgmt::V2019_01_01::Models::RecipientEmailCollection
|
|
203
|
+
AuthorizationServerCollection = Azure::ApiManagement::Mgmt::V2019_01_01::Models::AuthorizationServerCollection
|
|
204
|
+
TermsOfServiceProperties = Azure::ApiManagement::Mgmt::V2019_01_01::Models::TermsOfServiceProperties
|
|
205
|
+
OAuth2AuthenticationSettingsContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::OAuth2AuthenticationSettingsContract
|
|
206
|
+
RecipientUserCollection = Azure::ApiManagement::Mgmt::V2019_01_01::Models::RecipientUserCollection
|
|
207
|
+
IssueAttachmentCollection = Azure::ApiManagement::Mgmt::V2019_01_01::Models::IssueAttachmentCollection
|
|
208
|
+
RecipientsContractProperties = Azure::ApiManagement::Mgmt::V2019_01_01::Models::RecipientsContractProperties
|
|
209
|
+
AccessInformationContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::AccessInformationContract
|
|
210
|
+
SubscriptionsDelegationSettingsProperties = Azure::ApiManagement::Mgmt::V2019_01_01::Models::SubscriptionsDelegationSettingsProperties
|
|
211
|
+
ApiUpdateContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiUpdateContract
|
|
212
|
+
NotificationCollection = Azure::ApiManagement::Mgmt::V2019_01_01::Models::NotificationCollection
|
|
213
|
+
BackendAuthorizationHeaderCredentials = Azure::ApiManagement::Mgmt::V2019_01_01::Models::BackendAuthorizationHeaderCredentials
|
|
214
|
+
OpenidConnectProviderUpdateContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::OpenidConnectProviderUpdateContract
|
|
215
|
+
HttpMessageDiagnostic = Azure::ApiManagement::Mgmt::V2019_01_01::Models::HttpMessageDiagnostic
|
|
216
|
+
RegistrationDelegationSettingsProperties = Azure::ApiManagement::Mgmt::V2019_01_01::Models::RegistrationDelegationSettingsProperties
|
|
217
|
+
TokenBodyParameterContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::TokenBodyParameterContract
|
|
218
|
+
OpenIdConnectProviderCollection = Azure::ApiManagement::Mgmt::V2019_01_01::Models::OpenIdConnectProviderCollection
|
|
219
|
+
OperationEntityBaseContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::OperationEntityBaseContract
|
|
220
|
+
PolicySnippetContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::PolicySnippetContract
|
|
221
|
+
TagResourceContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::TagResourceContract
|
|
222
|
+
PolicySnippetsCollection = Azure::ApiManagement::Mgmt::V2019_01_01::Models::PolicySnippetsCollection
|
|
223
|
+
ProductTagResourceContractProperties = Azure::ApiManagement::Mgmt::V2019_01_01::Models::ProductTagResourceContractProperties
|
|
224
|
+
ApiContractProperties = Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiContractProperties
|
|
225
|
+
ApiTagResourceContractProperties = Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiTagResourceContractProperties
|
|
226
|
+
TagContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::TagContract
|
|
227
|
+
TagDescriptionContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::TagDescriptionContract
|
|
228
|
+
IssueAttachmentContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::IssueAttachmentContract
|
|
229
|
+
IssueCommentContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::IssueCommentContract
|
|
230
|
+
IssueContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::IssueContract
|
|
231
|
+
DiagnosticContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::DiagnosticContract
|
|
232
|
+
SchemaContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::SchemaContract
|
|
233
|
+
SchemaCreateOrUpdateContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::SchemaCreateOrUpdateContract
|
|
234
|
+
PolicyContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::PolicyContract
|
|
235
|
+
ProductContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::ProductContract
|
|
236
|
+
OperationContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::OperationContract
|
|
237
|
+
ApiReleaseContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiReleaseContract
|
|
238
|
+
ApiContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiContract
|
|
239
|
+
ApiVersionSetContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiVersionSetContract
|
|
240
|
+
AuthorizationServerUpdateContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::AuthorizationServerUpdateContract
|
|
241
|
+
AuthorizationServerContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::AuthorizationServerContract
|
|
242
|
+
BackendReconnectContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::BackendReconnectContract
|
|
243
|
+
BackendContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::BackendContract
|
|
244
|
+
CacheContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::CacheContract
|
|
245
|
+
CertificateContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::CertificateContract
|
|
246
|
+
ApiManagementServiceResource = Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiManagementServiceResource
|
|
247
|
+
ApiManagementServiceUpdateParameters = Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiManagementServiceUpdateParameters
|
|
248
|
+
EmailTemplateContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::EmailTemplateContract
|
|
249
|
+
UserContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::UserContract
|
|
250
|
+
GroupContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::GroupContract
|
|
251
|
+
IdentityProviderContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::IdentityProviderContract
|
|
252
|
+
LoggerContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::LoggerContract
|
|
253
|
+
RecipientEmailContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::RecipientEmailContract
|
|
254
|
+
RecipientUserContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::RecipientUserContract
|
|
255
|
+
NotificationContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::NotificationContract
|
|
256
|
+
OpenidConnectProviderContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::OpenidConnectProviderContract
|
|
257
|
+
PortalDelegationSettings = Azure::ApiManagement::Mgmt::V2019_01_01::Models::PortalDelegationSettings
|
|
258
|
+
PortalSignupSettings = Azure::ApiManagement::Mgmt::V2019_01_01::Models::PortalSignupSettings
|
|
259
|
+
PortalSigninSettings = Azure::ApiManagement::Mgmt::V2019_01_01::Models::PortalSigninSettings
|
|
260
|
+
SubscriptionContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::SubscriptionContract
|
|
261
|
+
PropertyContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::PropertyContract
|
|
262
|
+
ExportResultFormat = Azure::ApiManagement::Mgmt::V2019_01_01::Models::ExportResultFormat
|
|
263
|
+
ProductState = Azure::ApiManagement::Mgmt::V2019_01_01::Models::ProductState
|
|
264
|
+
BearerTokenSendingMethods = Azure::ApiManagement::Mgmt::V2019_01_01::Models::BearerTokenSendingMethods
|
|
265
|
+
Protocol = Azure::ApiManagement::Mgmt::V2019_01_01::Models::Protocol
|
|
266
|
+
ContentFormat = Azure::ApiManagement::Mgmt::V2019_01_01::Models::ContentFormat
|
|
267
|
+
SoapApiType = Azure::ApiManagement::Mgmt::V2019_01_01::Models::SoapApiType
|
|
268
|
+
ApiType = Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiType
|
|
269
|
+
State = Azure::ApiManagement::Mgmt::V2019_01_01::Models::State
|
|
270
|
+
SamplingType = Azure::ApiManagement::Mgmt::V2019_01_01::Models::SamplingType
|
|
271
|
+
AlwaysLog = Azure::ApiManagement::Mgmt::V2019_01_01::Models::AlwaysLog
|
|
272
|
+
PolicyContentFormat = Azure::ApiManagement::Mgmt::V2019_01_01::Models::PolicyContentFormat
|
|
273
|
+
VersioningScheme = Azure::ApiManagement::Mgmt::V2019_01_01::Models::VersioningScheme
|
|
274
|
+
GrantType = Azure::ApiManagement::Mgmt::V2019_01_01::Models::GrantType
|
|
275
|
+
AuthorizationMethod = Azure::ApiManagement::Mgmt::V2019_01_01::Models::AuthorizationMethod
|
|
276
|
+
ClientAuthenticationMethod = Azure::ApiManagement::Mgmt::V2019_01_01::Models::ClientAuthenticationMethod
|
|
277
|
+
BearerTokenSendingMethod = Azure::ApiManagement::Mgmt::V2019_01_01::Models::BearerTokenSendingMethod
|
|
278
|
+
BackendProtocol = Azure::ApiManagement::Mgmt::V2019_01_01::Models::BackendProtocol
|
|
279
|
+
SkuType = Azure::ApiManagement::Mgmt::V2019_01_01::Models::SkuType
|
|
280
|
+
ResourceSkuCapacityScaleType = Azure::ApiManagement::Mgmt::V2019_01_01::Models::ResourceSkuCapacityScaleType
|
|
281
|
+
HostnameType = Azure::ApiManagement::Mgmt::V2019_01_01::Models::HostnameType
|
|
282
|
+
VirtualNetworkType = Azure::ApiManagement::Mgmt::V2019_01_01::Models::VirtualNetworkType
|
|
283
|
+
NameAvailabilityReason = Azure::ApiManagement::Mgmt::V2019_01_01::Models::NameAvailabilityReason
|
|
284
|
+
Confirmation = Azure::ApiManagement::Mgmt::V2019_01_01::Models::Confirmation
|
|
285
|
+
UserState = Azure::ApiManagement::Mgmt::V2019_01_01::Models::UserState
|
|
286
|
+
GroupType = Azure::ApiManagement::Mgmt::V2019_01_01::Models::GroupType
|
|
287
|
+
IdentityProviderType = Azure::ApiManagement::Mgmt::V2019_01_01::Models::IdentityProviderType
|
|
288
|
+
LoggerType = Azure::ApiManagement::Mgmt::V2019_01_01::Models::LoggerType
|
|
289
|
+
ConnectivityStatusType = Azure::ApiManagement::Mgmt::V2019_01_01::Models::ConnectivityStatusType
|
|
290
|
+
SubscriptionState = Azure::ApiManagement::Mgmt::V2019_01_01::Models::SubscriptionState
|
|
291
|
+
AsyncOperationStatus = Azure::ApiManagement::Mgmt::V2019_01_01::Models::AsyncOperationStatus
|
|
292
|
+
KeyType = Azure::ApiManagement::Mgmt::V2019_01_01::Models::KeyType
|
|
293
|
+
NotificationName = Azure::ApiManagement::Mgmt::V2019_01_01::Models::NotificationName
|
|
294
|
+
PolicyExportFormat = Azure::ApiManagement::Mgmt::V2019_01_01::Models::PolicyExportFormat
|
|
295
|
+
TemplateName = Azure::ApiManagement::Mgmt::V2019_01_01::Models::TemplateName
|
|
296
|
+
PolicyScopeContract = Azure::ApiManagement::Mgmt::V2019_01_01::Models::PolicyScopeContract
|
|
297
|
+
ExportFormat = Azure::ApiManagement::Mgmt::V2019_01_01::Models::ExportFormat
|
|
281
298
|
end
|
|
282
299
|
|
|
283
300
|
class ApiManagementManagementClass
|
|
284
|
-
attr_reader :
|
|
301
|
+
attr_reader :api, :api_revision, :api_release, :api_operation, :api_operation_policy, :tag, :api_product, :api_policy, :api_schema, :api_diagnostic, :api_issue, :api_issue_comment, :api_issue_attachment, :api_tag_description, :operation_operations, :api_version_set, :authorization_server, :backend, :cache, :certificate, :api_management_operations, :api_management_service_skus, :api_management_service, :diagnostic, :email_template, :group, :group_user, :identity_provider, :issue, :logger, :network_status, :notification, :notification_recipient_user, :notification_recipient_email, :open_id_connect_provider, :policy, :policy_snippet, :sign_in_settings, :sign_up_settings, :delegation_settings, :product, :product_api, :product_group, :product_subscriptions, :product_policy, :property, :quota_by_counter_keys, :quota_by_period_keys, :region, :reports, :subscription, :tag_resource, :tenant_access, :tenant_access_git, :tenant_configuration, :user, :user_group, :user_subscription, :user_identities, :user_confirmation_password, :api_export, :configurable, :base_url, :options, :model_classes
|
|
285
302
|
|
|
286
303
|
def initialize(configurable, base_url=nil, options=nil)
|
|
287
304
|
@configurable, @base_url, @options = configurable, base_url, options
|
|
288
305
|
|
|
289
|
-
@client_0 = Azure::ApiManagement::Mgmt::
|
|
306
|
+
@client_0 = Azure::ApiManagement::Mgmt::V2019_01_01::ApiManagementClient.new(configurable.credentials, base_url, options)
|
|
290
307
|
if(@client_0.respond_to?(:subscription_id))
|
|
291
308
|
@client_0.subscription_id = configurable.subscription_id
|
|
292
309
|
end
|
|
293
310
|
add_telemetry(@client_0)
|
|
294
|
-
@policy = @client_0.policy
|
|
295
|
-
@policy_snippets = @client_0.policy_snippets
|
|
296
|
-
@regions = @client_0.regions
|
|
297
311
|
@api = @client_0.api
|
|
298
|
-
@
|
|
312
|
+
@api_revision = @client_0.api_revision
|
|
299
313
|
@api_release = @client_0.api_release
|
|
300
314
|
@api_operation = @client_0.api_operation
|
|
301
315
|
@api_operation_policy = @client_0.api_operation_policy
|
|
316
|
+
@tag = @client_0.tag
|
|
302
317
|
@api_product = @client_0.api_product
|
|
303
318
|
@api_policy = @client_0.api_policy
|
|
304
319
|
@api_schema = @client_0.api_schema
|
|
@@ -306,22 +321,30 @@ module Azure::Profiles::Latest
|
|
|
306
321
|
@api_issue = @client_0.api_issue
|
|
307
322
|
@api_issue_comment = @client_0.api_issue_comment
|
|
308
323
|
@api_issue_attachment = @client_0.api_issue_attachment
|
|
324
|
+
@api_tag_description = @client_0.api_tag_description
|
|
325
|
+
@operation_operations = @client_0.operation_operations
|
|
326
|
+
@api_version_set = @client_0.api_version_set
|
|
309
327
|
@authorization_server = @client_0.authorization_server
|
|
310
328
|
@backend = @client_0.backend
|
|
329
|
+
@cache = @client_0.cache
|
|
311
330
|
@certificate = @client_0.certificate
|
|
312
331
|
@api_management_operations = @client_0.api_management_operations
|
|
332
|
+
@api_management_service_skus = @client_0.api_management_service_skus
|
|
313
333
|
@api_management_service = @client_0.api_management_service
|
|
314
334
|
@diagnostic = @client_0.diagnostic
|
|
315
335
|
@email_template = @client_0.email_template
|
|
316
336
|
@group = @client_0.group
|
|
317
337
|
@group_user = @client_0.group_user
|
|
318
338
|
@identity_provider = @client_0.identity_provider
|
|
339
|
+
@issue = @client_0.issue
|
|
319
340
|
@logger = @client_0.logger
|
|
341
|
+
@network_status = @client_0.network_status
|
|
320
342
|
@notification = @client_0.notification
|
|
321
343
|
@notification_recipient_user = @client_0.notification_recipient_user
|
|
322
344
|
@notification_recipient_email = @client_0.notification_recipient_email
|
|
323
|
-
@network_status = @client_0.network_status
|
|
324
345
|
@open_id_connect_provider = @client_0.open_id_connect_provider
|
|
346
|
+
@policy = @client_0.policy
|
|
347
|
+
@policy_snippet = @client_0.policy_snippet
|
|
325
348
|
@sign_in_settings = @client_0.sign_in_settings
|
|
326
349
|
@sign_up_settings = @client_0.sign_up_settings
|
|
327
350
|
@delegation_settings = @client_0.delegation_settings
|
|
@@ -333,12 +356,10 @@ module Azure::Profiles::Latest
|
|
|
333
356
|
@property = @client_0.property
|
|
334
357
|
@quota_by_counter_keys = @client_0.quota_by_counter_keys
|
|
335
358
|
@quota_by_period_keys = @client_0.quota_by_period_keys
|
|
359
|
+
@region = @client_0.region
|
|
336
360
|
@reports = @client_0.reports
|
|
337
361
|
@subscription = @client_0.subscription
|
|
338
362
|
@tag_resource = @client_0.tag_resource
|
|
339
|
-
@tag = @client_0.tag
|
|
340
|
-
@tag_description = @client_0.tag_description
|
|
341
|
-
@operation_operations = @client_0.operation_operations
|
|
342
363
|
@tenant_access = @client_0.tenant_access
|
|
343
364
|
@tenant_access_git = @client_0.tenant_access_git
|
|
344
365
|
@tenant_configuration = @client_0.tenant_configuration
|
|
@@ -346,7 +367,7 @@ module Azure::Profiles::Latest
|
|
|
346
367
|
@user_group = @client_0.user_group
|
|
347
368
|
@user_subscription = @client_0.user_subscription
|
|
348
369
|
@user_identities = @client_0.user_identities
|
|
349
|
-
@
|
|
370
|
+
@user_confirmation_password = @client_0.user_confirmation_password
|
|
350
371
|
@api_export = @client_0.api_export
|
|
351
372
|
|
|
352
373
|
@model_classes = ModelClasses.new
|
|
@@ -366,641 +387,680 @@ module Azure::Profiles::Latest
|
|
|
366
387
|
end
|
|
367
388
|
|
|
368
389
|
class ModelClasses
|
|
369
|
-
def
|
|
370
|
-
Azure::ApiManagement::Mgmt::
|
|
390
|
+
def resource_sku_result
|
|
391
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::ResourceSkuResult
|
|
371
392
|
end
|
|
372
|
-
def
|
|
373
|
-
Azure::ApiManagement::Mgmt::
|
|
393
|
+
def resource_sku_results
|
|
394
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::ResourceSkuResults
|
|
374
395
|
end
|
|
375
|
-
def
|
|
376
|
-
Azure::ApiManagement::Mgmt::
|
|
377
|
-
end
|
|
378
|
-
def error_response
|
|
379
|
-
Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ErrorResponse
|
|
396
|
+
def error_response_body
|
|
397
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::ErrorResponseBody
|
|
380
398
|
end
|
|
381
|
-
def
|
|
382
|
-
Azure::ApiManagement::Mgmt::
|
|
399
|
+
def certificate_information
|
|
400
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::CertificateInformation
|
|
383
401
|
end
|
|
384
|
-
def
|
|
385
|
-
Azure::ApiManagement::Mgmt::
|
|
402
|
+
def region_contract
|
|
403
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::RegionContract
|
|
386
404
|
end
|
|
387
|
-
def
|
|
388
|
-
Azure::ApiManagement::Mgmt::
|
|
405
|
+
def certificate_configuration
|
|
406
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::CertificateConfiguration
|
|
389
407
|
end
|
|
390
|
-
def
|
|
391
|
-
Azure::ApiManagement::Mgmt::
|
|
408
|
+
def resource
|
|
409
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::Resource
|
|
392
410
|
end
|
|
393
|
-
def
|
|
394
|
-
Azure::ApiManagement::Mgmt::
|
|
411
|
+
def hostname_configuration
|
|
412
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::HostnameConfiguration
|
|
395
413
|
end
|
|
396
|
-
def
|
|
397
|
-
Azure::ApiManagement::Mgmt::
|
|
414
|
+
def api_export_result
|
|
415
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiExportResult
|
|
398
416
|
end
|
|
399
|
-
def
|
|
400
|
-
Azure::ApiManagement::Mgmt::
|
|
417
|
+
def virtual_network_configuration
|
|
418
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::VirtualNetworkConfiguration
|
|
401
419
|
end
|
|
402
|
-
def
|
|
403
|
-
Azure::ApiManagement::Mgmt::
|
|
420
|
+
def backend_service_fabric_cluster_properties
|
|
421
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::BackendServiceFabricClusterProperties
|
|
404
422
|
end
|
|
405
|
-
def
|
|
406
|
-
Azure::ApiManagement::Mgmt::
|
|
423
|
+
def operation_tag_resource_contract_properties
|
|
424
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::OperationTagResourceContractProperties
|
|
407
425
|
end
|
|
408
|
-
def
|
|
409
|
-
Azure::ApiManagement::Mgmt::
|
|
426
|
+
def backend_properties
|
|
427
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::BackendProperties
|
|
410
428
|
end
|
|
411
|
-
def
|
|
412
|
-
Azure::ApiManagement::Mgmt::
|
|
429
|
+
def open_id_authentication_settings_contract
|
|
430
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::OpenIdAuthenticationSettingsContract
|
|
413
431
|
end
|
|
414
|
-
def
|
|
415
|
-
Azure::ApiManagement::Mgmt::
|
|
432
|
+
def backend_base_parameters
|
|
433
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::BackendBaseParameters
|
|
416
434
|
end
|
|
417
|
-
def
|
|
418
|
-
Azure::ApiManagement::Mgmt::
|
|
435
|
+
def authentication_settings_contract
|
|
436
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::AuthenticationSettingsContract
|
|
419
437
|
end
|
|
420
|
-
def
|
|
421
|
-
Azure::ApiManagement::Mgmt::
|
|
438
|
+
def backend_update_parameters
|
|
439
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::BackendUpdateParameters
|
|
422
440
|
end
|
|
423
|
-
def
|
|
424
|
-
Azure::ApiManagement::Mgmt::
|
|
441
|
+
def api_create_or_update_properties_wsdl_selector
|
|
442
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiCreateOrUpdatePropertiesWsdlSelector
|
|
425
443
|
end
|
|
426
|
-
def
|
|
427
|
-
Azure::ApiManagement::Mgmt::
|
|
444
|
+
def report_collection
|
|
445
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::ReportCollection
|
|
428
446
|
end
|
|
429
|
-
def
|
|
430
|
-
Azure::ApiManagement::Mgmt::
|
|
447
|
+
def api_entity_base_contract
|
|
448
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiEntityBaseContract
|
|
431
449
|
end
|
|
432
|
-
def
|
|
433
|
-
Azure::ApiManagement::Mgmt::
|
|
450
|
+
def backend_collection
|
|
451
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::BackendCollection
|
|
434
452
|
end
|
|
435
|
-
def
|
|
436
|
-
Azure::ApiManagement::Mgmt::
|
|
453
|
+
def tag_tag_resource_contract_properties
|
|
454
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::TagTagResourceContractProperties
|
|
437
455
|
end
|
|
438
|
-
def
|
|
439
|
-
Azure::ApiManagement::Mgmt::
|
|
456
|
+
def cache_update_parameters
|
|
457
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::CacheUpdateParameters
|
|
440
458
|
end
|
|
441
|
-
def
|
|
442
|
-
Azure::ApiManagement::Mgmt::
|
|
459
|
+
def tag_resource_collection
|
|
460
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::TagResourceCollection
|
|
443
461
|
end
|
|
444
|
-
def
|
|
445
|
-
Azure::ApiManagement::Mgmt::
|
|
462
|
+
def report_record_contract
|
|
463
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::ReportRecordContract
|
|
446
464
|
end
|
|
447
|
-
def
|
|
448
|
-
Azure::ApiManagement::Mgmt::
|
|
465
|
+
def tag_collection
|
|
466
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::TagCollection
|
|
449
467
|
end
|
|
450
|
-
def
|
|
451
|
-
Azure::ApiManagement::Mgmt::
|
|
468
|
+
def cache_collection
|
|
469
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::CacheCollection
|
|
452
470
|
end
|
|
453
|
-
def
|
|
454
|
-
Azure::ApiManagement::Mgmt::
|
|
471
|
+
def tag_description_create_parameters
|
|
472
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::TagDescriptionCreateParameters
|
|
455
473
|
end
|
|
456
|
-
def
|
|
457
|
-
Azure::ApiManagement::Mgmt::
|
|
474
|
+
def request_report_collection
|
|
475
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::RequestReportCollection
|
|
458
476
|
end
|
|
459
|
-
def
|
|
460
|
-
Azure::ApiManagement::Mgmt::
|
|
477
|
+
def user_update_parameters
|
|
478
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::UserUpdateParameters
|
|
461
479
|
end
|
|
462
|
-
def
|
|
463
|
-
Azure::ApiManagement::Mgmt::
|
|
480
|
+
def certificate_create_or_update_parameters
|
|
481
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::CertificateCreateOrUpdateParameters
|
|
464
482
|
end
|
|
465
|
-
def
|
|
466
|
-
Azure::ApiManagement::Mgmt::
|
|
483
|
+
def generate_sso_url_result
|
|
484
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::GenerateSsoUrlResult
|
|
467
485
|
end
|
|
468
|
-
def
|
|
469
|
-
Azure::ApiManagement::Mgmt::
|
|
486
|
+
def certificate_collection
|
|
487
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::CertificateCollection
|
|
470
488
|
end
|
|
471
|
-
def
|
|
472
|
-
Azure::ApiManagement::Mgmt::
|
|
489
|
+
def issue_contract_base_properties
|
|
490
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::IssueContractBaseProperties
|
|
473
491
|
end
|
|
474
|
-
def
|
|
475
|
-
Azure::ApiManagement::Mgmt::
|
|
492
|
+
def resource_sku
|
|
493
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::ResourceSku
|
|
476
494
|
end
|
|
477
|
-
def
|
|
478
|
-
Azure::ApiManagement::Mgmt::
|
|
495
|
+
def user_identity_collection
|
|
496
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::UserIdentityCollection
|
|
479
497
|
end
|
|
480
|
-
def
|
|
481
|
-
Azure::ApiManagement::Mgmt::
|
|
498
|
+
def resource_sku_capacity
|
|
499
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::ResourceSkuCapacity
|
|
482
500
|
end
|
|
483
|
-
def
|
|
484
|
-
Azure::ApiManagement::Mgmt::
|
|
501
|
+
def body_diagnostic_settings
|
|
502
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::BodyDiagnosticSettings
|
|
485
503
|
end
|
|
486
|
-
def
|
|
487
|
-
Azure::ApiManagement::Mgmt::
|
|
504
|
+
def error_field_contract
|
|
505
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::ErrorFieldContract
|
|
488
506
|
end
|
|
489
|
-
def
|
|
490
|
-
Azure::ApiManagement::Mgmt::
|
|
507
|
+
def pipeline_diagnostic_settings
|
|
508
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::PipelineDiagnosticSettings
|
|
491
509
|
end
|
|
492
|
-
def
|
|
493
|
-
Azure::ApiManagement::Mgmt::
|
|
510
|
+
def error_response
|
|
511
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::ErrorResponse
|
|
494
512
|
end
|
|
495
513
|
def user_token_parameters
|
|
496
|
-
Azure::ApiManagement::Mgmt::
|
|
514
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::UserTokenParameters
|
|
497
515
|
end
|
|
498
|
-
def
|
|
499
|
-
Azure::ApiManagement::Mgmt::
|
|
516
|
+
def region_list_result
|
|
517
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::RegionListResult
|
|
500
518
|
end
|
|
501
|
-
def
|
|
502
|
-
Azure::ApiManagement::Mgmt::
|
|
519
|
+
def user_token_result
|
|
520
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::UserTokenResult
|
|
503
521
|
end
|
|
504
|
-
def
|
|
505
|
-
Azure::ApiManagement::Mgmt::
|
|
522
|
+
def api_export_result_value
|
|
523
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiExportResultValue
|
|
506
524
|
end
|
|
507
|
-
def
|
|
508
|
-
Azure::ApiManagement::Mgmt::
|
|
525
|
+
def schema_collection
|
|
526
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::SchemaCollection
|
|
509
527
|
end
|
|
510
|
-
def
|
|
511
|
-
Azure::ApiManagement::Mgmt::
|
|
528
|
+
def product_entity_base_parameters
|
|
529
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::ProductEntityBaseParameters
|
|
512
530
|
end
|
|
513
|
-
def
|
|
514
|
-
Azure::ApiManagement::Mgmt::
|
|
531
|
+
def policy_collection
|
|
532
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::PolicyCollection
|
|
515
533
|
end
|
|
516
|
-
def
|
|
517
|
-
Azure::ApiManagement::Mgmt::
|
|
534
|
+
def request_report_record_contract
|
|
535
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::RequestReportRecordContract
|
|
518
536
|
end
|
|
519
|
-
def
|
|
520
|
-
Azure::ApiManagement::Mgmt::
|
|
537
|
+
def product_collection
|
|
538
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::ProductCollection
|
|
521
539
|
end
|
|
522
|
-
def
|
|
523
|
-
Azure::ApiManagement::Mgmt::
|
|
540
|
+
def api_management_service_sku_properties
|
|
541
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiManagementServiceSkuProperties
|
|
524
542
|
end
|
|
525
|
-
def
|
|
526
|
-
Azure::ApiManagement::Mgmt::
|
|
543
|
+
def representation_contract
|
|
544
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::RepresentationContract
|
|
527
545
|
end
|
|
528
|
-
def
|
|
529
|
-
Azure::ApiManagement::Mgmt::
|
|
546
|
+
def additional_location
|
|
547
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::AdditionalLocation
|
|
530
548
|
end
|
|
531
|
-
def
|
|
532
|
-
Azure::ApiManagement::Mgmt::
|
|
549
|
+
def request_contract
|
|
550
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::RequestContract
|
|
533
551
|
end
|
|
534
|
-
def
|
|
535
|
-
Azure::ApiManagement::Mgmt::
|
|
552
|
+
def api_management_service_backup_restore_parameters
|
|
553
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiManagementServiceBackupRestoreParameters
|
|
536
554
|
end
|
|
537
|
-
def
|
|
538
|
-
Azure::ApiManagement::Mgmt::
|
|
555
|
+
def operation_update_contract
|
|
556
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::OperationUpdateContract
|
|
539
557
|
end
|
|
540
|
-
def
|
|
541
|
-
Azure::ApiManagement::Mgmt::
|
|
558
|
+
def api_management_service_base_properties
|
|
559
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiManagementServiceBaseProperties
|
|
542
560
|
end
|
|
543
|
-
def
|
|
544
|
-
Azure::ApiManagement::Mgmt::
|
|
561
|
+
def operation_collection
|
|
562
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::OperationCollection
|
|
545
563
|
end
|
|
546
|
-
def
|
|
547
|
-
Azure::ApiManagement::Mgmt::
|
|
564
|
+
def api_management_service_identity
|
|
565
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiManagementServiceIdentity
|
|
548
566
|
end
|
|
549
|
-
def
|
|
550
|
-
Azure::ApiManagement::Mgmt::
|
|
567
|
+
def api_release_collection
|
|
568
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiReleaseCollection
|
|
551
569
|
end
|
|
552
|
-
def
|
|
553
|
-
Azure::ApiManagement::Mgmt::
|
|
570
|
+
def quota_counter_collection
|
|
571
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::QuotaCounterCollection
|
|
554
572
|
end
|
|
555
|
-
def
|
|
556
|
-
Azure::ApiManagement::Mgmt::
|
|
573
|
+
def api_revision_collection
|
|
574
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiRevisionCollection
|
|
557
575
|
end
|
|
558
|
-
def
|
|
559
|
-
Azure::ApiManagement::Mgmt::
|
|
576
|
+
def apim_resource
|
|
577
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApimResource
|
|
560
578
|
end
|
|
561
|
-
def
|
|
562
|
-
Azure::ApiManagement::Mgmt::
|
|
579
|
+
def operation_result_log_item_contract
|
|
580
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::OperationResultLogItemContract
|
|
563
581
|
end
|
|
564
|
-
def
|
|
565
|
-
Azure::ApiManagement::Mgmt::
|
|
582
|
+
def quota_counter_contract
|
|
583
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::QuotaCounterContract
|
|
566
584
|
end
|
|
567
|
-
def
|
|
568
|
-
Azure::ApiManagement::Mgmt::
|
|
585
|
+
def api_collection
|
|
586
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiCollection
|
|
569
587
|
end
|
|
570
|
-
def
|
|
571
|
-
Azure::ApiManagement::Mgmt::
|
|
588
|
+
def api_management_service_list_result
|
|
589
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiManagementServiceListResult
|
|
572
590
|
end
|
|
573
|
-
def
|
|
574
|
-
Azure::ApiManagement::Mgmt::
|
|
591
|
+
def api_version_set_update_parameters
|
|
592
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiVersionSetUpdateParameters
|
|
575
593
|
end
|
|
576
|
-
def
|
|
577
|
-
Azure::ApiManagement::Mgmt::
|
|
594
|
+
def api_management_service_get_sso_token_result
|
|
595
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiManagementServiceGetSsoTokenResult
|
|
578
596
|
end
|
|
579
|
-
def
|
|
580
|
-
Azure::ApiManagement::Mgmt::
|
|
597
|
+
def api_version_set_collection
|
|
598
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiVersionSetCollection
|
|
581
599
|
end
|
|
582
|
-
def
|
|
583
|
-
Azure::ApiManagement::Mgmt::
|
|
600
|
+
def api_management_service_check_name_availability_parameters
|
|
601
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiManagementServiceCheckNameAvailabilityParameters
|
|
584
602
|
end
|
|
585
|
-
def
|
|
586
|
-
Azure::ApiManagement::Mgmt::
|
|
603
|
+
def authorization_server_contract_base_properties
|
|
604
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::AuthorizationServerContractBaseProperties
|
|
587
605
|
end
|
|
588
|
-
def
|
|
589
|
-
Azure::ApiManagement::Mgmt::
|
|
606
|
+
def api_management_service_name_availability_result
|
|
607
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiManagementServiceNameAvailabilityResult
|
|
590
608
|
end
|
|
591
|
-
def
|
|
592
|
-
Azure::ApiManagement::Mgmt::
|
|
609
|
+
def subscription_create_parameters
|
|
610
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::SubscriptionCreateParameters
|
|
593
611
|
end
|
|
594
|
-
def
|
|
595
|
-
Azure::ApiManagement::Mgmt::
|
|
612
|
+
def api_management_service_apply_network_configuration_parameters
|
|
613
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiManagementServiceApplyNetworkConfigurationParameters
|
|
596
614
|
end
|
|
597
|
-
def
|
|
598
|
-
Azure::ApiManagement::Mgmt::
|
|
615
|
+
def subscription_update_parameters
|
|
616
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::SubscriptionUpdateParameters
|
|
599
617
|
end
|
|
600
|
-
def
|
|
601
|
-
Azure::ApiManagement::Mgmt::
|
|
618
|
+
def operation_display
|
|
619
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::OperationDisplay
|
|
602
620
|
end
|
|
603
|
-
def
|
|
604
|
-
Azure::ApiManagement::Mgmt::
|
|
621
|
+
def backend_proxy_contract
|
|
622
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::BackendProxyContract
|
|
605
623
|
end
|
|
606
|
-
def
|
|
607
|
-
Azure::ApiManagement::Mgmt::
|
|
624
|
+
def operation
|
|
625
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::Operation
|
|
608
626
|
end
|
|
609
|
-
def
|
|
610
|
-
Azure::ApiManagement::Mgmt::
|
|
627
|
+
def backend_credentials_contract
|
|
628
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::BackendCredentialsContract
|
|
611
629
|
end
|
|
612
|
-
def
|
|
613
|
-
Azure::ApiManagement::Mgmt::
|
|
630
|
+
def operation_list_result
|
|
631
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::OperationListResult
|
|
614
632
|
end
|
|
615
|
-
def
|
|
616
|
-
Azure::ApiManagement::Mgmt::
|
|
633
|
+
def subscription_key_parameter_names_contract
|
|
634
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::SubscriptionKeyParameterNamesContract
|
|
617
635
|
end
|
|
618
|
-
def
|
|
619
|
-
Azure::ApiManagement::Mgmt::
|
|
636
|
+
def email_template_parameters_contract_properties
|
|
637
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::EmailTemplateParametersContractProperties
|
|
620
638
|
end
|
|
621
|
-
def
|
|
622
|
-
Azure::ApiManagement::Mgmt::
|
|
639
|
+
def api_version_set_contract_details
|
|
640
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiVersionSetContractDetails
|
|
623
641
|
end
|
|
624
|
-
def
|
|
625
|
-
Azure::ApiManagement::Mgmt::
|
|
642
|
+
def email_template_update_parameters
|
|
643
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::EmailTemplateUpdateParameters
|
|
626
644
|
end
|
|
627
|
-
def
|
|
628
|
-
Azure::ApiManagement::Mgmt::
|
|
645
|
+
def quota_counter_value_contract
|
|
646
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::QuotaCounterValueContract
|
|
629
647
|
end
|
|
630
|
-
def
|
|
631
|
-
Azure::ApiManagement::Mgmt::
|
|
648
|
+
def quota_counter_value_contract_properties
|
|
649
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::QuotaCounterValueContractProperties
|
|
632
650
|
end
|
|
633
|
-
def
|
|
634
|
-
Azure::ApiManagement::Mgmt::
|
|
651
|
+
def api_revision_info_contract
|
|
652
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiRevisionInfoContract
|
|
635
653
|
end
|
|
636
|
-
def
|
|
637
|
-
Azure::ApiManagement::Mgmt::
|
|
654
|
+
def email_template_collection
|
|
655
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::EmailTemplateCollection
|
|
638
656
|
end
|
|
639
|
-
def
|
|
640
|
-
Azure::ApiManagement::Mgmt::
|
|
657
|
+
def tag_description_collection
|
|
658
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::TagDescriptionCollection
|
|
641
659
|
end
|
|
642
|
-
def
|
|
643
|
-
Azure::ApiManagement::Mgmt::
|
|
660
|
+
def user_identity_contract
|
|
661
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::UserIdentityContract
|
|
644
662
|
end
|
|
645
663
|
def issue_comment_collection
|
|
646
|
-
Azure::ApiManagement::Mgmt::
|
|
664
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::IssueCommentCollection
|
|
647
665
|
end
|
|
648
|
-
def
|
|
649
|
-
Azure::ApiManagement::Mgmt::
|
|
650
|
-
end
|
|
651
|
-
def http_message_diagnostic
|
|
652
|
-
Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::HttpMessageDiagnostic
|
|
666
|
+
def user_entity_base_parameters
|
|
667
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::UserEntityBaseParameters
|
|
653
668
|
end
|
|
654
|
-
def
|
|
655
|
-
Azure::ApiManagement::Mgmt::
|
|
669
|
+
def issue_collection
|
|
670
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::IssueCollection
|
|
656
671
|
end
|
|
657
|
-
def
|
|
658
|
-
Azure::ApiManagement::Mgmt::
|
|
672
|
+
def group_contract_properties
|
|
673
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::GroupContractProperties
|
|
659
674
|
end
|
|
660
|
-
def
|
|
661
|
-
Azure::ApiManagement::Mgmt::
|
|
675
|
+
def sampling_settings
|
|
676
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::SamplingSettings
|
|
662
677
|
end
|
|
663
|
-
def
|
|
664
|
-
Azure::ApiManagement::Mgmt::
|
|
678
|
+
def property_collection
|
|
679
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::PropertyCollection
|
|
665
680
|
end
|
|
666
|
-
def
|
|
667
|
-
Azure::ApiManagement::Mgmt::
|
|
681
|
+
def access_information_update_parameters
|
|
682
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::AccessInformationUpdateParameters
|
|
668
683
|
end
|
|
669
|
-
def
|
|
670
|
-
Azure::ApiManagement::Mgmt::
|
|
684
|
+
def user_collection
|
|
685
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::UserCollection
|
|
671
686
|
end
|
|
672
|
-
def
|
|
673
|
-
Azure::ApiManagement::Mgmt::
|
|
687
|
+
def save_configuration_parameter
|
|
688
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::SaveConfigurationParameter
|
|
674
689
|
end
|
|
675
|
-
def
|
|
676
|
-
Azure::ApiManagement::Mgmt::
|
|
690
|
+
def group_update_parameters
|
|
691
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::GroupUpdateParameters
|
|
677
692
|
end
|
|
678
|
-
def
|
|
679
|
-
Azure::ApiManagement::Mgmt::
|
|
693
|
+
def response_contract
|
|
694
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::ResponseContract
|
|
680
695
|
end
|
|
681
|
-
def
|
|
682
|
-
Azure::ApiManagement::Mgmt::
|
|
696
|
+
def property_update_parameters
|
|
697
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::PropertyUpdateParameters
|
|
683
698
|
end
|
|
684
|
-
def
|
|
685
|
-
Azure::ApiManagement::Mgmt::
|
|
699
|
+
def deploy_configuration_parameters
|
|
700
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::DeployConfigurationParameters
|
|
686
701
|
end
|
|
687
|
-
def
|
|
688
|
-
Azure::ApiManagement::Mgmt::
|
|
702
|
+
def group_create_parameters
|
|
703
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::GroupCreateParameters
|
|
689
704
|
end
|
|
690
|
-
def
|
|
691
|
-
Azure::ApiManagement::Mgmt::
|
|
705
|
+
def api_revision_contract
|
|
706
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiRevisionContract
|
|
692
707
|
end
|
|
693
|
-
def
|
|
694
|
-
Azure::ApiManagement::Mgmt::
|
|
708
|
+
def group_collection
|
|
709
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::GroupCollection
|
|
695
710
|
end
|
|
696
|
-
def
|
|
697
|
-
Azure::ApiManagement::Mgmt::
|
|
711
|
+
def api_create_or_update_parameter
|
|
712
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiCreateOrUpdateParameter
|
|
698
713
|
end
|
|
699
|
-
def
|
|
700
|
-
Azure::ApiManagement::Mgmt::
|
|
714
|
+
def identity_provider_base_parameters
|
|
715
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::IdentityProviderBaseParameters
|
|
701
716
|
end
|
|
702
|
-
def
|
|
703
|
-
Azure::ApiManagement::Mgmt::
|
|
717
|
+
def tenant_configuration_sync_state_contract
|
|
718
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::TenantConfigurationSyncStateContract
|
|
704
719
|
end
|
|
705
|
-
def
|
|
706
|
-
Azure::ApiManagement::Mgmt::
|
|
720
|
+
def identity_provider_update_parameters
|
|
721
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::IdentityProviderUpdateParameters
|
|
707
722
|
end
|
|
708
|
-
def
|
|
709
|
-
Azure::ApiManagement::Mgmt::
|
|
723
|
+
def tag_create_update_parameters
|
|
724
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::TagCreateUpdateParameters
|
|
710
725
|
end
|
|
711
|
-
def
|
|
712
|
-
Azure::ApiManagement::Mgmt::
|
|
726
|
+
def property_entity_base_parameters
|
|
727
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::PropertyEntityBaseParameters
|
|
713
728
|
end
|
|
714
|
-
def
|
|
715
|
-
Azure::ApiManagement::Mgmt::
|
|
729
|
+
def backend_tls_properties
|
|
730
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::BackendTlsProperties
|
|
716
731
|
end
|
|
717
|
-
def
|
|
718
|
-
Azure::ApiManagement::Mgmt::
|
|
732
|
+
def identity_provider_list
|
|
733
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::IdentityProviderList
|
|
719
734
|
end
|
|
720
|
-
def
|
|
721
|
-
Azure::ApiManagement::Mgmt::
|
|
735
|
+
def x509_certificate_name
|
|
736
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::X509CertificateName
|
|
722
737
|
end
|
|
723
|
-
def
|
|
724
|
-
Azure::ApiManagement::Mgmt::
|
|
738
|
+
def logger_update_contract
|
|
739
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::LoggerUpdateContract
|
|
725
740
|
end
|
|
726
|
-
def
|
|
727
|
-
Azure::ApiManagement::Mgmt::
|
|
741
|
+
def product_update_parameters
|
|
742
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::ProductUpdateParameters
|
|
728
743
|
end
|
|
729
744
|
def user_create_parameters
|
|
730
|
-
Azure::ApiManagement::Mgmt::
|
|
745
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::UserCreateParameters
|
|
731
746
|
end
|
|
732
|
-
def
|
|
733
|
-
Azure::ApiManagement::Mgmt::
|
|
747
|
+
def logger_collection
|
|
748
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::LoggerCollection
|
|
734
749
|
end
|
|
735
|
-
def
|
|
736
|
-
Azure::ApiManagement::Mgmt::
|
|
750
|
+
def issue_update_contract
|
|
751
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::IssueUpdateContract
|
|
737
752
|
end
|
|
738
|
-
def
|
|
739
|
-
Azure::ApiManagement::Mgmt::
|
|
753
|
+
def connectivity_status_contract
|
|
754
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::ConnectivityStatusContract
|
|
740
755
|
end
|
|
741
|
-
def
|
|
742
|
-
Azure::ApiManagement::Mgmt::
|
|
756
|
+
def diagnostic_collection
|
|
757
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::DiagnosticCollection
|
|
743
758
|
end
|
|
744
|
-
def
|
|
745
|
-
Azure::ApiManagement::Mgmt::
|
|
759
|
+
def network_status_contract
|
|
760
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::NetworkStatusContract
|
|
746
761
|
end
|
|
747
|
-
def
|
|
748
|
-
Azure::ApiManagement::Mgmt::
|
|
762
|
+
def parameter_contract
|
|
763
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::ParameterContract
|
|
764
|
+
end
|
|
765
|
+
def network_status_contract_by_location
|
|
766
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::NetworkStatusContractByLocation
|
|
767
|
+
end
|
|
768
|
+
def operation_result_contract
|
|
769
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::OperationResultContract
|
|
770
|
+
end
|
|
771
|
+
def subscription_collection
|
|
772
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::SubscriptionCollection
|
|
773
|
+
end
|
|
774
|
+
def api_version_set_entity_base
|
|
775
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiVersionSetEntityBase
|
|
776
|
+
end
|
|
777
|
+
def recipient_email_collection
|
|
778
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::RecipientEmailCollection
|
|
779
|
+
end
|
|
780
|
+
def authorization_server_collection
|
|
781
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::AuthorizationServerCollection
|
|
749
782
|
end
|
|
750
783
|
def terms_of_service_properties
|
|
751
|
-
Azure::ApiManagement::Mgmt::
|
|
784
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::TermsOfServiceProperties
|
|
752
785
|
end
|
|
753
|
-
def
|
|
754
|
-
Azure::ApiManagement::Mgmt::
|
|
786
|
+
def oauth2_authentication_settings_contract
|
|
787
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::OAuth2AuthenticationSettingsContract
|
|
755
788
|
end
|
|
756
|
-
def
|
|
757
|
-
Azure::ApiManagement::Mgmt::
|
|
789
|
+
def recipient_user_collection
|
|
790
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::RecipientUserCollection
|
|
758
791
|
end
|
|
759
|
-
def
|
|
760
|
-
Azure::ApiManagement::Mgmt::
|
|
792
|
+
def issue_attachment_collection
|
|
793
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::IssueAttachmentCollection
|
|
794
|
+
end
|
|
795
|
+
def recipients_contract_properties
|
|
796
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::RecipientsContractProperties
|
|
797
|
+
end
|
|
798
|
+
def access_information_contract
|
|
799
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::AccessInformationContract
|
|
761
800
|
end
|
|
762
801
|
def subscriptions_delegation_settings_properties
|
|
763
|
-
Azure::ApiManagement::Mgmt::
|
|
802
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::SubscriptionsDelegationSettingsProperties
|
|
764
803
|
end
|
|
765
|
-
def
|
|
766
|
-
Azure::ApiManagement::Mgmt::
|
|
804
|
+
def api_update_contract
|
|
805
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiUpdateContract
|
|
767
806
|
end
|
|
768
|
-
def
|
|
769
|
-
Azure::ApiManagement::Mgmt::
|
|
807
|
+
def notification_collection
|
|
808
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::NotificationCollection
|
|
770
809
|
end
|
|
771
|
-
def
|
|
772
|
-
Azure::ApiManagement::Mgmt::
|
|
810
|
+
def backend_authorization_header_credentials
|
|
811
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::BackendAuthorizationHeaderCredentials
|
|
773
812
|
end
|
|
774
|
-
def
|
|
775
|
-
Azure::ApiManagement::Mgmt::
|
|
813
|
+
def openid_connect_provider_update_contract
|
|
814
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::OpenidConnectProviderUpdateContract
|
|
776
815
|
end
|
|
777
|
-
def
|
|
778
|
-
Azure::ApiManagement::Mgmt::
|
|
816
|
+
def http_message_diagnostic
|
|
817
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::HttpMessageDiagnostic
|
|
779
818
|
end
|
|
780
|
-
def
|
|
781
|
-
Azure::ApiManagement::Mgmt::
|
|
819
|
+
def registration_delegation_settings_properties
|
|
820
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::RegistrationDelegationSettingsProperties
|
|
782
821
|
end
|
|
783
|
-
def
|
|
784
|
-
Azure::ApiManagement::Mgmt::
|
|
822
|
+
def token_body_parameter_contract
|
|
823
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::TokenBodyParameterContract
|
|
785
824
|
end
|
|
786
|
-
def
|
|
787
|
-
Azure::ApiManagement::Mgmt::
|
|
825
|
+
def open_id_connect_provider_collection
|
|
826
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::OpenIdConnectProviderCollection
|
|
788
827
|
end
|
|
789
|
-
def
|
|
790
|
-
Azure::ApiManagement::Mgmt::
|
|
828
|
+
def operation_entity_base_contract
|
|
829
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::OperationEntityBaseContract
|
|
791
830
|
end
|
|
792
|
-
def
|
|
793
|
-
Azure::ApiManagement::Mgmt::
|
|
831
|
+
def policy_snippet_contract
|
|
832
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::PolicySnippetContract
|
|
794
833
|
end
|
|
795
|
-
def
|
|
796
|
-
Azure::ApiManagement::Mgmt::
|
|
834
|
+
def tag_resource_contract
|
|
835
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::TagResourceContract
|
|
797
836
|
end
|
|
798
|
-
def
|
|
799
|
-
Azure::ApiManagement::Mgmt::
|
|
837
|
+
def policy_snippets_collection
|
|
838
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::PolicySnippetsCollection
|
|
800
839
|
end
|
|
801
|
-
def
|
|
802
|
-
Azure::ApiManagement::Mgmt::
|
|
840
|
+
def product_tag_resource_contract_properties
|
|
841
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::ProductTagResourceContractProperties
|
|
803
842
|
end
|
|
804
|
-
def
|
|
805
|
-
Azure::ApiManagement::Mgmt::
|
|
843
|
+
def api_contract_properties
|
|
844
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiContractProperties
|
|
806
845
|
end
|
|
807
|
-
def
|
|
808
|
-
Azure::ApiManagement::Mgmt::
|
|
846
|
+
def api_tag_resource_contract_properties
|
|
847
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiTagResourceContractProperties
|
|
809
848
|
end
|
|
810
|
-
def
|
|
811
|
-
Azure::ApiManagement::Mgmt::
|
|
849
|
+
def tag_contract
|
|
850
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::TagContract
|
|
812
851
|
end
|
|
813
|
-
def
|
|
814
|
-
Azure::ApiManagement::Mgmt::
|
|
852
|
+
def tag_description_contract
|
|
853
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::TagDescriptionContract
|
|
815
854
|
end
|
|
816
|
-
def
|
|
817
|
-
Azure::ApiManagement::Mgmt::
|
|
855
|
+
def issue_attachment_contract
|
|
856
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::IssueAttachmentContract
|
|
818
857
|
end
|
|
819
858
|
def issue_comment_contract
|
|
820
|
-
Azure::ApiManagement::Mgmt::
|
|
859
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::IssueCommentContract
|
|
821
860
|
end
|
|
822
|
-
def
|
|
823
|
-
Azure::ApiManagement::Mgmt::
|
|
861
|
+
def issue_contract
|
|
862
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::IssueContract
|
|
824
863
|
end
|
|
825
864
|
def diagnostic_contract
|
|
826
|
-
Azure::ApiManagement::Mgmt::
|
|
865
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::DiagnosticContract
|
|
827
866
|
end
|
|
828
|
-
def
|
|
829
|
-
Azure::ApiManagement::Mgmt::
|
|
867
|
+
def schema_contract
|
|
868
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::SchemaContract
|
|
830
869
|
end
|
|
831
|
-
def
|
|
832
|
-
Azure::ApiManagement::Mgmt::
|
|
870
|
+
def schema_create_or_update_contract
|
|
871
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::SchemaCreateOrUpdateContract
|
|
872
|
+
end
|
|
873
|
+
def policy_contract
|
|
874
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::PolicyContract
|
|
833
875
|
end
|
|
834
876
|
def product_contract
|
|
835
|
-
Azure::ApiManagement::Mgmt::
|
|
877
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::ProductContract
|
|
836
878
|
end
|
|
837
|
-
def
|
|
838
|
-
Azure::ApiManagement::Mgmt::
|
|
879
|
+
def operation_contract
|
|
880
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::OperationContract
|
|
881
|
+
end
|
|
882
|
+
def api_release_contract
|
|
883
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiReleaseContract
|
|
884
|
+
end
|
|
885
|
+
def api_contract
|
|
886
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiContract
|
|
887
|
+
end
|
|
888
|
+
def api_version_set_contract
|
|
889
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiVersionSetContract
|
|
839
890
|
end
|
|
840
891
|
def authorization_server_update_contract
|
|
841
|
-
Azure::ApiManagement::Mgmt::
|
|
892
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::AuthorizationServerUpdateContract
|
|
842
893
|
end
|
|
843
|
-
def
|
|
844
|
-
Azure::ApiManagement::Mgmt::
|
|
894
|
+
def authorization_server_contract
|
|
895
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::AuthorizationServerContract
|
|
845
896
|
end
|
|
846
897
|
def backend_reconnect_contract
|
|
847
|
-
Azure::ApiManagement::Mgmt::
|
|
898
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::BackendReconnectContract
|
|
899
|
+
end
|
|
900
|
+
def backend_contract
|
|
901
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::BackendContract
|
|
902
|
+
end
|
|
903
|
+
def cache_contract
|
|
904
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::CacheContract
|
|
848
905
|
end
|
|
849
906
|
def certificate_contract
|
|
850
|
-
Azure::ApiManagement::Mgmt::
|
|
907
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::CertificateContract
|
|
851
908
|
end
|
|
852
909
|
def api_management_service_resource
|
|
853
|
-
Azure::ApiManagement::Mgmt::
|
|
910
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiManagementServiceResource
|
|
854
911
|
end
|
|
855
912
|
def api_management_service_update_parameters
|
|
856
|
-
Azure::ApiManagement::Mgmt::
|
|
913
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiManagementServiceUpdateParameters
|
|
857
914
|
end
|
|
858
915
|
def email_template_contract
|
|
859
|
-
Azure::ApiManagement::Mgmt::
|
|
860
|
-
end
|
|
861
|
-
def group_contract
|
|
862
|
-
Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::GroupContract
|
|
916
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::EmailTemplateContract
|
|
863
917
|
end
|
|
864
918
|
def user_contract
|
|
865
|
-
Azure::ApiManagement::Mgmt::
|
|
919
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::UserContract
|
|
920
|
+
end
|
|
921
|
+
def group_contract
|
|
922
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::GroupContract
|
|
866
923
|
end
|
|
867
924
|
def identity_provider_contract
|
|
868
|
-
Azure::ApiManagement::Mgmt::
|
|
925
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::IdentityProviderContract
|
|
869
926
|
end
|
|
870
927
|
def logger_contract
|
|
871
|
-
Azure::ApiManagement::Mgmt::
|
|
928
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::LoggerContract
|
|
872
929
|
end
|
|
873
|
-
def
|
|
874
|
-
Azure::ApiManagement::Mgmt::
|
|
930
|
+
def recipient_email_contract
|
|
931
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::RecipientEmailContract
|
|
875
932
|
end
|
|
876
933
|
def recipient_user_contract
|
|
877
|
-
Azure::ApiManagement::Mgmt::
|
|
934
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::RecipientUserContract
|
|
878
935
|
end
|
|
879
|
-
def
|
|
880
|
-
Azure::ApiManagement::Mgmt::
|
|
936
|
+
def notification_contract
|
|
937
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::NotificationContract
|
|
881
938
|
end
|
|
882
939
|
def openid_connect_provider_contract
|
|
883
|
-
Azure::ApiManagement::Mgmt::
|
|
940
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::OpenidConnectProviderContract
|
|
884
941
|
end
|
|
885
|
-
def
|
|
886
|
-
Azure::ApiManagement::Mgmt::
|
|
942
|
+
def portal_delegation_settings
|
|
943
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::PortalDelegationSettings
|
|
887
944
|
end
|
|
888
945
|
def portal_signup_settings
|
|
889
|
-
Azure::ApiManagement::Mgmt::
|
|
946
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::PortalSignupSettings
|
|
890
947
|
end
|
|
891
|
-
def
|
|
892
|
-
Azure::ApiManagement::Mgmt::
|
|
948
|
+
def portal_signin_settings
|
|
949
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::PortalSigninSettings
|
|
893
950
|
end
|
|
894
951
|
def subscription_contract
|
|
895
|
-
Azure::ApiManagement::Mgmt::
|
|
952
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::SubscriptionContract
|
|
896
953
|
end
|
|
897
954
|
def property_contract
|
|
898
|
-
Azure::ApiManagement::Mgmt::
|
|
899
|
-
end
|
|
900
|
-
def tag_contract
|
|
901
|
-
Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TagContract
|
|
955
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::PropertyContract
|
|
902
956
|
end
|
|
903
|
-
def
|
|
904
|
-
Azure::ApiManagement::Mgmt::
|
|
957
|
+
def export_result_format
|
|
958
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::ExportResultFormat
|
|
905
959
|
end
|
|
906
|
-
def
|
|
907
|
-
Azure::ApiManagement::Mgmt::
|
|
960
|
+
def product_state
|
|
961
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::ProductState
|
|
908
962
|
end
|
|
909
|
-
def
|
|
910
|
-
Azure::ApiManagement::Mgmt::
|
|
963
|
+
def bearer_token_sending_methods
|
|
964
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::BearerTokenSendingMethods
|
|
911
965
|
end
|
|
912
966
|
def protocol
|
|
913
|
-
Azure::ApiManagement::Mgmt::
|
|
967
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::Protocol
|
|
914
968
|
end
|
|
915
969
|
def content_format
|
|
916
|
-
Azure::ApiManagement::Mgmt::
|
|
970
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::ContentFormat
|
|
917
971
|
end
|
|
918
972
|
def soap_api_type
|
|
919
|
-
Azure::ApiManagement::Mgmt::
|
|
973
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::SoapApiType
|
|
920
974
|
end
|
|
921
975
|
def api_type
|
|
922
|
-
Azure::ApiManagement::Mgmt::
|
|
976
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::ApiType
|
|
923
977
|
end
|
|
924
978
|
def state
|
|
925
|
-
Azure::ApiManagement::Mgmt::
|
|
979
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::State
|
|
926
980
|
end
|
|
927
981
|
def sampling_type
|
|
928
|
-
Azure::ApiManagement::Mgmt::
|
|
982
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::SamplingType
|
|
929
983
|
end
|
|
930
984
|
def always_log
|
|
931
|
-
Azure::ApiManagement::Mgmt::
|
|
985
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::AlwaysLog
|
|
932
986
|
end
|
|
933
|
-
def
|
|
934
|
-
Azure::ApiManagement::Mgmt::
|
|
987
|
+
def policy_content_format
|
|
988
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::PolicyContentFormat
|
|
989
|
+
end
|
|
990
|
+
def versioning_scheme
|
|
991
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::VersioningScheme
|
|
935
992
|
end
|
|
936
993
|
def grant_type
|
|
937
|
-
Azure::ApiManagement::Mgmt::
|
|
994
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::GrantType
|
|
938
995
|
end
|
|
939
996
|
def authorization_method
|
|
940
|
-
Azure::ApiManagement::Mgmt::
|
|
997
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::AuthorizationMethod
|
|
941
998
|
end
|
|
942
999
|
def client_authentication_method
|
|
943
|
-
Azure::ApiManagement::Mgmt::
|
|
1000
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::ClientAuthenticationMethod
|
|
944
1001
|
end
|
|
945
1002
|
def bearer_token_sending_method
|
|
946
|
-
Azure::ApiManagement::Mgmt::
|
|
1003
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::BearerTokenSendingMethod
|
|
947
1004
|
end
|
|
948
1005
|
def backend_protocol
|
|
949
|
-
Azure::ApiManagement::Mgmt::
|
|
950
|
-
end
|
|
951
|
-
def hostname_type
|
|
952
|
-
Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::HostnameType
|
|
1006
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::BackendProtocol
|
|
953
1007
|
end
|
|
954
1008
|
def sku_type
|
|
955
|
-
Azure::ApiManagement::Mgmt::
|
|
1009
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::SkuType
|
|
1010
|
+
end
|
|
1011
|
+
def resource_sku_capacity_scale_type
|
|
1012
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::ResourceSkuCapacityScaleType
|
|
1013
|
+
end
|
|
1014
|
+
def hostname_type
|
|
1015
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::HostnameType
|
|
956
1016
|
end
|
|
957
1017
|
def virtual_network_type
|
|
958
|
-
Azure::ApiManagement::Mgmt::
|
|
1018
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::VirtualNetworkType
|
|
959
1019
|
end
|
|
960
1020
|
def name_availability_reason
|
|
961
|
-
Azure::ApiManagement::Mgmt::
|
|
962
|
-
end
|
|
963
|
-
def group_type
|
|
964
|
-
Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::GroupType
|
|
1021
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::NameAvailabilityReason
|
|
965
1022
|
end
|
|
966
1023
|
def confirmation
|
|
967
|
-
Azure::ApiManagement::Mgmt::
|
|
1024
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::Confirmation
|
|
968
1025
|
end
|
|
969
1026
|
def user_state
|
|
970
|
-
Azure::ApiManagement::Mgmt::
|
|
1027
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::UserState
|
|
1028
|
+
end
|
|
1029
|
+
def group_type
|
|
1030
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::GroupType
|
|
971
1031
|
end
|
|
972
1032
|
def identity_provider_type
|
|
973
|
-
Azure::ApiManagement::Mgmt::
|
|
1033
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::IdentityProviderType
|
|
974
1034
|
end
|
|
975
1035
|
def logger_type
|
|
976
|
-
Azure::ApiManagement::Mgmt::
|
|
1036
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::LoggerType
|
|
977
1037
|
end
|
|
978
1038
|
def connectivity_status_type
|
|
979
|
-
Azure::ApiManagement::Mgmt::
|
|
1039
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::ConnectivityStatusType
|
|
980
1040
|
end
|
|
981
1041
|
def subscription_state
|
|
982
|
-
Azure::ApiManagement::Mgmt::
|
|
1042
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::SubscriptionState
|
|
983
1043
|
end
|
|
984
1044
|
def async_operation_status
|
|
985
|
-
Azure::ApiManagement::Mgmt::
|
|
1045
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::AsyncOperationStatus
|
|
986
1046
|
end
|
|
987
1047
|
def key_type
|
|
988
|
-
Azure::ApiManagement::Mgmt::
|
|
1048
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::KeyType
|
|
989
1049
|
end
|
|
990
|
-
def
|
|
991
|
-
Azure::ApiManagement::Mgmt::
|
|
1050
|
+
def notification_name
|
|
1051
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::NotificationName
|
|
992
1052
|
end
|
|
993
|
-
def
|
|
994
|
-
Azure::ApiManagement::Mgmt::
|
|
1053
|
+
def policy_export_format
|
|
1054
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::PolicyExportFormat
|
|
995
1055
|
end
|
|
996
|
-
def
|
|
997
|
-
Azure::ApiManagement::Mgmt::
|
|
1056
|
+
def template_name
|
|
1057
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::TemplateName
|
|
998
1058
|
end
|
|
999
1059
|
def policy_scope_contract
|
|
1000
|
-
Azure::ApiManagement::Mgmt::
|
|
1060
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::PolicyScopeContract
|
|
1001
1061
|
end
|
|
1002
1062
|
def export_format
|
|
1003
|
-
Azure::ApiManagement::Mgmt::
|
|
1063
|
+
Azure::ApiManagement::Mgmt::V2019_01_01::Models::ExportFormat
|
|
1004
1064
|
end
|
|
1005
1065
|
end
|
|
1006
1066
|
end
|