azure_sdk 0.25.0 → 0.25.1
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.rb +1 -0
- data/lib/azure_sdk/version.rb +1 -1
- data/lib/latest/modules/network_profile_module.rb +1176 -1142
- data/lib/v2018_03_01/modules/network_profile_module.rb +4 -0
- data/lib/v2019_03_01_hybrid/module_definition.rb +7 -0
- data/lib/v2019_03_01_hybrid/modules/authorization_profile_module.rb +133 -0
- data/lib/v2019_03_01_hybrid/modules/compute_profile_module.rb +855 -0
- data/lib/v2019_03_01_hybrid/modules/dns_profile_module.rb +139 -0
- data/lib/v2019_03_01_hybrid/modules/keyvault_profile_module.rb +559 -0
- data/lib/v2019_03_01_hybrid/modules/locks_profile_module.rb +79 -0
- data/lib/v2019_03_01_hybrid/modules/monitor_profile_module.rb +285 -0
- data/lib/v2019_03_01_hybrid/modules/network_profile_module.rb +1261 -0
- data/lib/v2019_03_01_hybrid/modules/policy_profile_module.rb +75 -0
- data/lib/v2019_03_01_hybrid/modules/resources_profile_module.rb +277 -0
- data/lib/v2019_03_01_hybrid/modules/storage_profile_module.rb +283 -0
- data/lib/v2019_03_01_hybrid/modules/subscriptions_profile_module.rb +101 -0
- data/lib/v2019_03_01_hybrid/modules/web_profile_module.rb +1457 -0
- data/lib/v2019_03_01_hybrid/v2019_03_01_hybrid_profile_client.rb +170 -0
- metadata +43 -29
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8039d488adf2aea00f022bcc341d4b87b3c1b92b2fa205b456ba8ccc3ded733b
|
4
|
+
data.tar.gz: 23212161bcd0aee653816ef1b3ddd23b983e1630b52fce79e8e056e0d2b480b1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4be0b1efad4cd56d5fc1bb270474e0036e5a32d629111c4ed62b66ae1c5dc8720b9309c15aa729aaa92fb28d226ab9ea9b1b431f459523e44f8d76351e00a0c2
|
7
|
+
data.tar.gz: 781f65d2e686f4d67e884dda08cf5406e37cb3edf3440d97fc110efb98f4881012d338cb269861d09d187da8d6b52ef87258319a4c1802734603b1392078c1b0
|
data/lib/azure_sdk.rb
CHANGED
data/lib/azure_sdk/version.rb
CHANGED
@@ -7,542 +7,551 @@ require 'azure_mgmt_network'
|
|
7
7
|
module Azure::Profiles::Latest
|
8
8
|
module Network
|
9
9
|
module Mgmt
|
10
|
-
ApplicationGateways = Azure::Network::Mgmt::
|
11
|
-
ApplicationSecurityGroups = Azure::Network::Mgmt::
|
12
|
-
AvailableDelegations = Azure::Network::Mgmt::
|
13
|
-
AvailableResourceGroupDelegations = Azure::Network::Mgmt::
|
14
|
-
AzureFirewalls = Azure::Network::Mgmt::
|
15
|
-
AzureFirewallFqdnTags = Azure::Network::Mgmt::
|
16
|
-
DdosCustomPolicies = Azure::Network::Mgmt::
|
17
|
-
DdosProtectionPlans = Azure::Network::Mgmt::
|
18
|
-
AvailableEndpointServices = Azure::Network::Mgmt::
|
19
|
-
ExpressRouteCircuitAuthorizations = Azure::Network::Mgmt::
|
20
|
-
ExpressRouteCircuitPeerings = Azure::Network::Mgmt::
|
21
|
-
ExpressRouteCircuitConnections = Azure::Network::Mgmt::
|
22
|
-
PeerExpressRouteCircuitConnections = Azure::Network::Mgmt::
|
23
|
-
ExpressRouteCircuits = Azure::Network::Mgmt::
|
24
|
-
ExpressRouteServiceProviders = Azure::Network::Mgmt::
|
25
|
-
ExpressRouteCrossConnections = Azure::Network::Mgmt::
|
26
|
-
ExpressRouteCrossConnectionPeerings = Azure::Network::Mgmt::
|
27
|
-
ExpressRouteGateways = Azure::Network::Mgmt::
|
28
|
-
ExpressRouteConnections = Azure::Network::Mgmt::
|
29
|
-
ExpressRoutePortsLocations = Azure::Network::Mgmt::
|
30
|
-
ExpressRoutePorts = Azure::Network::Mgmt::
|
31
|
-
ExpressRouteLinks = Azure::Network::Mgmt::
|
32
|
-
InterfaceEndpoints = Azure::Network::Mgmt::
|
33
|
-
LoadBalancers = Azure::Network::Mgmt::
|
34
|
-
LoadBalancerBackendAddressPools = Azure::Network::Mgmt::
|
35
|
-
LoadBalancerFrontendIPConfigurations = Azure::Network::Mgmt::
|
36
|
-
InboundNatRules = Azure::Network::Mgmt::
|
37
|
-
LoadBalancerLoadBalancingRules = Azure::Network::Mgmt::
|
38
|
-
LoadBalancerOutboundRules = Azure::Network::Mgmt::
|
39
|
-
LoadBalancerNetworkInterfaces = Azure::Network::Mgmt::
|
40
|
-
LoadBalancerProbes = Azure::Network::Mgmt::
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
10
|
+
ApplicationGateways = Azure::Network::Mgmt::V2019_02_01::ApplicationGateways
|
11
|
+
ApplicationSecurityGroups = Azure::Network::Mgmt::V2019_02_01::ApplicationSecurityGroups
|
12
|
+
AvailableDelegations = Azure::Network::Mgmt::V2019_02_01::AvailableDelegations
|
13
|
+
AvailableResourceGroupDelegations = Azure::Network::Mgmt::V2019_02_01::AvailableResourceGroupDelegations
|
14
|
+
AzureFirewalls = Azure::Network::Mgmt::V2019_02_01::AzureFirewalls
|
15
|
+
AzureFirewallFqdnTags = Azure::Network::Mgmt::V2019_02_01::AzureFirewallFqdnTags
|
16
|
+
DdosCustomPolicies = Azure::Network::Mgmt::V2019_02_01::DdosCustomPolicies
|
17
|
+
DdosProtectionPlans = Azure::Network::Mgmt::V2019_02_01::DdosProtectionPlans
|
18
|
+
AvailableEndpointServices = Azure::Network::Mgmt::V2019_02_01::AvailableEndpointServices
|
19
|
+
ExpressRouteCircuitAuthorizations = Azure::Network::Mgmt::V2019_02_01::ExpressRouteCircuitAuthorizations
|
20
|
+
ExpressRouteCircuitPeerings = Azure::Network::Mgmt::V2019_02_01::ExpressRouteCircuitPeerings
|
21
|
+
ExpressRouteCircuitConnections = Azure::Network::Mgmt::V2019_02_01::ExpressRouteCircuitConnections
|
22
|
+
PeerExpressRouteCircuitConnections = Azure::Network::Mgmt::V2019_02_01::PeerExpressRouteCircuitConnections
|
23
|
+
ExpressRouteCircuits = Azure::Network::Mgmt::V2019_02_01::ExpressRouteCircuits
|
24
|
+
ExpressRouteServiceProviders = Azure::Network::Mgmt::V2019_02_01::ExpressRouteServiceProviders
|
25
|
+
ExpressRouteCrossConnections = Azure::Network::Mgmt::V2019_02_01::ExpressRouteCrossConnections
|
26
|
+
ExpressRouteCrossConnectionPeerings = Azure::Network::Mgmt::V2019_02_01::ExpressRouteCrossConnectionPeerings
|
27
|
+
ExpressRouteGateways = Azure::Network::Mgmt::V2019_02_01::ExpressRouteGateways
|
28
|
+
ExpressRouteConnections = Azure::Network::Mgmt::V2019_02_01::ExpressRouteConnections
|
29
|
+
ExpressRoutePortsLocations = Azure::Network::Mgmt::V2019_02_01::ExpressRoutePortsLocations
|
30
|
+
ExpressRoutePorts = Azure::Network::Mgmt::V2019_02_01::ExpressRoutePorts
|
31
|
+
ExpressRouteLinks = Azure::Network::Mgmt::V2019_02_01::ExpressRouteLinks
|
32
|
+
InterfaceEndpoints = Azure::Network::Mgmt::V2019_02_01::InterfaceEndpoints
|
33
|
+
LoadBalancers = Azure::Network::Mgmt::V2019_02_01::LoadBalancers
|
34
|
+
LoadBalancerBackendAddressPools = Azure::Network::Mgmt::V2019_02_01::LoadBalancerBackendAddressPools
|
35
|
+
LoadBalancerFrontendIPConfigurations = Azure::Network::Mgmt::V2019_02_01::LoadBalancerFrontendIPConfigurations
|
36
|
+
InboundNatRules = Azure::Network::Mgmt::V2019_02_01::InboundNatRules
|
37
|
+
LoadBalancerLoadBalancingRules = Azure::Network::Mgmt::V2019_02_01::LoadBalancerLoadBalancingRules
|
38
|
+
LoadBalancerOutboundRules = Azure::Network::Mgmt::V2019_02_01::LoadBalancerOutboundRules
|
39
|
+
LoadBalancerNetworkInterfaces = Azure::Network::Mgmt::V2019_02_01::LoadBalancerNetworkInterfaces
|
40
|
+
LoadBalancerProbes = Azure::Network::Mgmt::V2019_02_01::LoadBalancerProbes
|
41
|
+
NatGateways = Azure::Network::Mgmt::V2019_02_01::NatGateways
|
42
|
+
NetworkInterfaces = Azure::Network::Mgmt::V2019_02_01::NetworkInterfaces
|
43
|
+
NetworkInterfaceIPConfigurations = Azure::Network::Mgmt::V2019_02_01::NetworkInterfaceIPConfigurations
|
44
|
+
NetworkInterfaceLoadBalancers = Azure::Network::Mgmt::V2019_02_01::NetworkInterfaceLoadBalancers
|
45
|
+
NetworkInterfaceTapConfigurations = Azure::Network::Mgmt::V2019_02_01::NetworkInterfaceTapConfigurations
|
46
|
+
NetworkProfiles = Azure::Network::Mgmt::V2019_02_01::NetworkProfiles
|
47
|
+
NetworkSecurityGroups = Azure::Network::Mgmt::V2019_02_01::NetworkSecurityGroups
|
48
|
+
SecurityRules = Azure::Network::Mgmt::V2019_02_01::SecurityRules
|
49
|
+
DefaultSecurityRules = Azure::Network::Mgmt::V2019_02_01::DefaultSecurityRules
|
50
|
+
NetworkWatchers = Azure::Network::Mgmt::V2019_02_01::NetworkWatchers
|
51
|
+
PacketCaptures = Azure::Network::Mgmt::V2019_02_01::PacketCaptures
|
52
|
+
ConnectionMonitors = Azure::Network::Mgmt::V2019_02_01::ConnectionMonitors
|
53
|
+
Operations = Azure::Network::Mgmt::V2019_02_01::Operations
|
54
|
+
PublicIPAddresses = Azure::Network::Mgmt::V2019_02_01::PublicIPAddresses
|
55
|
+
PublicIPPrefixes = Azure::Network::Mgmt::V2019_02_01::PublicIPPrefixes
|
56
|
+
RouteFilters = Azure::Network::Mgmt::V2019_02_01::RouteFilters
|
57
|
+
RouteFilterRules = Azure::Network::Mgmt::V2019_02_01::RouteFilterRules
|
58
|
+
RouteTables = Azure::Network::Mgmt::V2019_02_01::RouteTables
|
59
|
+
Routes = Azure::Network::Mgmt::V2019_02_01::Routes
|
60
|
+
BgpServiceCommunities = Azure::Network::Mgmt::V2019_02_01::BgpServiceCommunities
|
61
|
+
ServiceEndpointPolicies = Azure::Network::Mgmt::V2019_02_01::ServiceEndpointPolicies
|
62
|
+
ServiceEndpointPolicyDefinitions = Azure::Network::Mgmt::V2019_02_01::ServiceEndpointPolicyDefinitions
|
63
|
+
Usages = Azure::Network::Mgmt::V2019_02_01::Usages
|
64
|
+
VirtualNetworks = Azure::Network::Mgmt::V2019_02_01::VirtualNetworks
|
65
|
+
Subnets = Azure::Network::Mgmt::V2019_02_01::Subnets
|
66
|
+
VirtualNetworkPeerings = Azure::Network::Mgmt::V2019_02_01::VirtualNetworkPeerings
|
67
|
+
VirtualNetworkGateways = Azure::Network::Mgmt::V2019_02_01::VirtualNetworkGateways
|
68
|
+
VirtualNetworkGatewayConnections = Azure::Network::Mgmt::V2019_02_01::VirtualNetworkGatewayConnections
|
69
|
+
LocalNetworkGateways = Azure::Network::Mgmt::V2019_02_01::LocalNetworkGateways
|
70
|
+
VirtualNetworkTaps = Azure::Network::Mgmt::V2019_02_01::VirtualNetworkTaps
|
71
|
+
VirtualWans = Azure::Network::Mgmt::V2019_02_01::VirtualWans
|
72
|
+
VpnSites = Azure::Network::Mgmt::V2019_02_01::VpnSites
|
73
|
+
VpnSitesConfiguration = Azure::Network::Mgmt::V2019_02_01::VpnSitesConfiguration
|
74
|
+
VirtualHubs = Azure::Network::Mgmt::V2019_02_01::VirtualHubs
|
75
|
+
HubVirtualNetworkConnections = Azure::Network::Mgmt::V2019_02_01::HubVirtualNetworkConnections
|
76
|
+
VpnGateways = Azure::Network::Mgmt::V2019_02_01::VpnGateways
|
77
|
+
VpnConnections = Azure::Network::Mgmt::V2019_02_01::VpnConnections
|
78
|
+
P2sVpnServerConfigurations = Azure::Network::Mgmt::V2019_02_01::P2sVpnServerConfigurations
|
79
|
+
P2sVpnGateways = Azure::Network::Mgmt::V2019_02_01::P2sVpnGateways
|
80
|
+
WebApplicationFirewallPolicies = Azure::Network::Mgmt::V2019_02_01::WebApplicationFirewallPolicies
|
80
81
|
|
81
82
|
module Models
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
LoadBalancerOutboundRuleListResult = Azure::Network::Mgmt::
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
ExpressRouteCircuitReference = Azure::Network::Mgmt::
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
ExpressRouteCrossConnectionListResult = Azure::Network::Mgmt::
|
96
|
-
|
97
|
-
ExpressRouteCrossConnectionPeeringList = Azure::Network::Mgmt::
|
98
|
-
|
99
|
-
VirtualHubId = Azure::Network::Mgmt::
|
100
|
-
|
101
|
-
ExpressRouteCircuitPeeringId = Azure::Network::Mgmt::
|
102
|
-
|
103
|
-
ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds = Azure::Network::Mgmt::
|
104
|
-
|
105
|
-
ExpressRouteGatewayPropertiesAutoScaleConfiguration = Azure::Network::Mgmt::
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
P2SVpnProfileParameters = Azure::Network::Mgmt::
|
110
|
-
|
111
|
-
ExpressRouteGatewayList = Azure::Network::Mgmt::
|
112
|
-
|
113
|
-
ExpressRouteConnectionList = Azure::Network::Mgmt::
|
114
|
-
VirtualNetworkGatewayListResult = Azure::Network::Mgmt::
|
115
|
-
ExpressRoutePortsLocationBandwidths = Azure::Network::Mgmt::
|
116
|
-
VpnClientParameters = Azure::Network::Mgmt::
|
117
|
-
|
118
|
-
|
119
|
-
ExpressRoutePortsLocationListResult = Azure::Network::Mgmt::
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
ExpressRouteLinkListResult = Azure::Network::Mgmt::
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
ExpressRoutePortListResult = Azure::Network::Mgmt::
|
128
|
-
|
129
|
-
InterfaceEndpointListResult = Azure::Network::Mgmt::
|
130
|
-
|
131
|
-
LoadBalancerSku = Azure::Network::Mgmt::
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
LoadBalancerListResult = Azure::Network::Mgmt::
|
144
|
-
|
145
|
-
InboundNatRuleListResult = Azure::Network::Mgmt::
|
146
|
-
|
147
|
-
LoadBalancerBackendAddressPoolListResult = Azure::Network::Mgmt::
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
Dimension = Azure::Network::Mgmt::
|
154
|
-
VirtualNetworkUsageName = Azure::Network::Mgmt::
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
NetworkInterfaceListResult = Azure::Network::Mgmt::
|
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
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
|
456
|
-
|
457
|
-
|
458
|
-
|
459
|
-
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
|
465
|
-
|
466
|
-
|
467
|
-
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
|
474
|
-
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
|
482
|
-
|
483
|
-
|
484
|
-
|
485
|
-
|
486
|
-
|
487
|
-
|
488
|
-
|
489
|
-
|
490
|
-
|
491
|
-
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
|
512
|
-
|
513
|
-
|
514
|
-
|
515
|
-
|
516
|
-
|
517
|
-
|
518
|
-
|
519
|
-
|
520
|
-
|
521
|
-
|
522
|
-
|
523
|
-
|
524
|
-
|
525
|
-
|
526
|
-
|
527
|
-
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
|
532
|
-
|
533
|
-
|
534
|
-
|
535
|
-
|
536
|
-
|
537
|
-
|
538
|
-
|
539
|
-
|
540
|
-
|
541
|
-
|
83
|
+
EffectiveRouteListResult = Azure::Network::Mgmt::V2019_02_01::Models::EffectiveRouteListResult
|
84
|
+
ApplicationGatewayProbeHealthResponseMatch = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayProbeHealthResponseMatch
|
85
|
+
LoadBalancerLoadBalancingRuleListResult = Azure::Network::Mgmt::V2019_02_01::Models::LoadBalancerLoadBalancingRuleListResult
|
86
|
+
LoadBalancerOutboundRuleListResult = Azure::Network::Mgmt::V2019_02_01::Models::LoadBalancerOutboundRuleListResult
|
87
|
+
SubResource = Azure::Network::Mgmt::V2019_02_01::Models::SubResource
|
88
|
+
LoadBalancerProbeListResult = Azure::Network::Mgmt::V2019_02_01::Models::LoadBalancerProbeListResult
|
89
|
+
ExpressRouteCrossConnectionsRoutesTableSummaryListResult = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCrossConnectionsRoutesTableSummaryListResult
|
90
|
+
ExpressRouteCircuitReference = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitReference
|
91
|
+
ListVirtualWANsResult = Azure::Network::Mgmt::V2019_02_01::Models::ListVirtualWANsResult
|
92
|
+
RouteFilterRuleListResult = Azure::Network::Mgmt::V2019_02_01::Models::RouteFilterRuleListResult
|
93
|
+
DeviceProperties = Azure::Network::Mgmt::V2019_02_01::Models::DeviceProperties
|
94
|
+
RouteFilterListResult = Azure::Network::Mgmt::V2019_02_01::Models::RouteFilterListResult
|
95
|
+
VirtualNetworkTapListResult = Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkTapListResult
|
96
|
+
ExpressRouteCrossConnectionListResult = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCrossConnectionListResult
|
97
|
+
ServiceEndpointPropertiesFormat = Azure::Network::Mgmt::V2019_02_01::Models::ServiceEndpointPropertiesFormat
|
98
|
+
ExpressRouteCrossConnectionPeeringList = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCrossConnectionPeeringList
|
99
|
+
GetVpnSitesConfigurationRequest = Azure::Network::Mgmt::V2019_02_01::Models::GetVpnSitesConfigurationRequest
|
100
|
+
VirtualHubId = Azure::Network::Mgmt::V2019_02_01::Models::VirtualHubId
|
101
|
+
PublicIPAddressDnsSettings = Azure::Network::Mgmt::V2019_02_01::Models::PublicIPAddressDnsSettings
|
102
|
+
ExpressRouteCircuitPeeringId = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitPeeringId
|
103
|
+
IpTag = Azure::Network::Mgmt::V2019_02_01::Models::IpTag
|
104
|
+
ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds
|
105
|
+
LocalNetworkGatewayListResult = Azure::Network::Mgmt::V2019_02_01::Models::LocalNetworkGatewayListResult
|
106
|
+
ExpressRouteGatewayPropertiesAutoScaleConfiguration = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteGatewayPropertiesAutoScaleConfiguration
|
107
|
+
VirtualHubRoute = Azure::Network::Mgmt::V2019_02_01::Models::VirtualHubRoute
|
108
|
+
ListP2SVpnGatewaysResult = Azure::Network::Mgmt::V2019_02_01::Models::ListP2SVpnGatewaysResult
|
109
|
+
VirtualNetworkGatewayConnectionListResult = Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkGatewayConnectionListResult
|
110
|
+
P2SVpnProfileParameters = Azure::Network::Mgmt::V2019_02_01::Models::P2SVpnProfileParameters
|
111
|
+
ListVirtualHubsResult = Azure::Network::Mgmt::V2019_02_01::Models::ListVirtualHubsResult
|
112
|
+
ExpressRouteGatewayList = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteGatewayList
|
113
|
+
GatewayRouteListResult = Azure::Network::Mgmt::V2019_02_01::Models::GatewayRouteListResult
|
114
|
+
ExpressRouteConnectionList = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteConnectionList
|
115
|
+
VirtualNetworkGatewayListResult = Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkGatewayListResult
|
116
|
+
ExpressRoutePortsLocationBandwidths = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRoutePortsLocationBandwidths
|
117
|
+
VpnClientParameters = Azure::Network::Mgmt::V2019_02_01::Models::VpnClientParameters
|
118
|
+
PublicIPPrefixListResult = Azure::Network::Mgmt::V2019_02_01::Models::PublicIPPrefixListResult
|
119
|
+
ListVpnGatewaysResult = Azure::Network::Mgmt::V2019_02_01::Models::ListVpnGatewaysResult
|
120
|
+
ExpressRoutePortsLocationListResult = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRoutePortsLocationListResult
|
121
|
+
ApplicationGatewayBackendHealthHttpSettings = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayBackendHealthHttpSettings
|
122
|
+
VpnProfileResponse = Azure::Network::Mgmt::V2019_02_01::Models::VpnProfileResponse
|
123
|
+
ApplicationGatewayBackendHealthPool = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayBackendHealthPool
|
124
|
+
ExpressRouteLinkListResult = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteLinkListResult
|
125
|
+
ApplicationGatewaySku = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewaySku
|
126
|
+
ReferencedPublicIpAddress = Azure::Network::Mgmt::V2019_02_01::Models::ReferencedPublicIpAddress
|
127
|
+
GatewayRoute = Azure::Network::Mgmt::V2019_02_01::Models::GatewayRoute
|
128
|
+
ExpressRoutePortListResult = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRoutePortListResult
|
129
|
+
BgpSettings = Azure::Network::Mgmt::V2019_02_01::Models::BgpSettings
|
130
|
+
InterfaceEndpointListResult = Azure::Network::Mgmt::V2019_02_01::Models::InterfaceEndpointListResult
|
131
|
+
IpsecPolicy = Azure::Network::Mgmt::V2019_02_01::Models::IpsecPolicy
|
132
|
+
LoadBalancerSku = Azure::Network::Mgmt::V2019_02_01::Models::LoadBalancerSku
|
133
|
+
ApplicationGatewayCustomError = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayCustomError
|
134
|
+
PublicIPPrefixSku = Azure::Network::Mgmt::V2019_02_01::Models::PublicIPPrefixSku
|
135
|
+
VirtualNetworkGatewaySku = Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkGatewaySku
|
136
|
+
PublicIPAddressListResult = Azure::Network::Mgmt::V2019_02_01::Models::PublicIPAddressListResult
|
137
|
+
PrepareNetworkPoliciesRequest = Azure::Network::Mgmt::V2019_02_01::Models::PrepareNetworkPoliciesRequest
|
138
|
+
OperationListResult = Azure::Network::Mgmt::V2019_02_01::Models::OperationListResult
|
139
|
+
ApplicationGatewayHeaderConfiguration = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayHeaderConfiguration
|
140
|
+
Operation = Azure::Network::Mgmt::V2019_02_01::Models::Operation
|
141
|
+
ApplicationGatewayRewriteRule = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayRewriteRule
|
142
|
+
OperationPropertiesFormatServiceSpecification = Azure::Network::Mgmt::V2019_02_01::Models::OperationPropertiesFormatServiceSpecification
|
143
|
+
VirtualWanSecurityProvider = Azure::Network::Mgmt::V2019_02_01::Models::VirtualWanSecurityProvider
|
144
|
+
LoadBalancerListResult = Azure::Network::Mgmt::V2019_02_01::Models::LoadBalancerListResult
|
145
|
+
ApplicationGatewayFirewallDisabledRuleGroup = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayFirewallDisabledRuleGroup
|
146
|
+
InboundNatRuleListResult = Azure::Network::Mgmt::V2019_02_01::Models::InboundNatRuleListResult
|
147
|
+
ApplicationGatewayWebApplicationFirewallConfiguration = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayWebApplicationFirewallConfiguration
|
148
|
+
LoadBalancerBackendAddressPoolListResult = Azure::Network::Mgmt::V2019_02_01::Models::LoadBalancerBackendAddressPoolListResult
|
149
|
+
ManagedServiceIdentityUserAssignedIdentitiesValue = Azure::Network::Mgmt::V2019_02_01::Models::ManagedServiceIdentityUserAssignedIdentitiesValue
|
150
|
+
LoadBalancerFrontendIPConfigurationListResult = Azure::Network::Mgmt::V2019_02_01::Models::LoadBalancerFrontendIPConfigurationListResult
|
151
|
+
VirtualNetworkUsage = Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkUsage
|
152
|
+
ApplicationGatewayListResult = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayListResult
|
153
|
+
ApplicationGatewayFirewallRule = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayFirewallRule
|
154
|
+
Dimension = Azure::Network::Mgmt::V2019_02_01::Models::Dimension
|
155
|
+
VirtualNetworkUsageName = Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkUsageName
|
156
|
+
Availability = Azure::Network::Mgmt::V2019_02_01::Models::Availability
|
157
|
+
IPAddressAvailabilityResult = Azure::Network::Mgmt::V2019_02_01::Models::IPAddressAvailabilityResult
|
158
|
+
LogSpecification = Azure::Network::Mgmt::V2019_02_01::Models::LogSpecification
|
159
|
+
ApplicationGatewayAvailableSslPredefinedPolicies = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayAvailableSslPredefinedPolicies
|
160
|
+
NetworkInterfaceListResult = Azure::Network::Mgmt::V2019_02_01::Models::NetworkInterfaceListResult
|
161
|
+
ErrorDetails = Azure::Network::Mgmt::V2019_02_01::Models::ErrorDetails
|
162
|
+
NatGatewaySku = Azure::Network::Mgmt::V2019_02_01::Models::NatGatewaySku
|
163
|
+
TagsObject = Azure::Network::Mgmt::V2019_02_01::Models::TagsObject
|
164
|
+
MetricSpecification = Azure::Network::Mgmt::V2019_02_01::Models::MetricSpecification
|
165
|
+
AvailableDelegation = Azure::Network::Mgmt::V2019_02_01::Models::AvailableDelegation
|
166
|
+
NatGatewayListResult = Azure::Network::Mgmt::V2019_02_01::Models::NatGatewayListResult
|
167
|
+
VirtualWanSecurityProviders = Azure::Network::Mgmt::V2019_02_01::Models::VirtualWanSecurityProviders
|
168
|
+
AzureAsyncOperationResult = Azure::Network::Mgmt::V2019_02_01::Models::AzureAsyncOperationResult
|
169
|
+
AzureFirewallApplicationRuleProtocol = Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallApplicationRuleProtocol
|
170
|
+
NetworkInterfaceTapConfigurationListResult = Azure::Network::Mgmt::V2019_02_01::Models::NetworkInterfaceTapConfigurationListResult
|
171
|
+
DhcpOptions = Azure::Network::Mgmt::V2019_02_01::Models::DhcpOptions
|
172
|
+
NetworkInterfaceIPConfigurationListResult = Azure::Network::Mgmt::V2019_02_01::Models::NetworkInterfaceIPConfigurationListResult
|
173
|
+
AzureFirewallNatRule = Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallNatRule
|
174
|
+
NetworkInterfaceLoadBalancerListResult = Azure::Network::Mgmt::V2019_02_01::Models::NetworkInterfaceLoadBalancerListResult
|
175
|
+
AzureFirewallNetworkRule = Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallNetworkRule
|
176
|
+
EffectiveNetworkSecurityGroupAssociation = Azure::Network::Mgmt::V2019_02_01::Models::EffectiveNetworkSecurityGroupAssociation
|
177
|
+
ListP2SVpnServerConfigurationsResult = Azure::Network::Mgmt::V2019_02_01::Models::ListP2SVpnServerConfigurationsResult
|
178
|
+
EffectiveNetworkSecurityRule = Azure::Network::Mgmt::V2019_02_01::Models::EffectiveNetworkSecurityRule
|
179
|
+
AddressSpace = Azure::Network::Mgmt::V2019_02_01::Models::AddressSpace
|
180
|
+
EffectiveNetworkSecurityGroup = Azure::Network::Mgmt::V2019_02_01::Models::EffectiveNetworkSecurityGroup
|
181
|
+
DnsNameAvailabilityResult = Azure::Network::Mgmt::V2019_02_01::Models::DnsNameAvailabilityResult
|
182
|
+
EffectiveNetworkSecurityGroupListResult = Azure::Network::Mgmt::V2019_02_01::Models::EffectiveNetworkSecurityGroupListResult
|
183
|
+
UsagesListResult = Azure::Network::Mgmt::V2019_02_01::Models::UsagesListResult
|
184
|
+
EffectiveRoute = Azure::Network::Mgmt::V2019_02_01::Models::EffectiveRoute
|
185
|
+
ApplicationGatewayOnDemandProbe = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayOnDemandProbe
|
186
|
+
DdosProtectionPlanListResult = Azure::Network::Mgmt::V2019_02_01::Models::DdosProtectionPlanListResult
|
187
|
+
WebApplicationFirewallPolicyListResult = Azure::Network::Mgmt::V2019_02_01::Models::WebApplicationFirewallPolicyListResult
|
188
|
+
EndpointServicesListResult = Azure::Network::Mgmt::V2019_02_01::Models::EndpointServicesListResult
|
189
|
+
WebApplicationFirewallCustomRule = Azure::Network::Mgmt::V2019_02_01::Models::WebApplicationFirewallCustomRule
|
190
|
+
AuthorizationListResult = Azure::Network::Mgmt::V2019_02_01::Models::AuthorizationListResult
|
191
|
+
ContainerNetworkInterfaceIpConfiguration = Azure::Network::Mgmt::V2019_02_01::Models::ContainerNetworkInterfaceIpConfiguration
|
192
|
+
ServiceEndpointPolicyListResult = Azure::Network::Mgmt::V2019_02_01::Models::ServiceEndpointPolicyListResult
|
193
|
+
MatchCondition = Azure::Network::Mgmt::V2019_02_01::Models::MatchCondition
|
194
|
+
ExpressRouteConnectionId = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteConnectionId
|
195
|
+
MatchVariable = Azure::Network::Mgmt::V2019_02_01::Models::MatchVariable
|
196
|
+
BgpServiceCommunityListResult = Azure::Network::Mgmt::V2019_02_01::Models::BgpServiceCommunityListResult
|
197
|
+
NetworkProfileListResult = Azure::Network::Mgmt::V2019_02_01::Models::NetworkProfileListResult
|
198
|
+
BGPCommunity = Azure::Network::Mgmt::V2019_02_01::Models::BGPCommunity
|
199
|
+
SecurityRuleListResult = Azure::Network::Mgmt::V2019_02_01::Models::SecurityRuleListResult
|
200
|
+
ExpressRouteCircuitPeeringListResult = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitPeeringListResult
|
201
|
+
NetworkSecurityGroupListResult = Azure::Network::Mgmt::V2019_02_01::Models::NetworkSecurityGroupListResult
|
202
|
+
PeerExpressRouteCircuitConnectionListResult = Azure::Network::Mgmt::V2019_02_01::Models::PeerExpressRouteCircuitConnectionListResult
|
203
|
+
ErrorResponse = Azure::Network::Mgmt::V2019_02_01::Models::ErrorResponse
|
204
|
+
ExpressRouteCircuitServiceProviderProperties = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitServiceProviderProperties
|
205
|
+
PolicySettings = Azure::Network::Mgmt::V2019_02_01::Models::PolicySettings
|
206
|
+
ExpressRouteCircuitArpTable = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitArpTable
|
207
|
+
NetworkWatcherListResult = Azure::Network::Mgmt::V2019_02_01::Models::NetworkWatcherListResult
|
208
|
+
ExpressRouteCircuitRoutesTable = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitRoutesTable
|
209
|
+
TopologyParameters = Azure::Network::Mgmt::V2019_02_01::Models::TopologyParameters
|
210
|
+
ExpressRouteCircuitRoutesTableSummary = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitRoutesTableSummary
|
211
|
+
TopologyAssociation = Azure::Network::Mgmt::V2019_02_01::Models::TopologyAssociation
|
212
|
+
ExpressRouteCircuitListResult = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitListResult
|
213
|
+
TopologyResource = Azure::Network::Mgmt::V2019_02_01::Models::TopologyResource
|
214
|
+
RouteTableListResult = Azure::Network::Mgmt::V2019_02_01::Models::RouteTableListResult
|
215
|
+
Topology = Azure::Network::Mgmt::V2019_02_01::Models::Topology
|
216
|
+
ExpressRouteCrossConnectionRoutesTableSummary = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCrossConnectionRoutesTableSummary
|
217
|
+
VerificationIPFlowParameters = Azure::Network::Mgmt::V2019_02_01::Models::VerificationIPFlowParameters
|
218
|
+
NetworkInterfaceDnsSettings = Azure::Network::Mgmt::V2019_02_01::Models::NetworkInterfaceDnsSettings
|
219
|
+
VerificationIPFlowResult = Azure::Network::Mgmt::V2019_02_01::Models::VerificationIPFlowResult
|
220
|
+
VpnDeviceScriptParameters = Azure::Network::Mgmt::V2019_02_01::Models::VpnDeviceScriptParameters
|
221
|
+
NextHopParameters = Azure::Network::Mgmt::V2019_02_01::Models::NextHopParameters
|
222
|
+
PublicIPAddressSku = Azure::Network::Mgmt::V2019_02_01::Models::PublicIPAddressSku
|
223
|
+
NextHopResult = Azure::Network::Mgmt::V2019_02_01::Models::NextHopResult
|
224
|
+
VirtualNetworkConnectionGatewayReference = Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkConnectionGatewayReference
|
225
|
+
SecurityGroupViewParameters = Azure::Network::Mgmt::V2019_02_01::Models::SecurityGroupViewParameters
|
226
|
+
ConnectionResetSharedKey = Azure::Network::Mgmt::V2019_02_01::Models::ConnectionResetSharedKey
|
227
|
+
NetworkInterfaceAssociation = Azure::Network::Mgmt::V2019_02_01::Models::NetworkInterfaceAssociation
|
228
|
+
TunnelConnectionHealth = Azure::Network::Mgmt::V2019_02_01::Models::TunnelConnectionHealth
|
229
|
+
SubnetAssociation = Azure::Network::Mgmt::V2019_02_01::Models::SubnetAssociation
|
230
|
+
ApplicationGatewayBackendAddress = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayBackendAddress
|
231
|
+
SecurityRuleAssociations = Azure::Network::Mgmt::V2019_02_01::Models::SecurityRuleAssociations
|
232
|
+
ApplicationGatewayBackendHealthServer = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayBackendHealthServer
|
233
|
+
SecurityGroupNetworkInterface = Azure::Network::Mgmt::V2019_02_01::Models::SecurityGroupNetworkInterface
|
234
|
+
ApplicationGatewayBackendHealth = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayBackendHealth
|
235
|
+
SecurityGroupViewResult = Azure::Network::Mgmt::V2019_02_01::Models::SecurityGroupViewResult
|
236
|
+
BgpPeerStatus = Azure::Network::Mgmt::V2019_02_01::Models::BgpPeerStatus
|
237
|
+
PacketCaptureStorageLocation = Azure::Network::Mgmt::V2019_02_01::Models::PacketCaptureStorageLocation
|
238
|
+
ListVpnConnectionsResult = Azure::Network::Mgmt::V2019_02_01::Models::ListVpnConnectionsResult
|
239
|
+
PacketCaptureFilter = Azure::Network::Mgmt::V2019_02_01::Models::PacketCaptureFilter
|
240
|
+
VpnSiteId = Azure::Network::Mgmt::V2019_02_01::Models::VpnSiteId
|
241
|
+
PacketCaptureParameters = Azure::Network::Mgmt::V2019_02_01::Models::PacketCaptureParameters
|
242
|
+
ApplicationGatewayRewriteRuleActionSet = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayRewriteRuleActionSet
|
243
|
+
PacketCapture = Azure::Network::Mgmt::V2019_02_01::Models::PacketCapture
|
244
|
+
VirtualNetworkListUsageResult = Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkListUsageResult
|
245
|
+
PacketCaptureResult = Azure::Network::Mgmt::V2019_02_01::Models::PacketCaptureResult
|
246
|
+
ApplicationGatewayAutoscaleConfiguration = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayAutoscaleConfiguration
|
247
|
+
PacketCaptureListResult = Azure::Network::Mgmt::V2019_02_01::Models::PacketCaptureListResult
|
248
|
+
ApplicationGatewayFirewallRuleGroup = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayFirewallRuleGroup
|
249
|
+
PacketCaptureQueryStatusResult = Azure::Network::Mgmt::V2019_02_01::Models::PacketCaptureQueryStatusResult
|
250
|
+
VirtualNetworkListResult = Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkListResult
|
251
|
+
TroubleshootingParameters = Azure::Network::Mgmt::V2019_02_01::Models::TroubleshootingParameters
|
252
|
+
Error = Azure::Network::Mgmt::V2019_02_01::Models::Error
|
253
|
+
QueryTroubleshootingParameters = Azure::Network::Mgmt::V2019_02_01::Models::QueryTroubleshootingParameters
|
254
|
+
AvailableDelegationsResult = Azure::Network::Mgmt::V2019_02_01::Models::AvailableDelegationsResult
|
255
|
+
TroubleshootingRecommendedActions = Azure::Network::Mgmt::V2019_02_01::Models::TroubleshootingRecommendedActions
|
256
|
+
AzureFirewallApplicationRule = Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallApplicationRule
|
257
|
+
TroubleshootingDetails = Azure::Network::Mgmt::V2019_02_01::Models::TroubleshootingDetails
|
258
|
+
VirtualNetworkPeeringListResult = Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkPeeringListResult
|
259
|
+
TroubleshootingResult = Azure::Network::Mgmt::V2019_02_01::Models::TroubleshootingResult
|
260
|
+
AzureFirewallListResult = Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallListResult
|
261
|
+
RetentionPolicyParameters = Azure::Network::Mgmt::V2019_02_01::Models::RetentionPolicyParameters
|
262
|
+
ProtocolCustomSettingsFormat = Azure::Network::Mgmt::V2019_02_01::Models::ProtocolCustomSettingsFormat
|
263
|
+
FlowLogFormatParameters = Azure::Network::Mgmt::V2019_02_01::Models::FlowLogFormatParameters
|
264
|
+
DdosProtectionPlan = Azure::Network::Mgmt::V2019_02_01::Models::DdosProtectionPlan
|
265
|
+
FlowLogStatusParameters = Azure::Network::Mgmt::V2019_02_01::Models::FlowLogStatusParameters
|
266
|
+
UsageName = Azure::Network::Mgmt::V2019_02_01::Models::UsageName
|
267
|
+
TrafficAnalyticsConfigurationProperties = Azure::Network::Mgmt::V2019_02_01::Models::TrafficAnalyticsConfigurationProperties
|
268
|
+
ExpressRouteCircuitStats = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitStats
|
269
|
+
TrafficAnalyticsProperties = Azure::Network::Mgmt::V2019_02_01::Models::TrafficAnalyticsProperties
|
270
|
+
VpnClientConnectionHealth = Azure::Network::Mgmt::V2019_02_01::Models::VpnClientConnectionHealth
|
271
|
+
FlowLogInformation = Azure::Network::Mgmt::V2019_02_01::Models::FlowLogInformation
|
272
|
+
ExpressRouteCircuitConnectionListResult = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitConnectionListResult
|
273
|
+
ConnectivitySource = Azure::Network::Mgmt::V2019_02_01::Models::ConnectivitySource
|
274
|
+
RouteListResult = Azure::Network::Mgmt::V2019_02_01::Models::RouteListResult
|
275
|
+
ConnectivityDestination = Azure::Network::Mgmt::V2019_02_01::Models::ConnectivityDestination
|
276
|
+
ExpressRouteCircuitsRoutesTableListResult = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitsRoutesTableListResult
|
277
|
+
HTTPHeader = Azure::Network::Mgmt::V2019_02_01::Models::HTTPHeader
|
278
|
+
ExpressRouteServiceProviderBandwidthsOffered = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteServiceProviderBandwidthsOffered
|
279
|
+
HTTPConfiguration = Azure::Network::Mgmt::V2019_02_01::Models::HTTPConfiguration
|
280
|
+
EndpointService = Azure::Network::Mgmt::V2019_02_01::Models::EndpointService
|
281
|
+
ProtocolConfiguration = Azure::Network::Mgmt::V2019_02_01::Models::ProtocolConfiguration
|
282
|
+
VirtualNetworkGatewayListConnectionsResult = Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkGatewayListConnectionsResult
|
283
|
+
ConnectivityParameters = Azure::Network::Mgmt::V2019_02_01::Models::ConnectivityParameters
|
284
|
+
VpnClientIPsecParameters = Azure::Network::Mgmt::V2019_02_01::Models::VpnClientIPsecParameters
|
285
|
+
ConnectivityIssue = Azure::Network::Mgmt::V2019_02_01::Models::ConnectivityIssue
|
286
|
+
BgpPeerStatusListResult = Azure::Network::Mgmt::V2019_02_01::Models::BgpPeerStatusListResult
|
287
|
+
ConnectivityHop = Azure::Network::Mgmt::V2019_02_01::Models::ConnectivityHop
|
288
|
+
ApplicationGatewayBackendHealthOnDemand = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayBackendHealthOnDemand
|
289
|
+
ConnectivityInformation = Azure::Network::Mgmt::V2019_02_01::Models::ConnectivityInformation
|
290
|
+
VpnClientConfiguration = Azure::Network::Mgmt::V2019_02_01::Models::VpnClientConfiguration
|
291
|
+
AzureReachabilityReportLocation = Azure::Network::Mgmt::V2019_02_01::Models::AzureReachabilityReportLocation
|
292
|
+
ApplicationGatewayRewriteRuleCondition = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayRewriteRuleCondition
|
293
|
+
AzureReachabilityReportParameters = Azure::Network::Mgmt::V2019_02_01::Models::AzureReachabilityReportParameters
|
294
|
+
ApplicationGatewayFirewallExclusion = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayFirewallExclusion
|
295
|
+
AzureReachabilityReportLatencyInfo = Azure::Network::Mgmt::V2019_02_01::Models::AzureReachabilityReportLatencyInfo
|
296
|
+
ApplicationGatewayAvailableWafRuleSetsResult = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayAvailableWafRuleSetsResult
|
297
|
+
AzureReachabilityReportItem = Azure::Network::Mgmt::V2019_02_01::Models::AzureReachabilityReportItem
|
298
|
+
ApplicationSecurityGroupListResult = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationSecurityGroupListResult
|
299
|
+
AzureReachabilityReport = Azure::Network::Mgmt::V2019_02_01::Models::AzureReachabilityReport
|
300
|
+
AzureFirewallNatRCAction = Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallNatRCAction
|
301
|
+
AvailableProvidersListParameters = Azure::Network::Mgmt::V2019_02_01::Models::AvailableProvidersListParameters
|
302
|
+
AzureFirewallFqdnTagListResult = Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallFqdnTagListResult
|
303
|
+
AvailableProvidersListCity = Azure::Network::Mgmt::V2019_02_01::Models::AvailableProvidersListCity
|
304
|
+
Usage = Azure::Network::Mgmt::V2019_02_01::Models::Usage
|
305
|
+
AvailableProvidersListState = Azure::Network::Mgmt::V2019_02_01::Models::AvailableProvidersListState
|
306
|
+
ServiceEndpointPolicyDefinitionListResult = Azure::Network::Mgmt::V2019_02_01::Models::ServiceEndpointPolicyDefinitionListResult
|
307
|
+
AvailableProvidersListCountry = Azure::Network::Mgmt::V2019_02_01::Models::AvailableProvidersListCountry
|
308
|
+
ExpressRouteCircuitSku = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitSku
|
309
|
+
AvailableProvidersList = Azure::Network::Mgmt::V2019_02_01::Models::AvailableProvidersList
|
310
|
+
ExpressRouteCircuitsRoutesTableSummaryListResult = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitsRoutesTableSummaryListResult
|
311
|
+
ConnectionMonitorSource = Azure::Network::Mgmt::V2019_02_01::Models::ConnectionMonitorSource
|
312
|
+
ListVpnSitesResult = Azure::Network::Mgmt::V2019_02_01::Models::ListVpnSitesResult
|
313
|
+
ConnectionMonitorDestination = Azure::Network::Mgmt::V2019_02_01::Models::ConnectionMonitorDestination
|
314
|
+
VirtualHubRouteTable = Azure::Network::Mgmt::V2019_02_01::Models::VirtualHubRouteTable
|
315
|
+
ConnectionMonitorParameters = Azure::Network::Mgmt::V2019_02_01::Models::ConnectionMonitorParameters
|
316
|
+
ApplicationGatewaySslPolicy = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewaySslPolicy
|
317
|
+
ConnectionMonitor = Azure::Network::Mgmt::V2019_02_01::Models::ConnectionMonitor
|
318
|
+
NetworkIntentPolicyConfiguration = Azure::Network::Mgmt::V2019_02_01::Models::NetworkIntentPolicyConfiguration
|
319
|
+
ConnectionMonitorResult = Azure::Network::Mgmt::V2019_02_01::Models::ConnectionMonitorResult
|
320
|
+
Resource = Azure::Network::Mgmt::V2019_02_01::Models::Resource
|
321
|
+
ConnectionMonitorListResult = Azure::Network::Mgmt::V2019_02_01::Models::ConnectionMonitorListResult
|
322
|
+
SubnetListResult = Azure::Network::Mgmt::V2019_02_01::Models::SubnetListResult
|
323
|
+
ConnectionStateSnapshot = Azure::Network::Mgmt::V2019_02_01::Models::ConnectionStateSnapshot
|
324
|
+
ExpressRouteCircuitPeeringConfig = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitPeeringConfig
|
325
|
+
ConnectionMonitorQueryResult = Azure::Network::Mgmt::V2019_02_01::Models::ConnectionMonitorQueryResult
|
326
|
+
ExpressRouteCircuitsArpTableListResult = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitsArpTableListResult
|
327
|
+
NetworkConfigurationDiagnosticProfile = Azure::Network::Mgmt::V2019_02_01::Models::NetworkConfigurationDiagnosticProfile
|
328
|
+
DdosSettings = Azure::Network::Mgmt::V2019_02_01::Models::DdosSettings
|
329
|
+
NetworkConfigurationDiagnosticParameters = Azure::Network::Mgmt::V2019_02_01::Models::NetworkConfigurationDiagnosticParameters
|
330
|
+
ListHubVirtualNetworkConnectionsResult = Azure::Network::Mgmt::V2019_02_01::Models::ListHubVirtualNetworkConnectionsResult
|
331
|
+
MatchedRule = Azure::Network::Mgmt::V2019_02_01::Models::MatchedRule
|
332
|
+
AzureFirewallRCAction = Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallRCAction
|
333
|
+
NetworkSecurityRulesEvaluationResult = Azure::Network::Mgmt::V2019_02_01::Models::NetworkSecurityRulesEvaluationResult
|
334
|
+
Ipv6ExpressRouteCircuitPeeringConfig = Azure::Network::Mgmt::V2019_02_01::Models::Ipv6ExpressRouteCircuitPeeringConfig
|
335
|
+
EvaluatedNetworkSecurityGroup = Azure::Network::Mgmt::V2019_02_01::Models::EvaluatedNetworkSecurityGroup
|
336
|
+
ApplicationGatewayConnectionDraining = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayConnectionDraining
|
337
|
+
NetworkSecurityGroupResult = Azure::Network::Mgmt::V2019_02_01::Models::NetworkSecurityGroupResult
|
338
|
+
NetworkConfigurationDiagnosticResult = Azure::Network::Mgmt::V2019_02_01::Models::NetworkConfigurationDiagnosticResult
|
339
|
+
ManagedServiceIdentity = Azure::Network::Mgmt::V2019_02_01::Models::ManagedServiceIdentity
|
340
|
+
NetworkConfigurationDiagnosticResponse = Azure::Network::Mgmt::V2019_02_01::Models::NetworkConfigurationDiagnosticResponse
|
341
|
+
ExpressRouteServiceProviderListResult = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteServiceProviderListResult
|
342
|
+
OperationDisplay = Azure::Network::Mgmt::V2019_02_01::Models::OperationDisplay
|
343
|
+
NetworkInterfaceTapConfiguration = Azure::Network::Mgmt::V2019_02_01::Models::NetworkInterfaceTapConfiguration
|
344
|
+
ApplicationSecurityGroup = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationSecurityGroup
|
345
|
+
SecurityRule = Azure::Network::Mgmt::V2019_02_01::Models::SecurityRule
|
346
|
+
InterfaceEndpoint = Azure::Network::Mgmt::V2019_02_01::Models::InterfaceEndpoint
|
347
|
+
NetworkInterface = Azure::Network::Mgmt::V2019_02_01::Models::NetworkInterface
|
348
|
+
NetworkSecurityGroup = Azure::Network::Mgmt::V2019_02_01::Models::NetworkSecurityGroup
|
349
|
+
Route = Azure::Network::Mgmt::V2019_02_01::Models::Route
|
350
|
+
RouteTable = Azure::Network::Mgmt::V2019_02_01::Models::RouteTable
|
351
|
+
ServiceEndpointPolicyDefinition = Azure::Network::Mgmt::V2019_02_01::Models::ServiceEndpointPolicyDefinition
|
352
|
+
ServiceEndpointPolicy = Azure::Network::Mgmt::V2019_02_01::Models::ServiceEndpointPolicy
|
353
|
+
PublicIPAddress = Azure::Network::Mgmt::V2019_02_01::Models::PublicIPAddress
|
354
|
+
IPConfiguration = Azure::Network::Mgmt::V2019_02_01::Models::IPConfiguration
|
355
|
+
IPConfigurationProfile = Azure::Network::Mgmt::V2019_02_01::Models::IPConfigurationProfile
|
356
|
+
ResourceNavigationLink = Azure::Network::Mgmt::V2019_02_01::Models::ResourceNavigationLink
|
357
|
+
ServiceAssociationLink = Azure::Network::Mgmt::V2019_02_01::Models::ServiceAssociationLink
|
358
|
+
Delegation = Azure::Network::Mgmt::V2019_02_01::Models::Delegation
|
359
|
+
Subnet = Azure::Network::Mgmt::V2019_02_01::Models::Subnet
|
360
|
+
FrontendIPConfiguration = Azure::Network::Mgmt::V2019_02_01::Models::FrontendIPConfiguration
|
361
|
+
VirtualNetworkTap = Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkTap
|
362
|
+
BackendAddressPool = Azure::Network::Mgmt::V2019_02_01::Models::BackendAddressPool
|
363
|
+
InboundNatRule = Azure::Network::Mgmt::V2019_02_01::Models::InboundNatRule
|
364
|
+
NetworkInterfaceIPConfiguration = Azure::Network::Mgmt::V2019_02_01::Models::NetworkInterfaceIPConfiguration
|
365
|
+
ApplicationGatewayBackendAddressPool = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayBackendAddressPool
|
366
|
+
ApplicationGatewayBackendHttpSettings = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayBackendHttpSettings
|
367
|
+
ApplicationGatewayIPConfiguration = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayIPConfiguration
|
368
|
+
ApplicationGatewayAuthenticationCertificate = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayAuthenticationCertificate
|
369
|
+
ApplicationGatewayTrustedRootCertificate = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayTrustedRootCertificate
|
370
|
+
ApplicationGatewaySslCertificate = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewaySslCertificate
|
371
|
+
ApplicationGatewayFrontendIPConfiguration = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayFrontendIPConfiguration
|
372
|
+
ApplicationGatewayFrontendPort = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayFrontendPort
|
373
|
+
ApplicationGatewayHttpListener = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayHttpListener
|
374
|
+
ApplicationGatewayPathRule = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayPathRule
|
375
|
+
ApplicationGatewayProbe = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayProbe
|
376
|
+
ApplicationGatewayRequestRoutingRule = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayRequestRoutingRule
|
377
|
+
ApplicationGatewayRewriteRuleSet = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayRewriteRuleSet
|
378
|
+
ApplicationGatewayRedirectConfiguration = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayRedirectConfiguration
|
379
|
+
ApplicationGatewayUrlPathMap = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayUrlPathMap
|
380
|
+
ApplicationGateway = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGateway
|
381
|
+
ApplicationGatewayFirewallRuleSet = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayFirewallRuleSet
|
382
|
+
ApplicationGatewayAvailableSslOptions = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayAvailableSslOptions
|
383
|
+
ApplicationGatewaySslPredefinedPolicy = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewaySslPredefinedPolicy
|
384
|
+
AzureFirewallIPConfiguration = Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallIPConfiguration
|
385
|
+
AzureFirewallApplicationRuleCollection = Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallApplicationRuleCollection
|
386
|
+
AzureFirewallNatRuleCollection = Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallNatRuleCollection
|
387
|
+
AzureFirewallNetworkRuleCollection = Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallNetworkRuleCollection
|
388
|
+
AzureFirewall = Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewall
|
389
|
+
AzureFirewallFqdnTag = Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallFqdnTag
|
390
|
+
DdosCustomPolicy = Azure::Network::Mgmt::V2019_02_01::Models::DdosCustomPolicy
|
391
|
+
EndpointServiceResult = Azure::Network::Mgmt::V2019_02_01::Models::EndpointServiceResult
|
392
|
+
ExpressRouteCircuitAuthorization = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitAuthorization
|
393
|
+
RouteFilterRule = Azure::Network::Mgmt::V2019_02_01::Models::RouteFilterRule
|
394
|
+
ExpressRouteCircuitConnection = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitConnection
|
395
|
+
PeerExpressRouteCircuitConnection = Azure::Network::Mgmt::V2019_02_01::Models::PeerExpressRouteCircuitConnection
|
396
|
+
ExpressRouteCircuitPeering = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitPeering
|
397
|
+
RouteFilter = Azure::Network::Mgmt::V2019_02_01::Models::RouteFilter
|
398
|
+
ExpressRouteCircuit = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuit
|
399
|
+
ExpressRouteServiceProvider = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteServiceProvider
|
400
|
+
ExpressRouteCrossConnectionPeering = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCrossConnectionPeering
|
401
|
+
ExpressRouteCrossConnection = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCrossConnection
|
402
|
+
ExpressRouteConnection = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteConnection
|
403
|
+
ExpressRouteGateway = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteGateway
|
404
|
+
ExpressRoutePortsLocation = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRoutePortsLocation
|
405
|
+
ExpressRouteLink = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteLink
|
406
|
+
ExpressRoutePort = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRoutePort
|
407
|
+
LoadBalancingRule = Azure::Network::Mgmt::V2019_02_01::Models::LoadBalancingRule
|
408
|
+
Probe = Azure::Network::Mgmt::V2019_02_01::Models::Probe
|
409
|
+
InboundNatPool = Azure::Network::Mgmt::V2019_02_01::Models::InboundNatPool
|
410
|
+
OutboundRule = Azure::Network::Mgmt::V2019_02_01::Models::OutboundRule
|
411
|
+
LoadBalancer = Azure::Network::Mgmt::V2019_02_01::Models::LoadBalancer
|
412
|
+
NatGateway = Azure::Network::Mgmt::V2019_02_01::Models::NatGateway
|
413
|
+
ContainerNetworkInterfaceConfiguration = Azure::Network::Mgmt::V2019_02_01::Models::ContainerNetworkInterfaceConfiguration
|
414
|
+
Container = Azure::Network::Mgmt::V2019_02_01::Models::Container
|
415
|
+
ContainerNetworkInterface = Azure::Network::Mgmt::V2019_02_01::Models::ContainerNetworkInterface
|
416
|
+
NetworkProfile = Azure::Network::Mgmt::V2019_02_01::Models::NetworkProfile
|
417
|
+
NetworkWatcher = Azure::Network::Mgmt::V2019_02_01::Models::NetworkWatcher
|
418
|
+
PublicIPPrefix = Azure::Network::Mgmt::V2019_02_01::Models::PublicIPPrefix
|
419
|
+
PatchRouteFilterRule = Azure::Network::Mgmt::V2019_02_01::Models::PatchRouteFilterRule
|
420
|
+
PatchRouteFilter = Azure::Network::Mgmt::V2019_02_01::Models::PatchRouteFilter
|
421
|
+
BgpServiceCommunity = Azure::Network::Mgmt::V2019_02_01::Models::BgpServiceCommunity
|
422
|
+
VirtualNetworkPeering = Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkPeering
|
423
|
+
VirtualNetwork = Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetwork
|
424
|
+
NetworkIntentPolicy = Azure::Network::Mgmt::V2019_02_01::Models::NetworkIntentPolicy
|
425
|
+
VirtualNetworkGatewayIPConfiguration = Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkGatewayIPConfiguration
|
426
|
+
VpnClientRootCertificate = Azure::Network::Mgmt::V2019_02_01::Models::VpnClientRootCertificate
|
427
|
+
VpnClientRevokedCertificate = Azure::Network::Mgmt::V2019_02_01::Models::VpnClientRevokedCertificate
|
428
|
+
VirtualNetworkGateway = Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkGateway
|
429
|
+
LocalNetworkGateway = Azure::Network::Mgmt::V2019_02_01::Models::LocalNetworkGateway
|
430
|
+
VirtualNetworkGatewayConnection = Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkGatewayConnection
|
431
|
+
ConnectionSharedKey = Azure::Network::Mgmt::V2019_02_01::Models::ConnectionSharedKey
|
432
|
+
VirtualNetworkGatewayConnectionListEntity = Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkGatewayConnectionListEntity
|
433
|
+
P2SVpnServerConfigVpnClientRootCertificate = Azure::Network::Mgmt::V2019_02_01::Models::P2SVpnServerConfigVpnClientRootCertificate
|
434
|
+
P2SVpnServerConfigVpnClientRevokedCertificate = Azure::Network::Mgmt::V2019_02_01::Models::P2SVpnServerConfigVpnClientRevokedCertificate
|
435
|
+
P2SVpnServerConfigRadiusServerRootCertificate = Azure::Network::Mgmt::V2019_02_01::Models::P2SVpnServerConfigRadiusServerRootCertificate
|
436
|
+
P2SVpnServerConfigRadiusClientRootCertificate = Azure::Network::Mgmt::V2019_02_01::Models::P2SVpnServerConfigRadiusClientRootCertificate
|
437
|
+
P2SVpnServerConfiguration = Azure::Network::Mgmt::V2019_02_01::Models::P2SVpnServerConfiguration
|
438
|
+
VirtualWAN = Azure::Network::Mgmt::V2019_02_01::Models::VirtualWAN
|
439
|
+
VpnSite = Azure::Network::Mgmt::V2019_02_01::Models::VpnSite
|
440
|
+
HubVirtualNetworkConnection = Azure::Network::Mgmt::V2019_02_01::Models::HubVirtualNetworkConnection
|
441
|
+
VirtualHub = Azure::Network::Mgmt::V2019_02_01::Models::VirtualHub
|
442
|
+
VpnConnection = Azure::Network::Mgmt::V2019_02_01::Models::VpnConnection
|
443
|
+
VpnGateway = Azure::Network::Mgmt::V2019_02_01::Models::VpnGateway
|
444
|
+
P2SVpnGateway = Azure::Network::Mgmt::V2019_02_01::Models::P2SVpnGateway
|
445
|
+
WebApplicationFirewallPolicy = Azure::Network::Mgmt::V2019_02_01::Models::WebApplicationFirewallPolicy
|
446
|
+
ApplicationGatewayProtocol = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayProtocol
|
447
|
+
IPAllocationMethod = Azure::Network::Mgmt::V2019_02_01::Models::IPAllocationMethod
|
448
|
+
SecurityRuleProtocol = Azure::Network::Mgmt::V2019_02_01::Models::SecurityRuleProtocol
|
449
|
+
SecurityRuleAccess = Azure::Network::Mgmt::V2019_02_01::Models::SecurityRuleAccess
|
450
|
+
SecurityRuleDirection = Azure::Network::Mgmt::V2019_02_01::Models::SecurityRuleDirection
|
451
|
+
RouteNextHopType = Azure::Network::Mgmt::V2019_02_01::Models::RouteNextHopType
|
452
|
+
PublicIPAddressSkuName = Azure::Network::Mgmt::V2019_02_01::Models::PublicIPAddressSkuName
|
453
|
+
IPVersion = Azure::Network::Mgmt::V2019_02_01::Models::IPVersion
|
454
|
+
DdosSettingsProtectionCoverage = Azure::Network::Mgmt::V2019_02_01::Models::DdosSettingsProtectionCoverage
|
455
|
+
TransportProtocol = Azure::Network::Mgmt::V2019_02_01::Models::TransportProtocol
|
456
|
+
ApplicationGatewayCookieBasedAffinity = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayCookieBasedAffinity
|
457
|
+
ApplicationGatewayBackendHealthServerHealth = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayBackendHealthServerHealth
|
458
|
+
ApplicationGatewaySkuName = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewaySkuName
|
459
|
+
ApplicationGatewayTier = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayTier
|
460
|
+
ApplicationGatewaySslProtocol = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewaySslProtocol
|
461
|
+
ApplicationGatewaySslPolicyType = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewaySslPolicyType
|
462
|
+
ApplicationGatewaySslPolicyName = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewaySslPolicyName
|
463
|
+
ApplicationGatewaySslCipherSuite = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewaySslCipherSuite
|
464
|
+
ApplicationGatewayCustomErrorStatusCode = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayCustomErrorStatusCode
|
465
|
+
ApplicationGatewayRequestRoutingRuleType = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayRequestRoutingRuleType
|
466
|
+
ApplicationGatewayRedirectType = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayRedirectType
|
467
|
+
ApplicationGatewayOperationalState = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayOperationalState
|
468
|
+
ApplicationGatewayFirewallMode = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayFirewallMode
|
469
|
+
ResourceIdentityType = Azure::Network::Mgmt::V2019_02_01::Models::ResourceIdentityType
|
470
|
+
ProvisioningState = Azure::Network::Mgmt::V2019_02_01::Models::ProvisioningState
|
471
|
+
AzureFirewallRCActionType = Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallRCActionType
|
472
|
+
AzureFirewallApplicationRuleProtocolType = Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallApplicationRuleProtocolType
|
473
|
+
AzureFirewallNatRCActionType = Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallNatRCActionType
|
474
|
+
AzureFirewallNetworkRuleProtocol = Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallNetworkRuleProtocol
|
475
|
+
AzureFirewallThreatIntelMode = Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallThreatIntelMode
|
476
|
+
DdosCustomPolicyProtocol = Azure::Network::Mgmt::V2019_02_01::Models::DdosCustomPolicyProtocol
|
477
|
+
DdosCustomPolicyTriggerSensitivityOverride = Azure::Network::Mgmt::V2019_02_01::Models::DdosCustomPolicyTriggerSensitivityOverride
|
478
|
+
AuthorizationUseStatus = Azure::Network::Mgmt::V2019_02_01::Models::AuthorizationUseStatus
|
479
|
+
ExpressRouteCircuitPeeringAdvertisedPublicPrefixState = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitPeeringAdvertisedPublicPrefixState
|
480
|
+
Access = Azure::Network::Mgmt::V2019_02_01::Models::Access
|
481
|
+
ExpressRoutePeeringType = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRoutePeeringType
|
482
|
+
ExpressRoutePeeringState = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRoutePeeringState
|
483
|
+
CircuitConnectionStatus = Azure::Network::Mgmt::V2019_02_01::Models::CircuitConnectionStatus
|
484
|
+
ExpressRouteCircuitPeeringState = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitPeeringState
|
485
|
+
ExpressRouteCircuitSkuTier = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitSkuTier
|
486
|
+
ExpressRouteCircuitSkuFamily = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitSkuFamily
|
487
|
+
ServiceProviderProvisioningState = Azure::Network::Mgmt::V2019_02_01::Models::ServiceProviderProvisioningState
|
488
|
+
ExpressRouteLinkConnectorType = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteLinkConnectorType
|
489
|
+
ExpressRouteLinkAdminState = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteLinkAdminState
|
490
|
+
ExpressRoutePortsEncapsulation = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRoutePortsEncapsulation
|
491
|
+
LoadBalancerSkuName = Azure::Network::Mgmt::V2019_02_01::Models::LoadBalancerSkuName
|
492
|
+
LoadDistribution = Azure::Network::Mgmt::V2019_02_01::Models::LoadDistribution
|
493
|
+
ProbeProtocol = Azure::Network::Mgmt::V2019_02_01::Models::ProbeProtocol
|
494
|
+
LoadBalancerOutboundRuleProtocol = Azure::Network::Mgmt::V2019_02_01::Models::LoadBalancerOutboundRuleProtocol
|
495
|
+
NatGatewaySkuName = Azure::Network::Mgmt::V2019_02_01::Models::NatGatewaySkuName
|
496
|
+
NetworkOperationStatus = Azure::Network::Mgmt::V2019_02_01::Models::NetworkOperationStatus
|
497
|
+
AuthenticationMethod = Azure::Network::Mgmt::V2019_02_01::Models::AuthenticationMethod
|
498
|
+
EffectiveSecurityRuleProtocol = Azure::Network::Mgmt::V2019_02_01::Models::EffectiveSecurityRuleProtocol
|
499
|
+
EffectiveRouteSource = Azure::Network::Mgmt::V2019_02_01::Models::EffectiveRouteSource
|
500
|
+
EffectiveRouteState = Azure::Network::Mgmt::V2019_02_01::Models::EffectiveRouteState
|
501
|
+
AssociationType = Azure::Network::Mgmt::V2019_02_01::Models::AssociationType
|
502
|
+
Direction = Azure::Network::Mgmt::V2019_02_01::Models::Direction
|
503
|
+
IpFlowProtocol = Azure::Network::Mgmt::V2019_02_01::Models::IpFlowProtocol
|
504
|
+
NextHopType = Azure::Network::Mgmt::V2019_02_01::Models::NextHopType
|
505
|
+
PcProtocol = Azure::Network::Mgmt::V2019_02_01::Models::PcProtocol
|
506
|
+
PcStatus = Azure::Network::Mgmt::V2019_02_01::Models::PcStatus
|
507
|
+
PcError = Azure::Network::Mgmt::V2019_02_01::Models::PcError
|
508
|
+
FlowLogFormatType = Azure::Network::Mgmt::V2019_02_01::Models::FlowLogFormatType
|
509
|
+
Protocol = Azure::Network::Mgmt::V2019_02_01::Models::Protocol
|
510
|
+
HTTPMethod = Azure::Network::Mgmt::V2019_02_01::Models::HTTPMethod
|
511
|
+
Origin = Azure::Network::Mgmt::V2019_02_01::Models::Origin
|
512
|
+
Severity = Azure::Network::Mgmt::V2019_02_01::Models::Severity
|
513
|
+
IssueType = Azure::Network::Mgmt::V2019_02_01::Models::IssueType
|
514
|
+
ConnectionStatus = Azure::Network::Mgmt::V2019_02_01::Models::ConnectionStatus
|
515
|
+
ConnectionMonitorSourceStatus = Azure::Network::Mgmt::V2019_02_01::Models::ConnectionMonitorSourceStatus
|
516
|
+
ConnectionState = Azure::Network::Mgmt::V2019_02_01::Models::ConnectionState
|
517
|
+
EvaluationState = Azure::Network::Mgmt::V2019_02_01::Models::EvaluationState
|
518
|
+
VerbosityLevel = Azure::Network::Mgmt::V2019_02_01::Models::VerbosityLevel
|
519
|
+
PublicIPPrefixSkuName = Azure::Network::Mgmt::V2019_02_01::Models::PublicIPPrefixSkuName
|
520
|
+
VirtualNetworkPeeringState = Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkPeeringState
|
521
|
+
VirtualNetworkGatewayType = Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkGatewayType
|
522
|
+
VpnType = Azure::Network::Mgmt::V2019_02_01::Models::VpnType
|
523
|
+
VirtualNetworkGatewaySkuName = Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkGatewaySkuName
|
524
|
+
VirtualNetworkGatewaySkuTier = Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkGatewaySkuTier
|
525
|
+
VpnClientProtocol = Azure::Network::Mgmt::V2019_02_01::Models::VpnClientProtocol
|
526
|
+
IpsecEncryption = Azure::Network::Mgmt::V2019_02_01::Models::IpsecEncryption
|
527
|
+
IpsecIntegrity = Azure::Network::Mgmt::V2019_02_01::Models::IpsecIntegrity
|
528
|
+
IkeEncryption = Azure::Network::Mgmt::V2019_02_01::Models::IkeEncryption
|
529
|
+
IkeIntegrity = Azure::Network::Mgmt::V2019_02_01::Models::IkeIntegrity
|
530
|
+
DhGroup = Azure::Network::Mgmt::V2019_02_01::Models::DhGroup
|
531
|
+
PfsGroup = Azure::Network::Mgmt::V2019_02_01::Models::PfsGroup
|
532
|
+
BgpPeerState = Azure::Network::Mgmt::V2019_02_01::Models::BgpPeerState
|
533
|
+
ProcessorArchitecture = Azure::Network::Mgmt::V2019_02_01::Models::ProcessorArchitecture
|
534
|
+
VirtualNetworkGatewayConnectionStatus = Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkGatewayConnectionStatus
|
535
|
+
VirtualNetworkGatewayConnectionType = Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkGatewayConnectionType
|
536
|
+
VirtualNetworkGatewayConnectionProtocol = Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkGatewayConnectionProtocol
|
537
|
+
OfficeTrafficCategory = Azure::Network::Mgmt::V2019_02_01::Models::OfficeTrafficCategory
|
538
|
+
VpnGatewayTunnelingProtocol = Azure::Network::Mgmt::V2019_02_01::Models::VpnGatewayTunnelingProtocol
|
539
|
+
VpnConnectionStatus = Azure::Network::Mgmt::V2019_02_01::Models::VpnConnectionStatus
|
540
|
+
VirtualWanSecurityProviderType = Azure::Network::Mgmt::V2019_02_01::Models::VirtualWanSecurityProviderType
|
541
|
+
TunnelConnectionStatus = Azure::Network::Mgmt::V2019_02_01::Models::TunnelConnectionStatus
|
542
|
+
HubVirtualNetworkConnectionStatus = Azure::Network::Mgmt::V2019_02_01::Models::HubVirtualNetworkConnectionStatus
|
543
|
+
WebApplicationFirewallEnabledState = Azure::Network::Mgmt::V2019_02_01::Models::WebApplicationFirewallEnabledState
|
544
|
+
WebApplicationFirewallMode = Azure::Network::Mgmt::V2019_02_01::Models::WebApplicationFirewallMode
|
545
|
+
WebApplicationFirewallRuleType = Azure::Network::Mgmt::V2019_02_01::Models::WebApplicationFirewallRuleType
|
546
|
+
WebApplicationFirewallMatchVariable = Azure::Network::Mgmt::V2019_02_01::Models::WebApplicationFirewallMatchVariable
|
547
|
+
WebApplicationFirewallOperator = Azure::Network::Mgmt::V2019_02_01::Models::WebApplicationFirewallOperator
|
548
|
+
WebApplicationFirewallTransform = Azure::Network::Mgmt::V2019_02_01::Models::WebApplicationFirewallTransform
|
549
|
+
WebApplicationFirewallAction = Azure::Network::Mgmt::V2019_02_01::Models::WebApplicationFirewallAction
|
550
|
+
WebApplicationFirewallPolicyResourceState = Azure::Network::Mgmt::V2019_02_01::Models::WebApplicationFirewallPolicyResourceState
|
542
551
|
end
|
543
552
|
|
544
553
|
class NetworkManagementClass
|
545
|
-
attr_reader :application_gateways, :application_security_groups, :available_delegations, :available_resource_group_delegations, :azure_firewalls, :azure_firewall_fqdn_tags, :ddos_custom_policies, :ddos_protection_plans, :available_endpoint_services, :express_route_circuit_authorizations, :express_route_circuit_peerings, :express_route_circuit_connections, :peer_express_route_circuit_connections, :express_route_circuits, :express_route_service_providers, :express_route_cross_connections, :express_route_cross_connection_peerings, :express_route_gateways, :express_route_connections, :express_route_ports_locations, :express_route_ports, :express_route_links, :interface_endpoints, :load_balancers, :load_balancer_backend_address_pools, :load_balancer_frontend_ipconfigurations, :inbound_nat_rules, :load_balancer_load_balancing_rules, :load_balancer_outbound_rules, :load_balancer_network_interfaces, :load_balancer_probes, :network_interfaces, :network_interface_ipconfigurations, :network_interface_load_balancers, :network_interface_tap_configurations, :network_profiles, :network_security_groups, :security_rules, :default_security_rules, :network_watchers, :packet_captures, :connection_monitors, :operations, :public_ipaddresses, :public_ipprefixes, :route_filters, :route_filter_rules, :route_tables, :routes, :bgp_service_communities, :service_endpoint_policies, :service_endpoint_policy_definitions, :usages, :virtual_networks, :subnets, :virtual_network_peerings, :virtual_network_gateways, :virtual_network_gateway_connections, :local_network_gateways, :virtual_network_taps, :virtual_wans, :vpn_sites, :vpn_sites_configuration, :virtual_hubs, :hub_virtual_network_connections, :vpn_gateways, :vpn_connections, :p2s_vpn_server_configurations, :p2s_vpn_gateways, :web_application_firewall_policies, :configurable, :base_url, :options, :model_classes
|
554
|
+
attr_reader :application_gateways, :application_security_groups, :available_delegations, :available_resource_group_delegations, :azure_firewalls, :azure_firewall_fqdn_tags, :ddos_custom_policies, :ddos_protection_plans, :available_endpoint_services, :express_route_circuit_authorizations, :express_route_circuit_peerings, :express_route_circuit_connections, :peer_express_route_circuit_connections, :express_route_circuits, :express_route_service_providers, :express_route_cross_connections, :express_route_cross_connection_peerings, :express_route_gateways, :express_route_connections, :express_route_ports_locations, :express_route_ports, :express_route_links, :interface_endpoints, :load_balancers, :load_balancer_backend_address_pools, :load_balancer_frontend_ipconfigurations, :inbound_nat_rules, :load_balancer_load_balancing_rules, :load_balancer_outbound_rules, :load_balancer_network_interfaces, :load_balancer_probes, :nat_gateways, :network_interfaces, :network_interface_ipconfigurations, :network_interface_load_balancers, :network_interface_tap_configurations, :network_profiles, :network_security_groups, :security_rules, :default_security_rules, :network_watchers, :packet_captures, :connection_monitors, :operations, :public_ipaddresses, :public_ipprefixes, :route_filters, :route_filter_rules, :route_tables, :routes, :bgp_service_communities, :service_endpoint_policies, :service_endpoint_policy_definitions, :usages, :virtual_networks, :subnets, :virtual_network_peerings, :virtual_network_gateways, :virtual_network_gateway_connections, :local_network_gateways, :virtual_network_taps, :virtual_wans, :vpn_sites, :vpn_sites_configuration, :virtual_hubs, :hub_virtual_network_connections, :vpn_gateways, :vpn_connections, :p2s_vpn_server_configurations, :p2s_vpn_gateways, :web_application_firewall_policies, :configurable, :base_url, :options, :model_classes
|
546
555
|
|
547
556
|
def initialize(configurable, base_url=nil, options=nil)
|
548
557
|
@configurable, @base_url, @options = configurable, base_url, options
|
@@ -553,7 +562,7 @@ module Azure::Profiles::Latest
|
|
553
562
|
end
|
554
563
|
add_telemetry(@client_0)
|
555
564
|
|
556
|
-
@client_1 = Azure::Network::Mgmt::
|
565
|
+
@client_1 = Azure::Network::Mgmt::V2019_02_01::NetworkManagementClient.new(configurable.credentials, base_url, options)
|
557
566
|
if(@client_1.respond_to?(:subscription_id))
|
558
567
|
@client_1.subscription_id = configurable.subscription_id
|
559
568
|
end
|
@@ -589,6 +598,7 @@ module Azure::Profiles::Latest
|
|
589
598
|
@load_balancer_outbound_rules = @client_1.load_balancer_outbound_rules
|
590
599
|
@load_balancer_network_interfaces = @client_1.load_balancer_network_interfaces
|
591
600
|
@load_balancer_probes = @client_1.load_balancer_probes
|
601
|
+
@nat_gateways = @client_1.nat_gateways
|
592
602
|
@network_interfaces = @client_1.network_interfaces
|
593
603
|
@network_interface_ipconfigurations = @client_1.network_interface_ipconfigurations
|
594
604
|
@network_interface_load_balancers = @client_1.network_interface_load_balancers
|
@@ -648,1385 +658,1409 @@ module Azure::Profiles::Latest
|
|
648
658
|
end
|
649
659
|
|
650
660
|
class ModelClasses
|
651
|
-
def
|
652
|
-
Azure::Network::Mgmt::
|
661
|
+
def effective_route_list_result
|
662
|
+
Azure::Network::Mgmt::V2019_02_01::Models::EffectiveRouteListResult
|
653
663
|
end
|
654
|
-
def
|
655
|
-
Azure::Network::Mgmt::
|
664
|
+
def application_gateway_probe_health_response_match
|
665
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayProbeHealthResponseMatch
|
656
666
|
end
|
657
|
-
def
|
658
|
-
Azure::Network::Mgmt::
|
667
|
+
def load_balancer_load_balancing_rule_list_result
|
668
|
+
Azure::Network::Mgmt::V2019_02_01::Models::LoadBalancerLoadBalancingRuleListResult
|
659
669
|
end
|
660
670
|
def load_balancer_outbound_rule_list_result
|
661
|
-
Azure::Network::Mgmt::
|
671
|
+
Azure::Network::Mgmt::V2019_02_01::Models::LoadBalancerOutboundRuleListResult
|
662
672
|
end
|
663
|
-
def
|
664
|
-
Azure::Network::Mgmt::
|
673
|
+
def sub_resource
|
674
|
+
Azure::Network::Mgmt::V2019_02_01::Models::SubResource
|
665
675
|
end
|
666
|
-
def
|
667
|
-
Azure::Network::Mgmt::
|
676
|
+
def load_balancer_probe_list_result
|
677
|
+
Azure::Network::Mgmt::V2019_02_01::Models::LoadBalancerProbeListResult
|
668
678
|
end
|
669
|
-
def
|
670
|
-
Azure::Network::Mgmt::
|
679
|
+
def express_route_cross_connections_routes_table_summary_list_result
|
680
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCrossConnectionsRoutesTableSummaryListResult
|
671
681
|
end
|
672
682
|
def express_route_circuit_reference
|
673
|
-
Azure::Network::Mgmt::
|
683
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitReference
|
674
684
|
end
|
675
|
-
def
|
676
|
-
Azure::Network::Mgmt::
|
685
|
+
def list_virtual_wans_result
|
686
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ListVirtualWANsResult
|
677
687
|
end
|
678
|
-
def
|
679
|
-
Azure::Network::Mgmt::
|
688
|
+
def route_filter_rule_list_result
|
689
|
+
Azure::Network::Mgmt::V2019_02_01::Models::RouteFilterRuleListResult
|
680
690
|
end
|
681
|
-
def
|
682
|
-
Azure::Network::Mgmt::
|
691
|
+
def device_properties
|
692
|
+
Azure::Network::Mgmt::V2019_02_01::Models::DeviceProperties
|
683
693
|
end
|
684
|
-
def
|
685
|
-
Azure::Network::Mgmt::
|
694
|
+
def route_filter_list_result
|
695
|
+
Azure::Network::Mgmt::V2019_02_01::Models::RouteFilterListResult
|
686
696
|
end
|
687
|
-
def
|
688
|
-
Azure::Network::Mgmt::
|
697
|
+
def virtual_network_tap_list_result
|
698
|
+
Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkTapListResult
|
689
699
|
end
|
690
700
|
def express_route_cross_connection_list_result
|
691
|
-
Azure::Network::Mgmt::
|
701
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCrossConnectionListResult
|
692
702
|
end
|
693
|
-
def
|
694
|
-
Azure::Network::Mgmt::
|
703
|
+
def service_endpoint_properties_format
|
704
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ServiceEndpointPropertiesFormat
|
695
705
|
end
|
696
706
|
def express_route_cross_connection_peering_list
|
697
|
-
Azure::Network::Mgmt::
|
707
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCrossConnectionPeeringList
|
698
708
|
end
|
699
|
-
def
|
700
|
-
Azure::Network::Mgmt::
|
709
|
+
def get_vpn_sites_configuration_request
|
710
|
+
Azure::Network::Mgmt::V2019_02_01::Models::GetVpnSitesConfigurationRequest
|
701
711
|
end
|
702
712
|
def virtual_hub_id
|
703
|
-
Azure::Network::Mgmt::
|
713
|
+
Azure::Network::Mgmt::V2019_02_01::Models::VirtualHubId
|
704
714
|
end
|
705
|
-
def
|
706
|
-
Azure::Network::Mgmt::
|
715
|
+
def public_ipaddress_dns_settings
|
716
|
+
Azure::Network::Mgmt::V2019_02_01::Models::PublicIPAddressDnsSettings
|
707
717
|
end
|
708
718
|
def express_route_circuit_peering_id
|
709
|
-
Azure::Network::Mgmt::
|
719
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitPeeringId
|
710
720
|
end
|
711
|
-
def
|
712
|
-
Azure::Network::Mgmt::
|
721
|
+
def ip_tag
|
722
|
+
Azure::Network::Mgmt::V2019_02_01::Models::IpTag
|
713
723
|
end
|
714
724
|
def express_route_gateway_properties_auto_scale_configuration_bounds
|
715
|
-
Azure::Network::Mgmt::
|
725
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds
|
716
726
|
end
|
717
|
-
def
|
718
|
-
Azure::Network::Mgmt::
|
727
|
+
def local_network_gateway_list_result
|
728
|
+
Azure::Network::Mgmt::V2019_02_01::Models::LocalNetworkGatewayListResult
|
719
729
|
end
|
720
730
|
def express_route_gateway_properties_auto_scale_configuration
|
721
|
-
Azure::Network::Mgmt::
|
731
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteGatewayPropertiesAutoScaleConfiguration
|
722
732
|
end
|
723
|
-
def
|
724
|
-
Azure::Network::Mgmt::
|
733
|
+
def virtual_hub_route
|
734
|
+
Azure::Network::Mgmt::V2019_02_01::Models::VirtualHubRoute
|
725
735
|
end
|
726
|
-
def
|
727
|
-
Azure::Network::Mgmt::
|
736
|
+
def list_p2_svpn_gateways_result
|
737
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ListP2SVpnGatewaysResult
|
728
738
|
end
|
729
|
-
def
|
730
|
-
Azure::Network::Mgmt::
|
739
|
+
def virtual_network_gateway_connection_list_result
|
740
|
+
Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkGatewayConnectionListResult
|
731
741
|
end
|
732
742
|
def p2_svpn_profile_parameters
|
733
|
-
Azure::Network::Mgmt::
|
743
|
+
Azure::Network::Mgmt::V2019_02_01::Models::P2SVpnProfileParameters
|
734
744
|
end
|
735
|
-
def
|
736
|
-
Azure::Network::Mgmt::
|
745
|
+
def list_virtual_hubs_result
|
746
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ListVirtualHubsResult
|
737
747
|
end
|
738
748
|
def express_route_gateway_list
|
739
|
-
Azure::Network::Mgmt::
|
749
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteGatewayList
|
740
750
|
end
|
741
|
-
def
|
742
|
-
Azure::Network::Mgmt::
|
751
|
+
def gateway_route_list_result
|
752
|
+
Azure::Network::Mgmt::V2019_02_01::Models::GatewayRouteListResult
|
743
753
|
end
|
744
754
|
def express_route_connection_list
|
745
|
-
Azure::Network::Mgmt::
|
755
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteConnectionList
|
746
756
|
end
|
747
757
|
def virtual_network_gateway_list_result
|
748
|
-
Azure::Network::Mgmt::
|
758
|
+
Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkGatewayListResult
|
749
759
|
end
|
750
760
|
def express_route_ports_location_bandwidths
|
751
|
-
Azure::Network::Mgmt::
|
761
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ExpressRoutePortsLocationBandwidths
|
752
762
|
end
|
753
763
|
def vpn_client_parameters
|
754
|
-
Azure::Network::Mgmt::
|
764
|
+
Azure::Network::Mgmt::V2019_02_01::Models::VpnClientParameters
|
755
765
|
end
|
756
|
-
def
|
757
|
-
Azure::Network::Mgmt::
|
766
|
+
def public_ipprefix_list_result
|
767
|
+
Azure::Network::Mgmt::V2019_02_01::Models::PublicIPPrefixListResult
|
758
768
|
end
|
759
|
-
def
|
760
|
-
Azure::Network::Mgmt::
|
769
|
+
def list_vpn_gateways_result
|
770
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ListVpnGatewaysResult
|
761
771
|
end
|
762
772
|
def express_route_ports_location_list_result
|
763
|
-
Azure::Network::Mgmt::
|
773
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ExpressRoutePortsLocationListResult
|
764
774
|
end
|
765
|
-
def
|
766
|
-
Azure::Network::Mgmt::
|
775
|
+
def application_gateway_backend_health_http_settings
|
776
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayBackendHealthHttpSettings
|
767
777
|
end
|
768
|
-
def
|
769
|
-
Azure::Network::Mgmt::
|
778
|
+
def vpn_profile_response
|
779
|
+
Azure::Network::Mgmt::V2019_02_01::Models::VpnProfileResponse
|
770
780
|
end
|
771
|
-
def
|
772
|
-
Azure::Network::Mgmt::
|
781
|
+
def application_gateway_backend_health_pool
|
782
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayBackendHealthPool
|
773
783
|
end
|
774
784
|
def express_route_link_list_result
|
775
|
-
Azure::Network::Mgmt::
|
785
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteLinkListResult
|
776
786
|
end
|
777
|
-
def
|
778
|
-
Azure::Network::Mgmt::
|
787
|
+
def application_gateway_sku
|
788
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewaySku
|
779
789
|
end
|
780
|
-
def
|
781
|
-
Azure::Network::Mgmt::
|
790
|
+
def referenced_public_ip_address
|
791
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ReferencedPublicIpAddress
|
782
792
|
end
|
783
|
-
def
|
784
|
-
Azure::Network::Mgmt::
|
793
|
+
def gateway_route
|
794
|
+
Azure::Network::Mgmt::V2019_02_01::Models::GatewayRoute
|
785
795
|
end
|
786
796
|
def express_route_port_list_result
|
787
|
-
Azure::Network::Mgmt::
|
797
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ExpressRoutePortListResult
|
788
798
|
end
|
789
|
-
def
|
790
|
-
Azure::Network::Mgmt::
|
799
|
+
def bgp_settings
|
800
|
+
Azure::Network::Mgmt::V2019_02_01::Models::BgpSettings
|
791
801
|
end
|
792
802
|
def interface_endpoint_list_result
|
793
|
-
Azure::Network::Mgmt::
|
803
|
+
Azure::Network::Mgmt::V2019_02_01::Models::InterfaceEndpointListResult
|
794
804
|
end
|
795
|
-
def
|
796
|
-
Azure::Network::Mgmt::
|
805
|
+
def ipsec_policy
|
806
|
+
Azure::Network::Mgmt::V2019_02_01::Models::IpsecPolicy
|
797
807
|
end
|
798
808
|
def load_balancer_sku
|
799
|
-
Azure::Network::Mgmt::
|
800
|
-
end
|
801
|
-
def application_gateway_probe_health_response_match
|
802
|
-
Azure::Network::Mgmt::V2018_12_01::Models::ApplicationGatewayProbeHealthResponseMatch
|
803
|
-
end
|
804
|
-
def referenced_public_ip_address
|
805
|
-
Azure::Network::Mgmt::V2018_12_01::Models::ReferencedPublicIpAddress
|
809
|
+
Azure::Network::Mgmt::V2019_02_01::Models::LoadBalancerSku
|
806
810
|
end
|
807
|
-
def
|
808
|
-
Azure::Network::Mgmt::
|
811
|
+
def application_gateway_custom_error
|
812
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayCustomError
|
809
813
|
end
|
810
814
|
def public_ipprefix_sku
|
811
|
-
Azure::Network::Mgmt::
|
815
|
+
Azure::Network::Mgmt::V2019_02_01::Models::PublicIPPrefixSku
|
812
816
|
end
|
813
|
-
def
|
814
|
-
Azure::Network::Mgmt::
|
817
|
+
def virtual_network_gateway_sku
|
818
|
+
Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkGatewaySku
|
815
819
|
end
|
816
820
|
def public_ipaddress_list_result
|
817
|
-
Azure::Network::Mgmt::
|
821
|
+
Azure::Network::Mgmt::V2019_02_01::Models::PublicIPAddressListResult
|
818
822
|
end
|
819
|
-
def
|
820
|
-
Azure::Network::Mgmt::
|
823
|
+
def prepare_network_policies_request
|
824
|
+
Azure::Network::Mgmt::V2019_02_01::Models::PrepareNetworkPoliciesRequest
|
821
825
|
end
|
822
826
|
def operation_list_result
|
823
|
-
Azure::Network::Mgmt::
|
827
|
+
Azure::Network::Mgmt::V2019_02_01::Models::OperationListResult
|
824
828
|
end
|
825
|
-
def
|
826
|
-
Azure::Network::Mgmt::
|
829
|
+
def application_gateway_header_configuration
|
830
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayHeaderConfiguration
|
827
831
|
end
|
828
832
|
def operation
|
829
|
-
Azure::Network::Mgmt::
|
833
|
+
Azure::Network::Mgmt::V2019_02_01::Models::Operation
|
830
834
|
end
|
831
|
-
def
|
832
|
-
Azure::Network::Mgmt::
|
835
|
+
def application_gateway_rewrite_rule
|
836
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayRewriteRule
|
837
|
+
end
|
838
|
+
def operation_properties_format_service_specification
|
839
|
+
Azure::Network::Mgmt::V2019_02_01::Models::OperationPropertiesFormatServiceSpecification
|
840
|
+
end
|
841
|
+
def virtual_wan_security_provider
|
842
|
+
Azure::Network::Mgmt::V2019_02_01::Models::VirtualWanSecurityProvider
|
833
843
|
end
|
834
844
|
def load_balancer_list_result
|
835
|
-
Azure::Network::Mgmt::
|
845
|
+
Azure::Network::Mgmt::V2019_02_01::Models::LoadBalancerListResult
|
836
846
|
end
|
837
|
-
def
|
838
|
-
Azure::Network::Mgmt::
|
847
|
+
def application_gateway_firewall_disabled_rule_group
|
848
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayFirewallDisabledRuleGroup
|
839
849
|
end
|
840
850
|
def inbound_nat_rule_list_result
|
841
|
-
Azure::Network::Mgmt::
|
851
|
+
Azure::Network::Mgmt::V2019_02_01::Models::InboundNatRuleListResult
|
842
852
|
end
|
843
|
-
def
|
844
|
-
Azure::Network::Mgmt::
|
853
|
+
def application_gateway_web_application_firewall_configuration
|
854
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayWebApplicationFirewallConfiguration
|
845
855
|
end
|
846
856
|
def load_balancer_backend_address_pool_list_result
|
847
|
-
Azure::Network::Mgmt::
|
857
|
+
Azure::Network::Mgmt::V2019_02_01::Models::LoadBalancerBackendAddressPoolListResult
|
848
858
|
end
|
849
|
-
def
|
850
|
-
Azure::Network::Mgmt::
|
859
|
+
def managed_service_identity_user_assigned_identities_value
|
860
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ManagedServiceIdentityUserAssignedIdentitiesValue
|
851
861
|
end
|
852
|
-
def
|
853
|
-
Azure::Network::Mgmt::
|
862
|
+
def load_balancer_frontend_ipconfiguration_list_result
|
863
|
+
Azure::Network::Mgmt::V2019_02_01::Models::LoadBalancerFrontendIPConfigurationListResult
|
854
864
|
end
|
855
|
-
def
|
856
|
-
Azure::Network::Mgmt::
|
865
|
+
def virtual_network_usage
|
866
|
+
Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkUsage
|
857
867
|
end
|
858
|
-
def
|
859
|
-
Azure::Network::Mgmt::
|
868
|
+
def application_gateway_list_result
|
869
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayListResult
|
860
870
|
end
|
861
|
-
def
|
862
|
-
Azure::Network::Mgmt::
|
871
|
+
def application_gateway_firewall_rule
|
872
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayFirewallRule
|
863
873
|
end
|
864
874
|
def dimension
|
865
|
-
Azure::Network::Mgmt::
|
875
|
+
Azure::Network::Mgmt::V2019_02_01::Models::Dimension
|
866
876
|
end
|
867
877
|
def virtual_network_usage_name
|
868
|
-
Azure::Network::Mgmt::
|
878
|
+
Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkUsageName
|
869
879
|
end
|
870
|
-
def
|
871
|
-
Azure::Network::Mgmt::
|
880
|
+
def availability
|
881
|
+
Azure::Network::Mgmt::V2019_02_01::Models::Availability
|
882
|
+
end
|
883
|
+
def ipaddress_availability_result
|
884
|
+
Azure::Network::Mgmt::V2019_02_01::Models::IPAddressAvailabilityResult
|
885
|
+
end
|
886
|
+
def log_specification
|
887
|
+
Azure::Network::Mgmt::V2019_02_01::Models::LogSpecification
|
872
888
|
end
|
873
889
|
def application_gateway_available_ssl_predefined_policies
|
874
|
-
Azure::Network::Mgmt::
|
890
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayAvailableSslPredefinedPolicies
|
875
891
|
end
|
876
|
-
def
|
877
|
-
Azure::Network::Mgmt::
|
892
|
+
def network_interface_list_result
|
893
|
+
Azure::Network::Mgmt::V2019_02_01::Models::NetworkInterfaceListResult
|
878
894
|
end
|
879
895
|
def error_details
|
880
|
-
Azure::Network::Mgmt::
|
896
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ErrorDetails
|
881
897
|
end
|
882
|
-
def
|
883
|
-
Azure::Network::Mgmt::
|
898
|
+
def nat_gateway_sku
|
899
|
+
Azure::Network::Mgmt::V2019_02_01::Models::NatGatewaySku
|
884
900
|
end
|
885
901
|
def tags_object
|
886
|
-
Azure::Network::Mgmt::
|
902
|
+
Azure::Network::Mgmt::V2019_02_01::Models::TagsObject
|
887
903
|
end
|
888
|
-
def
|
889
|
-
Azure::Network::Mgmt::
|
904
|
+
def metric_specification
|
905
|
+
Azure::Network::Mgmt::V2019_02_01::Models::MetricSpecification
|
890
906
|
end
|
891
907
|
def available_delegation
|
892
|
-
Azure::Network::Mgmt::
|
908
|
+
Azure::Network::Mgmt::V2019_02_01::Models::AvailableDelegation
|
893
909
|
end
|
894
|
-
def
|
895
|
-
Azure::Network::Mgmt::
|
910
|
+
def nat_gateway_list_result
|
911
|
+
Azure::Network::Mgmt::V2019_02_01::Models::NatGatewayListResult
|
896
912
|
end
|
897
|
-
def
|
898
|
-
Azure::Network::Mgmt::
|
913
|
+
def virtual_wan_security_providers
|
914
|
+
Azure::Network::Mgmt::V2019_02_01::Models::VirtualWanSecurityProviders
|
899
915
|
end
|
900
|
-
def
|
901
|
-
Azure::Network::Mgmt::
|
916
|
+
def azure_async_operation_result
|
917
|
+
Azure::Network::Mgmt::V2019_02_01::Models::AzureAsyncOperationResult
|
902
918
|
end
|
903
919
|
def azure_firewall_application_rule_protocol
|
904
|
-
Azure::Network::Mgmt::
|
920
|
+
Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallApplicationRuleProtocol
|
905
921
|
end
|
906
|
-
def
|
907
|
-
Azure::Network::Mgmt::
|
922
|
+
def network_interface_tap_configuration_list_result
|
923
|
+
Azure::Network::Mgmt::V2019_02_01::Models::NetworkInterfaceTapConfigurationListResult
|
908
924
|
end
|
909
|
-
def
|
910
|
-
Azure::Network::Mgmt::
|
925
|
+
def dhcp_options
|
926
|
+
Azure::Network::Mgmt::V2019_02_01::Models::DhcpOptions
|
911
927
|
end
|
912
|
-
def
|
913
|
-
Azure::Network::Mgmt::
|
928
|
+
def network_interface_ipconfiguration_list_result
|
929
|
+
Azure::Network::Mgmt::V2019_02_01::Models::NetworkInterfaceIPConfigurationListResult
|
914
930
|
end
|
915
931
|
def azure_firewall_nat_rule
|
916
|
-
Azure::Network::Mgmt::
|
932
|
+
Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallNatRule
|
917
933
|
end
|
918
|
-
def
|
919
|
-
Azure::Network::Mgmt::
|
934
|
+
def network_interface_load_balancer_list_result
|
935
|
+
Azure::Network::Mgmt::V2019_02_01::Models::NetworkInterfaceLoadBalancerListResult
|
920
936
|
end
|
921
937
|
def azure_firewall_network_rule
|
922
|
-
Azure::Network::Mgmt::
|
938
|
+
Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallNetworkRule
|
923
939
|
end
|
924
|
-
def
|
925
|
-
Azure::Network::Mgmt::
|
940
|
+
def effective_network_security_group_association
|
941
|
+
Azure::Network::Mgmt::V2019_02_01::Models::EffectiveNetworkSecurityGroupAssociation
|
926
942
|
end
|
927
|
-
def
|
928
|
-
Azure::Network::Mgmt::
|
943
|
+
def list_p2_svpn_server_configurations_result
|
944
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ListP2SVpnServerConfigurationsResult
|
929
945
|
end
|
930
|
-
def
|
931
|
-
Azure::Network::Mgmt::
|
946
|
+
def effective_network_security_rule
|
947
|
+
Azure::Network::Mgmt::V2019_02_01::Models::EffectiveNetworkSecurityRule
|
932
948
|
end
|
933
|
-
def
|
934
|
-
Azure::Network::Mgmt::
|
949
|
+
def address_space
|
950
|
+
Azure::Network::Mgmt::V2019_02_01::Models::AddressSpace
|
935
951
|
end
|
936
|
-
def
|
937
|
-
Azure::Network::Mgmt::
|
952
|
+
def effective_network_security_group
|
953
|
+
Azure::Network::Mgmt::V2019_02_01::Models::EffectiveNetworkSecurityGroup
|
938
954
|
end
|
939
955
|
def dns_name_availability_result
|
940
|
-
Azure::Network::Mgmt::
|
956
|
+
Azure::Network::Mgmt::V2019_02_01::Models::DnsNameAvailabilityResult
|
941
957
|
end
|
942
|
-
def
|
943
|
-
Azure::Network::Mgmt::
|
958
|
+
def effective_network_security_group_list_result
|
959
|
+
Azure::Network::Mgmt::V2019_02_01::Models::EffectiveNetworkSecurityGroupListResult
|
944
960
|
end
|
945
|
-
def
|
946
|
-
Azure::Network::Mgmt::
|
961
|
+
def usages_list_result
|
962
|
+
Azure::Network::Mgmt::V2019_02_01::Models::UsagesListResult
|
947
963
|
end
|
948
|
-
def
|
949
|
-
Azure::Network::Mgmt::
|
964
|
+
def effective_route
|
965
|
+
Azure::Network::Mgmt::V2019_02_01::Models::EffectiveRoute
|
950
966
|
end
|
951
|
-
def
|
952
|
-
Azure::Network::Mgmt::
|
967
|
+
def application_gateway_on_demand_probe
|
968
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayOnDemandProbe
|
953
969
|
end
|
954
970
|
def ddos_protection_plan_list_result
|
955
|
-
Azure::Network::Mgmt::
|
971
|
+
Azure::Network::Mgmt::V2019_02_01::Models::DdosProtectionPlanListResult
|
956
972
|
end
|
957
|
-
def
|
958
|
-
Azure::Network::Mgmt::
|
973
|
+
def web_application_firewall_policy_list_result
|
974
|
+
Azure::Network::Mgmt::V2019_02_01::Models::WebApplicationFirewallPolicyListResult
|
959
975
|
end
|
960
976
|
def endpoint_services_list_result
|
961
|
-
Azure::Network::Mgmt::
|
977
|
+
Azure::Network::Mgmt::V2019_02_01::Models::EndpointServicesListResult
|
962
978
|
end
|
963
979
|
def web_application_firewall_custom_rule
|
964
|
-
Azure::Network::Mgmt::
|
980
|
+
Azure::Network::Mgmt::V2019_02_01::Models::WebApplicationFirewallCustomRule
|
965
981
|
end
|
966
982
|
def authorization_list_result
|
967
|
-
Azure::Network::Mgmt::
|
983
|
+
Azure::Network::Mgmt::V2019_02_01::Models::AuthorizationListResult
|
984
|
+
end
|
985
|
+
def container_network_interface_ip_configuration
|
986
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ContainerNetworkInterfaceIpConfiguration
|
987
|
+
end
|
988
|
+
def service_endpoint_policy_list_result
|
989
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ServiceEndpointPolicyListResult
|
968
990
|
end
|
969
991
|
def match_condition
|
970
|
-
Azure::Network::Mgmt::
|
992
|
+
Azure::Network::Mgmt::V2019_02_01::Models::MatchCondition
|
971
993
|
end
|
972
|
-
def
|
973
|
-
Azure::Network::Mgmt::
|
994
|
+
def express_route_connection_id
|
995
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteConnectionId
|
996
|
+
end
|
997
|
+
def match_variable
|
998
|
+
Azure::Network::Mgmt::V2019_02_01::Models::MatchVariable
|
999
|
+
end
|
1000
|
+
def bgp_service_community_list_result
|
1001
|
+
Azure::Network::Mgmt::V2019_02_01::Models::BgpServiceCommunityListResult
|
974
1002
|
end
|
975
1003
|
def network_profile_list_result
|
976
|
-
Azure::Network::Mgmt::
|
1004
|
+
Azure::Network::Mgmt::V2019_02_01::Models::NetworkProfileListResult
|
977
1005
|
end
|
978
|
-
def
|
979
|
-
Azure::Network::Mgmt::
|
1006
|
+
def bgpcommunity
|
1007
|
+
Azure::Network::Mgmt::V2019_02_01::Models::BGPCommunity
|
980
1008
|
end
|
981
1009
|
def security_rule_list_result
|
982
|
-
Azure::Network::Mgmt::
|
1010
|
+
Azure::Network::Mgmt::V2019_02_01::Models::SecurityRuleListResult
|
983
1011
|
end
|
984
|
-
def
|
985
|
-
Azure::Network::Mgmt::
|
1012
|
+
def express_route_circuit_peering_list_result
|
1013
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitPeeringListResult
|
986
1014
|
end
|
987
1015
|
def network_security_group_list_result
|
988
|
-
Azure::Network::Mgmt::
|
1016
|
+
Azure::Network::Mgmt::V2019_02_01::Models::NetworkSecurityGroupListResult
|
989
1017
|
end
|
990
|
-
def
|
991
|
-
Azure::Network::Mgmt::
|
1018
|
+
def peer_express_route_circuit_connection_list_result
|
1019
|
+
Azure::Network::Mgmt::V2019_02_01::Models::PeerExpressRouteCircuitConnectionListResult
|
992
1020
|
end
|
993
1021
|
def error_response
|
994
|
-
Azure::Network::Mgmt::
|
1022
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ErrorResponse
|
995
1023
|
end
|
996
|
-
def
|
997
|
-
Azure::Network::Mgmt::
|
1024
|
+
def express_route_circuit_service_provider_properties
|
1025
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitServiceProviderProperties
|
998
1026
|
end
|
999
|
-
def
|
1000
|
-
Azure::Network::Mgmt::
|
1027
|
+
def policy_settings
|
1028
|
+
Azure::Network::Mgmt::V2019_02_01::Models::PolicySettings
|
1001
1029
|
end
|
1002
|
-
def
|
1003
|
-
Azure::Network::Mgmt::
|
1030
|
+
def express_route_circuit_arp_table
|
1031
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitArpTable
|
1004
1032
|
end
|
1005
1033
|
def network_watcher_list_result
|
1006
|
-
Azure::Network::Mgmt::
|
1034
|
+
Azure::Network::Mgmt::V2019_02_01::Models::NetworkWatcherListResult
|
1007
1035
|
end
|
1008
|
-
def
|
1009
|
-
Azure::Network::Mgmt::
|
1036
|
+
def express_route_circuit_routes_table
|
1037
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitRoutesTable
|
1010
1038
|
end
|
1011
1039
|
def topology_parameters
|
1012
|
-
Azure::Network::Mgmt::
|
1040
|
+
Azure::Network::Mgmt::V2019_02_01::Models::TopologyParameters
|
1013
1041
|
end
|
1014
|
-
def
|
1015
|
-
Azure::Network::Mgmt::
|
1042
|
+
def express_route_circuit_routes_table_summary
|
1043
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitRoutesTableSummary
|
1016
1044
|
end
|
1017
1045
|
def topology_association
|
1018
|
-
Azure::Network::Mgmt::
|
1046
|
+
Azure::Network::Mgmt::V2019_02_01::Models::TopologyAssociation
|
1019
1047
|
end
|
1020
|
-
def
|
1021
|
-
Azure::Network::Mgmt::
|
1048
|
+
def express_route_circuit_list_result
|
1049
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitListResult
|
1022
1050
|
end
|
1023
1051
|
def topology_resource
|
1024
|
-
Azure::Network::Mgmt::
|
1052
|
+
Azure::Network::Mgmt::V2019_02_01::Models::TopologyResource
|
1025
1053
|
end
|
1026
|
-
def
|
1027
|
-
Azure::Network::Mgmt::
|
1054
|
+
def route_table_list_result
|
1055
|
+
Azure::Network::Mgmt::V2019_02_01::Models::RouteTableListResult
|
1028
1056
|
end
|
1029
1057
|
def topology
|
1030
|
-
Azure::Network::Mgmt::
|
1058
|
+
Azure::Network::Mgmt::V2019_02_01::Models::Topology
|
1031
1059
|
end
|
1032
|
-
def
|
1033
|
-
Azure::Network::Mgmt::
|
1060
|
+
def express_route_cross_connection_routes_table_summary
|
1061
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCrossConnectionRoutesTableSummary
|
1034
1062
|
end
|
1035
1063
|
def verification_ipflow_parameters
|
1036
|
-
Azure::Network::Mgmt::
|
1064
|
+
Azure::Network::Mgmt::V2019_02_01::Models::VerificationIPFlowParameters
|
1037
1065
|
end
|
1038
|
-
def
|
1039
|
-
Azure::Network::Mgmt::
|
1066
|
+
def network_interface_dns_settings
|
1067
|
+
Azure::Network::Mgmt::V2019_02_01::Models::NetworkInterfaceDnsSettings
|
1040
1068
|
end
|
1041
1069
|
def verification_ipflow_result
|
1042
|
-
Azure::Network::Mgmt::
|
1070
|
+
Azure::Network::Mgmt::V2019_02_01::Models::VerificationIPFlowResult
|
1043
1071
|
end
|
1044
|
-
def
|
1045
|
-
Azure::Network::Mgmt::
|
1072
|
+
def vpn_device_script_parameters
|
1073
|
+
Azure::Network::Mgmt::V2019_02_01::Models::VpnDeviceScriptParameters
|
1046
1074
|
end
|
1047
1075
|
def next_hop_parameters
|
1048
|
-
Azure::Network::Mgmt::
|
1076
|
+
Azure::Network::Mgmt::V2019_02_01::Models::NextHopParameters
|
1049
1077
|
end
|
1050
|
-
def
|
1051
|
-
Azure::Network::Mgmt::
|
1078
|
+
def public_ipaddress_sku
|
1079
|
+
Azure::Network::Mgmt::V2019_02_01::Models::PublicIPAddressSku
|
1052
1080
|
end
|
1053
1081
|
def next_hop_result
|
1054
|
-
Azure::Network::Mgmt::
|
1082
|
+
Azure::Network::Mgmt::V2019_02_01::Models::NextHopResult
|
1055
1083
|
end
|
1056
|
-
def
|
1057
|
-
Azure::Network::Mgmt::
|
1084
|
+
def virtual_network_connection_gateway_reference
|
1085
|
+
Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkConnectionGatewayReference
|
1058
1086
|
end
|
1059
1087
|
def security_group_view_parameters
|
1060
|
-
Azure::Network::Mgmt::
|
1088
|
+
Azure::Network::Mgmt::V2019_02_01::Models::SecurityGroupViewParameters
|
1061
1089
|
end
|
1062
|
-
def
|
1063
|
-
Azure::Network::Mgmt::
|
1090
|
+
def connection_reset_shared_key
|
1091
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ConnectionResetSharedKey
|
1064
1092
|
end
|
1065
1093
|
def network_interface_association
|
1066
|
-
Azure::Network::Mgmt::
|
1094
|
+
Azure::Network::Mgmt::V2019_02_01::Models::NetworkInterfaceAssociation
|
1067
1095
|
end
|
1068
|
-
def
|
1069
|
-
Azure::Network::Mgmt::
|
1096
|
+
def tunnel_connection_health
|
1097
|
+
Azure::Network::Mgmt::V2019_02_01::Models::TunnelConnectionHealth
|
1070
1098
|
end
|
1071
1099
|
def subnet_association
|
1072
|
-
Azure::Network::Mgmt::
|
1100
|
+
Azure::Network::Mgmt::V2019_02_01::Models::SubnetAssociation
|
1073
1101
|
end
|
1074
|
-
def
|
1075
|
-
Azure::Network::Mgmt::
|
1102
|
+
def application_gateway_backend_address
|
1103
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayBackendAddress
|
1076
1104
|
end
|
1077
1105
|
def security_rule_associations
|
1078
|
-
Azure::Network::Mgmt::
|
1106
|
+
Azure::Network::Mgmt::V2019_02_01::Models::SecurityRuleAssociations
|
1079
1107
|
end
|
1080
|
-
def
|
1081
|
-
Azure::Network::Mgmt::
|
1108
|
+
def application_gateway_backend_health_server
|
1109
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayBackendHealthServer
|
1082
1110
|
end
|
1083
1111
|
def security_group_network_interface
|
1084
|
-
Azure::Network::Mgmt::
|
1112
|
+
Azure::Network::Mgmt::V2019_02_01::Models::SecurityGroupNetworkInterface
|
1085
1113
|
end
|
1086
|
-
def
|
1087
|
-
Azure::Network::Mgmt::
|
1114
|
+
def application_gateway_backend_health
|
1115
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayBackendHealth
|
1088
1116
|
end
|
1089
1117
|
def security_group_view_result
|
1090
|
-
Azure::Network::Mgmt::
|
1118
|
+
Azure::Network::Mgmt::V2019_02_01::Models::SecurityGroupViewResult
|
1091
1119
|
end
|
1092
|
-
def
|
1093
|
-
Azure::Network::Mgmt::
|
1120
|
+
def bgp_peer_status
|
1121
|
+
Azure::Network::Mgmt::V2019_02_01::Models::BgpPeerStatus
|
1094
1122
|
end
|
1095
1123
|
def packet_capture_storage_location
|
1096
|
-
Azure::Network::Mgmt::
|
1124
|
+
Azure::Network::Mgmt::V2019_02_01::Models::PacketCaptureStorageLocation
|
1097
1125
|
end
|
1098
1126
|
def list_vpn_connections_result
|
1099
|
-
Azure::Network::Mgmt::
|
1127
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ListVpnConnectionsResult
|
1100
1128
|
end
|
1101
1129
|
def packet_capture_filter
|
1102
|
-
Azure::Network::Mgmt::
|
1130
|
+
Azure::Network::Mgmt::V2019_02_01::Models::PacketCaptureFilter
|
1103
1131
|
end
|
1104
|
-
def
|
1105
|
-
Azure::Network::Mgmt::
|
1132
|
+
def vpn_site_id
|
1133
|
+
Azure::Network::Mgmt::V2019_02_01::Models::VpnSiteId
|
1106
1134
|
end
|
1107
1135
|
def packet_capture_parameters
|
1108
|
-
Azure::Network::Mgmt::
|
1136
|
+
Azure::Network::Mgmt::V2019_02_01::Models::PacketCaptureParameters
|
1109
1137
|
end
|
1110
|
-
def
|
1111
|
-
Azure::Network::Mgmt::
|
1138
|
+
def application_gateway_rewrite_rule_action_set
|
1139
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayRewriteRuleActionSet
|
1112
1140
|
end
|
1113
1141
|
def packet_capture
|
1114
|
-
Azure::Network::Mgmt::
|
1142
|
+
Azure::Network::Mgmt::V2019_02_01::Models::PacketCapture
|
1115
1143
|
end
|
1116
|
-
def
|
1117
|
-
Azure::Network::Mgmt::
|
1144
|
+
def virtual_network_list_usage_result
|
1145
|
+
Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkListUsageResult
|
1118
1146
|
end
|
1119
1147
|
def packet_capture_result
|
1120
|
-
Azure::Network::Mgmt::
|
1148
|
+
Azure::Network::Mgmt::V2019_02_01::Models::PacketCaptureResult
|
1121
1149
|
end
|
1122
|
-
def
|
1123
|
-
Azure::Network::Mgmt::
|
1150
|
+
def application_gateway_autoscale_configuration
|
1151
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayAutoscaleConfiguration
|
1124
1152
|
end
|
1125
1153
|
def packet_capture_list_result
|
1126
|
-
Azure::Network::Mgmt::
|
1154
|
+
Azure::Network::Mgmt::V2019_02_01::Models::PacketCaptureListResult
|
1127
1155
|
end
|
1128
|
-
def
|
1129
|
-
Azure::Network::Mgmt::
|
1156
|
+
def application_gateway_firewall_rule_group
|
1157
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayFirewallRuleGroup
|
1130
1158
|
end
|
1131
1159
|
def packet_capture_query_status_result
|
1132
|
-
Azure::Network::Mgmt::
|
1160
|
+
Azure::Network::Mgmt::V2019_02_01::Models::PacketCaptureQueryStatusResult
|
1133
1161
|
end
|
1134
|
-
def
|
1135
|
-
Azure::Network::Mgmt::
|
1162
|
+
def virtual_network_list_result
|
1163
|
+
Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkListResult
|
1136
1164
|
end
|
1137
1165
|
def troubleshooting_parameters
|
1138
|
-
Azure::Network::Mgmt::
|
1166
|
+
Azure::Network::Mgmt::V2019_02_01::Models::TroubleshootingParameters
|
1139
1167
|
end
|
1140
|
-
def
|
1141
|
-
Azure::Network::Mgmt::
|
1168
|
+
def error
|
1169
|
+
Azure::Network::Mgmt::V2019_02_01::Models::Error
|
1142
1170
|
end
|
1143
1171
|
def query_troubleshooting_parameters
|
1144
|
-
Azure::Network::Mgmt::
|
1172
|
+
Azure::Network::Mgmt::V2019_02_01::Models::QueryTroubleshootingParameters
|
1145
1173
|
end
|
1146
|
-
def
|
1147
|
-
Azure::Network::Mgmt::
|
1174
|
+
def available_delegations_result
|
1175
|
+
Azure::Network::Mgmt::V2019_02_01::Models::AvailableDelegationsResult
|
1148
1176
|
end
|
1149
1177
|
def troubleshooting_recommended_actions
|
1150
|
-
Azure::Network::Mgmt::
|
1178
|
+
Azure::Network::Mgmt::V2019_02_01::Models::TroubleshootingRecommendedActions
|
1151
1179
|
end
|
1152
|
-
def
|
1153
|
-
Azure::Network::Mgmt::
|
1180
|
+
def azure_firewall_application_rule
|
1181
|
+
Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallApplicationRule
|
1154
1182
|
end
|
1155
1183
|
def troubleshooting_details
|
1156
|
-
Azure::Network::Mgmt::
|
1184
|
+
Azure::Network::Mgmt::V2019_02_01::Models::TroubleshootingDetails
|
1157
1185
|
end
|
1158
|
-
def
|
1159
|
-
Azure::Network::Mgmt::
|
1186
|
+
def virtual_network_peering_list_result
|
1187
|
+
Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkPeeringListResult
|
1160
1188
|
end
|
1161
1189
|
def troubleshooting_result
|
1162
|
-
Azure::Network::Mgmt::
|
1190
|
+
Azure::Network::Mgmt::V2019_02_01::Models::TroubleshootingResult
|
1163
1191
|
end
|
1164
|
-
def
|
1165
|
-
Azure::Network::Mgmt::
|
1192
|
+
def azure_firewall_list_result
|
1193
|
+
Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallListResult
|
1166
1194
|
end
|
1167
1195
|
def retention_policy_parameters
|
1168
|
-
Azure::Network::Mgmt::
|
1196
|
+
Azure::Network::Mgmt::V2019_02_01::Models::RetentionPolicyParameters
|
1169
1197
|
end
|
1170
|
-
def
|
1171
|
-
Azure::Network::Mgmt::
|
1198
|
+
def protocol_custom_settings_format
|
1199
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ProtocolCustomSettingsFormat
|
1172
1200
|
end
|
1173
1201
|
def flow_log_format_parameters
|
1174
|
-
Azure::Network::Mgmt::
|
1202
|
+
Azure::Network::Mgmt::V2019_02_01::Models::FlowLogFormatParameters
|
1175
1203
|
end
|
1176
|
-
def
|
1177
|
-
Azure::Network::Mgmt::
|
1204
|
+
def ddos_protection_plan
|
1205
|
+
Azure::Network::Mgmt::V2019_02_01::Models::DdosProtectionPlan
|
1178
1206
|
end
|
1179
1207
|
def flow_log_status_parameters
|
1180
|
-
Azure::Network::Mgmt::
|
1208
|
+
Azure::Network::Mgmt::V2019_02_01::Models::FlowLogStatusParameters
|
1209
|
+
end
|
1210
|
+
def usage_name
|
1211
|
+
Azure::Network::Mgmt::V2019_02_01::Models::UsageName
|
1181
1212
|
end
|
1182
1213
|
def traffic_analytics_configuration_properties
|
1183
|
-
Azure::Network::Mgmt::
|
1214
|
+
Azure::Network::Mgmt::V2019_02_01::Models::TrafficAnalyticsConfigurationProperties
|
1184
1215
|
end
|
1185
|
-
def
|
1186
|
-
Azure::Network::Mgmt::
|
1216
|
+
def express_route_circuit_stats
|
1217
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitStats
|
1187
1218
|
end
|
1188
1219
|
def traffic_analytics_properties
|
1189
|
-
Azure::Network::Mgmt::
|
1220
|
+
Azure::Network::Mgmt::V2019_02_01::Models::TrafficAnalyticsProperties
|
1190
1221
|
end
|
1191
|
-
def
|
1192
|
-
Azure::Network::Mgmt::
|
1222
|
+
def vpn_client_connection_health
|
1223
|
+
Azure::Network::Mgmt::V2019_02_01::Models::VpnClientConnectionHealth
|
1193
1224
|
end
|
1194
1225
|
def flow_log_information
|
1195
|
-
Azure::Network::Mgmt::
|
1226
|
+
Azure::Network::Mgmt::V2019_02_01::Models::FlowLogInformation
|
1196
1227
|
end
|
1197
|
-
def
|
1198
|
-
Azure::Network::Mgmt::
|
1228
|
+
def express_route_circuit_connection_list_result
|
1229
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitConnectionListResult
|
1199
1230
|
end
|
1200
1231
|
def connectivity_source
|
1201
|
-
Azure::Network::Mgmt::
|
1232
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ConnectivitySource
|
1202
1233
|
end
|
1203
|
-
def
|
1204
|
-
Azure::Network::Mgmt::
|
1234
|
+
def route_list_result
|
1235
|
+
Azure::Network::Mgmt::V2019_02_01::Models::RouteListResult
|
1205
1236
|
end
|
1206
1237
|
def connectivity_destination
|
1207
|
-
Azure::Network::Mgmt::
|
1238
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ConnectivityDestination
|
1208
1239
|
end
|
1209
|
-
def
|
1210
|
-
Azure::Network::Mgmt::
|
1240
|
+
def express_route_circuits_routes_table_list_result
|
1241
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitsRoutesTableListResult
|
1211
1242
|
end
|
1212
1243
|
def httpheader
|
1213
|
-
Azure::Network::Mgmt::
|
1244
|
+
Azure::Network::Mgmt::V2019_02_01::Models::HTTPHeader
|
1214
1245
|
end
|
1215
|
-
def
|
1216
|
-
Azure::Network::Mgmt::
|
1246
|
+
def express_route_service_provider_bandwidths_offered
|
1247
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteServiceProviderBandwidthsOffered
|
1217
1248
|
end
|
1218
1249
|
def httpconfiguration
|
1219
|
-
Azure::Network::Mgmt::
|
1250
|
+
Azure::Network::Mgmt::V2019_02_01::Models::HTTPConfiguration
|
1220
1251
|
end
|
1221
|
-
def
|
1222
|
-
Azure::Network::Mgmt::
|
1252
|
+
def endpoint_service
|
1253
|
+
Azure::Network::Mgmt::V2019_02_01::Models::EndpointService
|
1223
1254
|
end
|
1224
1255
|
def protocol_configuration
|
1225
|
-
Azure::Network::Mgmt::
|
1256
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ProtocolConfiguration
|
1226
1257
|
end
|
1227
|
-
def
|
1228
|
-
Azure::Network::Mgmt::
|
1258
|
+
def virtual_network_gateway_list_connections_result
|
1259
|
+
Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkGatewayListConnectionsResult
|
1229
1260
|
end
|
1230
1261
|
def connectivity_parameters
|
1231
|
-
Azure::Network::Mgmt::
|
1262
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ConnectivityParameters
|
1232
1263
|
end
|
1233
|
-
def
|
1234
|
-
Azure::Network::Mgmt::
|
1264
|
+
def vpn_client_ipsec_parameters
|
1265
|
+
Azure::Network::Mgmt::V2019_02_01::Models::VpnClientIPsecParameters
|
1235
1266
|
end
|
1236
1267
|
def connectivity_issue
|
1237
|
-
Azure::Network::Mgmt::
|
1268
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ConnectivityIssue
|
1238
1269
|
end
|
1239
|
-
def
|
1240
|
-
Azure::Network::Mgmt::
|
1270
|
+
def bgp_peer_status_list_result
|
1271
|
+
Azure::Network::Mgmt::V2019_02_01::Models::BgpPeerStatusListResult
|
1241
1272
|
end
|
1242
1273
|
def connectivity_hop
|
1243
|
-
Azure::Network::Mgmt::
|
1274
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ConnectivityHop
|
1244
1275
|
end
|
1245
|
-
def
|
1246
|
-
Azure::Network::Mgmt::
|
1276
|
+
def application_gateway_backend_health_on_demand
|
1277
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayBackendHealthOnDemand
|
1247
1278
|
end
|
1248
1279
|
def connectivity_information
|
1249
|
-
Azure::Network::Mgmt::
|
1280
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ConnectivityInformation
|
1250
1281
|
end
|
1251
|
-
def
|
1252
|
-
Azure::Network::Mgmt::
|
1282
|
+
def vpn_client_configuration
|
1283
|
+
Azure::Network::Mgmt::V2019_02_01::Models::VpnClientConfiguration
|
1253
1284
|
end
|
1254
1285
|
def azure_reachability_report_location
|
1255
|
-
Azure::Network::Mgmt::
|
1286
|
+
Azure::Network::Mgmt::V2019_02_01::Models::AzureReachabilityReportLocation
|
1256
1287
|
end
|
1257
|
-
def
|
1258
|
-
Azure::Network::Mgmt::
|
1288
|
+
def application_gateway_rewrite_rule_condition
|
1289
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayRewriteRuleCondition
|
1259
1290
|
end
|
1260
1291
|
def azure_reachability_report_parameters
|
1261
|
-
Azure::Network::Mgmt::
|
1292
|
+
Azure::Network::Mgmt::V2019_02_01::Models::AzureReachabilityReportParameters
|
1262
1293
|
end
|
1263
|
-
def
|
1264
|
-
Azure::Network::Mgmt::
|
1294
|
+
def application_gateway_firewall_exclusion
|
1295
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayFirewallExclusion
|
1265
1296
|
end
|
1266
1297
|
def azure_reachability_report_latency_info
|
1267
|
-
Azure::Network::Mgmt::
|
1298
|
+
Azure::Network::Mgmt::V2019_02_01::Models::AzureReachabilityReportLatencyInfo
|
1268
1299
|
end
|
1269
|
-
def
|
1270
|
-
Azure::Network::Mgmt::
|
1300
|
+
def application_gateway_available_waf_rule_sets_result
|
1301
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayAvailableWafRuleSetsResult
|
1271
1302
|
end
|
1272
1303
|
def azure_reachability_report_item
|
1273
|
-
Azure::Network::Mgmt::
|
1304
|
+
Azure::Network::Mgmt::V2019_02_01::Models::AzureReachabilityReportItem
|
1274
1305
|
end
|
1275
|
-
def
|
1276
|
-
Azure::Network::Mgmt::
|
1306
|
+
def application_security_group_list_result
|
1307
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ApplicationSecurityGroupListResult
|
1277
1308
|
end
|
1278
1309
|
def azure_reachability_report
|
1279
|
-
Azure::Network::Mgmt::
|
1310
|
+
Azure::Network::Mgmt::V2019_02_01::Models::AzureReachabilityReport
|
1280
1311
|
end
|
1281
|
-
def
|
1282
|
-
Azure::Network::Mgmt::
|
1312
|
+
def azure_firewall_nat_rcaction
|
1313
|
+
Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallNatRCAction
|
1283
1314
|
end
|
1284
1315
|
def available_providers_list_parameters
|
1285
|
-
Azure::Network::Mgmt::
|
1316
|
+
Azure::Network::Mgmt::V2019_02_01::Models::AvailableProvidersListParameters
|
1286
1317
|
end
|
1287
|
-
def
|
1288
|
-
Azure::Network::Mgmt::
|
1318
|
+
def azure_firewall_fqdn_tag_list_result
|
1319
|
+
Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallFqdnTagListResult
|
1289
1320
|
end
|
1290
1321
|
def available_providers_list_city
|
1291
|
-
Azure::Network::Mgmt::
|
1322
|
+
Azure::Network::Mgmt::V2019_02_01::Models::AvailableProvidersListCity
|
1292
1323
|
end
|
1293
|
-
def
|
1294
|
-
Azure::Network::Mgmt::
|
1324
|
+
def usage
|
1325
|
+
Azure::Network::Mgmt::V2019_02_01::Models::Usage
|
1295
1326
|
end
|
1296
1327
|
def available_providers_list_state
|
1297
|
-
Azure::Network::Mgmt::
|
1328
|
+
Azure::Network::Mgmt::V2019_02_01::Models::AvailableProvidersListState
|
1298
1329
|
end
|
1299
|
-
def
|
1300
|
-
Azure::Network::Mgmt::
|
1330
|
+
def service_endpoint_policy_definition_list_result
|
1331
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ServiceEndpointPolicyDefinitionListResult
|
1301
1332
|
end
|
1302
1333
|
def available_providers_list_country
|
1303
|
-
Azure::Network::Mgmt::
|
1334
|
+
Azure::Network::Mgmt::V2019_02_01::Models::AvailableProvidersListCountry
|
1304
1335
|
end
|
1305
|
-
def
|
1306
|
-
Azure::Network::Mgmt::
|
1336
|
+
def express_route_circuit_sku
|
1337
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitSku
|
1307
1338
|
end
|
1308
1339
|
def available_providers_list
|
1309
|
-
Azure::Network::Mgmt::
|
1340
|
+
Azure::Network::Mgmt::V2019_02_01::Models::AvailableProvidersList
|
1310
1341
|
end
|
1311
|
-
def
|
1312
|
-
Azure::Network::Mgmt::
|
1342
|
+
def express_route_circuits_routes_table_summary_list_result
|
1343
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitsRoutesTableSummaryListResult
|
1313
1344
|
end
|
1314
1345
|
def connection_monitor_source
|
1315
|
-
Azure::Network::Mgmt::
|
1346
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ConnectionMonitorSource
|
1316
1347
|
end
|
1317
|
-
def
|
1318
|
-
Azure::Network::Mgmt::
|
1348
|
+
def list_vpn_sites_result
|
1349
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ListVpnSitesResult
|
1319
1350
|
end
|
1320
1351
|
def connection_monitor_destination
|
1321
|
-
Azure::Network::Mgmt::
|
1352
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ConnectionMonitorDestination
|
1322
1353
|
end
|
1323
|
-
def
|
1324
|
-
Azure::Network::Mgmt::
|
1354
|
+
def virtual_hub_route_table
|
1355
|
+
Azure::Network::Mgmt::V2019_02_01::Models::VirtualHubRouteTable
|
1325
1356
|
end
|
1326
1357
|
def connection_monitor_parameters
|
1327
|
-
Azure::Network::Mgmt::
|
1358
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ConnectionMonitorParameters
|
1328
1359
|
end
|
1329
|
-
def
|
1330
|
-
Azure::Network::Mgmt::
|
1360
|
+
def application_gateway_ssl_policy
|
1361
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewaySslPolicy
|
1331
1362
|
end
|
1332
1363
|
def connection_monitor
|
1333
|
-
Azure::Network::Mgmt::
|
1364
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ConnectionMonitor
|
1334
1365
|
end
|
1335
|
-
def
|
1336
|
-
Azure::Network::Mgmt::
|
1366
|
+
def network_intent_policy_configuration
|
1367
|
+
Azure::Network::Mgmt::V2019_02_01::Models::NetworkIntentPolicyConfiguration
|
1337
1368
|
end
|
1338
1369
|
def connection_monitor_result
|
1339
|
-
Azure::Network::Mgmt::
|
1370
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ConnectionMonitorResult
|
1340
1371
|
end
|
1341
|
-
def
|
1342
|
-
Azure::Network::Mgmt::
|
1372
|
+
def resource
|
1373
|
+
Azure::Network::Mgmt::V2019_02_01::Models::Resource
|
1343
1374
|
end
|
1344
1375
|
def connection_monitor_list_result
|
1345
|
-
Azure::Network::Mgmt::
|
1376
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ConnectionMonitorListResult
|
1346
1377
|
end
|
1347
|
-
def
|
1348
|
-
Azure::Network::Mgmt::
|
1378
|
+
def subnet_list_result
|
1379
|
+
Azure::Network::Mgmt::V2019_02_01::Models::SubnetListResult
|
1349
1380
|
end
|
1350
1381
|
def connection_state_snapshot
|
1351
|
-
Azure::Network::Mgmt::
|
1382
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ConnectionStateSnapshot
|
1352
1383
|
end
|
1353
|
-
def
|
1354
|
-
Azure::Network::Mgmt::
|
1384
|
+
def express_route_circuit_peering_config
|
1385
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitPeeringConfig
|
1355
1386
|
end
|
1356
1387
|
def connection_monitor_query_result
|
1357
|
-
Azure::Network::Mgmt::
|
1388
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ConnectionMonitorQueryResult
|
1358
1389
|
end
|
1359
|
-
def
|
1360
|
-
Azure::Network::Mgmt::
|
1390
|
+
def express_route_circuits_arp_table_list_result
|
1391
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitsArpTableListResult
|
1361
1392
|
end
|
1362
1393
|
def network_configuration_diagnostic_profile
|
1363
|
-
Azure::Network::Mgmt::
|
1394
|
+
Azure::Network::Mgmt::V2019_02_01::Models::NetworkConfigurationDiagnosticProfile
|
1364
1395
|
end
|
1365
|
-
def
|
1366
|
-
Azure::Network::Mgmt::
|
1396
|
+
def ddos_settings
|
1397
|
+
Azure::Network::Mgmt::V2019_02_01::Models::DdosSettings
|
1367
1398
|
end
|
1368
1399
|
def network_configuration_diagnostic_parameters
|
1369
|
-
Azure::Network::Mgmt::
|
1400
|
+
Azure::Network::Mgmt::V2019_02_01::Models::NetworkConfigurationDiagnosticParameters
|
1370
1401
|
end
|
1371
|
-
def
|
1372
|
-
Azure::Network::Mgmt::
|
1402
|
+
def list_hub_virtual_network_connections_result
|
1403
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ListHubVirtualNetworkConnectionsResult
|
1373
1404
|
end
|
1374
1405
|
def matched_rule
|
1375
|
-
Azure::Network::Mgmt::
|
1406
|
+
Azure::Network::Mgmt::V2019_02_01::Models::MatchedRule
|
1376
1407
|
end
|
1377
|
-
def
|
1378
|
-
Azure::Network::Mgmt::
|
1408
|
+
def azure_firewall_rcaction
|
1409
|
+
Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallRCAction
|
1379
1410
|
end
|
1380
1411
|
def network_security_rules_evaluation_result
|
1381
|
-
Azure::Network::Mgmt::
|
1412
|
+
Azure::Network::Mgmt::V2019_02_01::Models::NetworkSecurityRulesEvaluationResult
|
1382
1413
|
end
|
1383
|
-
def
|
1384
|
-
Azure::Network::Mgmt::
|
1414
|
+
def ipv6_express_route_circuit_peering_config
|
1415
|
+
Azure::Network::Mgmt::V2019_02_01::Models::Ipv6ExpressRouteCircuitPeeringConfig
|
1385
1416
|
end
|
1386
1417
|
def evaluated_network_security_group
|
1387
|
-
Azure::Network::Mgmt::
|
1418
|
+
Azure::Network::Mgmt::V2019_02_01::Models::EvaluatedNetworkSecurityGroup
|
1388
1419
|
end
|
1389
|
-
def
|
1390
|
-
Azure::Network::Mgmt::
|
1420
|
+
def application_gateway_connection_draining
|
1421
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayConnectionDraining
|
1391
1422
|
end
|
1392
1423
|
def network_security_group_result
|
1393
|
-
Azure::Network::Mgmt::
|
1394
|
-
end
|
1395
|
-
def application_gateway_backend_address
|
1396
|
-
Azure::Network::Mgmt::V2018_12_01::Models::ApplicationGatewayBackendAddress
|
1424
|
+
Azure::Network::Mgmt::V2019_02_01::Models::NetworkSecurityGroupResult
|
1397
1425
|
end
|
1398
1426
|
def network_configuration_diagnostic_result
|
1399
|
-
Azure::Network::Mgmt::
|
1427
|
+
Azure::Network::Mgmt::V2019_02_01::Models::NetworkConfigurationDiagnosticResult
|
1400
1428
|
end
|
1401
|
-
def
|
1402
|
-
Azure::Network::Mgmt::
|
1429
|
+
def managed_service_identity
|
1430
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ManagedServiceIdentity
|
1403
1431
|
end
|
1404
1432
|
def network_configuration_diagnostic_response
|
1405
|
-
Azure::Network::Mgmt::
|
1433
|
+
Azure::Network::Mgmt::V2019_02_01::Models::NetworkConfigurationDiagnosticResponse
|
1406
1434
|
end
|
1407
|
-
def
|
1408
|
-
Azure::Network::Mgmt::
|
1435
|
+
def express_route_service_provider_list_result
|
1436
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteServiceProviderListResult
|
1409
1437
|
end
|
1410
1438
|
def operation_display
|
1411
|
-
Azure::Network::Mgmt::
|
1412
|
-
end
|
1413
|
-
def express_route_service_provider_bandwidths_offered
|
1414
|
-
Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteServiceProviderBandwidthsOffered
|
1415
|
-
end
|
1416
|
-
def availability
|
1417
|
-
Azure::Network::Mgmt::V2018_12_01::Models::Availability
|
1439
|
+
Azure::Network::Mgmt::V2019_02_01::Models::OperationDisplay
|
1418
1440
|
end
|
1419
1441
|
def network_interface_tap_configuration
|
1420
|
-
Azure::Network::Mgmt::
|
1442
|
+
Azure::Network::Mgmt::V2019_02_01::Models::NetworkInterfaceTapConfiguration
|
1421
1443
|
end
|
1422
1444
|
def application_security_group
|
1423
|
-
Azure::Network::Mgmt::
|
1445
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ApplicationSecurityGroup
|
1424
1446
|
end
|
1425
1447
|
def security_rule
|
1426
|
-
Azure::Network::Mgmt::
|
1448
|
+
Azure::Network::Mgmt::V2019_02_01::Models::SecurityRule
|
1427
1449
|
end
|
1428
1450
|
def interface_endpoint
|
1429
|
-
Azure::Network::Mgmt::
|
1451
|
+
Azure::Network::Mgmt::V2019_02_01::Models::InterfaceEndpoint
|
1430
1452
|
end
|
1431
1453
|
def network_interface
|
1432
|
-
Azure::Network::Mgmt::
|
1454
|
+
Azure::Network::Mgmt::V2019_02_01::Models::NetworkInterface
|
1433
1455
|
end
|
1434
1456
|
def network_security_group
|
1435
|
-
Azure::Network::Mgmt::
|
1457
|
+
Azure::Network::Mgmt::V2019_02_01::Models::NetworkSecurityGroup
|
1436
1458
|
end
|
1437
1459
|
def route
|
1438
|
-
Azure::Network::Mgmt::
|
1460
|
+
Azure::Network::Mgmt::V2019_02_01::Models::Route
|
1439
1461
|
end
|
1440
1462
|
def route_table
|
1441
|
-
Azure::Network::Mgmt::
|
1463
|
+
Azure::Network::Mgmt::V2019_02_01::Models::RouteTable
|
1442
1464
|
end
|
1443
1465
|
def service_endpoint_policy_definition
|
1444
|
-
Azure::Network::Mgmt::
|
1466
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ServiceEndpointPolicyDefinition
|
1445
1467
|
end
|
1446
1468
|
def service_endpoint_policy
|
1447
|
-
Azure::Network::Mgmt::
|
1469
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ServiceEndpointPolicy
|
1448
1470
|
end
|
1449
1471
|
def public_ipaddress
|
1450
|
-
Azure::Network::Mgmt::
|
1472
|
+
Azure::Network::Mgmt::V2019_02_01::Models::PublicIPAddress
|
1451
1473
|
end
|
1452
1474
|
def ipconfiguration
|
1453
|
-
Azure::Network::Mgmt::
|
1475
|
+
Azure::Network::Mgmt::V2019_02_01::Models::IPConfiguration
|
1454
1476
|
end
|
1455
1477
|
def ipconfiguration_profile
|
1456
|
-
Azure::Network::Mgmt::
|
1478
|
+
Azure::Network::Mgmt::V2019_02_01::Models::IPConfigurationProfile
|
1457
1479
|
end
|
1458
1480
|
def resource_navigation_link
|
1459
|
-
Azure::Network::Mgmt::
|
1481
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ResourceNavigationLink
|
1460
1482
|
end
|
1461
1483
|
def service_association_link
|
1462
|
-
Azure::Network::Mgmt::
|
1484
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ServiceAssociationLink
|
1463
1485
|
end
|
1464
1486
|
def delegation
|
1465
|
-
Azure::Network::Mgmt::
|
1487
|
+
Azure::Network::Mgmt::V2019_02_01::Models::Delegation
|
1466
1488
|
end
|
1467
1489
|
def subnet
|
1468
|
-
Azure::Network::Mgmt::
|
1490
|
+
Azure::Network::Mgmt::V2019_02_01::Models::Subnet
|
1469
1491
|
end
|
1470
1492
|
def frontend_ipconfiguration
|
1471
|
-
Azure::Network::Mgmt::
|
1493
|
+
Azure::Network::Mgmt::V2019_02_01::Models::FrontendIPConfiguration
|
1472
1494
|
end
|
1473
1495
|
def virtual_network_tap
|
1474
|
-
Azure::Network::Mgmt::
|
1496
|
+
Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkTap
|
1475
1497
|
end
|
1476
1498
|
def backend_address_pool
|
1477
|
-
Azure::Network::Mgmt::
|
1499
|
+
Azure::Network::Mgmt::V2019_02_01::Models::BackendAddressPool
|
1478
1500
|
end
|
1479
1501
|
def inbound_nat_rule
|
1480
|
-
Azure::Network::Mgmt::
|
1502
|
+
Azure::Network::Mgmt::V2019_02_01::Models::InboundNatRule
|
1481
1503
|
end
|
1482
1504
|
def network_interface_ipconfiguration
|
1483
|
-
Azure::Network::Mgmt::
|
1505
|
+
Azure::Network::Mgmt::V2019_02_01::Models::NetworkInterfaceIPConfiguration
|
1484
1506
|
end
|
1485
1507
|
def application_gateway_backend_address_pool
|
1486
|
-
Azure::Network::Mgmt::
|
1508
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayBackendAddressPool
|
1487
1509
|
end
|
1488
1510
|
def application_gateway_backend_http_settings
|
1489
|
-
Azure::Network::Mgmt::
|
1511
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayBackendHttpSettings
|
1490
1512
|
end
|
1491
1513
|
def application_gateway_ipconfiguration
|
1492
|
-
Azure::Network::Mgmt::
|
1514
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayIPConfiguration
|
1493
1515
|
end
|
1494
1516
|
def application_gateway_authentication_certificate
|
1495
|
-
Azure::Network::Mgmt::
|
1517
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayAuthenticationCertificate
|
1496
1518
|
end
|
1497
1519
|
def application_gateway_trusted_root_certificate
|
1498
|
-
Azure::Network::Mgmt::
|
1520
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayTrustedRootCertificate
|
1499
1521
|
end
|
1500
1522
|
def application_gateway_ssl_certificate
|
1501
|
-
Azure::Network::Mgmt::
|
1523
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewaySslCertificate
|
1502
1524
|
end
|
1503
1525
|
def application_gateway_frontend_ipconfiguration
|
1504
|
-
Azure::Network::Mgmt::
|
1526
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayFrontendIPConfiguration
|
1505
1527
|
end
|
1506
1528
|
def application_gateway_frontend_port
|
1507
|
-
Azure::Network::Mgmt::
|
1529
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayFrontendPort
|
1508
1530
|
end
|
1509
1531
|
def application_gateway_http_listener
|
1510
|
-
Azure::Network::Mgmt::
|
1532
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayHttpListener
|
1511
1533
|
end
|
1512
1534
|
def application_gateway_path_rule
|
1513
|
-
Azure::Network::Mgmt::
|
1535
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayPathRule
|
1514
1536
|
end
|
1515
1537
|
def application_gateway_probe
|
1516
|
-
Azure::Network::Mgmt::
|
1538
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayProbe
|
1517
1539
|
end
|
1518
1540
|
def application_gateway_request_routing_rule
|
1519
|
-
Azure::Network::Mgmt::
|
1541
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayRequestRoutingRule
|
1520
1542
|
end
|
1521
1543
|
def application_gateway_rewrite_rule_set
|
1522
|
-
Azure::Network::Mgmt::
|
1544
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayRewriteRuleSet
|
1523
1545
|
end
|
1524
1546
|
def application_gateway_redirect_configuration
|
1525
|
-
Azure::Network::Mgmt::
|
1547
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayRedirectConfiguration
|
1526
1548
|
end
|
1527
1549
|
def application_gateway_url_path_map
|
1528
|
-
Azure::Network::Mgmt::
|
1550
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayUrlPathMap
|
1529
1551
|
end
|
1530
1552
|
def application_gateway
|
1531
|
-
Azure::Network::Mgmt::
|
1553
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGateway
|
1532
1554
|
end
|
1533
1555
|
def application_gateway_firewall_rule_set
|
1534
|
-
Azure::Network::Mgmt::
|
1556
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayFirewallRuleSet
|
1535
1557
|
end
|
1536
1558
|
def application_gateway_available_ssl_options
|
1537
|
-
Azure::Network::Mgmt::
|
1559
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayAvailableSslOptions
|
1538
1560
|
end
|
1539
1561
|
def application_gateway_ssl_predefined_policy
|
1540
|
-
Azure::Network::Mgmt::
|
1562
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewaySslPredefinedPolicy
|
1541
1563
|
end
|
1542
1564
|
def azure_firewall_ipconfiguration
|
1543
|
-
Azure::Network::Mgmt::
|
1565
|
+
Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallIPConfiguration
|
1544
1566
|
end
|
1545
1567
|
def azure_firewall_application_rule_collection
|
1546
|
-
Azure::Network::Mgmt::
|
1568
|
+
Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallApplicationRuleCollection
|
1547
1569
|
end
|
1548
1570
|
def azure_firewall_nat_rule_collection
|
1549
|
-
Azure::Network::Mgmt::
|
1571
|
+
Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallNatRuleCollection
|
1550
1572
|
end
|
1551
1573
|
def azure_firewall_network_rule_collection
|
1552
|
-
Azure::Network::Mgmt::
|
1574
|
+
Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallNetworkRuleCollection
|
1553
1575
|
end
|
1554
1576
|
def azure_firewall
|
1555
|
-
Azure::Network::Mgmt::
|
1577
|
+
Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewall
|
1556
1578
|
end
|
1557
1579
|
def azure_firewall_fqdn_tag
|
1558
|
-
Azure::Network::Mgmt::
|
1580
|
+
Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallFqdnTag
|
1559
1581
|
end
|
1560
1582
|
def ddos_custom_policy
|
1561
|
-
Azure::Network::Mgmt::
|
1583
|
+
Azure::Network::Mgmt::V2019_02_01::Models::DdosCustomPolicy
|
1562
1584
|
end
|
1563
1585
|
def endpoint_service_result
|
1564
|
-
Azure::Network::Mgmt::
|
1586
|
+
Azure::Network::Mgmt::V2019_02_01::Models::EndpointServiceResult
|
1565
1587
|
end
|
1566
1588
|
def express_route_circuit_authorization
|
1567
|
-
Azure::Network::Mgmt::
|
1589
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitAuthorization
|
1568
1590
|
end
|
1569
1591
|
def route_filter_rule
|
1570
|
-
Azure::Network::Mgmt::
|
1592
|
+
Azure::Network::Mgmt::V2019_02_01::Models::RouteFilterRule
|
1571
1593
|
end
|
1572
1594
|
def express_route_circuit_connection
|
1573
|
-
Azure::Network::Mgmt::
|
1595
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitConnection
|
1574
1596
|
end
|
1575
1597
|
def peer_express_route_circuit_connection
|
1576
|
-
Azure::Network::Mgmt::
|
1598
|
+
Azure::Network::Mgmt::V2019_02_01::Models::PeerExpressRouteCircuitConnection
|
1577
1599
|
end
|
1578
1600
|
def express_route_circuit_peering
|
1579
|
-
Azure::Network::Mgmt::
|
1601
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitPeering
|
1580
1602
|
end
|
1581
1603
|
def route_filter
|
1582
|
-
Azure::Network::Mgmt::
|
1604
|
+
Azure::Network::Mgmt::V2019_02_01::Models::RouteFilter
|
1583
1605
|
end
|
1584
1606
|
def express_route_circuit
|
1585
|
-
Azure::Network::Mgmt::
|
1607
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuit
|
1586
1608
|
end
|
1587
1609
|
def express_route_service_provider
|
1588
|
-
Azure::Network::Mgmt::
|
1610
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteServiceProvider
|
1589
1611
|
end
|
1590
1612
|
def express_route_cross_connection_peering
|
1591
|
-
Azure::Network::Mgmt::
|
1613
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCrossConnectionPeering
|
1592
1614
|
end
|
1593
1615
|
def express_route_cross_connection
|
1594
|
-
Azure::Network::Mgmt::
|
1616
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCrossConnection
|
1595
1617
|
end
|
1596
1618
|
def express_route_connection
|
1597
|
-
Azure::Network::Mgmt::
|
1619
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteConnection
|
1598
1620
|
end
|
1599
1621
|
def express_route_gateway
|
1600
|
-
Azure::Network::Mgmt::
|
1622
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteGateway
|
1601
1623
|
end
|
1602
1624
|
def express_route_ports_location
|
1603
|
-
Azure::Network::Mgmt::
|
1625
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ExpressRoutePortsLocation
|
1604
1626
|
end
|
1605
1627
|
def express_route_link
|
1606
|
-
Azure::Network::Mgmt::
|
1628
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteLink
|
1607
1629
|
end
|
1608
1630
|
def express_route_port
|
1609
|
-
Azure::Network::Mgmt::
|
1631
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ExpressRoutePort
|
1610
1632
|
end
|
1611
1633
|
def load_balancing_rule
|
1612
|
-
Azure::Network::Mgmt::
|
1634
|
+
Azure::Network::Mgmt::V2019_02_01::Models::LoadBalancingRule
|
1613
1635
|
end
|
1614
1636
|
def probe
|
1615
|
-
Azure::Network::Mgmt::
|
1637
|
+
Azure::Network::Mgmt::V2019_02_01::Models::Probe
|
1616
1638
|
end
|
1617
1639
|
def inbound_nat_pool
|
1618
|
-
Azure::Network::Mgmt::
|
1640
|
+
Azure::Network::Mgmt::V2019_02_01::Models::InboundNatPool
|
1619
1641
|
end
|
1620
1642
|
def outbound_rule
|
1621
|
-
Azure::Network::Mgmt::
|
1643
|
+
Azure::Network::Mgmt::V2019_02_01::Models::OutboundRule
|
1622
1644
|
end
|
1623
1645
|
def load_balancer
|
1624
|
-
Azure::Network::Mgmt::
|
1646
|
+
Azure::Network::Mgmt::V2019_02_01::Models::LoadBalancer
|
1647
|
+
end
|
1648
|
+
def nat_gateway
|
1649
|
+
Azure::Network::Mgmt::V2019_02_01::Models::NatGateway
|
1625
1650
|
end
|
1626
1651
|
def container_network_interface_configuration
|
1627
|
-
Azure::Network::Mgmt::
|
1652
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ContainerNetworkInterfaceConfiguration
|
1628
1653
|
end
|
1629
1654
|
def container
|
1630
|
-
Azure::Network::Mgmt::
|
1655
|
+
Azure::Network::Mgmt::V2019_02_01::Models::Container
|
1631
1656
|
end
|
1632
1657
|
def container_network_interface
|
1633
|
-
Azure::Network::Mgmt::
|
1658
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ContainerNetworkInterface
|
1634
1659
|
end
|
1635
1660
|
def network_profile
|
1636
|
-
Azure::Network::Mgmt::
|
1661
|
+
Azure::Network::Mgmt::V2019_02_01::Models::NetworkProfile
|
1637
1662
|
end
|
1638
1663
|
def network_watcher
|
1639
|
-
Azure::Network::Mgmt::
|
1664
|
+
Azure::Network::Mgmt::V2019_02_01::Models::NetworkWatcher
|
1640
1665
|
end
|
1641
1666
|
def public_ipprefix
|
1642
|
-
Azure::Network::Mgmt::
|
1667
|
+
Azure::Network::Mgmt::V2019_02_01::Models::PublicIPPrefix
|
1643
1668
|
end
|
1644
1669
|
def patch_route_filter_rule
|
1645
|
-
Azure::Network::Mgmt::
|
1670
|
+
Azure::Network::Mgmt::V2019_02_01::Models::PatchRouteFilterRule
|
1646
1671
|
end
|
1647
1672
|
def patch_route_filter
|
1648
|
-
Azure::Network::Mgmt::
|
1673
|
+
Azure::Network::Mgmt::V2019_02_01::Models::PatchRouteFilter
|
1649
1674
|
end
|
1650
1675
|
def bgp_service_community
|
1651
|
-
Azure::Network::Mgmt::
|
1676
|
+
Azure::Network::Mgmt::V2019_02_01::Models::BgpServiceCommunity
|
1652
1677
|
end
|
1653
1678
|
def virtual_network_peering
|
1654
|
-
Azure::Network::Mgmt::
|
1679
|
+
Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkPeering
|
1655
1680
|
end
|
1656
1681
|
def virtual_network
|
1657
|
-
Azure::Network::Mgmt::
|
1682
|
+
Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetwork
|
1658
1683
|
end
|
1659
1684
|
def network_intent_policy
|
1660
|
-
Azure::Network::Mgmt::
|
1685
|
+
Azure::Network::Mgmt::V2019_02_01::Models::NetworkIntentPolicy
|
1661
1686
|
end
|
1662
1687
|
def virtual_network_gateway_ipconfiguration
|
1663
|
-
Azure::Network::Mgmt::
|
1688
|
+
Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkGatewayIPConfiguration
|
1664
1689
|
end
|
1665
1690
|
def vpn_client_root_certificate
|
1666
|
-
Azure::Network::Mgmt::
|
1691
|
+
Azure::Network::Mgmt::V2019_02_01::Models::VpnClientRootCertificate
|
1667
1692
|
end
|
1668
1693
|
def vpn_client_revoked_certificate
|
1669
|
-
Azure::Network::Mgmt::
|
1694
|
+
Azure::Network::Mgmt::V2019_02_01::Models::VpnClientRevokedCertificate
|
1670
1695
|
end
|
1671
1696
|
def virtual_network_gateway
|
1672
|
-
Azure::Network::Mgmt::
|
1697
|
+
Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkGateway
|
1673
1698
|
end
|
1674
1699
|
def local_network_gateway
|
1675
|
-
Azure::Network::Mgmt::
|
1700
|
+
Azure::Network::Mgmt::V2019_02_01::Models::LocalNetworkGateway
|
1676
1701
|
end
|
1677
1702
|
def virtual_network_gateway_connection
|
1678
|
-
Azure::Network::Mgmt::
|
1703
|
+
Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkGatewayConnection
|
1679
1704
|
end
|
1680
1705
|
def connection_shared_key
|
1681
|
-
Azure::Network::Mgmt::
|
1706
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ConnectionSharedKey
|
1682
1707
|
end
|
1683
1708
|
def virtual_network_gateway_connection_list_entity
|
1684
|
-
Azure::Network::Mgmt::
|
1709
|
+
Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkGatewayConnectionListEntity
|
1685
1710
|
end
|
1686
1711
|
def p2_svpn_server_config_vpn_client_root_certificate
|
1687
|
-
Azure::Network::Mgmt::
|
1712
|
+
Azure::Network::Mgmt::V2019_02_01::Models::P2SVpnServerConfigVpnClientRootCertificate
|
1688
1713
|
end
|
1689
1714
|
def p2_svpn_server_config_vpn_client_revoked_certificate
|
1690
|
-
Azure::Network::Mgmt::
|
1715
|
+
Azure::Network::Mgmt::V2019_02_01::Models::P2SVpnServerConfigVpnClientRevokedCertificate
|
1691
1716
|
end
|
1692
1717
|
def p2_svpn_server_config_radius_server_root_certificate
|
1693
|
-
Azure::Network::Mgmt::
|
1718
|
+
Azure::Network::Mgmt::V2019_02_01::Models::P2SVpnServerConfigRadiusServerRootCertificate
|
1694
1719
|
end
|
1695
1720
|
def p2_svpn_server_config_radius_client_root_certificate
|
1696
|
-
Azure::Network::Mgmt::
|
1721
|
+
Azure::Network::Mgmt::V2019_02_01::Models::P2SVpnServerConfigRadiusClientRootCertificate
|
1697
1722
|
end
|
1698
1723
|
def p2_svpn_server_configuration
|
1699
|
-
Azure::Network::Mgmt::
|
1724
|
+
Azure::Network::Mgmt::V2019_02_01::Models::P2SVpnServerConfiguration
|
1700
1725
|
end
|
1701
1726
|
def virtual_wan
|
1702
|
-
Azure::Network::Mgmt::
|
1727
|
+
Azure::Network::Mgmt::V2019_02_01::Models::VirtualWAN
|
1703
1728
|
end
|
1704
1729
|
def vpn_site
|
1705
|
-
Azure::Network::Mgmt::
|
1730
|
+
Azure::Network::Mgmt::V2019_02_01::Models::VpnSite
|
1706
1731
|
end
|
1707
1732
|
def hub_virtual_network_connection
|
1708
|
-
Azure::Network::Mgmt::
|
1733
|
+
Azure::Network::Mgmt::V2019_02_01::Models::HubVirtualNetworkConnection
|
1709
1734
|
end
|
1710
1735
|
def virtual_hub
|
1711
|
-
Azure::Network::Mgmt::
|
1736
|
+
Azure::Network::Mgmt::V2019_02_01::Models::VirtualHub
|
1712
1737
|
end
|
1713
1738
|
def vpn_connection
|
1714
|
-
Azure::Network::Mgmt::
|
1739
|
+
Azure::Network::Mgmt::V2019_02_01::Models::VpnConnection
|
1715
1740
|
end
|
1716
1741
|
def vpn_gateway
|
1717
|
-
Azure::Network::Mgmt::
|
1742
|
+
Azure::Network::Mgmt::V2019_02_01::Models::VpnGateway
|
1718
1743
|
end
|
1719
1744
|
def p2_svpn_gateway
|
1720
|
-
Azure::Network::Mgmt::
|
1745
|
+
Azure::Network::Mgmt::V2019_02_01::Models::P2SVpnGateway
|
1721
1746
|
end
|
1722
1747
|
def web_application_firewall_policy
|
1723
|
-
Azure::Network::Mgmt::
|
1748
|
+
Azure::Network::Mgmt::V2019_02_01::Models::WebApplicationFirewallPolicy
|
1749
|
+
end
|
1750
|
+
def application_gateway_protocol
|
1751
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayProtocol
|
1724
1752
|
end
|
1725
1753
|
def ipallocation_method
|
1726
|
-
Azure::Network::Mgmt::
|
1754
|
+
Azure::Network::Mgmt::V2019_02_01::Models::IPAllocationMethod
|
1727
1755
|
end
|
1728
1756
|
def security_rule_protocol
|
1729
|
-
Azure::Network::Mgmt::
|
1757
|
+
Azure::Network::Mgmt::V2019_02_01::Models::SecurityRuleProtocol
|
1730
1758
|
end
|
1731
1759
|
def security_rule_access
|
1732
|
-
Azure::Network::Mgmt::
|
1760
|
+
Azure::Network::Mgmt::V2019_02_01::Models::SecurityRuleAccess
|
1733
1761
|
end
|
1734
1762
|
def security_rule_direction
|
1735
|
-
Azure::Network::Mgmt::
|
1763
|
+
Azure::Network::Mgmt::V2019_02_01::Models::SecurityRuleDirection
|
1736
1764
|
end
|
1737
1765
|
def route_next_hop_type
|
1738
|
-
Azure::Network::Mgmt::
|
1766
|
+
Azure::Network::Mgmt::V2019_02_01::Models::RouteNextHopType
|
1739
1767
|
end
|
1740
1768
|
def public_ipaddress_sku_name
|
1741
|
-
Azure::Network::Mgmt::
|
1769
|
+
Azure::Network::Mgmt::V2019_02_01::Models::PublicIPAddressSkuName
|
1742
1770
|
end
|
1743
1771
|
def ipversion
|
1744
|
-
Azure::Network::Mgmt::
|
1772
|
+
Azure::Network::Mgmt::V2019_02_01::Models::IPVersion
|
1745
1773
|
end
|
1746
|
-
def
|
1747
|
-
Azure::Network::Mgmt::
|
1774
|
+
def ddos_settings_protection_coverage
|
1775
|
+
Azure::Network::Mgmt::V2019_02_01::Models::DdosSettingsProtectionCoverage
|
1748
1776
|
end
|
1749
|
-
def
|
1750
|
-
Azure::Network::Mgmt::
|
1777
|
+
def transport_protocol
|
1778
|
+
Azure::Network::Mgmt::V2019_02_01::Models::TransportProtocol
|
1751
1779
|
end
|
1752
1780
|
def application_gateway_cookie_based_affinity
|
1753
|
-
Azure::Network::Mgmt::
|
1781
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayCookieBasedAffinity
|
1754
1782
|
end
|
1755
1783
|
def application_gateway_backend_health_server_health
|
1756
|
-
Azure::Network::Mgmt::
|
1784
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayBackendHealthServerHealth
|
1757
1785
|
end
|
1758
1786
|
def application_gateway_sku_name
|
1759
|
-
Azure::Network::Mgmt::
|
1787
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewaySkuName
|
1760
1788
|
end
|
1761
1789
|
def application_gateway_tier
|
1762
|
-
Azure::Network::Mgmt::
|
1790
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayTier
|
1763
1791
|
end
|
1764
1792
|
def application_gateway_ssl_protocol
|
1765
|
-
Azure::Network::Mgmt::
|
1793
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewaySslProtocol
|
1766
1794
|
end
|
1767
1795
|
def application_gateway_ssl_policy_type
|
1768
|
-
Azure::Network::Mgmt::
|
1796
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewaySslPolicyType
|
1769
1797
|
end
|
1770
1798
|
def application_gateway_ssl_policy_name
|
1771
|
-
Azure::Network::Mgmt::
|
1799
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewaySslPolicyName
|
1772
1800
|
end
|
1773
1801
|
def application_gateway_ssl_cipher_suite
|
1774
|
-
Azure::Network::Mgmt::
|
1802
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewaySslCipherSuite
|
1775
1803
|
end
|
1776
1804
|
def application_gateway_custom_error_status_code
|
1777
|
-
Azure::Network::Mgmt::
|
1805
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayCustomErrorStatusCode
|
1778
1806
|
end
|
1779
1807
|
def application_gateway_request_routing_rule_type
|
1780
|
-
Azure::Network::Mgmt::
|
1808
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayRequestRoutingRuleType
|
1781
1809
|
end
|
1782
1810
|
def application_gateway_redirect_type
|
1783
|
-
Azure::Network::Mgmt::
|
1811
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayRedirectType
|
1784
1812
|
end
|
1785
1813
|
def application_gateway_operational_state
|
1786
|
-
Azure::Network::Mgmt::
|
1814
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayOperationalState
|
1787
1815
|
end
|
1788
1816
|
def application_gateway_firewall_mode
|
1789
|
-
Azure::Network::Mgmt::
|
1817
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayFirewallMode
|
1790
1818
|
end
|
1791
1819
|
def resource_identity_type
|
1792
|
-
Azure::Network::Mgmt::
|
1820
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ResourceIdentityType
|
1793
1821
|
end
|
1794
1822
|
def provisioning_state
|
1795
|
-
Azure::Network::Mgmt::
|
1823
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ProvisioningState
|
1796
1824
|
end
|
1797
1825
|
def azure_firewall_rcaction_type
|
1798
|
-
Azure::Network::Mgmt::
|
1826
|
+
Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallRCActionType
|
1799
1827
|
end
|
1800
1828
|
def azure_firewall_application_rule_protocol_type
|
1801
|
-
Azure::Network::Mgmt::
|
1829
|
+
Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallApplicationRuleProtocolType
|
1802
1830
|
end
|
1803
1831
|
def azure_firewall_nat_rcaction_type
|
1804
|
-
Azure::Network::Mgmt::
|
1832
|
+
Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallNatRCActionType
|
1805
1833
|
end
|
1806
1834
|
def azure_firewall_network_rule_protocol
|
1807
|
-
Azure::Network::Mgmt::
|
1835
|
+
Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallNetworkRuleProtocol
|
1808
1836
|
end
|
1809
1837
|
def azure_firewall_threat_intel_mode
|
1810
|
-
Azure::Network::Mgmt::
|
1838
|
+
Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallThreatIntelMode
|
1811
1839
|
end
|
1812
1840
|
def ddos_custom_policy_protocol
|
1813
|
-
Azure::Network::Mgmt::
|
1841
|
+
Azure::Network::Mgmt::V2019_02_01::Models::DdosCustomPolicyProtocol
|
1814
1842
|
end
|
1815
1843
|
def ddos_custom_policy_trigger_sensitivity_override
|
1816
|
-
Azure::Network::Mgmt::
|
1844
|
+
Azure::Network::Mgmt::V2019_02_01::Models::DdosCustomPolicyTriggerSensitivityOverride
|
1817
1845
|
end
|
1818
1846
|
def authorization_use_status
|
1819
|
-
Azure::Network::Mgmt::
|
1847
|
+
Azure::Network::Mgmt::V2019_02_01::Models::AuthorizationUseStatus
|
1820
1848
|
end
|
1821
1849
|
def express_route_circuit_peering_advertised_public_prefix_state
|
1822
|
-
Azure::Network::Mgmt::
|
1850
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitPeeringAdvertisedPublicPrefixState
|
1823
1851
|
end
|
1824
1852
|
def access
|
1825
|
-
Azure::Network::Mgmt::
|
1853
|
+
Azure::Network::Mgmt::V2019_02_01::Models::Access
|
1826
1854
|
end
|
1827
1855
|
def express_route_peering_type
|
1828
|
-
Azure::Network::Mgmt::
|
1856
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ExpressRoutePeeringType
|
1829
1857
|
end
|
1830
1858
|
def express_route_peering_state
|
1831
|
-
Azure::Network::Mgmt::
|
1859
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ExpressRoutePeeringState
|
1832
1860
|
end
|
1833
1861
|
def circuit_connection_status
|
1834
|
-
Azure::Network::Mgmt::
|
1862
|
+
Azure::Network::Mgmt::V2019_02_01::Models::CircuitConnectionStatus
|
1835
1863
|
end
|
1836
1864
|
def express_route_circuit_peering_state
|
1837
|
-
Azure::Network::Mgmt::
|
1865
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitPeeringState
|
1838
1866
|
end
|
1839
1867
|
def express_route_circuit_sku_tier
|
1840
|
-
Azure::Network::Mgmt::
|
1868
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitSkuTier
|
1841
1869
|
end
|
1842
1870
|
def express_route_circuit_sku_family
|
1843
|
-
Azure::Network::Mgmt::
|
1871
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitSkuFamily
|
1844
1872
|
end
|
1845
1873
|
def service_provider_provisioning_state
|
1846
|
-
Azure::Network::Mgmt::
|
1874
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ServiceProviderProvisioningState
|
1847
1875
|
end
|
1848
1876
|
def express_route_link_connector_type
|
1849
|
-
Azure::Network::Mgmt::
|
1877
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteLinkConnectorType
|
1850
1878
|
end
|
1851
1879
|
def express_route_link_admin_state
|
1852
|
-
Azure::Network::Mgmt::
|
1880
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteLinkAdminState
|
1853
1881
|
end
|
1854
1882
|
def express_route_ports_encapsulation
|
1855
|
-
Azure::Network::Mgmt::
|
1883
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ExpressRoutePortsEncapsulation
|
1856
1884
|
end
|
1857
1885
|
def load_balancer_sku_name
|
1858
|
-
Azure::Network::Mgmt::
|
1886
|
+
Azure::Network::Mgmt::V2019_02_01::Models::LoadBalancerSkuName
|
1859
1887
|
end
|
1860
1888
|
def load_distribution
|
1861
|
-
Azure::Network::Mgmt::
|
1889
|
+
Azure::Network::Mgmt::V2019_02_01::Models::LoadDistribution
|
1862
1890
|
end
|
1863
1891
|
def probe_protocol
|
1864
|
-
Azure::Network::Mgmt::
|
1892
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ProbeProtocol
|
1893
|
+
end
|
1894
|
+
def load_balancer_outbound_rule_protocol
|
1895
|
+
Azure::Network::Mgmt::V2019_02_01::Models::LoadBalancerOutboundRuleProtocol
|
1896
|
+
end
|
1897
|
+
def nat_gateway_sku_name
|
1898
|
+
Azure::Network::Mgmt::V2019_02_01::Models::NatGatewaySkuName
|
1865
1899
|
end
|
1866
1900
|
def network_operation_status
|
1867
|
-
Azure::Network::Mgmt::
|
1901
|
+
Azure::Network::Mgmt::V2019_02_01::Models::NetworkOperationStatus
|
1902
|
+
end
|
1903
|
+
def authentication_method
|
1904
|
+
Azure::Network::Mgmt::V2019_02_01::Models::AuthenticationMethod
|
1868
1905
|
end
|
1869
1906
|
def effective_security_rule_protocol
|
1870
|
-
Azure::Network::Mgmt::
|
1907
|
+
Azure::Network::Mgmt::V2019_02_01::Models::EffectiveSecurityRuleProtocol
|
1871
1908
|
end
|
1872
1909
|
def effective_route_source
|
1873
|
-
Azure::Network::Mgmt::
|
1910
|
+
Azure::Network::Mgmt::V2019_02_01::Models::EffectiveRouteSource
|
1874
1911
|
end
|
1875
1912
|
def effective_route_state
|
1876
|
-
Azure::Network::Mgmt::
|
1913
|
+
Azure::Network::Mgmt::V2019_02_01::Models::EffectiveRouteState
|
1877
1914
|
end
|
1878
1915
|
def association_type
|
1879
|
-
Azure::Network::Mgmt::
|
1916
|
+
Azure::Network::Mgmt::V2019_02_01::Models::AssociationType
|
1880
1917
|
end
|
1881
1918
|
def direction
|
1882
|
-
Azure::Network::Mgmt::
|
1919
|
+
Azure::Network::Mgmt::V2019_02_01::Models::Direction
|
1883
1920
|
end
|
1884
1921
|
def ip_flow_protocol
|
1885
|
-
Azure::Network::Mgmt::
|
1922
|
+
Azure::Network::Mgmt::V2019_02_01::Models::IpFlowProtocol
|
1886
1923
|
end
|
1887
1924
|
def next_hop_type
|
1888
|
-
Azure::Network::Mgmt::
|
1925
|
+
Azure::Network::Mgmt::V2019_02_01::Models::NextHopType
|
1889
1926
|
end
|
1890
1927
|
def pc_protocol
|
1891
|
-
Azure::Network::Mgmt::
|
1928
|
+
Azure::Network::Mgmt::V2019_02_01::Models::PcProtocol
|
1892
1929
|
end
|
1893
1930
|
def pc_status
|
1894
|
-
Azure::Network::Mgmt::
|
1931
|
+
Azure::Network::Mgmt::V2019_02_01::Models::PcStatus
|
1895
1932
|
end
|
1896
1933
|
def pc_error
|
1897
|
-
Azure::Network::Mgmt::
|
1934
|
+
Azure::Network::Mgmt::V2019_02_01::Models::PcError
|
1898
1935
|
end
|
1899
1936
|
def flow_log_format_type
|
1900
|
-
Azure::Network::Mgmt::
|
1937
|
+
Azure::Network::Mgmt::V2019_02_01::Models::FlowLogFormatType
|
1901
1938
|
end
|
1902
1939
|
def protocol
|
1903
|
-
Azure::Network::Mgmt::
|
1940
|
+
Azure::Network::Mgmt::V2019_02_01::Models::Protocol
|
1904
1941
|
end
|
1905
1942
|
def httpmethod
|
1906
|
-
Azure::Network::Mgmt::
|
1943
|
+
Azure::Network::Mgmt::V2019_02_01::Models::HTTPMethod
|
1907
1944
|
end
|
1908
1945
|
def origin
|
1909
|
-
Azure::Network::Mgmt::
|
1946
|
+
Azure::Network::Mgmt::V2019_02_01::Models::Origin
|
1910
1947
|
end
|
1911
1948
|
def severity
|
1912
|
-
Azure::Network::Mgmt::
|
1949
|
+
Azure::Network::Mgmt::V2019_02_01::Models::Severity
|
1913
1950
|
end
|
1914
1951
|
def issue_type
|
1915
|
-
Azure::Network::Mgmt::
|
1952
|
+
Azure::Network::Mgmt::V2019_02_01::Models::IssueType
|
1916
1953
|
end
|
1917
1954
|
def connection_status
|
1918
|
-
Azure::Network::Mgmt::
|
1955
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ConnectionStatus
|
1919
1956
|
end
|
1920
1957
|
def connection_monitor_source_status
|
1921
|
-
Azure::Network::Mgmt::
|
1958
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ConnectionMonitorSourceStatus
|
1922
1959
|
end
|
1923
1960
|
def connection_state
|
1924
|
-
Azure::Network::Mgmt::
|
1961
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ConnectionState
|
1925
1962
|
end
|
1926
1963
|
def evaluation_state
|
1927
|
-
Azure::Network::Mgmt::
|
1964
|
+
Azure::Network::Mgmt::V2019_02_01::Models::EvaluationState
|
1928
1965
|
end
|
1929
1966
|
def verbosity_level
|
1930
|
-
Azure::Network::Mgmt::
|
1967
|
+
Azure::Network::Mgmt::V2019_02_01::Models::VerbosityLevel
|
1931
1968
|
end
|
1932
1969
|
def public_ipprefix_sku_name
|
1933
|
-
Azure::Network::Mgmt::
|
1970
|
+
Azure::Network::Mgmt::V2019_02_01::Models::PublicIPPrefixSkuName
|
1934
1971
|
end
|
1935
1972
|
def virtual_network_peering_state
|
1936
|
-
Azure::Network::Mgmt::
|
1973
|
+
Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkPeeringState
|
1937
1974
|
end
|
1938
1975
|
def virtual_network_gateway_type
|
1939
|
-
Azure::Network::Mgmt::
|
1976
|
+
Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkGatewayType
|
1940
1977
|
end
|
1941
1978
|
def vpn_type
|
1942
|
-
Azure::Network::Mgmt::
|
1979
|
+
Azure::Network::Mgmt::V2019_02_01::Models::VpnType
|
1943
1980
|
end
|
1944
1981
|
def virtual_network_gateway_sku_name
|
1945
|
-
Azure::Network::Mgmt::
|
1982
|
+
Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkGatewaySkuName
|
1946
1983
|
end
|
1947
1984
|
def virtual_network_gateway_sku_tier
|
1948
|
-
Azure::Network::Mgmt::
|
1985
|
+
Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkGatewaySkuTier
|
1949
1986
|
end
|
1950
1987
|
def vpn_client_protocol
|
1951
|
-
Azure::Network::Mgmt::
|
1988
|
+
Azure::Network::Mgmt::V2019_02_01::Models::VpnClientProtocol
|
1952
1989
|
end
|
1953
1990
|
def ipsec_encryption
|
1954
|
-
Azure::Network::Mgmt::
|
1991
|
+
Azure::Network::Mgmt::V2019_02_01::Models::IpsecEncryption
|
1955
1992
|
end
|
1956
1993
|
def ipsec_integrity
|
1957
|
-
Azure::Network::Mgmt::
|
1994
|
+
Azure::Network::Mgmt::V2019_02_01::Models::IpsecIntegrity
|
1958
1995
|
end
|
1959
1996
|
def ike_encryption
|
1960
|
-
Azure::Network::Mgmt::
|
1997
|
+
Azure::Network::Mgmt::V2019_02_01::Models::IkeEncryption
|
1961
1998
|
end
|
1962
1999
|
def ike_integrity
|
1963
|
-
Azure::Network::Mgmt::
|
2000
|
+
Azure::Network::Mgmt::V2019_02_01::Models::IkeIntegrity
|
1964
2001
|
end
|
1965
2002
|
def dh_group
|
1966
|
-
Azure::Network::Mgmt::
|
2003
|
+
Azure::Network::Mgmt::V2019_02_01::Models::DhGroup
|
1967
2004
|
end
|
1968
2005
|
def pfs_group
|
1969
|
-
Azure::Network::Mgmt::
|
2006
|
+
Azure::Network::Mgmt::V2019_02_01::Models::PfsGroup
|
1970
2007
|
end
|
1971
2008
|
def bgp_peer_state
|
1972
|
-
Azure::Network::Mgmt::
|
2009
|
+
Azure::Network::Mgmt::V2019_02_01::Models::BgpPeerState
|
1973
2010
|
end
|
1974
2011
|
def processor_architecture
|
1975
|
-
Azure::Network::Mgmt::
|
1976
|
-
end
|
1977
|
-
def authentication_method
|
1978
|
-
Azure::Network::Mgmt::V2018_12_01::Models::AuthenticationMethod
|
2012
|
+
Azure::Network::Mgmt::V2019_02_01::Models::ProcessorArchitecture
|
1979
2013
|
end
|
1980
2014
|
def virtual_network_gateway_connection_status
|
1981
|
-
Azure::Network::Mgmt::
|
2015
|
+
Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkGatewayConnectionStatus
|
1982
2016
|
end
|
1983
2017
|
def virtual_network_gateway_connection_type
|
1984
|
-
Azure::Network::Mgmt::
|
2018
|
+
Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkGatewayConnectionType
|
1985
2019
|
end
|
1986
2020
|
def virtual_network_gateway_connection_protocol
|
1987
|
-
Azure::Network::Mgmt::
|
2021
|
+
Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkGatewayConnectionProtocol
|
1988
2022
|
end
|
1989
2023
|
def office_traffic_category
|
1990
|
-
Azure::Network::Mgmt::
|
2024
|
+
Azure::Network::Mgmt::V2019_02_01::Models::OfficeTrafficCategory
|
1991
2025
|
end
|
1992
2026
|
def vpn_gateway_tunneling_protocol
|
1993
|
-
Azure::Network::Mgmt::
|
2027
|
+
Azure::Network::Mgmt::V2019_02_01::Models::VpnGatewayTunnelingProtocol
|
1994
2028
|
end
|
1995
2029
|
def vpn_connection_status
|
1996
|
-
Azure::Network::Mgmt::
|
2030
|
+
Azure::Network::Mgmt::V2019_02_01::Models::VpnConnectionStatus
|
1997
2031
|
end
|
1998
2032
|
def virtual_wan_security_provider_type
|
1999
|
-
Azure::Network::Mgmt::
|
2033
|
+
Azure::Network::Mgmt::V2019_02_01::Models::VirtualWanSecurityProviderType
|
2000
2034
|
end
|
2001
2035
|
def tunnel_connection_status
|
2002
|
-
Azure::Network::Mgmt::
|
2036
|
+
Azure::Network::Mgmt::V2019_02_01::Models::TunnelConnectionStatus
|
2003
2037
|
end
|
2004
2038
|
def hub_virtual_network_connection_status
|
2005
|
-
Azure::Network::Mgmt::
|
2039
|
+
Azure::Network::Mgmt::V2019_02_01::Models::HubVirtualNetworkConnectionStatus
|
2006
2040
|
end
|
2007
2041
|
def web_application_firewall_enabled_state
|
2008
|
-
Azure::Network::Mgmt::
|
2042
|
+
Azure::Network::Mgmt::V2019_02_01::Models::WebApplicationFirewallEnabledState
|
2009
2043
|
end
|
2010
2044
|
def web_application_firewall_mode
|
2011
|
-
Azure::Network::Mgmt::
|
2045
|
+
Azure::Network::Mgmt::V2019_02_01::Models::WebApplicationFirewallMode
|
2012
2046
|
end
|
2013
2047
|
def web_application_firewall_rule_type
|
2014
|
-
Azure::Network::Mgmt::
|
2048
|
+
Azure::Network::Mgmt::V2019_02_01::Models::WebApplicationFirewallRuleType
|
2015
2049
|
end
|
2016
2050
|
def web_application_firewall_match_variable
|
2017
|
-
Azure::Network::Mgmt::
|
2051
|
+
Azure::Network::Mgmt::V2019_02_01::Models::WebApplicationFirewallMatchVariable
|
2018
2052
|
end
|
2019
2053
|
def web_application_firewall_operator
|
2020
|
-
Azure::Network::Mgmt::
|
2054
|
+
Azure::Network::Mgmt::V2019_02_01::Models::WebApplicationFirewallOperator
|
2021
2055
|
end
|
2022
2056
|
def web_application_firewall_transform
|
2023
|
-
Azure::Network::Mgmt::
|
2057
|
+
Azure::Network::Mgmt::V2019_02_01::Models::WebApplicationFirewallTransform
|
2024
2058
|
end
|
2025
2059
|
def web_application_firewall_action
|
2026
|
-
Azure::Network::Mgmt::
|
2060
|
+
Azure::Network::Mgmt::V2019_02_01::Models::WebApplicationFirewallAction
|
2027
2061
|
end
|
2028
2062
|
def web_application_firewall_policy_resource_state
|
2029
|
-
Azure::Network::Mgmt::
|
2063
|
+
Azure::Network::Mgmt::V2019_02_01::Models::WebApplicationFirewallPolicyResourceState
|
2030
2064
|
end
|
2031
2065
|
end
|
2032
2066
|
end
|