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