azure_sdk 0.18.1 → 0.18.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/azure_sdk/version.rb +1 -1
- data/lib/latest/modules/network_profile_module.rb +929 -851
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ac183d81ebf95c86152a8a1fac46b900dfb1ffda
|
|
4
|
+
data.tar.gz: 9c474efa5fff6515950add9173e7687ef6232dab
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5527b5bb0b3dda4904d606871095b3158d42fabfc30340b9dfdf719b123a1ae085df862cf4ad405f04eca70231f5a602493a4f8f0d524be91ac5bdf04cbd5a9b
|
|
7
|
+
data.tar.gz: d231d0970475c08bf38f0ea7bd90982edc57ebaa771cf2799804c45b32452e6177a8426bdcb5ae9628e199e3df62353bb9792a35ffcc5bc36eb08f1fcb7ff951
|
data/lib/azure_sdk/version.rb
CHANGED
|
@@ -7,406 +7,427 @@ require 'azure_mgmt_network'
|
|
|
7
7
|
module Azure::Profiles::Latest
|
|
8
8
|
module Network
|
|
9
9
|
module Mgmt
|
|
10
|
-
AzureFirewalls = Azure::Network::Mgmt::
|
|
11
|
-
ApplicationGateways = Azure::Network::Mgmt::
|
|
12
|
-
ApplicationSecurityGroups = Azure::Network::Mgmt::
|
|
13
|
-
DdosProtectionPlans = Azure::Network::Mgmt::
|
|
14
|
-
AvailableEndpointServices = Azure::Network::Mgmt::
|
|
15
|
-
ExpressRouteCircuitAuthorizations = Azure::Network::Mgmt::
|
|
16
|
-
ExpressRouteCircuitPeerings = Azure::Network::Mgmt::
|
|
17
|
-
ExpressRouteCircuitConnections = Azure::Network::Mgmt::
|
|
18
|
-
ExpressRouteCircuits = Azure::Network::Mgmt::
|
|
19
|
-
ExpressRouteServiceProviders = Azure::Network::Mgmt::
|
|
20
|
-
ExpressRouteCrossConnections = Azure::Network::Mgmt::
|
|
21
|
-
ExpressRouteCrossConnectionPeerings = Azure::Network::Mgmt::
|
|
22
|
-
LoadBalancers = Azure::Network::Mgmt::
|
|
23
|
-
LoadBalancerBackendAddressPools = Azure::Network::Mgmt::
|
|
24
|
-
LoadBalancerFrontendIPConfigurations = Azure::Network::Mgmt::
|
|
25
|
-
InboundNatRules = Azure::Network::Mgmt::
|
|
26
|
-
LoadBalancerLoadBalancingRules = Azure::Network::Mgmt::
|
|
27
|
-
LoadBalancerNetworkInterfaces = Azure::Network::Mgmt::
|
|
28
|
-
LoadBalancerProbes = Azure::Network::Mgmt::
|
|
29
|
-
NetworkInterfaces = Azure::Network::Mgmt::
|
|
30
|
-
NetworkInterfaceIPConfigurations = Azure::Network::Mgmt::
|
|
31
|
-
NetworkInterfaceLoadBalancers = Azure::Network::Mgmt::
|
|
32
|
-
NetworkSecurityGroups = Azure::Network::Mgmt::
|
|
33
|
-
SecurityRules = Azure::Network::Mgmt::
|
|
34
|
-
DefaultSecurityRules = Azure::Network::Mgmt::
|
|
35
|
-
NetworkWatchers = Azure::Network::Mgmt::
|
|
36
|
-
PacketCaptures = Azure::Network::Mgmt::
|
|
37
|
-
ConnectionMonitors = Azure::Network::Mgmt::
|
|
38
|
-
Operations = Azure::Network::Mgmt::
|
|
39
|
-
PublicIPAddresses = Azure::Network::Mgmt::
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
10
|
+
AzureFirewalls = Azure::Network::Mgmt::V2018_07_01::AzureFirewalls
|
|
11
|
+
ApplicationGateways = Azure::Network::Mgmt::V2018_07_01::ApplicationGateways
|
|
12
|
+
ApplicationSecurityGroups = Azure::Network::Mgmt::V2018_07_01::ApplicationSecurityGroups
|
|
13
|
+
DdosProtectionPlans = Azure::Network::Mgmt::V2018_07_01::DdosProtectionPlans
|
|
14
|
+
AvailableEndpointServices = Azure::Network::Mgmt::V2018_07_01::AvailableEndpointServices
|
|
15
|
+
ExpressRouteCircuitAuthorizations = Azure::Network::Mgmt::V2018_07_01::ExpressRouteCircuitAuthorizations
|
|
16
|
+
ExpressRouteCircuitPeerings = Azure::Network::Mgmt::V2018_07_01::ExpressRouteCircuitPeerings
|
|
17
|
+
ExpressRouteCircuitConnections = Azure::Network::Mgmt::V2018_07_01::ExpressRouteCircuitConnections
|
|
18
|
+
ExpressRouteCircuits = Azure::Network::Mgmt::V2018_07_01::ExpressRouteCircuits
|
|
19
|
+
ExpressRouteServiceProviders = Azure::Network::Mgmt::V2018_07_01::ExpressRouteServiceProviders
|
|
20
|
+
ExpressRouteCrossConnections = Azure::Network::Mgmt::V2018_07_01::ExpressRouteCrossConnections
|
|
21
|
+
ExpressRouteCrossConnectionPeerings = Azure::Network::Mgmt::V2018_07_01::ExpressRouteCrossConnectionPeerings
|
|
22
|
+
LoadBalancers = Azure::Network::Mgmt::V2018_07_01::LoadBalancers
|
|
23
|
+
LoadBalancerBackendAddressPools = Azure::Network::Mgmt::V2018_07_01::LoadBalancerBackendAddressPools
|
|
24
|
+
LoadBalancerFrontendIPConfigurations = Azure::Network::Mgmt::V2018_07_01::LoadBalancerFrontendIPConfigurations
|
|
25
|
+
InboundNatRules = Azure::Network::Mgmt::V2018_07_01::InboundNatRules
|
|
26
|
+
LoadBalancerLoadBalancingRules = Azure::Network::Mgmt::V2018_07_01::LoadBalancerLoadBalancingRules
|
|
27
|
+
LoadBalancerNetworkInterfaces = Azure::Network::Mgmt::V2018_07_01::LoadBalancerNetworkInterfaces
|
|
28
|
+
LoadBalancerProbes = Azure::Network::Mgmt::V2018_07_01::LoadBalancerProbes
|
|
29
|
+
NetworkInterfaces = Azure::Network::Mgmt::V2018_07_01::NetworkInterfaces
|
|
30
|
+
NetworkInterfaceIPConfigurations = Azure::Network::Mgmt::V2018_07_01::NetworkInterfaceIPConfigurations
|
|
31
|
+
NetworkInterfaceLoadBalancers = Azure::Network::Mgmt::V2018_07_01::NetworkInterfaceLoadBalancers
|
|
32
|
+
NetworkSecurityGroups = Azure::Network::Mgmt::V2018_07_01::NetworkSecurityGroups
|
|
33
|
+
SecurityRules = Azure::Network::Mgmt::V2018_07_01::SecurityRules
|
|
34
|
+
DefaultSecurityRules = Azure::Network::Mgmt::V2018_07_01::DefaultSecurityRules
|
|
35
|
+
NetworkWatchers = Azure::Network::Mgmt::V2018_07_01::NetworkWatchers
|
|
36
|
+
PacketCaptures = Azure::Network::Mgmt::V2018_07_01::PacketCaptures
|
|
37
|
+
ConnectionMonitors = Azure::Network::Mgmt::V2018_07_01::ConnectionMonitors
|
|
38
|
+
Operations = Azure::Network::Mgmt::V2018_07_01::Operations
|
|
39
|
+
PublicIPAddresses = Azure::Network::Mgmt::V2018_07_01::PublicIPAddresses
|
|
40
|
+
PublicIPPrefixes = Azure::Network::Mgmt::V2018_07_01::PublicIPPrefixes
|
|
41
|
+
RouteFilters = Azure::Network::Mgmt::V2018_07_01::RouteFilters
|
|
42
|
+
RouteFilterRules = Azure::Network::Mgmt::V2018_07_01::RouteFilterRules
|
|
43
|
+
RouteTables = Azure::Network::Mgmt::V2018_07_01::RouteTables
|
|
44
|
+
Routes = Azure::Network::Mgmt::V2018_07_01::Routes
|
|
45
|
+
BgpServiceCommunities = Azure::Network::Mgmt::V2018_07_01::BgpServiceCommunities
|
|
46
|
+
Usages = Azure::Network::Mgmt::V2018_07_01::Usages
|
|
47
|
+
VirtualNetworks = Azure::Network::Mgmt::V2018_07_01::VirtualNetworks
|
|
48
|
+
Subnets = Azure::Network::Mgmt::V2018_07_01::Subnets
|
|
49
|
+
VirtualNetworkPeerings = Azure::Network::Mgmt::V2018_07_01::VirtualNetworkPeerings
|
|
50
|
+
VirtualNetworkGateways = Azure::Network::Mgmt::V2018_07_01::VirtualNetworkGateways
|
|
51
|
+
VirtualNetworkGatewayConnections = Azure::Network::Mgmt::V2018_07_01::VirtualNetworkGatewayConnections
|
|
52
|
+
LocalNetworkGateways = Azure::Network::Mgmt::V2018_07_01::LocalNetworkGateways
|
|
53
|
+
VirtualWANs = Azure::Network::Mgmt::V2018_07_01::VirtualWANs
|
|
54
|
+
VpnSites = Azure::Network::Mgmt::V2018_07_01::VpnSites
|
|
55
|
+
VpnSitesConfiguration = Azure::Network::Mgmt::V2018_07_01::VpnSitesConfiguration
|
|
56
|
+
VirtualHubs = Azure::Network::Mgmt::V2018_07_01::VirtualHubs
|
|
57
|
+
HubVirtualNetworkConnections = Azure::Network::Mgmt::V2018_07_01::HubVirtualNetworkConnections
|
|
58
|
+
VpnGateways = Azure::Network::Mgmt::V2018_07_01::VpnGateways
|
|
59
|
+
VpnConnections = Azure::Network::Mgmt::V2018_07_01::VpnConnections
|
|
60
|
+
ServiceEndpointPolicies = Azure::Network::Mgmt::V2018_07_01::ServiceEndpointPolicies
|
|
61
|
+
ServiceEndpointPolicyDefinitions = Azure::Network::Mgmt::V2018_07_01::ServiceEndpointPolicyDefinitions
|
|
59
62
|
|
|
60
63
|
module Models
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
AzureFirewallRCAction = Azure::Network::Mgmt::
|
|
65
|
-
|
|
66
|
-
AzureFirewallApplicationRule = Azure::Network::Mgmt::
|
|
67
|
-
|
|
68
|
-
AzureFirewallNetworkRule = Azure::Network::Mgmt::
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
ListHubVirtualNetworkConnectionsResult = Azure::Network::Mgmt::
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
Policies = Azure::Network::Mgmt::
|
|
79
|
-
|
|
80
|
-
GetVpnSitesConfigurationRequest = Azure::Network::Mgmt::
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
VpnDeviceScriptParameters = Azure::Network::Mgmt::
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
GatewayRouteListResult = Azure::Network::Mgmt::
|
|
105
|
-
|
|
106
|
-
VirtualNetworkGatewayListResult = Azure::Network::Mgmt::
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
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
|
-
|
|
64
|
+
NextHopParameters = Azure::Network::Mgmt::V2018_07_01::Models::NextHopParameters
|
|
65
|
+
NextHopResult = Azure::Network::Mgmt::V2018_07_01::Models::NextHopResult
|
|
66
|
+
RouteListResult = Azure::Network::Mgmt::V2018_07_01::Models::RouteListResult
|
|
67
|
+
AzureFirewallRCAction = Azure::Network::Mgmt::V2018_07_01::Models::AzureFirewallRCAction
|
|
68
|
+
RouteTableListResult = Azure::Network::Mgmt::V2018_07_01::Models::RouteTableListResult
|
|
69
|
+
AzureFirewallApplicationRule = Azure::Network::Mgmt::V2018_07_01::Models::AzureFirewallApplicationRule
|
|
70
|
+
RouteFilterRuleListResult = Azure::Network::Mgmt::V2018_07_01::Models::RouteFilterRuleListResult
|
|
71
|
+
AzureFirewallNetworkRule = Azure::Network::Mgmt::V2018_07_01::Models::AzureFirewallNetworkRule
|
|
72
|
+
RouteFilterListResult = Azure::Network::Mgmt::V2018_07_01::Models::RouteFilterListResult
|
|
73
|
+
ServiceEndpointPolicyDefinitionListResult = Azure::Network::Mgmt::V2018_07_01::Models::ServiceEndpointPolicyDefinitionListResult
|
|
74
|
+
PublicIPPrefixListResult = Azure::Network::Mgmt::V2018_07_01::Models::PublicIPPrefixListResult
|
|
75
|
+
Resource = Azure::Network::Mgmt::V2018_07_01::Models::Resource
|
|
76
|
+
ReferencedPublicIpAddress = Azure::Network::Mgmt::V2018_07_01::Models::ReferencedPublicIpAddress
|
|
77
|
+
ListHubVirtualNetworkConnectionsResult = Azure::Network::Mgmt::V2018_07_01::Models::ListHubVirtualNetworkConnectionsResult
|
|
78
|
+
LoadBalancerListResult = Azure::Network::Mgmt::V2018_07_01::Models::LoadBalancerListResult
|
|
79
|
+
ListVpnGatewaysResult = Azure::Network::Mgmt::V2018_07_01::Models::ListVpnGatewaysResult
|
|
80
|
+
InboundNatRuleListResult = Azure::Network::Mgmt::V2018_07_01::Models::InboundNatRuleListResult
|
|
81
|
+
Policies = Azure::Network::Mgmt::V2018_07_01::Models::Policies
|
|
82
|
+
LoadBalancerBackendAddressPoolListResult = Azure::Network::Mgmt::V2018_07_01::Models::LoadBalancerBackendAddressPoolListResult
|
|
83
|
+
GetVpnSitesConfigurationRequest = Azure::Network::Mgmt::V2018_07_01::Models::GetVpnSitesConfigurationRequest
|
|
84
|
+
LoadBalancerFrontendIPConfigurationListResult = Azure::Network::Mgmt::V2018_07_01::Models::LoadBalancerFrontendIPConfigurationListResult
|
|
85
|
+
ServiceEndpointPropertiesFormat = Azure::Network::Mgmt::V2018_07_01::Models::ServiceEndpointPropertiesFormat
|
|
86
|
+
LoadBalancerLoadBalancingRuleListResult = Azure::Network::Mgmt::V2018_07_01::Models::LoadBalancerLoadBalancingRuleListResult
|
|
87
|
+
ListVirtualWANsResult = Azure::Network::Mgmt::V2018_07_01::Models::ListVirtualWANsResult
|
|
88
|
+
LoadBalancerProbeListResult = Azure::Network::Mgmt::V2018_07_01::Models::LoadBalancerProbeListResult
|
|
89
|
+
PublicIPAddressDnsSettings = Azure::Network::Mgmt::V2018_07_01::Models::PublicIPAddressDnsSettings
|
|
90
|
+
NetworkInterfaceListResult = Azure::Network::Mgmt::V2018_07_01::Models::NetworkInterfaceListResult
|
|
91
|
+
VpnDeviceScriptParameters = Azure::Network::Mgmt::V2018_07_01::Models::VpnDeviceScriptParameters
|
|
92
|
+
ErrorDetails = Azure::Network::Mgmt::V2018_07_01::Models::ErrorDetails
|
|
93
|
+
VirtualNetworkConnectionGatewayReference = Azure::Network::Mgmt::V2018_07_01::Models::VirtualNetworkConnectionGatewayReference
|
|
94
|
+
Error = Azure::Network::Mgmt::V2018_07_01::Models::Error
|
|
95
|
+
VpnClientIPsecParameters = Azure::Network::Mgmt::V2018_07_01::Models::VpnClientIPsecParameters
|
|
96
|
+
AzureAsyncOperationResult = Azure::Network::Mgmt::V2018_07_01::Models::AzureAsyncOperationResult
|
|
97
|
+
ConnectionResetSharedKey = Azure::Network::Mgmt::V2018_07_01::Models::ConnectionResetSharedKey
|
|
98
|
+
NetworkInterfaceIPConfigurationListResult = Azure::Network::Mgmt::V2018_07_01::Models::NetworkInterfaceIPConfigurationListResult
|
|
99
|
+
VirtualNetworkGatewayConnectionListResult = Azure::Network::Mgmt::V2018_07_01::Models::VirtualNetworkGatewayConnectionListResult
|
|
100
|
+
NetworkInterfaceLoadBalancerListResult = Azure::Network::Mgmt::V2018_07_01::Models::NetworkInterfaceLoadBalancerListResult
|
|
101
|
+
ApplicationGatewayBackendHealthHttpSettings = Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayBackendHealthHttpSettings
|
|
102
|
+
EffectiveNetworkSecurityGroupAssociation = Azure::Network::Mgmt::V2018_07_01::Models::EffectiveNetworkSecurityGroupAssociation
|
|
103
|
+
ApplicationGatewayBackendHealth = Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayBackendHealth
|
|
104
|
+
EffectiveNetworkSecurityRule = Azure::Network::Mgmt::V2018_07_01::Models::EffectiveNetworkSecurityRule
|
|
105
|
+
ApplicationGatewaySslPolicy = Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewaySslPolicy
|
|
106
|
+
EffectiveNetworkSecurityGroup = Azure::Network::Mgmt::V2018_07_01::Models::EffectiveNetworkSecurityGroup
|
|
107
|
+
GatewayRouteListResult = Azure::Network::Mgmt::V2018_07_01::Models::GatewayRouteListResult
|
|
108
|
+
EffectiveNetworkSecurityGroupListResult = Azure::Network::Mgmt::V2018_07_01::Models::EffectiveNetworkSecurityGroupListResult
|
|
109
|
+
VirtualNetworkGatewayListResult = Azure::Network::Mgmt::V2018_07_01::Models::VirtualNetworkGatewayListResult
|
|
110
|
+
EffectiveRoute = Azure::Network::Mgmt::V2018_07_01::Models::EffectiveRoute
|
|
111
|
+
GatewayRoute = Azure::Network::Mgmt::V2018_07_01::Models::GatewayRoute
|
|
112
|
+
EffectiveRouteListResult = Azure::Network::Mgmt::V2018_07_01::Models::EffectiveRouteListResult
|
|
113
|
+
ApplicationGatewayProbeHealthResponseMatch = Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayProbeHealthResponseMatch
|
|
114
|
+
SecurityRuleListResult = Azure::Network::Mgmt::V2018_07_01::Models::SecurityRuleListResult
|
|
115
|
+
VpnClientConfiguration = Azure::Network::Mgmt::V2018_07_01::Models::VpnClientConfiguration
|
|
116
|
+
NetworkSecurityGroupListResult = Azure::Network::Mgmt::V2018_07_01::Models::NetworkSecurityGroupListResult
|
|
117
|
+
VirtualNetworkGatewaySku = Azure::Network::Mgmt::V2018_07_01::Models::VirtualNetworkGatewaySku
|
|
118
|
+
ErrorResponse = Azure::Network::Mgmt::V2018_07_01::Models::ErrorResponse
|
|
119
|
+
ApplicationGatewayWebApplicationFirewallConfiguration = Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayWebApplicationFirewallConfiguration
|
|
120
|
+
PublicIPPrefixSku = Azure::Network::Mgmt::V2018_07_01::Models::PublicIPPrefixSku
|
|
121
|
+
ApplicationGatewayAutoscaleConfiguration = Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayAutoscaleConfiguration
|
|
122
|
+
NetworkWatcherListResult = Azure::Network::Mgmt::V2018_07_01::Models::NetworkWatcherListResult
|
|
123
|
+
ApplicationGatewayListResult = Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayListResult
|
|
124
|
+
TopologyParameters = Azure::Network::Mgmt::V2018_07_01::Models::TopologyParameters
|
|
125
|
+
ApplicationGatewayFirewallRuleGroup = Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayFirewallRuleGroup
|
|
126
|
+
TopologyAssociation = Azure::Network::Mgmt::V2018_07_01::Models::TopologyAssociation
|
|
127
|
+
ApplicationGatewayAvailableWafRuleSetsResult = Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayAvailableWafRuleSetsResult
|
|
128
|
+
TopologyResource = Azure::Network::Mgmt::V2018_07_01::Models::TopologyResource
|
|
129
|
+
IPAddressAvailabilityResult = Azure::Network::Mgmt::V2018_07_01::Models::IPAddressAvailabilityResult
|
|
130
|
+
Topology = Azure::Network::Mgmt::V2018_07_01::Models::Topology
|
|
131
|
+
TagsObject = Azure::Network::Mgmt::V2018_07_01::Models::TagsObject
|
|
132
|
+
VerificationIPFlowParameters = Azure::Network::Mgmt::V2018_07_01::Models::VerificationIPFlowParameters
|
|
133
|
+
DnsNameAvailabilityResult = Azure::Network::Mgmt::V2018_07_01::Models::DnsNameAvailabilityResult
|
|
134
|
+
VerificationIPFlowResult = Azure::Network::Mgmt::V2018_07_01::Models::VerificationIPFlowResult
|
|
135
|
+
DdosProtectionPlanListResult = Azure::Network::Mgmt::V2018_07_01::Models::DdosProtectionPlanListResult
|
|
136
|
+
SubResource = Azure::Network::Mgmt::V2018_07_01::Models::SubResource
|
|
137
|
+
EndpointServicesListResult = Azure::Network::Mgmt::V2018_07_01::Models::EndpointServicesListResult
|
|
138
|
+
PublicIPAddressListResult = Azure::Network::Mgmt::V2018_07_01::Models::PublicIPAddressListResult
|
|
139
|
+
AuthorizationListResult = Azure::Network::Mgmt::V2018_07_01::Models::AuthorizationListResult
|
|
140
|
+
SecurityGroupViewParameters = Azure::Network::Mgmt::V2018_07_01::Models::SecurityGroupViewParameters
|
|
141
|
+
VirtualNetworkPeeringListResult = Azure::Network::Mgmt::V2018_07_01::Models::VirtualNetworkPeeringListResult
|
|
142
|
+
NetworkInterfaceAssociation = Azure::Network::Mgmt::V2018_07_01::Models::NetworkInterfaceAssociation
|
|
143
|
+
SubnetListResult = Azure::Network::Mgmt::V2018_07_01::Models::SubnetListResult
|
|
144
|
+
SubnetAssociation = Azure::Network::Mgmt::V2018_07_01::Models::SubnetAssociation
|
|
145
|
+
UsagesListResult = Azure::Network::Mgmt::V2018_07_01::Models::UsagesListResult
|
|
146
|
+
SecurityRuleAssociations = Azure::Network::Mgmt::V2018_07_01::Models::SecurityRuleAssociations
|
|
147
|
+
ExpressRouteCircuitPeeringListResult = Azure::Network::Mgmt::V2018_07_01::Models::ExpressRouteCircuitPeeringListResult
|
|
148
|
+
SecurityGroupNetworkInterface = Azure::Network::Mgmt::V2018_07_01::Models::SecurityGroupNetworkInterface
|
|
149
|
+
ExpressRouteCircuitServiceProviderProperties = Azure::Network::Mgmt::V2018_07_01::Models::ExpressRouteCircuitServiceProviderProperties
|
|
150
|
+
SecurityGroupViewResult = Azure::Network::Mgmt::V2018_07_01::Models::SecurityGroupViewResult
|
|
151
|
+
ExpressRouteCircuitArpTable = Azure::Network::Mgmt::V2018_07_01::Models::ExpressRouteCircuitArpTable
|
|
152
|
+
PacketCaptureStorageLocation = Azure::Network::Mgmt::V2018_07_01::Models::PacketCaptureStorageLocation
|
|
153
|
+
ExpressRouteCircuitRoutesTable = Azure::Network::Mgmt::V2018_07_01::Models::ExpressRouteCircuitRoutesTable
|
|
154
|
+
PacketCaptureFilter = Azure::Network::Mgmt::V2018_07_01::Models::PacketCaptureFilter
|
|
155
|
+
ExpressRouteCircuitRoutesTableSummary = Azure::Network::Mgmt::V2018_07_01::Models::ExpressRouteCircuitRoutesTableSummary
|
|
156
|
+
PacketCaptureParameters = Azure::Network::Mgmt::V2018_07_01::Models::PacketCaptureParameters
|
|
157
|
+
ExpressRouteCircuitListResult = Azure::Network::Mgmt::V2018_07_01::Models::ExpressRouteCircuitListResult
|
|
158
|
+
PacketCapture = Azure::Network::Mgmt::V2018_07_01::Models::PacketCapture
|
|
159
|
+
UsageName = Azure::Network::Mgmt::V2018_07_01::Models::UsageName
|
|
160
|
+
PacketCaptureResult = Azure::Network::Mgmt::V2018_07_01::Models::PacketCaptureResult
|
|
161
|
+
ExpressRouteCrossConnectionRoutesTableSummary = Azure::Network::Mgmt::V2018_07_01::Models::ExpressRouteCrossConnectionRoutesTableSummary
|
|
162
|
+
PacketCaptureListResult = Azure::Network::Mgmt::V2018_07_01::Models::PacketCaptureListResult
|
|
163
|
+
ExpressRouteCircuitReference = Azure::Network::Mgmt::V2018_07_01::Models::ExpressRouteCircuitReference
|
|
164
|
+
PacketCaptureQueryStatusResult = Azure::Network::Mgmt::V2018_07_01::Models::PacketCaptureQueryStatusResult
|
|
165
|
+
BGPCommunity = Azure::Network::Mgmt::V2018_07_01::Models::BGPCommunity
|
|
166
|
+
TroubleshootingParameters = Azure::Network::Mgmt::V2018_07_01::Models::TroubleshootingParameters
|
|
167
|
+
ExpressRouteCrossConnectionPeeringList = Azure::Network::Mgmt::V2018_07_01::Models::ExpressRouteCrossConnectionPeeringList
|
|
168
|
+
QueryTroubleshootingParameters = Azure::Network::Mgmt::V2018_07_01::Models::QueryTroubleshootingParameters
|
|
169
|
+
AzureFirewallApplicationRuleProtocol = Azure::Network::Mgmt::V2018_07_01::Models::AzureFirewallApplicationRuleProtocol
|
|
170
|
+
TroubleshootingRecommendedActions = Azure::Network::Mgmt::V2018_07_01::Models::TroubleshootingRecommendedActions
|
|
171
|
+
ServiceEndpointPolicyListResult = Azure::Network::Mgmt::V2018_07_01::Models::ServiceEndpointPolicyListResult
|
|
172
|
+
TroubleshootingDetails = Azure::Network::Mgmt::V2018_07_01::Models::TroubleshootingDetails
|
|
173
|
+
VpnSiteId = Azure::Network::Mgmt::V2018_07_01::Models::VpnSiteId
|
|
174
|
+
TroubleshootingResult = Azure::Network::Mgmt::V2018_07_01::Models::TroubleshootingResult
|
|
175
|
+
NetworkInterfaceDnsSettings = Azure::Network::Mgmt::V2018_07_01::Models::NetworkInterfaceDnsSettings
|
|
176
|
+
RetentionPolicyParameters = Azure::Network::Mgmt::V2018_07_01::Models::RetentionPolicyParameters
|
|
177
|
+
ListVpnSitesResult = Azure::Network::Mgmt::V2018_07_01::Models::ListVpnSitesResult
|
|
178
|
+
FlowLogStatusParameters = Azure::Network::Mgmt::V2018_07_01::Models::FlowLogStatusParameters
|
|
179
|
+
PublicIPAddressSku = Azure::Network::Mgmt::V2018_07_01::Models::PublicIPAddressSku
|
|
180
|
+
TrafficAnalyticsConfigurationProperties = Azure::Network::Mgmt::V2018_07_01::Models::TrafficAnalyticsConfigurationProperties
|
|
181
|
+
VirtualNetworkGatewayListConnectionsResult = Azure::Network::Mgmt::V2018_07_01::Models::VirtualNetworkGatewayListConnectionsResult
|
|
182
|
+
TrafficAnalyticsProperties = Azure::Network::Mgmt::V2018_07_01::Models::TrafficAnalyticsProperties
|
|
183
|
+
ApplicationGatewayBackendAddress = Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayBackendAddress
|
|
184
|
+
FlowLogInformation = Azure::Network::Mgmt::V2018_07_01::Models::FlowLogInformation
|
|
185
|
+
ApplicationGatewayBackendHealthServer = Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayBackendHealthServer
|
|
186
|
+
ConnectivitySource = Azure::Network::Mgmt::V2018_07_01::Models::ConnectivitySource
|
|
187
|
+
ApplicationGatewaySku = Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewaySku
|
|
188
|
+
ConnectivityDestination = Azure::Network::Mgmt::V2018_07_01::Models::ConnectivityDestination
|
|
189
|
+
BgpPeerStatusListResult = Azure::Network::Mgmt::V2018_07_01::Models::BgpPeerStatusListResult
|
|
190
|
+
HTTPHeader = Azure::Network::Mgmt::V2018_07_01::Models::HTTPHeader
|
|
191
|
+
BgpPeerStatus = Azure::Network::Mgmt::V2018_07_01::Models::BgpPeerStatus
|
|
192
|
+
HTTPConfiguration = Azure::Network::Mgmt::V2018_07_01::Models::HTTPConfiguration
|
|
193
|
+
IpsecPolicy = Azure::Network::Mgmt::V2018_07_01::Models::IpsecPolicy
|
|
194
|
+
ProtocolConfiguration = Azure::Network::Mgmt::V2018_07_01::Models::ProtocolConfiguration
|
|
195
|
+
ApplicationGatewayAutoscaleBounds = Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayAutoscaleBounds
|
|
196
|
+
ConnectivityParameters = Azure::Network::Mgmt::V2018_07_01::Models::ConnectivityParameters
|
|
197
|
+
ApplicationGatewayFirewallRule = Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayFirewallRule
|
|
198
|
+
ConnectivityIssue = Azure::Network::Mgmt::V2018_07_01::Models::ConnectivityIssue
|
|
199
|
+
VirtualNetworkUsageName = Azure::Network::Mgmt::V2018_07_01::Models::VirtualNetworkUsageName
|
|
200
|
+
ConnectivityHop = Azure::Network::Mgmt::V2018_07_01::Models::ConnectivityHop
|
|
201
|
+
ApplicationSecurityGroupListResult = Azure::Network::Mgmt::V2018_07_01::Models::ApplicationSecurityGroupListResult
|
|
202
|
+
ConnectivityInformation = Azure::Network::Mgmt::V2018_07_01::Models::ConnectivityInformation
|
|
203
|
+
VirtualNetworkListResult = Azure::Network::Mgmt::V2018_07_01::Models::VirtualNetworkListResult
|
|
204
|
+
AzureReachabilityReportLocation = Azure::Network::Mgmt::V2018_07_01::Models::AzureReachabilityReportLocation
|
|
205
|
+
ExpressRouteCircuitPeeringConfig = Azure::Network::Mgmt::V2018_07_01::Models::ExpressRouteCircuitPeeringConfig
|
|
206
|
+
AzureReachabilityReportParameters = Azure::Network::Mgmt::V2018_07_01::Models::AzureReachabilityReportParameters
|
|
207
|
+
AddressSpace = Azure::Network::Mgmt::V2018_07_01::Models::AddressSpace
|
|
208
|
+
AzureReachabilityReportLatencyInfo = Azure::Network::Mgmt::V2018_07_01::Models::AzureReachabilityReportLatencyInfo
|
|
209
|
+
ExpressRouteCircuitSku = Azure::Network::Mgmt::V2018_07_01::Models::ExpressRouteCircuitSku
|
|
210
|
+
AzureReachabilityReportItem = Azure::Network::Mgmt::V2018_07_01::Models::AzureReachabilityReportItem
|
|
211
|
+
ExpressRouteCircuitsArpTableListResult = Azure::Network::Mgmt::V2018_07_01::Models::ExpressRouteCircuitsArpTableListResult
|
|
212
|
+
AzureReachabilityReport = Azure::Network::Mgmt::V2018_07_01::Models::AzureReachabilityReport
|
|
213
|
+
ExpressRouteCircuitsRoutesTableSummaryListResult = Azure::Network::Mgmt::V2018_07_01::Models::ExpressRouteCircuitsRoutesTableSummaryListResult
|
|
214
|
+
AvailableProvidersListParameters = Azure::Network::Mgmt::V2018_07_01::Models::AvailableProvidersListParameters
|
|
215
|
+
ExpressRouteServiceProviderListResult = Azure::Network::Mgmt::V2018_07_01::Models::ExpressRouteServiceProviderListResult
|
|
216
|
+
AvailableProvidersListCity = Azure::Network::Mgmt::V2018_07_01::Models::AvailableProvidersListCity
|
|
217
|
+
BgpServiceCommunityListResult = Azure::Network::Mgmt::V2018_07_01::Models::BgpServiceCommunityListResult
|
|
218
|
+
AvailableProvidersListState = Azure::Network::Mgmt::V2018_07_01::Models::AvailableProvidersListState
|
|
219
|
+
LoadBalancerSku = Azure::Network::Mgmt::V2018_07_01::Models::LoadBalancerSku
|
|
220
|
+
AvailableProvidersListCountry = Azure::Network::Mgmt::V2018_07_01::Models::AvailableProvidersListCountry
|
|
221
|
+
AzureFirewallListResult = Azure::Network::Mgmt::V2018_07_01::Models::AzureFirewallListResult
|
|
222
|
+
AvailableProvidersList = Azure::Network::Mgmt::V2018_07_01::Models::AvailableProvidersList
|
|
223
|
+
ListVirtualHubsResult = Azure::Network::Mgmt::V2018_07_01::Models::ListVirtualHubsResult
|
|
224
|
+
ConnectionMonitorSource = Azure::Network::Mgmt::V2018_07_01::Models::ConnectionMonitorSource
|
|
225
|
+
IpTag = Azure::Network::Mgmt::V2018_07_01::Models::IpTag
|
|
226
|
+
ConnectionMonitorDestination = Azure::Network::Mgmt::V2018_07_01::Models::ConnectionMonitorDestination
|
|
227
|
+
ApplicationGatewayConnectionDraining = Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayConnectionDraining
|
|
228
|
+
ConnectionMonitorParameters = Azure::Network::Mgmt::V2018_07_01::Models::ConnectionMonitorParameters
|
|
229
|
+
TunnelConnectionHealth = Azure::Network::Mgmt::V2018_07_01::Models::TunnelConnectionHealth
|
|
230
|
+
ConnectionMonitor = Azure::Network::Mgmt::V2018_07_01::Models::ConnectionMonitor
|
|
231
|
+
BgpSettings = Azure::Network::Mgmt::V2018_07_01::Models::BgpSettings
|
|
232
|
+
ConnectionMonitorResult = Azure::Network::Mgmt::V2018_07_01::Models::ConnectionMonitorResult
|
|
233
|
+
VirtualNetworkListUsageResult = Azure::Network::Mgmt::V2018_07_01::Models::VirtualNetworkListUsageResult
|
|
234
|
+
ConnectionMonitorListResult = Azure::Network::Mgmt::V2018_07_01::Models::ConnectionMonitorListResult
|
|
235
|
+
ApplicationGatewayAvailableSslPredefinedPolicies = Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayAvailableSslPredefinedPolicies
|
|
236
|
+
ConnectionStateSnapshot = Azure::Network::Mgmt::V2018_07_01::Models::ConnectionStateSnapshot
|
|
237
|
+
DhcpOptions = Azure::Network::Mgmt::V2018_07_01::Models::DhcpOptions
|
|
238
|
+
ConnectionMonitorQueryResult = Azure::Network::Mgmt::V2018_07_01::Models::ConnectionMonitorQueryResult
|
|
239
|
+
Ipv6ExpressRouteCircuitPeeringConfig = Azure::Network::Mgmt::V2018_07_01::Models::Ipv6ExpressRouteCircuitPeeringConfig
|
|
240
|
+
TrafficQuery = Azure::Network::Mgmt::V2018_07_01::Models::TrafficQuery
|
|
241
|
+
ExpressRouteCircuitsRoutesTableListResult = Azure::Network::Mgmt::V2018_07_01::Models::ExpressRouteCircuitsRoutesTableListResult
|
|
242
|
+
NetworkConfigurationDiagnosticParameters = Azure::Network::Mgmt::V2018_07_01::Models::NetworkConfigurationDiagnosticParameters
|
|
243
|
+
ExpressRouteCrossConnectionsRoutesTableSummaryListResult = Azure::Network::Mgmt::V2018_07_01::Models::ExpressRouteCrossConnectionsRoutesTableSummaryListResult
|
|
244
|
+
MatchedRule = Azure::Network::Mgmt::V2018_07_01::Models::MatchedRule
|
|
245
|
+
NetworkSecurityRulesEvaluationResult = Azure::Network::Mgmt::V2018_07_01::Models::NetworkSecurityRulesEvaluationResult
|
|
246
|
+
DeviceProperties = Azure::Network::Mgmt::V2018_07_01::Models::DeviceProperties
|
|
247
|
+
EvaluatedNetworkSecurityGroup = Azure::Network::Mgmt::V2018_07_01::Models::EvaluatedNetworkSecurityGroup
|
|
248
|
+
ApplicationGatewayBackendHealthPool = Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayBackendHealthPool
|
|
249
|
+
NetworkSecurityGroupResult = Azure::Network::Mgmt::V2018_07_01::Models::NetworkSecurityGroupResult
|
|
250
|
+
ApplicationGatewayFirewallDisabledRuleGroup = Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayFirewallDisabledRuleGroup
|
|
251
|
+
NetworkConfigurationDiagnosticResult = Azure::Network::Mgmt::V2018_07_01::Models::NetworkConfigurationDiagnosticResult
|
|
252
|
+
DdosProtectionPlan = Azure::Network::Mgmt::V2018_07_01::Models::DdosProtectionPlan
|
|
253
|
+
NetworkConfigurationDiagnosticResponse = Azure::Network::Mgmt::V2018_07_01::Models::NetworkConfigurationDiagnosticResponse
|
|
254
|
+
Usage = Azure::Network::Mgmt::V2018_07_01::Models::Usage
|
|
255
|
+
OperationDisplay = Azure::Network::Mgmt::V2018_07_01::Models::OperationDisplay
|
|
256
|
+
ExpressRouteCrossConnectionListResult = Azure::Network::Mgmt::V2018_07_01::Models::ExpressRouteCrossConnectionListResult
|
|
257
|
+
Availability = Azure::Network::Mgmt::V2018_07_01::Models::Availability
|
|
258
|
+
LocalNetworkGatewayListResult = Azure::Network::Mgmt::V2018_07_01::Models::LocalNetworkGatewayListResult
|
|
259
|
+
Dimension = Azure::Network::Mgmt::V2018_07_01::Models::Dimension
|
|
260
|
+
VirtualNetworkUsage = Azure::Network::Mgmt::V2018_07_01::Models::VirtualNetworkUsage
|
|
261
|
+
MetricSpecification = Azure::Network::Mgmt::V2018_07_01::Models::MetricSpecification
|
|
262
|
+
ExpressRouteServiceProviderBandwidthsOffered = Azure::Network::Mgmt::V2018_07_01::Models::ExpressRouteServiceProviderBandwidthsOffered
|
|
263
|
+
LogSpecification = Azure::Network::Mgmt::V2018_07_01::Models::LogSpecification
|
|
264
|
+
VpnClientParameters = Azure::Network::Mgmt::V2018_07_01::Models::VpnClientParameters
|
|
265
|
+
OperationPropertiesFormatServiceSpecification = Azure::Network::Mgmt::V2018_07_01::Models::OperationPropertiesFormatServiceSpecification
|
|
266
|
+
ListVpnConnectionsResult = Azure::Network::Mgmt::V2018_07_01::Models::ListVpnConnectionsResult
|
|
267
|
+
Operation = Azure::Network::Mgmt::V2018_07_01::Models::Operation
|
|
268
|
+
ExpressRouteCircuitStats = Azure::Network::Mgmt::V2018_07_01::Models::ExpressRouteCircuitStats
|
|
269
|
+
OperationListResult = Azure::Network::Mgmt::V2018_07_01::Models::OperationListResult
|
|
270
|
+
AzureFirewallIPConfiguration = Azure::Network::Mgmt::V2018_07_01::Models::AzureFirewallIPConfiguration
|
|
271
|
+
AzureFirewallApplicationRuleCollection = Azure::Network::Mgmt::V2018_07_01::Models::AzureFirewallApplicationRuleCollection
|
|
272
|
+
AzureFirewallNetworkRuleCollection = Azure::Network::Mgmt::V2018_07_01::Models::AzureFirewallNetworkRuleCollection
|
|
273
|
+
AzureFirewall = Azure::Network::Mgmt::V2018_07_01::Models::AzureFirewall
|
|
274
|
+
BackendAddressPool = Azure::Network::Mgmt::V2018_07_01::Models::BackendAddressPool
|
|
275
|
+
InboundNatRule = Azure::Network::Mgmt::V2018_07_01::Models::InboundNatRule
|
|
276
|
+
ApplicationSecurityGroup = Azure::Network::Mgmt::V2018_07_01::Models::ApplicationSecurityGroup
|
|
277
|
+
SecurityRule = Azure::Network::Mgmt::V2018_07_01::Models::SecurityRule
|
|
278
|
+
NetworkInterface = Azure::Network::Mgmt::V2018_07_01::Models::NetworkInterface
|
|
279
|
+
NetworkSecurityGroup = Azure::Network::Mgmt::V2018_07_01::Models::NetworkSecurityGroup
|
|
280
|
+
Route = Azure::Network::Mgmt::V2018_07_01::Models::Route
|
|
281
|
+
RouteTable = Azure::Network::Mgmt::V2018_07_01::Models::RouteTable
|
|
282
|
+
ServiceEndpointPolicyDefinition = Azure::Network::Mgmt::V2018_07_01::Models::ServiceEndpointPolicyDefinition
|
|
283
|
+
ServiceEndpointPolicy = Azure::Network::Mgmt::V2018_07_01::Models::ServiceEndpointPolicy
|
|
284
|
+
PublicIPAddress = Azure::Network::Mgmt::V2018_07_01::Models::PublicIPAddress
|
|
285
|
+
IPConfiguration = Azure::Network::Mgmt::V2018_07_01::Models::IPConfiguration
|
|
286
|
+
ResourceNavigationLink = Azure::Network::Mgmt::V2018_07_01::Models::ResourceNavigationLink
|
|
287
|
+
Subnet = Azure::Network::Mgmt::V2018_07_01::Models::Subnet
|
|
288
|
+
NetworkInterfaceIPConfiguration = Azure::Network::Mgmt::V2018_07_01::Models::NetworkInterfaceIPConfiguration
|
|
289
|
+
ApplicationGatewayBackendAddressPool = Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayBackendAddressPool
|
|
290
|
+
ApplicationGatewayBackendHttpSettings = Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayBackendHttpSettings
|
|
291
|
+
ApplicationGatewayIPConfiguration = Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayIPConfiguration
|
|
292
|
+
ApplicationGatewayAuthenticationCertificate = Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayAuthenticationCertificate
|
|
293
|
+
ApplicationGatewaySslCertificate = Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewaySslCertificate
|
|
294
|
+
ApplicationGatewayFrontendIPConfiguration = Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayFrontendIPConfiguration
|
|
295
|
+
ApplicationGatewayFrontendPort = Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayFrontendPort
|
|
296
|
+
ApplicationGatewayHttpListener = Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayHttpListener
|
|
297
|
+
ApplicationGatewayPathRule = Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayPathRule
|
|
298
|
+
ApplicationGatewayProbe = Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayProbe
|
|
299
|
+
ApplicationGatewayRequestRoutingRule = Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayRequestRoutingRule
|
|
300
|
+
ApplicationGatewayRedirectConfiguration = Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayRedirectConfiguration
|
|
301
|
+
ApplicationGatewayUrlPathMap = Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayUrlPathMap
|
|
302
|
+
ApplicationGateway = Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGateway
|
|
303
|
+
ApplicationGatewayFirewallRuleSet = Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayFirewallRuleSet
|
|
304
|
+
ApplicationGatewayAvailableSslOptions = Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayAvailableSslOptions
|
|
305
|
+
ApplicationGatewaySslPredefinedPolicy = Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewaySslPredefinedPolicy
|
|
306
|
+
EndpointServiceResult = Azure::Network::Mgmt::V2018_07_01::Models::EndpointServiceResult
|
|
307
|
+
ExpressRouteCircuitAuthorization = Azure::Network::Mgmt::V2018_07_01::Models::ExpressRouteCircuitAuthorization
|
|
308
|
+
RouteFilterRule = Azure::Network::Mgmt::V2018_07_01::Models::RouteFilterRule
|
|
309
|
+
ExpressRouteCircuitConnection = Azure::Network::Mgmt::V2018_07_01::Models::ExpressRouteCircuitConnection
|
|
310
|
+
ExpressRouteCircuitPeering = Azure::Network::Mgmt::V2018_07_01::Models::ExpressRouteCircuitPeering
|
|
311
|
+
RouteFilter = Azure::Network::Mgmt::V2018_07_01::Models::RouteFilter
|
|
312
|
+
ExpressRouteCircuit = Azure::Network::Mgmt::V2018_07_01::Models::ExpressRouteCircuit
|
|
313
|
+
ExpressRouteServiceProvider = Azure::Network::Mgmt::V2018_07_01::Models::ExpressRouteServiceProvider
|
|
314
|
+
ExpressRouteCrossConnectionPeering = Azure::Network::Mgmt::V2018_07_01::Models::ExpressRouteCrossConnectionPeering
|
|
315
|
+
ExpressRouteCrossConnection = Azure::Network::Mgmt::V2018_07_01::Models::ExpressRouteCrossConnection
|
|
316
|
+
FrontendIPConfiguration = Azure::Network::Mgmt::V2018_07_01::Models::FrontendIPConfiguration
|
|
317
|
+
LoadBalancingRule = Azure::Network::Mgmt::V2018_07_01::Models::LoadBalancingRule
|
|
318
|
+
Probe = Azure::Network::Mgmt::V2018_07_01::Models::Probe
|
|
319
|
+
InboundNatPool = Azure::Network::Mgmt::V2018_07_01::Models::InboundNatPool
|
|
320
|
+
OutboundRule = Azure::Network::Mgmt::V2018_07_01::Models::OutboundRule
|
|
321
|
+
LoadBalancer = Azure::Network::Mgmt::V2018_07_01::Models::LoadBalancer
|
|
322
|
+
NetworkWatcher = Azure::Network::Mgmt::V2018_07_01::Models::NetworkWatcher
|
|
323
|
+
PublicIPPrefix = Azure::Network::Mgmt::V2018_07_01::Models::PublicIPPrefix
|
|
324
|
+
PatchRouteFilterRule = Azure::Network::Mgmt::V2018_07_01::Models::PatchRouteFilterRule
|
|
325
|
+
PatchRouteFilter = Azure::Network::Mgmt::V2018_07_01::Models::PatchRouteFilter
|
|
326
|
+
BgpServiceCommunity = Azure::Network::Mgmt::V2018_07_01::Models::BgpServiceCommunity
|
|
327
|
+
VirtualNetworkPeering = Azure::Network::Mgmt::V2018_07_01::Models::VirtualNetworkPeering
|
|
328
|
+
VirtualNetwork = Azure::Network::Mgmt::V2018_07_01::Models::VirtualNetwork
|
|
329
|
+
VirtualNetworkGatewayIPConfiguration = Azure::Network::Mgmt::V2018_07_01::Models::VirtualNetworkGatewayIPConfiguration
|
|
330
|
+
VpnClientRootCertificate = Azure::Network::Mgmt::V2018_07_01::Models::VpnClientRootCertificate
|
|
331
|
+
VpnClientRevokedCertificate = Azure::Network::Mgmt::V2018_07_01::Models::VpnClientRevokedCertificate
|
|
332
|
+
VirtualNetworkGateway = Azure::Network::Mgmt::V2018_07_01::Models::VirtualNetworkGateway
|
|
333
|
+
LocalNetworkGateway = Azure::Network::Mgmt::V2018_07_01::Models::LocalNetworkGateway
|
|
334
|
+
VirtualNetworkGatewayConnection = Azure::Network::Mgmt::V2018_07_01::Models::VirtualNetworkGatewayConnection
|
|
335
|
+
ConnectionSharedKey = Azure::Network::Mgmt::V2018_07_01::Models::ConnectionSharedKey
|
|
336
|
+
VirtualNetworkGatewayConnectionListEntity = Azure::Network::Mgmt::V2018_07_01::Models::VirtualNetworkGatewayConnectionListEntity
|
|
337
|
+
VirtualWAN = Azure::Network::Mgmt::V2018_07_01::Models::VirtualWAN
|
|
338
|
+
VpnSite = Azure::Network::Mgmt::V2018_07_01::Models::VpnSite
|
|
339
|
+
HubVirtualNetworkConnection = Azure::Network::Mgmt::V2018_07_01::Models::HubVirtualNetworkConnection
|
|
340
|
+
VirtualHub = Azure::Network::Mgmt::V2018_07_01::Models::VirtualHub
|
|
341
|
+
VpnConnection = Azure::Network::Mgmt::V2018_07_01::Models::VpnConnection
|
|
342
|
+
VpnGateway = Azure::Network::Mgmt::V2018_07_01::Models::VpnGateway
|
|
343
|
+
ProvisioningState = Azure::Network::Mgmt::V2018_07_01::Models::ProvisioningState
|
|
344
|
+
AzureFirewallRCActionType = Azure::Network::Mgmt::V2018_07_01::Models::AzureFirewallRCActionType
|
|
345
|
+
AzureFirewallApplicationRuleProtocolType = Azure::Network::Mgmt::V2018_07_01::Models::AzureFirewallApplicationRuleProtocolType
|
|
346
|
+
AzureFirewallNetworkRuleProtocol = Azure::Network::Mgmt::V2018_07_01::Models::AzureFirewallNetworkRuleProtocol
|
|
347
|
+
TransportProtocol = Azure::Network::Mgmt::V2018_07_01::Models::TransportProtocol
|
|
348
|
+
IPAllocationMethod = Azure::Network::Mgmt::V2018_07_01::Models::IPAllocationMethod
|
|
349
|
+
IPVersion = Azure::Network::Mgmt::V2018_07_01::Models::IPVersion
|
|
350
|
+
SecurityRuleProtocol = Azure::Network::Mgmt::V2018_07_01::Models::SecurityRuleProtocol
|
|
351
|
+
SecurityRuleAccess = Azure::Network::Mgmt::V2018_07_01::Models::SecurityRuleAccess
|
|
352
|
+
SecurityRuleDirection = Azure::Network::Mgmt::V2018_07_01::Models::SecurityRuleDirection
|
|
353
|
+
RouteNextHopType = Azure::Network::Mgmt::V2018_07_01::Models::RouteNextHopType
|
|
354
|
+
PublicIPAddressSkuName = Azure::Network::Mgmt::V2018_07_01::Models::PublicIPAddressSkuName
|
|
355
|
+
ApplicationGatewayProtocol = Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayProtocol
|
|
356
|
+
ApplicationGatewayCookieBasedAffinity = Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayCookieBasedAffinity
|
|
357
|
+
ApplicationGatewayBackendHealthServerHealth = Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayBackendHealthServerHealth
|
|
358
|
+
ApplicationGatewaySkuName = Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewaySkuName
|
|
359
|
+
ApplicationGatewayTier = Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayTier
|
|
360
|
+
ApplicationGatewaySslProtocol = Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewaySslProtocol
|
|
361
|
+
ApplicationGatewaySslPolicyType = Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewaySslPolicyType
|
|
362
|
+
ApplicationGatewaySslPolicyName = Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewaySslPolicyName
|
|
363
|
+
ApplicationGatewaySslCipherSuite = Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewaySslCipherSuite
|
|
364
|
+
ApplicationGatewayRequestRoutingRuleType = Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayRequestRoutingRuleType
|
|
365
|
+
ApplicationGatewayRedirectType = Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayRedirectType
|
|
366
|
+
ApplicationGatewayOperationalState = Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayOperationalState
|
|
367
|
+
ApplicationGatewayFirewallMode = Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayFirewallMode
|
|
368
|
+
AuthorizationUseStatus = Azure::Network::Mgmt::V2018_07_01::Models::AuthorizationUseStatus
|
|
369
|
+
ExpressRouteCircuitPeeringAdvertisedPublicPrefixState = Azure::Network::Mgmt::V2018_07_01::Models::ExpressRouteCircuitPeeringAdvertisedPublicPrefixState
|
|
370
|
+
Access = Azure::Network::Mgmt::V2018_07_01::Models::Access
|
|
371
|
+
ExpressRoutePeeringType = Azure::Network::Mgmt::V2018_07_01::Models::ExpressRoutePeeringType
|
|
372
|
+
ExpressRoutePeeringState = Azure::Network::Mgmt::V2018_07_01::Models::ExpressRoutePeeringState
|
|
373
|
+
CircuitConnectionStatus = Azure::Network::Mgmt::V2018_07_01::Models::CircuitConnectionStatus
|
|
374
|
+
ExpressRouteCircuitPeeringState = Azure::Network::Mgmt::V2018_07_01::Models::ExpressRouteCircuitPeeringState
|
|
375
|
+
ExpressRouteCircuitSkuTier = Azure::Network::Mgmt::V2018_07_01::Models::ExpressRouteCircuitSkuTier
|
|
376
|
+
ExpressRouteCircuitSkuFamily = Azure::Network::Mgmt::V2018_07_01::Models::ExpressRouteCircuitSkuFamily
|
|
377
|
+
ServiceProviderProvisioningState = Azure::Network::Mgmt::V2018_07_01::Models::ServiceProviderProvisioningState
|
|
378
|
+
LoadBalancerSkuName = Azure::Network::Mgmt::V2018_07_01::Models::LoadBalancerSkuName
|
|
379
|
+
LoadDistribution = Azure::Network::Mgmt::V2018_07_01::Models::LoadDistribution
|
|
380
|
+
ProbeProtocol = Azure::Network::Mgmt::V2018_07_01::Models::ProbeProtocol
|
|
381
|
+
NetworkOperationStatus = Azure::Network::Mgmt::V2018_07_01::Models::NetworkOperationStatus
|
|
382
|
+
EffectiveSecurityRuleProtocol = Azure::Network::Mgmt::V2018_07_01::Models::EffectiveSecurityRuleProtocol
|
|
383
|
+
EffectiveRouteSource = Azure::Network::Mgmt::V2018_07_01::Models::EffectiveRouteSource
|
|
384
|
+
EffectiveRouteState = Azure::Network::Mgmt::V2018_07_01::Models::EffectiveRouteState
|
|
385
|
+
AssociationType = Azure::Network::Mgmt::V2018_07_01::Models::AssociationType
|
|
386
|
+
Direction = Azure::Network::Mgmt::V2018_07_01::Models::Direction
|
|
387
|
+
IpFlowProtocol = Azure::Network::Mgmt::V2018_07_01::Models::IpFlowProtocol
|
|
388
|
+
NextHopType = Azure::Network::Mgmt::V2018_07_01::Models::NextHopType
|
|
389
|
+
PcProtocol = Azure::Network::Mgmt::V2018_07_01::Models::PcProtocol
|
|
390
|
+
PcStatus = Azure::Network::Mgmt::V2018_07_01::Models::PcStatus
|
|
391
|
+
PcError = Azure::Network::Mgmt::V2018_07_01::Models::PcError
|
|
392
|
+
Protocol = Azure::Network::Mgmt::V2018_07_01::Models::Protocol
|
|
393
|
+
HTTPMethod = Azure::Network::Mgmt::V2018_07_01::Models::HTTPMethod
|
|
394
|
+
Origin = Azure::Network::Mgmt::V2018_07_01::Models::Origin
|
|
395
|
+
Severity = Azure::Network::Mgmt::V2018_07_01::Models::Severity
|
|
396
|
+
IssueType = Azure::Network::Mgmt::V2018_07_01::Models::IssueType
|
|
397
|
+
ConnectionStatus = Azure::Network::Mgmt::V2018_07_01::Models::ConnectionStatus
|
|
398
|
+
ConnectionMonitorSourceStatus = Azure::Network::Mgmt::V2018_07_01::Models::ConnectionMonitorSourceStatus
|
|
399
|
+
ConnectionState = Azure::Network::Mgmt::V2018_07_01::Models::ConnectionState
|
|
400
|
+
EvaluationState = Azure::Network::Mgmt::V2018_07_01::Models::EvaluationState
|
|
401
|
+
PublicIPPrefixSkuName = Azure::Network::Mgmt::V2018_07_01::Models::PublicIPPrefixSkuName
|
|
402
|
+
VirtualNetworkPeeringState = Azure::Network::Mgmt::V2018_07_01::Models::VirtualNetworkPeeringState
|
|
403
|
+
VirtualNetworkGatewayType = Azure::Network::Mgmt::V2018_07_01::Models::VirtualNetworkGatewayType
|
|
404
|
+
VpnType = Azure::Network::Mgmt::V2018_07_01::Models::VpnType
|
|
405
|
+
VirtualNetworkGatewaySkuName = Azure::Network::Mgmt::V2018_07_01::Models::VirtualNetworkGatewaySkuName
|
|
406
|
+
VirtualNetworkGatewaySkuTier = Azure::Network::Mgmt::V2018_07_01::Models::VirtualNetworkGatewaySkuTier
|
|
407
|
+
VpnClientProtocol = Azure::Network::Mgmt::V2018_07_01::Models::VpnClientProtocol
|
|
408
|
+
IpsecEncryption = Azure::Network::Mgmt::V2018_07_01::Models::IpsecEncryption
|
|
409
|
+
IpsecIntegrity = Azure::Network::Mgmt::V2018_07_01::Models::IpsecIntegrity
|
|
410
|
+
IkeEncryption = Azure::Network::Mgmt::V2018_07_01::Models::IkeEncryption
|
|
411
|
+
IkeIntegrity = Azure::Network::Mgmt::V2018_07_01::Models::IkeIntegrity
|
|
412
|
+
DhGroup = Azure::Network::Mgmt::V2018_07_01::Models::DhGroup
|
|
413
|
+
PfsGroup = Azure::Network::Mgmt::V2018_07_01::Models::PfsGroup
|
|
414
|
+
BgpPeerState = Azure::Network::Mgmt::V2018_07_01::Models::BgpPeerState
|
|
415
|
+
ProcessorArchitecture = Azure::Network::Mgmt::V2018_07_01::Models::ProcessorArchitecture
|
|
416
|
+
AuthenticationMethod = Azure::Network::Mgmt::V2018_07_01::Models::AuthenticationMethod
|
|
417
|
+
VirtualNetworkGatewayConnectionStatus = Azure::Network::Mgmt::V2018_07_01::Models::VirtualNetworkGatewayConnectionStatus
|
|
418
|
+
VirtualNetworkGatewayConnectionType = Azure::Network::Mgmt::V2018_07_01::Models::VirtualNetworkGatewayConnectionType
|
|
419
|
+
VpnConnectionStatus = Azure::Network::Mgmt::V2018_07_01::Models::VpnConnectionStatus
|
|
420
|
+
TunnelConnectionStatus = Azure::Network::Mgmt::V2018_07_01::Models::TunnelConnectionStatus
|
|
421
|
+
HubVirtualNetworkConnectionStatus = Azure::Network::Mgmt::V2018_07_01::Models::HubVirtualNetworkConnectionStatus
|
|
401
422
|
end
|
|
402
423
|
|
|
403
424
|
class NetworkManagementClass
|
|
404
|
-
attr_reader :azure_firewalls, :application_gateways, :application_security_groups, :ddos_protection_plans, :available_endpoint_services, :express_route_circuit_authorizations, :express_route_circuit_peerings, :express_route_circuit_connections, :express_route_circuits, :express_route_service_providers, :express_route_cross_connections, :express_route_cross_connection_peerings, :load_balancers, :load_balancer_backend_address_pools, :load_balancer_frontend_ipconfigurations, :inbound_nat_rules, :load_balancer_load_balancing_rules, :load_balancer_network_interfaces, :load_balancer_probes, :network_interfaces, :network_interface_ipconfigurations, :network_interface_load_balancers, :network_security_groups, :security_rules, :default_security_rules, :network_watchers, :packet_captures, :connection_monitors, :operations, :public_ipaddresses, :route_filters, :route_filter_rules, :route_tables, :routes, :bgp_service_communities, :usages, :virtual_networks, :subnets, :virtual_network_peerings, :virtual_network_gateways, :virtual_network_gateway_connections, :local_network_gateways, :virtual_wans, :vpn_sites, :vpn_sites_configuration, :virtual_hubs, :hub_virtual_network_connections, :vpn_gateways, :vpn_connections, :configurable, :base_url, :options, :model_classes
|
|
425
|
+
attr_reader :azure_firewalls, :application_gateways, :application_security_groups, :ddos_protection_plans, :available_endpoint_services, :express_route_circuit_authorizations, :express_route_circuit_peerings, :express_route_circuit_connections, :express_route_circuits, :express_route_service_providers, :express_route_cross_connections, :express_route_cross_connection_peerings, :load_balancers, :load_balancer_backend_address_pools, :load_balancer_frontend_ipconfigurations, :inbound_nat_rules, :load_balancer_load_balancing_rules, :load_balancer_network_interfaces, :load_balancer_probes, :network_interfaces, :network_interface_ipconfigurations, :network_interface_load_balancers, :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, :usages, :virtual_networks, :subnets, :virtual_network_peerings, :virtual_network_gateways, :virtual_network_gateway_connections, :local_network_gateways, :virtual_wans, :vpn_sites, :vpn_sites_configuration, :virtual_hubs, :hub_virtual_network_connections, :vpn_gateways, :vpn_connections, :service_endpoint_policies, :service_endpoint_policy_definitions, :configurable, :base_url, :options, :model_classes
|
|
405
426
|
|
|
406
427
|
def initialize(configurable, base_url=nil, options=nil)
|
|
407
428
|
@configurable, @base_url, @options = configurable, base_url, options
|
|
408
429
|
|
|
409
|
-
@client_0 = Azure::Network::Mgmt::
|
|
430
|
+
@client_0 = Azure::Network::Mgmt::V2018_07_01::NetworkManagementClient.new(configurable.credentials, base_url, options)
|
|
410
431
|
if(@client_0.respond_to?(:subscription_id))
|
|
411
432
|
@client_0.subscription_id = configurable.subscription_id
|
|
412
433
|
end
|
|
@@ -441,6 +462,7 @@ module Azure::Profiles::Latest
|
|
|
441
462
|
@connection_monitors = @client_0.connection_monitors
|
|
442
463
|
@operations = @client_0.operations
|
|
443
464
|
@public_ipaddresses = @client_0.public_ipaddresses
|
|
465
|
+
@public_ipprefixes = @client_0.public_ipprefixes
|
|
444
466
|
@route_filters = @client_0.route_filters
|
|
445
467
|
@route_filter_rules = @client_0.route_filter_rules
|
|
446
468
|
@route_tables = @client_0.route_tables
|
|
@@ -460,6 +482,8 @@ module Azure::Profiles::Latest
|
|
|
460
482
|
@hub_virtual_network_connections = @client_0.hub_virtual_network_connections
|
|
461
483
|
@vpn_gateways = @client_0.vpn_gateways
|
|
462
484
|
@vpn_connections = @client_0.vpn_connections
|
|
485
|
+
@service_endpoint_policies = @client_0.service_endpoint_policies
|
|
486
|
+
@service_endpoint_policy_definitions = @client_0.service_endpoint_policy_definitions
|
|
463
487
|
|
|
464
488
|
@model_classes = ModelClasses.new
|
|
465
489
|
end
|
|
@@ -478,1025 +502,1079 @@ module Azure::Profiles::Latest
|
|
|
478
502
|
end
|
|
479
503
|
|
|
480
504
|
class ModelClasses
|
|
481
|
-
def
|
|
482
|
-
Azure::Network::Mgmt::
|
|
505
|
+
def next_hop_parameters
|
|
506
|
+
Azure::Network::Mgmt::V2018_07_01::Models::NextHopParameters
|
|
483
507
|
end
|
|
484
|
-
def
|
|
485
|
-
Azure::Network::Mgmt::
|
|
508
|
+
def next_hop_result
|
|
509
|
+
Azure::Network::Mgmt::V2018_07_01::Models::NextHopResult
|
|
486
510
|
end
|
|
487
|
-
def
|
|
488
|
-
Azure::Network::Mgmt::
|
|
511
|
+
def route_list_result
|
|
512
|
+
Azure::Network::Mgmt::V2018_07_01::Models::RouteListResult
|
|
489
513
|
end
|
|
490
514
|
def azure_firewall_rcaction
|
|
491
|
-
Azure::Network::Mgmt::
|
|
515
|
+
Azure::Network::Mgmt::V2018_07_01::Models::AzureFirewallRCAction
|
|
492
516
|
end
|
|
493
|
-
def
|
|
494
|
-
Azure::Network::Mgmt::
|
|
517
|
+
def route_table_list_result
|
|
518
|
+
Azure::Network::Mgmt::V2018_07_01::Models::RouteTableListResult
|
|
495
519
|
end
|
|
496
520
|
def azure_firewall_application_rule
|
|
497
|
-
Azure::Network::Mgmt::
|
|
521
|
+
Azure::Network::Mgmt::V2018_07_01::Models::AzureFirewallApplicationRule
|
|
498
522
|
end
|
|
499
|
-
def
|
|
500
|
-
Azure::Network::Mgmt::
|
|
523
|
+
def route_filter_rule_list_result
|
|
524
|
+
Azure::Network::Mgmt::V2018_07_01::Models::RouteFilterRuleListResult
|
|
501
525
|
end
|
|
502
526
|
def azure_firewall_network_rule
|
|
503
|
-
Azure::Network::Mgmt::
|
|
527
|
+
Azure::Network::Mgmt::V2018_07_01::Models::AzureFirewallNetworkRule
|
|
504
528
|
end
|
|
505
|
-
def
|
|
506
|
-
Azure::Network::Mgmt::
|
|
529
|
+
def route_filter_list_result
|
|
530
|
+
Azure::Network::Mgmt::V2018_07_01::Models::RouteFilterListResult
|
|
507
531
|
end
|
|
508
|
-
def
|
|
509
|
-
Azure::Network::Mgmt::
|
|
532
|
+
def service_endpoint_policy_definition_list_result
|
|
533
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ServiceEndpointPolicyDefinitionListResult
|
|
510
534
|
end
|
|
511
|
-
def
|
|
512
|
-
Azure::Network::Mgmt::
|
|
535
|
+
def public_ipprefix_list_result
|
|
536
|
+
Azure::Network::Mgmt::V2018_07_01::Models::PublicIPPrefixListResult
|
|
513
537
|
end
|
|
514
|
-
def
|
|
515
|
-
Azure::Network::Mgmt::
|
|
538
|
+
def resource
|
|
539
|
+
Azure::Network::Mgmt::V2018_07_01::Models::Resource
|
|
516
540
|
end
|
|
517
|
-
def
|
|
518
|
-
Azure::Network::Mgmt::
|
|
541
|
+
def referenced_public_ip_address
|
|
542
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ReferencedPublicIpAddress
|
|
519
543
|
end
|
|
520
544
|
def list_hub_virtual_network_connections_result
|
|
521
|
-
Azure::Network::Mgmt::
|
|
522
|
-
end
|
|
523
|
-
def route_list_result
|
|
524
|
-
Azure::Network::Mgmt::V2018_06_01::Models::RouteListResult
|
|
525
|
-
end
|
|
526
|
-
def network_interface_dns_settings
|
|
527
|
-
Azure::Network::Mgmt::V2018_06_01::Models::NetworkInterfaceDnsSettings
|
|
528
|
-
end
|
|
529
|
-
def route_table_list_result
|
|
530
|
-
Azure::Network::Mgmt::V2018_06_01::Models::RouteTableListResult
|
|
531
|
-
end
|
|
532
|
-
def policies
|
|
533
|
-
Azure::Network::Mgmt::V2018_06_01::Models::Policies
|
|
534
|
-
end
|
|
535
|
-
def route_filter_rule_list_result
|
|
536
|
-
Azure::Network::Mgmt::V2018_06_01::Models::RouteFilterRuleListResult
|
|
537
|
-
end
|
|
538
|
-
def get_vpn_sites_configuration_request
|
|
539
|
-
Azure::Network::Mgmt::V2018_06_01::Models::GetVpnSitesConfigurationRequest
|
|
545
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ListHubVirtualNetworkConnectionsResult
|
|
540
546
|
end
|
|
541
547
|
def load_balancer_list_result
|
|
542
|
-
Azure::Network::Mgmt::
|
|
548
|
+
Azure::Network::Mgmt::V2018_07_01::Models::LoadBalancerListResult
|
|
543
549
|
end
|
|
544
|
-
def
|
|
545
|
-
Azure::Network::Mgmt::
|
|
550
|
+
def list_vpn_gateways_result
|
|
551
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ListVpnGatewaysResult
|
|
546
552
|
end
|
|
547
553
|
def inbound_nat_rule_list_result
|
|
548
|
-
Azure::Network::Mgmt::
|
|
554
|
+
Azure::Network::Mgmt::V2018_07_01::Models::InboundNatRuleListResult
|
|
549
555
|
end
|
|
550
|
-
def
|
|
551
|
-
Azure::Network::Mgmt::
|
|
556
|
+
def policies
|
|
557
|
+
Azure::Network::Mgmt::V2018_07_01::Models::Policies
|
|
552
558
|
end
|
|
553
559
|
def load_balancer_backend_address_pool_list_result
|
|
554
|
-
Azure::Network::Mgmt::
|
|
560
|
+
Azure::Network::Mgmt::V2018_07_01::Models::LoadBalancerBackendAddressPoolListResult
|
|
555
561
|
end
|
|
556
|
-
def
|
|
557
|
-
Azure::Network::Mgmt::
|
|
562
|
+
def get_vpn_sites_configuration_request
|
|
563
|
+
Azure::Network::Mgmt::V2018_07_01::Models::GetVpnSitesConfigurationRequest
|
|
558
564
|
end
|
|
559
565
|
def load_balancer_frontend_ipconfiguration_list_result
|
|
560
|
-
Azure::Network::Mgmt::
|
|
566
|
+
Azure::Network::Mgmt::V2018_07_01::Models::LoadBalancerFrontendIPConfigurationListResult
|
|
561
567
|
end
|
|
562
|
-
def
|
|
563
|
-
Azure::Network::Mgmt::
|
|
568
|
+
def service_endpoint_properties_format
|
|
569
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ServiceEndpointPropertiesFormat
|
|
564
570
|
end
|
|
565
571
|
def load_balancer_load_balancing_rule_list_result
|
|
566
|
-
Azure::Network::Mgmt::
|
|
572
|
+
Azure::Network::Mgmt::V2018_07_01::Models::LoadBalancerLoadBalancingRuleListResult
|
|
567
573
|
end
|
|
568
|
-
def
|
|
569
|
-
Azure::Network::Mgmt::
|
|
574
|
+
def list_virtual_wans_result
|
|
575
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ListVirtualWANsResult
|
|
570
576
|
end
|
|
571
577
|
def load_balancer_probe_list_result
|
|
572
|
-
Azure::Network::Mgmt::
|
|
578
|
+
Azure::Network::Mgmt::V2018_07_01::Models::LoadBalancerProbeListResult
|
|
573
579
|
end
|
|
574
|
-
def
|
|
575
|
-
Azure::Network::Mgmt::
|
|
580
|
+
def public_ipaddress_dns_settings
|
|
581
|
+
Azure::Network::Mgmt::V2018_07_01::Models::PublicIPAddressDnsSettings
|
|
576
582
|
end
|
|
577
583
|
def network_interface_list_result
|
|
578
|
-
Azure::Network::Mgmt::
|
|
584
|
+
Azure::Network::Mgmt::V2018_07_01::Models::NetworkInterfaceListResult
|
|
579
585
|
end
|
|
580
|
-
def
|
|
581
|
-
Azure::Network::Mgmt::
|
|
586
|
+
def vpn_device_script_parameters
|
|
587
|
+
Azure::Network::Mgmt::V2018_07_01::Models::VpnDeviceScriptParameters
|
|
582
588
|
end
|
|
583
589
|
def error_details
|
|
584
|
-
Azure::Network::Mgmt::
|
|
590
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ErrorDetails
|
|
585
591
|
end
|
|
586
|
-
def
|
|
587
|
-
Azure::Network::Mgmt::
|
|
592
|
+
def virtual_network_connection_gateway_reference
|
|
593
|
+
Azure::Network::Mgmt::V2018_07_01::Models::VirtualNetworkConnectionGatewayReference
|
|
588
594
|
end
|
|
589
595
|
def error
|
|
590
|
-
Azure::Network::Mgmt::
|
|
596
|
+
Azure::Network::Mgmt::V2018_07_01::Models::Error
|
|
591
597
|
end
|
|
592
|
-
def
|
|
593
|
-
Azure::Network::Mgmt::
|
|
598
|
+
def vpn_client_ipsec_parameters
|
|
599
|
+
Azure::Network::Mgmt::V2018_07_01::Models::VpnClientIPsecParameters
|
|
594
600
|
end
|
|
595
601
|
def azure_async_operation_result
|
|
596
|
-
Azure::Network::Mgmt::
|
|
602
|
+
Azure::Network::Mgmt::V2018_07_01::Models::AzureAsyncOperationResult
|
|
597
603
|
end
|
|
598
|
-
def
|
|
599
|
-
Azure::Network::Mgmt::
|
|
604
|
+
def connection_reset_shared_key
|
|
605
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ConnectionResetSharedKey
|
|
600
606
|
end
|
|
601
607
|
def network_interface_ipconfiguration_list_result
|
|
602
|
-
Azure::Network::Mgmt::
|
|
608
|
+
Azure::Network::Mgmt::V2018_07_01::Models::NetworkInterfaceIPConfigurationListResult
|
|
603
609
|
end
|
|
604
610
|
def virtual_network_gateway_connection_list_result
|
|
605
|
-
Azure::Network::Mgmt::
|
|
611
|
+
Azure::Network::Mgmt::V2018_07_01::Models::VirtualNetworkGatewayConnectionListResult
|
|
606
612
|
end
|
|
607
613
|
def network_interface_load_balancer_list_result
|
|
608
|
-
Azure::Network::Mgmt::
|
|
614
|
+
Azure::Network::Mgmt::V2018_07_01::Models::NetworkInterfaceLoadBalancerListResult
|
|
609
615
|
end
|
|
610
|
-
def
|
|
611
|
-
Azure::Network::Mgmt::
|
|
616
|
+
def application_gateway_backend_health_http_settings
|
|
617
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayBackendHealthHttpSettings
|
|
612
618
|
end
|
|
613
619
|
def effective_network_security_group_association
|
|
614
|
-
Azure::Network::Mgmt::
|
|
620
|
+
Azure::Network::Mgmt::V2018_07_01::Models::EffectiveNetworkSecurityGroupAssociation
|
|
615
621
|
end
|
|
616
|
-
def
|
|
617
|
-
Azure::Network::Mgmt::
|
|
622
|
+
def application_gateway_backend_health
|
|
623
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayBackendHealth
|
|
618
624
|
end
|
|
619
625
|
def effective_network_security_rule
|
|
620
|
-
Azure::Network::Mgmt::
|
|
626
|
+
Azure::Network::Mgmt::V2018_07_01::Models::EffectiveNetworkSecurityRule
|
|
621
627
|
end
|
|
622
|
-
def
|
|
623
|
-
Azure::Network::Mgmt::
|
|
628
|
+
def application_gateway_ssl_policy
|
|
629
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewaySslPolicy
|
|
624
630
|
end
|
|
625
631
|
def effective_network_security_group
|
|
626
|
-
Azure::Network::Mgmt::
|
|
632
|
+
Azure::Network::Mgmt::V2018_07_01::Models::EffectiveNetworkSecurityGroup
|
|
627
633
|
end
|
|
628
|
-
def
|
|
629
|
-
Azure::Network::Mgmt::
|
|
634
|
+
def gateway_route_list_result
|
|
635
|
+
Azure::Network::Mgmt::V2018_07_01::Models::GatewayRouteListResult
|
|
630
636
|
end
|
|
631
637
|
def effective_network_security_group_list_result
|
|
632
|
-
Azure::Network::Mgmt::
|
|
638
|
+
Azure::Network::Mgmt::V2018_07_01::Models::EffectiveNetworkSecurityGroupListResult
|
|
633
639
|
end
|
|
634
|
-
def
|
|
635
|
-
Azure::Network::Mgmt::
|
|
640
|
+
def virtual_network_gateway_list_result
|
|
641
|
+
Azure::Network::Mgmt::V2018_07_01::Models::VirtualNetworkGatewayListResult
|
|
636
642
|
end
|
|
637
643
|
def effective_route
|
|
638
|
-
Azure::Network::Mgmt::
|
|
644
|
+
Azure::Network::Mgmt::V2018_07_01::Models::EffectiveRoute
|
|
639
645
|
end
|
|
640
|
-
def
|
|
641
|
-
Azure::Network::Mgmt::
|
|
646
|
+
def gateway_route
|
|
647
|
+
Azure::Network::Mgmt::V2018_07_01::Models::GatewayRoute
|
|
642
648
|
end
|
|
643
649
|
def effective_route_list_result
|
|
644
|
-
Azure::Network::Mgmt::
|
|
650
|
+
Azure::Network::Mgmt::V2018_07_01::Models::EffectiveRouteListResult
|
|
645
651
|
end
|
|
646
|
-
def
|
|
647
|
-
Azure::Network::Mgmt::
|
|
652
|
+
def application_gateway_probe_health_response_match
|
|
653
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayProbeHealthResponseMatch
|
|
648
654
|
end
|
|
649
655
|
def security_rule_list_result
|
|
650
|
-
Azure::Network::Mgmt::
|
|
656
|
+
Azure::Network::Mgmt::V2018_07_01::Models::SecurityRuleListResult
|
|
651
657
|
end
|
|
652
|
-
def
|
|
653
|
-
Azure::Network::Mgmt::
|
|
658
|
+
def vpn_client_configuration
|
|
659
|
+
Azure::Network::Mgmt::V2018_07_01::Models::VpnClientConfiguration
|
|
654
660
|
end
|
|
655
661
|
def network_security_group_list_result
|
|
656
|
-
Azure::Network::Mgmt::
|
|
657
|
-
end
|
|
658
|
-
def ipsec_policy
|
|
659
|
-
Azure::Network::Mgmt::V2018_06_01::Models::IpsecPolicy
|
|
660
|
-
end
|
|
661
|
-
def route_filter_list_result
|
|
662
|
-
Azure::Network::Mgmt::V2018_06_01::Models::RouteFilterListResult
|
|
662
|
+
Azure::Network::Mgmt::V2018_07_01::Models::NetworkSecurityGroupListResult
|
|
663
663
|
end
|
|
664
664
|
def virtual_network_gateway_sku
|
|
665
|
-
Azure::Network::Mgmt::
|
|
666
|
-
end
|
|
667
|
-
def network_watcher_list_result
|
|
668
|
-
Azure::Network::Mgmt::V2018_06_01::Models::NetworkWatcherListResult
|
|
665
|
+
Azure::Network::Mgmt::V2018_07_01::Models::VirtualNetworkGatewaySku
|
|
669
666
|
end
|
|
670
|
-
def
|
|
671
|
-
Azure::Network::Mgmt::
|
|
667
|
+
def error_response
|
|
668
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ErrorResponse
|
|
672
669
|
end
|
|
673
|
-
def
|
|
674
|
-
Azure::Network::Mgmt::
|
|
670
|
+
def application_gateway_web_application_firewall_configuration
|
|
671
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayWebApplicationFirewallConfiguration
|
|
675
672
|
end
|
|
676
|
-
def
|
|
677
|
-
Azure::Network::Mgmt::
|
|
673
|
+
def public_ipprefix_sku
|
|
674
|
+
Azure::Network::Mgmt::V2018_07_01::Models::PublicIPPrefixSku
|
|
678
675
|
end
|
|
679
|
-
def
|
|
680
|
-
Azure::Network::Mgmt::
|
|
676
|
+
def application_gateway_autoscale_configuration
|
|
677
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayAutoscaleConfiguration
|
|
681
678
|
end
|
|
682
|
-
def
|
|
683
|
-
Azure::Network::Mgmt::
|
|
679
|
+
def network_watcher_list_result
|
|
680
|
+
Azure::Network::Mgmt::V2018_07_01::Models::NetworkWatcherListResult
|
|
684
681
|
end
|
|
685
|
-
def
|
|
686
|
-
Azure::Network::Mgmt::
|
|
682
|
+
def application_gateway_list_result
|
|
683
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayListResult
|
|
687
684
|
end
|
|
688
|
-
def
|
|
689
|
-
Azure::Network::Mgmt::
|
|
685
|
+
def topology_parameters
|
|
686
|
+
Azure::Network::Mgmt::V2018_07_01::Models::TopologyParameters
|
|
690
687
|
end
|
|
691
|
-
def
|
|
692
|
-
Azure::Network::Mgmt::
|
|
688
|
+
def application_gateway_firewall_rule_group
|
|
689
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayFirewallRuleGroup
|
|
693
690
|
end
|
|
694
|
-
def
|
|
695
|
-
Azure::Network::Mgmt::
|
|
691
|
+
def topology_association
|
|
692
|
+
Azure::Network::Mgmt::V2018_07_01::Models::TopologyAssociation
|
|
696
693
|
end
|
|
697
|
-
def
|
|
698
|
-
Azure::Network::Mgmt::
|
|
694
|
+
def application_gateway_available_waf_rule_sets_result
|
|
695
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayAvailableWafRuleSetsResult
|
|
699
696
|
end
|
|
700
|
-
def
|
|
701
|
-
Azure::Network::Mgmt::
|
|
697
|
+
def topology_resource
|
|
698
|
+
Azure::Network::Mgmt::V2018_07_01::Models::TopologyResource
|
|
702
699
|
end
|
|
703
700
|
def ipaddress_availability_result
|
|
704
|
-
Azure::Network::Mgmt::
|
|
701
|
+
Azure::Network::Mgmt::V2018_07_01::Models::IPAddressAvailabilityResult
|
|
705
702
|
end
|
|
706
|
-
def
|
|
707
|
-
Azure::Network::Mgmt::
|
|
703
|
+
def topology
|
|
704
|
+
Azure::Network::Mgmt::V2018_07_01::Models::Topology
|
|
708
705
|
end
|
|
709
|
-
def
|
|
710
|
-
Azure::Network::Mgmt::
|
|
706
|
+
def tags_object
|
|
707
|
+
Azure::Network::Mgmt::V2018_07_01::Models::TagsObject
|
|
711
708
|
end
|
|
712
|
-
def
|
|
713
|
-
Azure::Network::Mgmt::
|
|
709
|
+
def verification_ipflow_parameters
|
|
710
|
+
Azure::Network::Mgmt::V2018_07_01::Models::VerificationIPFlowParameters
|
|
714
711
|
end
|
|
715
|
-
def
|
|
716
|
-
Azure::Network::Mgmt::
|
|
712
|
+
def dns_name_availability_result
|
|
713
|
+
Azure::Network::Mgmt::V2018_07_01::Models::DnsNameAvailabilityResult
|
|
717
714
|
end
|
|
718
|
-
def
|
|
719
|
-
Azure::Network::Mgmt::
|
|
715
|
+
def verification_ipflow_result
|
|
716
|
+
Azure::Network::Mgmt::V2018_07_01::Models::VerificationIPFlowResult
|
|
720
717
|
end
|
|
721
|
-
def
|
|
722
|
-
Azure::Network::Mgmt::
|
|
718
|
+
def ddos_protection_plan_list_result
|
|
719
|
+
Azure::Network::Mgmt::V2018_07_01::Models::DdosProtectionPlanListResult
|
|
723
720
|
end
|
|
724
|
-
def
|
|
725
|
-
Azure::Network::Mgmt::
|
|
721
|
+
def sub_resource
|
|
722
|
+
Azure::Network::Mgmt::V2018_07_01::Models::SubResource
|
|
726
723
|
end
|
|
727
|
-
def
|
|
728
|
-
Azure::Network::Mgmt::
|
|
724
|
+
def endpoint_services_list_result
|
|
725
|
+
Azure::Network::Mgmt::V2018_07_01::Models::EndpointServicesListResult
|
|
726
|
+
end
|
|
727
|
+
def public_ipaddress_list_result
|
|
728
|
+
Azure::Network::Mgmt::V2018_07_01::Models::PublicIPAddressListResult
|
|
729
|
+
end
|
|
730
|
+
def authorization_list_result
|
|
731
|
+
Azure::Network::Mgmt::V2018_07_01::Models::AuthorizationListResult
|
|
729
732
|
end
|
|
730
733
|
def security_group_view_parameters
|
|
731
|
-
Azure::Network::Mgmt::
|
|
734
|
+
Azure::Network::Mgmt::V2018_07_01::Models::SecurityGroupViewParameters
|
|
732
735
|
end
|
|
733
|
-
def
|
|
734
|
-
Azure::Network::Mgmt::
|
|
736
|
+
def virtual_network_peering_list_result
|
|
737
|
+
Azure::Network::Mgmt::V2018_07_01::Models::VirtualNetworkPeeringListResult
|
|
735
738
|
end
|
|
736
739
|
def network_interface_association
|
|
737
|
-
Azure::Network::Mgmt::
|
|
740
|
+
Azure::Network::Mgmt::V2018_07_01::Models::NetworkInterfaceAssociation
|
|
738
741
|
end
|
|
739
|
-
def
|
|
740
|
-
Azure::Network::Mgmt::
|
|
742
|
+
def subnet_list_result
|
|
743
|
+
Azure::Network::Mgmt::V2018_07_01::Models::SubnetListResult
|
|
741
744
|
end
|
|
742
745
|
def subnet_association
|
|
743
|
-
Azure::Network::Mgmt::
|
|
746
|
+
Azure::Network::Mgmt::V2018_07_01::Models::SubnetAssociation
|
|
744
747
|
end
|
|
745
|
-
def
|
|
746
|
-
Azure::Network::Mgmt::
|
|
748
|
+
def usages_list_result
|
|
749
|
+
Azure::Network::Mgmt::V2018_07_01::Models::UsagesListResult
|
|
747
750
|
end
|
|
748
751
|
def security_rule_associations
|
|
749
|
-
Azure::Network::Mgmt::
|
|
752
|
+
Azure::Network::Mgmt::V2018_07_01::Models::SecurityRuleAssociations
|
|
750
753
|
end
|
|
751
|
-
def
|
|
752
|
-
Azure::Network::Mgmt::
|
|
754
|
+
def express_route_circuit_peering_list_result
|
|
755
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ExpressRouteCircuitPeeringListResult
|
|
753
756
|
end
|
|
754
757
|
def security_group_network_interface
|
|
755
|
-
Azure::Network::Mgmt::
|
|
758
|
+
Azure::Network::Mgmt::V2018_07_01::Models::SecurityGroupNetworkInterface
|
|
756
759
|
end
|
|
757
|
-
def
|
|
758
|
-
Azure::Network::Mgmt::
|
|
760
|
+
def express_route_circuit_service_provider_properties
|
|
761
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ExpressRouteCircuitServiceProviderProperties
|
|
759
762
|
end
|
|
760
763
|
def security_group_view_result
|
|
761
|
-
Azure::Network::Mgmt::
|
|
764
|
+
Azure::Network::Mgmt::V2018_07_01::Models::SecurityGroupViewResult
|
|
762
765
|
end
|
|
763
|
-
def
|
|
764
|
-
Azure::Network::Mgmt::
|
|
766
|
+
def express_route_circuit_arp_table
|
|
767
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ExpressRouteCircuitArpTable
|
|
765
768
|
end
|
|
766
769
|
def packet_capture_storage_location
|
|
767
|
-
Azure::Network::Mgmt::
|
|
770
|
+
Azure::Network::Mgmt::V2018_07_01::Models::PacketCaptureStorageLocation
|
|
768
771
|
end
|
|
769
|
-
def
|
|
770
|
-
Azure::Network::Mgmt::
|
|
772
|
+
def express_route_circuit_routes_table
|
|
773
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ExpressRouteCircuitRoutesTable
|
|
771
774
|
end
|
|
772
775
|
def packet_capture_filter
|
|
773
|
-
Azure::Network::Mgmt::
|
|
776
|
+
Azure::Network::Mgmt::V2018_07_01::Models::PacketCaptureFilter
|
|
774
777
|
end
|
|
775
|
-
def
|
|
776
|
-
Azure::Network::Mgmt::
|
|
778
|
+
def express_route_circuit_routes_table_summary
|
|
779
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ExpressRouteCircuitRoutesTableSummary
|
|
777
780
|
end
|
|
778
781
|
def packet_capture_parameters
|
|
779
|
-
Azure::Network::Mgmt::
|
|
782
|
+
Azure::Network::Mgmt::V2018_07_01::Models::PacketCaptureParameters
|
|
780
783
|
end
|
|
781
|
-
def
|
|
782
|
-
Azure::Network::Mgmt::
|
|
784
|
+
def express_route_circuit_list_result
|
|
785
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ExpressRouteCircuitListResult
|
|
783
786
|
end
|
|
784
787
|
def packet_capture
|
|
785
|
-
Azure::Network::Mgmt::
|
|
788
|
+
Azure::Network::Mgmt::V2018_07_01::Models::PacketCapture
|
|
786
789
|
end
|
|
787
|
-
def
|
|
788
|
-
Azure::Network::Mgmt::
|
|
790
|
+
def usage_name
|
|
791
|
+
Azure::Network::Mgmt::V2018_07_01::Models::UsageName
|
|
789
792
|
end
|
|
790
793
|
def packet_capture_result
|
|
791
|
-
Azure::Network::Mgmt::
|
|
794
|
+
Azure::Network::Mgmt::V2018_07_01::Models::PacketCaptureResult
|
|
792
795
|
end
|
|
793
|
-
def
|
|
794
|
-
Azure::Network::Mgmt::
|
|
796
|
+
def express_route_cross_connection_routes_table_summary
|
|
797
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ExpressRouteCrossConnectionRoutesTableSummary
|
|
795
798
|
end
|
|
796
799
|
def packet_capture_list_result
|
|
797
|
-
Azure::Network::Mgmt::
|
|
800
|
+
Azure::Network::Mgmt::V2018_07_01::Models::PacketCaptureListResult
|
|
798
801
|
end
|
|
799
|
-
def
|
|
800
|
-
Azure::Network::Mgmt::
|
|
802
|
+
def express_route_circuit_reference
|
|
803
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ExpressRouteCircuitReference
|
|
801
804
|
end
|
|
802
805
|
def packet_capture_query_status_result
|
|
803
|
-
Azure::Network::Mgmt::
|
|
806
|
+
Azure::Network::Mgmt::V2018_07_01::Models::PacketCaptureQueryStatusResult
|
|
804
807
|
end
|
|
805
|
-
def
|
|
806
|
-
Azure::Network::Mgmt::
|
|
808
|
+
def bgpcommunity
|
|
809
|
+
Azure::Network::Mgmt::V2018_07_01::Models::BGPCommunity
|
|
807
810
|
end
|
|
808
811
|
def troubleshooting_parameters
|
|
809
|
-
Azure::Network::Mgmt::
|
|
812
|
+
Azure::Network::Mgmt::V2018_07_01::Models::TroubleshootingParameters
|
|
810
813
|
end
|
|
811
|
-
def
|
|
812
|
-
Azure::Network::Mgmt::
|
|
814
|
+
def express_route_cross_connection_peering_list
|
|
815
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ExpressRouteCrossConnectionPeeringList
|
|
813
816
|
end
|
|
814
817
|
def query_troubleshooting_parameters
|
|
815
|
-
Azure::Network::Mgmt::
|
|
818
|
+
Azure::Network::Mgmt::V2018_07_01::Models::QueryTroubleshootingParameters
|
|
816
819
|
end
|
|
817
|
-
def
|
|
818
|
-
Azure::Network::Mgmt::
|
|
820
|
+
def azure_firewall_application_rule_protocol
|
|
821
|
+
Azure::Network::Mgmt::V2018_07_01::Models::AzureFirewallApplicationRuleProtocol
|
|
819
822
|
end
|
|
820
823
|
def troubleshooting_recommended_actions
|
|
821
|
-
Azure::Network::Mgmt::
|
|
824
|
+
Azure::Network::Mgmt::V2018_07_01::Models::TroubleshootingRecommendedActions
|
|
822
825
|
end
|
|
823
|
-
def
|
|
824
|
-
Azure::Network::Mgmt::
|
|
826
|
+
def service_endpoint_policy_list_result
|
|
827
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ServiceEndpointPolicyListResult
|
|
825
828
|
end
|
|
826
829
|
def troubleshooting_details
|
|
827
|
-
Azure::Network::Mgmt::
|
|
830
|
+
Azure::Network::Mgmt::V2018_07_01::Models::TroubleshootingDetails
|
|
828
831
|
end
|
|
829
|
-
def
|
|
830
|
-
Azure::Network::Mgmt::
|
|
832
|
+
def vpn_site_id
|
|
833
|
+
Azure::Network::Mgmt::V2018_07_01::Models::VpnSiteId
|
|
831
834
|
end
|
|
832
835
|
def troubleshooting_result
|
|
833
|
-
Azure::Network::Mgmt::
|
|
836
|
+
Azure::Network::Mgmt::V2018_07_01::Models::TroubleshootingResult
|
|
834
837
|
end
|
|
835
|
-
def
|
|
836
|
-
Azure::Network::Mgmt::
|
|
838
|
+
def network_interface_dns_settings
|
|
839
|
+
Azure::Network::Mgmt::V2018_07_01::Models::NetworkInterfaceDnsSettings
|
|
837
840
|
end
|
|
838
841
|
def retention_policy_parameters
|
|
839
|
-
Azure::Network::Mgmt::
|
|
842
|
+
Azure::Network::Mgmt::V2018_07_01::Models::RetentionPolicyParameters
|
|
840
843
|
end
|
|
841
|
-
def
|
|
842
|
-
Azure::Network::Mgmt::
|
|
844
|
+
def list_vpn_sites_result
|
|
845
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ListVpnSitesResult
|
|
843
846
|
end
|
|
844
847
|
def flow_log_status_parameters
|
|
845
|
-
Azure::Network::Mgmt::
|
|
848
|
+
Azure::Network::Mgmt::V2018_07_01::Models::FlowLogStatusParameters
|
|
846
849
|
end
|
|
847
|
-
def
|
|
848
|
-
Azure::Network::Mgmt::
|
|
850
|
+
def public_ipaddress_sku
|
|
851
|
+
Azure::Network::Mgmt::V2018_07_01::Models::PublicIPAddressSku
|
|
849
852
|
end
|
|
850
853
|
def traffic_analytics_configuration_properties
|
|
851
|
-
Azure::Network::Mgmt::
|
|
854
|
+
Azure::Network::Mgmt::V2018_07_01::Models::TrafficAnalyticsConfigurationProperties
|
|
852
855
|
end
|
|
853
|
-
def
|
|
854
|
-
Azure::Network::Mgmt::
|
|
856
|
+
def virtual_network_gateway_list_connections_result
|
|
857
|
+
Azure::Network::Mgmt::V2018_07_01::Models::VirtualNetworkGatewayListConnectionsResult
|
|
855
858
|
end
|
|
856
859
|
def traffic_analytics_properties
|
|
857
|
-
Azure::Network::Mgmt::
|
|
860
|
+
Azure::Network::Mgmt::V2018_07_01::Models::TrafficAnalyticsProperties
|
|
858
861
|
end
|
|
859
|
-
def
|
|
860
|
-
Azure::Network::Mgmt::
|
|
862
|
+
def application_gateway_backend_address
|
|
863
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayBackendAddress
|
|
861
864
|
end
|
|
862
865
|
def flow_log_information
|
|
863
|
-
Azure::Network::Mgmt::
|
|
866
|
+
Azure::Network::Mgmt::V2018_07_01::Models::FlowLogInformation
|
|
864
867
|
end
|
|
865
|
-
def
|
|
866
|
-
Azure::Network::Mgmt::
|
|
868
|
+
def application_gateway_backend_health_server
|
|
869
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayBackendHealthServer
|
|
867
870
|
end
|
|
868
871
|
def connectivity_source
|
|
869
|
-
Azure::Network::Mgmt::
|
|
872
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ConnectivitySource
|
|
870
873
|
end
|
|
871
|
-
def
|
|
872
|
-
Azure::Network::Mgmt::
|
|
874
|
+
def application_gateway_sku
|
|
875
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewaySku
|
|
873
876
|
end
|
|
874
877
|
def connectivity_destination
|
|
875
|
-
Azure::Network::Mgmt::
|
|
878
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ConnectivityDestination
|
|
876
879
|
end
|
|
877
|
-
def
|
|
878
|
-
Azure::Network::Mgmt::
|
|
880
|
+
def bgp_peer_status_list_result
|
|
881
|
+
Azure::Network::Mgmt::V2018_07_01::Models::BgpPeerStatusListResult
|
|
879
882
|
end
|
|
880
883
|
def httpheader
|
|
881
|
-
Azure::Network::Mgmt::
|
|
884
|
+
Azure::Network::Mgmt::V2018_07_01::Models::HTTPHeader
|
|
882
885
|
end
|
|
883
|
-
def
|
|
884
|
-
Azure::Network::Mgmt::
|
|
886
|
+
def bgp_peer_status
|
|
887
|
+
Azure::Network::Mgmt::V2018_07_01::Models::BgpPeerStatus
|
|
885
888
|
end
|
|
886
889
|
def httpconfiguration
|
|
887
|
-
Azure::Network::Mgmt::
|
|
890
|
+
Azure::Network::Mgmt::V2018_07_01::Models::HTTPConfiguration
|
|
888
891
|
end
|
|
889
|
-
def
|
|
890
|
-
Azure::Network::Mgmt::
|
|
892
|
+
def ipsec_policy
|
|
893
|
+
Azure::Network::Mgmt::V2018_07_01::Models::IpsecPolicy
|
|
891
894
|
end
|
|
892
895
|
def protocol_configuration
|
|
893
|
-
Azure::Network::Mgmt::
|
|
896
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ProtocolConfiguration
|
|
894
897
|
end
|
|
895
|
-
def
|
|
896
|
-
Azure::Network::Mgmt::
|
|
898
|
+
def application_gateway_autoscale_bounds
|
|
899
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayAutoscaleBounds
|
|
897
900
|
end
|
|
898
901
|
def connectivity_parameters
|
|
899
|
-
Azure::Network::Mgmt::
|
|
902
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ConnectivityParameters
|
|
900
903
|
end
|
|
901
|
-
def
|
|
902
|
-
Azure::Network::Mgmt::
|
|
904
|
+
def application_gateway_firewall_rule
|
|
905
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayFirewallRule
|
|
903
906
|
end
|
|
904
907
|
def connectivity_issue
|
|
905
|
-
Azure::Network::Mgmt::
|
|
908
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ConnectivityIssue
|
|
906
909
|
end
|
|
907
|
-
def
|
|
908
|
-
Azure::Network::Mgmt::
|
|
910
|
+
def virtual_network_usage_name
|
|
911
|
+
Azure::Network::Mgmt::V2018_07_01::Models::VirtualNetworkUsageName
|
|
909
912
|
end
|
|
910
913
|
def connectivity_hop
|
|
911
|
-
Azure::Network::Mgmt::
|
|
914
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ConnectivityHop
|
|
912
915
|
end
|
|
913
|
-
def
|
|
914
|
-
Azure::Network::Mgmt::
|
|
916
|
+
def application_security_group_list_result
|
|
917
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ApplicationSecurityGroupListResult
|
|
915
918
|
end
|
|
916
919
|
def connectivity_information
|
|
917
|
-
Azure::Network::Mgmt::
|
|
920
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ConnectivityInformation
|
|
918
921
|
end
|
|
919
|
-
def
|
|
920
|
-
Azure::Network::Mgmt::
|
|
922
|
+
def virtual_network_list_result
|
|
923
|
+
Azure::Network::Mgmt::V2018_07_01::Models::VirtualNetworkListResult
|
|
921
924
|
end
|
|
922
925
|
def azure_reachability_report_location
|
|
923
|
-
Azure::Network::Mgmt::
|
|
926
|
+
Azure::Network::Mgmt::V2018_07_01::Models::AzureReachabilityReportLocation
|
|
924
927
|
end
|
|
925
|
-
def
|
|
926
|
-
Azure::Network::Mgmt::
|
|
928
|
+
def express_route_circuit_peering_config
|
|
929
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ExpressRouteCircuitPeeringConfig
|
|
927
930
|
end
|
|
928
931
|
def azure_reachability_report_parameters
|
|
929
|
-
Azure::Network::Mgmt::
|
|
932
|
+
Azure::Network::Mgmt::V2018_07_01::Models::AzureReachabilityReportParameters
|
|
930
933
|
end
|
|
931
|
-
def
|
|
932
|
-
Azure::Network::Mgmt::
|
|
934
|
+
def address_space
|
|
935
|
+
Azure::Network::Mgmt::V2018_07_01::Models::AddressSpace
|
|
933
936
|
end
|
|
934
937
|
def azure_reachability_report_latency_info
|
|
935
|
-
Azure::Network::Mgmt::
|
|
938
|
+
Azure::Network::Mgmt::V2018_07_01::Models::AzureReachabilityReportLatencyInfo
|
|
936
939
|
end
|
|
937
|
-
def
|
|
938
|
-
Azure::Network::Mgmt::
|
|
940
|
+
def express_route_circuit_sku
|
|
941
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ExpressRouteCircuitSku
|
|
939
942
|
end
|
|
940
943
|
def azure_reachability_report_item
|
|
941
|
-
Azure::Network::Mgmt::
|
|
944
|
+
Azure::Network::Mgmt::V2018_07_01::Models::AzureReachabilityReportItem
|
|
942
945
|
end
|
|
943
|
-
def
|
|
944
|
-
Azure::Network::Mgmt::
|
|
946
|
+
def express_route_circuits_arp_table_list_result
|
|
947
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ExpressRouteCircuitsArpTableListResult
|
|
945
948
|
end
|
|
946
949
|
def azure_reachability_report
|
|
947
|
-
Azure::Network::Mgmt::
|
|
950
|
+
Azure::Network::Mgmt::V2018_07_01::Models::AzureReachabilityReport
|
|
948
951
|
end
|
|
949
|
-
def
|
|
950
|
-
Azure::Network::Mgmt::
|
|
952
|
+
def express_route_circuits_routes_table_summary_list_result
|
|
953
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ExpressRouteCircuitsRoutesTableSummaryListResult
|
|
951
954
|
end
|
|
952
955
|
def available_providers_list_parameters
|
|
953
|
-
Azure::Network::Mgmt::
|
|
956
|
+
Azure::Network::Mgmt::V2018_07_01::Models::AvailableProvidersListParameters
|
|
954
957
|
end
|
|
955
|
-
def
|
|
956
|
-
Azure::Network::Mgmt::
|
|
958
|
+
def express_route_service_provider_list_result
|
|
959
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ExpressRouteServiceProviderListResult
|
|
957
960
|
end
|
|
958
961
|
def available_providers_list_city
|
|
959
|
-
Azure::Network::Mgmt::
|
|
962
|
+
Azure::Network::Mgmt::V2018_07_01::Models::AvailableProvidersListCity
|
|
960
963
|
end
|
|
961
|
-
def
|
|
962
|
-
Azure::Network::Mgmt::
|
|
964
|
+
def bgp_service_community_list_result
|
|
965
|
+
Azure::Network::Mgmt::V2018_07_01::Models::BgpServiceCommunityListResult
|
|
963
966
|
end
|
|
964
967
|
def available_providers_list_state
|
|
965
|
-
Azure::Network::Mgmt::
|
|
968
|
+
Azure::Network::Mgmt::V2018_07_01::Models::AvailableProvidersListState
|
|
966
969
|
end
|
|
967
|
-
def
|
|
968
|
-
Azure::Network::Mgmt::
|
|
970
|
+
def load_balancer_sku
|
|
971
|
+
Azure::Network::Mgmt::V2018_07_01::Models::LoadBalancerSku
|
|
969
972
|
end
|
|
970
973
|
def available_providers_list_country
|
|
971
|
-
Azure::Network::Mgmt::
|
|
974
|
+
Azure::Network::Mgmt::V2018_07_01::Models::AvailableProvidersListCountry
|
|
972
975
|
end
|
|
973
|
-
def
|
|
974
|
-
Azure::Network::Mgmt::
|
|
976
|
+
def azure_firewall_list_result
|
|
977
|
+
Azure::Network::Mgmt::V2018_07_01::Models::AzureFirewallListResult
|
|
975
978
|
end
|
|
976
979
|
def available_providers_list
|
|
977
|
-
Azure::Network::Mgmt::
|
|
980
|
+
Azure::Network::Mgmt::V2018_07_01::Models::AvailableProvidersList
|
|
978
981
|
end
|
|
979
|
-
def
|
|
980
|
-
Azure::Network::Mgmt::
|
|
982
|
+
def list_virtual_hubs_result
|
|
983
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ListVirtualHubsResult
|
|
981
984
|
end
|
|
982
985
|
def connection_monitor_source
|
|
983
|
-
Azure::Network::Mgmt::
|
|
986
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ConnectionMonitorSource
|
|
984
987
|
end
|
|
985
|
-
def
|
|
986
|
-
Azure::Network::Mgmt::
|
|
988
|
+
def ip_tag
|
|
989
|
+
Azure::Network::Mgmt::V2018_07_01::Models::IpTag
|
|
987
990
|
end
|
|
988
991
|
def connection_monitor_destination
|
|
989
|
-
Azure::Network::Mgmt::
|
|
992
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ConnectionMonitorDestination
|
|
990
993
|
end
|
|
991
|
-
def
|
|
992
|
-
Azure::Network::Mgmt::
|
|
994
|
+
def application_gateway_connection_draining
|
|
995
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayConnectionDraining
|
|
993
996
|
end
|
|
994
997
|
def connection_monitor_parameters
|
|
995
|
-
Azure::Network::Mgmt::
|
|
998
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ConnectionMonitorParameters
|
|
996
999
|
end
|
|
997
|
-
def
|
|
998
|
-
Azure::Network::Mgmt::
|
|
1000
|
+
def tunnel_connection_health
|
|
1001
|
+
Azure::Network::Mgmt::V2018_07_01::Models::TunnelConnectionHealth
|
|
999
1002
|
end
|
|
1000
1003
|
def connection_monitor
|
|
1001
|
-
Azure::Network::Mgmt::
|
|
1004
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ConnectionMonitor
|
|
1002
1005
|
end
|
|
1003
|
-
def
|
|
1004
|
-
Azure::Network::Mgmt::
|
|
1006
|
+
def bgp_settings
|
|
1007
|
+
Azure::Network::Mgmt::V2018_07_01::Models::BgpSettings
|
|
1005
1008
|
end
|
|
1006
1009
|
def connection_monitor_result
|
|
1007
|
-
Azure::Network::Mgmt::
|
|
1010
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ConnectionMonitorResult
|
|
1008
1011
|
end
|
|
1009
|
-
def
|
|
1010
|
-
Azure::Network::Mgmt::
|
|
1012
|
+
def virtual_network_list_usage_result
|
|
1013
|
+
Azure::Network::Mgmt::V2018_07_01::Models::VirtualNetworkListUsageResult
|
|
1011
1014
|
end
|
|
1012
1015
|
def connection_monitor_list_result
|
|
1013
|
-
Azure::Network::Mgmt::
|
|
1016
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ConnectionMonitorListResult
|
|
1014
1017
|
end
|
|
1015
|
-
def
|
|
1016
|
-
Azure::Network::Mgmt::
|
|
1018
|
+
def application_gateway_available_ssl_predefined_policies
|
|
1019
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayAvailableSslPredefinedPolicies
|
|
1017
1020
|
end
|
|
1018
1021
|
def connection_state_snapshot
|
|
1019
|
-
Azure::Network::Mgmt::
|
|
1022
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ConnectionStateSnapshot
|
|
1020
1023
|
end
|
|
1021
|
-
def
|
|
1022
|
-
Azure::Network::Mgmt::
|
|
1024
|
+
def dhcp_options
|
|
1025
|
+
Azure::Network::Mgmt::V2018_07_01::Models::DhcpOptions
|
|
1023
1026
|
end
|
|
1024
1027
|
def connection_monitor_query_result
|
|
1025
|
-
Azure::Network::Mgmt::
|
|
1028
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ConnectionMonitorQueryResult
|
|
1026
1029
|
end
|
|
1027
|
-
def
|
|
1028
|
-
Azure::Network::Mgmt::
|
|
1030
|
+
def ipv6_express_route_circuit_peering_config
|
|
1031
|
+
Azure::Network::Mgmt::V2018_07_01::Models::Ipv6ExpressRouteCircuitPeeringConfig
|
|
1032
|
+
end
|
|
1033
|
+
def traffic_query
|
|
1034
|
+
Azure::Network::Mgmt::V2018_07_01::Models::TrafficQuery
|
|
1035
|
+
end
|
|
1036
|
+
def express_route_circuits_routes_table_list_result
|
|
1037
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ExpressRouteCircuitsRoutesTableListResult
|
|
1038
|
+
end
|
|
1039
|
+
def network_configuration_diagnostic_parameters
|
|
1040
|
+
Azure::Network::Mgmt::V2018_07_01::Models::NetworkConfigurationDiagnosticParameters
|
|
1041
|
+
end
|
|
1042
|
+
def express_route_cross_connections_routes_table_summary_list_result
|
|
1043
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ExpressRouteCrossConnectionsRoutesTableSummaryListResult
|
|
1044
|
+
end
|
|
1045
|
+
def matched_rule
|
|
1046
|
+
Azure::Network::Mgmt::V2018_07_01::Models::MatchedRule
|
|
1047
|
+
end
|
|
1048
|
+
def network_security_rules_evaluation_result
|
|
1049
|
+
Azure::Network::Mgmt::V2018_07_01::Models::NetworkSecurityRulesEvaluationResult
|
|
1050
|
+
end
|
|
1051
|
+
def device_properties
|
|
1052
|
+
Azure::Network::Mgmt::V2018_07_01::Models::DeviceProperties
|
|
1053
|
+
end
|
|
1054
|
+
def evaluated_network_security_group
|
|
1055
|
+
Azure::Network::Mgmt::V2018_07_01::Models::EvaluatedNetworkSecurityGroup
|
|
1056
|
+
end
|
|
1057
|
+
def application_gateway_backend_health_pool
|
|
1058
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayBackendHealthPool
|
|
1059
|
+
end
|
|
1060
|
+
def network_security_group_result
|
|
1061
|
+
Azure::Network::Mgmt::V2018_07_01::Models::NetworkSecurityGroupResult
|
|
1062
|
+
end
|
|
1063
|
+
def application_gateway_firewall_disabled_rule_group
|
|
1064
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayFirewallDisabledRuleGroup
|
|
1065
|
+
end
|
|
1066
|
+
def network_configuration_diagnostic_result
|
|
1067
|
+
Azure::Network::Mgmt::V2018_07_01::Models::NetworkConfigurationDiagnosticResult
|
|
1068
|
+
end
|
|
1069
|
+
def ddos_protection_plan
|
|
1070
|
+
Azure::Network::Mgmt::V2018_07_01::Models::DdosProtectionPlan
|
|
1071
|
+
end
|
|
1072
|
+
def network_configuration_diagnostic_response
|
|
1073
|
+
Azure::Network::Mgmt::V2018_07_01::Models::NetworkConfigurationDiagnosticResponse
|
|
1074
|
+
end
|
|
1075
|
+
def usage
|
|
1076
|
+
Azure::Network::Mgmt::V2018_07_01::Models::Usage
|
|
1029
1077
|
end
|
|
1030
1078
|
def operation_display
|
|
1031
|
-
Azure::Network::Mgmt::
|
|
1079
|
+
Azure::Network::Mgmt::V2018_07_01::Models::OperationDisplay
|
|
1032
1080
|
end
|
|
1033
|
-
def
|
|
1034
|
-
Azure::Network::Mgmt::
|
|
1081
|
+
def express_route_cross_connection_list_result
|
|
1082
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ExpressRouteCrossConnectionListResult
|
|
1035
1083
|
end
|
|
1036
1084
|
def availability
|
|
1037
|
-
Azure::Network::Mgmt::
|
|
1085
|
+
Azure::Network::Mgmt::V2018_07_01::Models::Availability
|
|
1038
1086
|
end
|
|
1039
|
-
def
|
|
1040
|
-
Azure::Network::Mgmt::
|
|
1087
|
+
def local_network_gateway_list_result
|
|
1088
|
+
Azure::Network::Mgmt::V2018_07_01::Models::LocalNetworkGatewayListResult
|
|
1041
1089
|
end
|
|
1042
1090
|
def dimension
|
|
1043
|
-
Azure::Network::Mgmt::
|
|
1091
|
+
Azure::Network::Mgmt::V2018_07_01::Models::Dimension
|
|
1044
1092
|
end
|
|
1045
|
-
def
|
|
1046
|
-
Azure::Network::Mgmt::
|
|
1093
|
+
def virtual_network_usage
|
|
1094
|
+
Azure::Network::Mgmt::V2018_07_01::Models::VirtualNetworkUsage
|
|
1047
1095
|
end
|
|
1048
1096
|
def metric_specification
|
|
1049
|
-
Azure::Network::Mgmt::
|
|
1097
|
+
Azure::Network::Mgmt::V2018_07_01::Models::MetricSpecification
|
|
1050
1098
|
end
|
|
1051
|
-
def
|
|
1052
|
-
Azure::Network::Mgmt::
|
|
1099
|
+
def express_route_service_provider_bandwidths_offered
|
|
1100
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ExpressRouteServiceProviderBandwidthsOffered
|
|
1053
1101
|
end
|
|
1054
1102
|
def log_specification
|
|
1055
|
-
Azure::Network::Mgmt::
|
|
1103
|
+
Azure::Network::Mgmt::V2018_07_01::Models::LogSpecification
|
|
1104
|
+
end
|
|
1105
|
+
def vpn_client_parameters
|
|
1106
|
+
Azure::Network::Mgmt::V2018_07_01::Models::VpnClientParameters
|
|
1107
|
+
end
|
|
1108
|
+
def operation_properties_format_service_specification
|
|
1109
|
+
Azure::Network::Mgmt::V2018_07_01::Models::OperationPropertiesFormatServiceSpecification
|
|
1110
|
+
end
|
|
1111
|
+
def list_vpn_connections_result
|
|
1112
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ListVpnConnectionsResult
|
|
1113
|
+
end
|
|
1114
|
+
def operation
|
|
1115
|
+
Azure::Network::Mgmt::V2018_07_01::Models::Operation
|
|
1116
|
+
end
|
|
1117
|
+
def express_route_circuit_stats
|
|
1118
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ExpressRouteCircuitStats
|
|
1119
|
+
end
|
|
1120
|
+
def operation_list_result
|
|
1121
|
+
Azure::Network::Mgmt::V2018_07_01::Models::OperationListResult
|
|
1056
1122
|
end
|
|
1057
1123
|
def azure_firewall_ipconfiguration
|
|
1058
|
-
Azure::Network::Mgmt::
|
|
1124
|
+
Azure::Network::Mgmt::V2018_07_01::Models::AzureFirewallIPConfiguration
|
|
1059
1125
|
end
|
|
1060
1126
|
def azure_firewall_application_rule_collection
|
|
1061
|
-
Azure::Network::Mgmt::
|
|
1127
|
+
Azure::Network::Mgmt::V2018_07_01::Models::AzureFirewallApplicationRuleCollection
|
|
1062
1128
|
end
|
|
1063
1129
|
def azure_firewall_network_rule_collection
|
|
1064
|
-
Azure::Network::Mgmt::
|
|
1130
|
+
Azure::Network::Mgmt::V2018_07_01::Models::AzureFirewallNetworkRuleCollection
|
|
1065
1131
|
end
|
|
1066
1132
|
def azure_firewall
|
|
1067
|
-
Azure::Network::Mgmt::
|
|
1133
|
+
Azure::Network::Mgmt::V2018_07_01::Models::AzureFirewall
|
|
1068
1134
|
end
|
|
1069
1135
|
def backend_address_pool
|
|
1070
|
-
Azure::Network::Mgmt::
|
|
1136
|
+
Azure::Network::Mgmt::V2018_07_01::Models::BackendAddressPool
|
|
1071
1137
|
end
|
|
1072
1138
|
def inbound_nat_rule
|
|
1073
|
-
Azure::Network::Mgmt::
|
|
1139
|
+
Azure::Network::Mgmt::V2018_07_01::Models::InboundNatRule
|
|
1074
1140
|
end
|
|
1075
1141
|
def application_security_group
|
|
1076
|
-
Azure::Network::Mgmt::
|
|
1142
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ApplicationSecurityGroup
|
|
1077
1143
|
end
|
|
1078
1144
|
def security_rule
|
|
1079
|
-
Azure::Network::Mgmt::
|
|
1145
|
+
Azure::Network::Mgmt::V2018_07_01::Models::SecurityRule
|
|
1080
1146
|
end
|
|
1081
1147
|
def network_interface
|
|
1082
|
-
Azure::Network::Mgmt::
|
|
1148
|
+
Azure::Network::Mgmt::V2018_07_01::Models::NetworkInterface
|
|
1083
1149
|
end
|
|
1084
1150
|
def network_security_group
|
|
1085
|
-
Azure::Network::Mgmt::
|
|
1151
|
+
Azure::Network::Mgmt::V2018_07_01::Models::NetworkSecurityGroup
|
|
1086
1152
|
end
|
|
1087
1153
|
def route
|
|
1088
|
-
Azure::Network::Mgmt::
|
|
1154
|
+
Azure::Network::Mgmt::V2018_07_01::Models::Route
|
|
1089
1155
|
end
|
|
1090
1156
|
def route_table
|
|
1091
|
-
Azure::Network::Mgmt::
|
|
1157
|
+
Azure::Network::Mgmt::V2018_07_01::Models::RouteTable
|
|
1158
|
+
end
|
|
1159
|
+
def service_endpoint_policy_definition
|
|
1160
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ServiceEndpointPolicyDefinition
|
|
1161
|
+
end
|
|
1162
|
+
def service_endpoint_policy
|
|
1163
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ServiceEndpointPolicy
|
|
1092
1164
|
end
|
|
1093
1165
|
def public_ipaddress
|
|
1094
|
-
Azure::Network::Mgmt::
|
|
1166
|
+
Azure::Network::Mgmt::V2018_07_01::Models::PublicIPAddress
|
|
1095
1167
|
end
|
|
1096
1168
|
def ipconfiguration
|
|
1097
|
-
Azure::Network::Mgmt::
|
|
1169
|
+
Azure::Network::Mgmt::V2018_07_01::Models::IPConfiguration
|
|
1098
1170
|
end
|
|
1099
1171
|
def resource_navigation_link
|
|
1100
|
-
Azure::Network::Mgmt::
|
|
1172
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ResourceNavigationLink
|
|
1101
1173
|
end
|
|
1102
1174
|
def subnet
|
|
1103
|
-
Azure::Network::Mgmt::
|
|
1175
|
+
Azure::Network::Mgmt::V2018_07_01::Models::Subnet
|
|
1104
1176
|
end
|
|
1105
1177
|
def network_interface_ipconfiguration
|
|
1106
|
-
Azure::Network::Mgmt::
|
|
1178
|
+
Azure::Network::Mgmt::V2018_07_01::Models::NetworkInterfaceIPConfiguration
|
|
1107
1179
|
end
|
|
1108
1180
|
def application_gateway_backend_address_pool
|
|
1109
|
-
Azure::Network::Mgmt::
|
|
1181
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayBackendAddressPool
|
|
1110
1182
|
end
|
|
1111
1183
|
def application_gateway_backend_http_settings
|
|
1112
|
-
Azure::Network::Mgmt::
|
|
1184
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayBackendHttpSettings
|
|
1113
1185
|
end
|
|
1114
1186
|
def application_gateway_ipconfiguration
|
|
1115
|
-
Azure::Network::Mgmt::
|
|
1187
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayIPConfiguration
|
|
1116
1188
|
end
|
|
1117
1189
|
def application_gateway_authentication_certificate
|
|
1118
|
-
Azure::Network::Mgmt::
|
|
1190
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayAuthenticationCertificate
|
|
1119
1191
|
end
|
|
1120
1192
|
def application_gateway_ssl_certificate
|
|
1121
|
-
Azure::Network::Mgmt::
|
|
1193
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewaySslCertificate
|
|
1122
1194
|
end
|
|
1123
1195
|
def application_gateway_frontend_ipconfiguration
|
|
1124
|
-
Azure::Network::Mgmt::
|
|
1196
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayFrontendIPConfiguration
|
|
1125
1197
|
end
|
|
1126
1198
|
def application_gateway_frontend_port
|
|
1127
|
-
Azure::Network::Mgmt::
|
|
1199
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayFrontendPort
|
|
1128
1200
|
end
|
|
1129
1201
|
def application_gateway_http_listener
|
|
1130
|
-
Azure::Network::Mgmt::
|
|
1202
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayHttpListener
|
|
1131
1203
|
end
|
|
1132
1204
|
def application_gateway_path_rule
|
|
1133
|
-
Azure::Network::Mgmt::
|
|
1205
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayPathRule
|
|
1134
1206
|
end
|
|
1135
1207
|
def application_gateway_probe
|
|
1136
|
-
Azure::Network::Mgmt::
|
|
1208
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayProbe
|
|
1137
1209
|
end
|
|
1138
1210
|
def application_gateway_request_routing_rule
|
|
1139
|
-
Azure::Network::Mgmt::
|
|
1211
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayRequestRoutingRule
|
|
1140
1212
|
end
|
|
1141
1213
|
def application_gateway_redirect_configuration
|
|
1142
|
-
Azure::Network::Mgmt::
|
|
1214
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayRedirectConfiguration
|
|
1143
1215
|
end
|
|
1144
1216
|
def application_gateway_url_path_map
|
|
1145
|
-
Azure::Network::Mgmt::
|
|
1217
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayUrlPathMap
|
|
1146
1218
|
end
|
|
1147
1219
|
def application_gateway
|
|
1148
|
-
Azure::Network::Mgmt::
|
|
1220
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGateway
|
|
1149
1221
|
end
|
|
1150
1222
|
def application_gateway_firewall_rule_set
|
|
1151
|
-
Azure::Network::Mgmt::
|
|
1223
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayFirewallRuleSet
|
|
1152
1224
|
end
|
|
1153
1225
|
def application_gateway_available_ssl_options
|
|
1154
|
-
Azure::Network::Mgmt::
|
|
1226
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayAvailableSslOptions
|
|
1155
1227
|
end
|
|
1156
1228
|
def application_gateway_ssl_predefined_policy
|
|
1157
|
-
Azure::Network::Mgmt::
|
|
1229
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewaySslPredefinedPolicy
|
|
1158
1230
|
end
|
|
1159
1231
|
def endpoint_service_result
|
|
1160
|
-
Azure::Network::Mgmt::
|
|
1232
|
+
Azure::Network::Mgmt::V2018_07_01::Models::EndpointServiceResult
|
|
1161
1233
|
end
|
|
1162
1234
|
def express_route_circuit_authorization
|
|
1163
|
-
Azure::Network::Mgmt::
|
|
1235
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ExpressRouteCircuitAuthorization
|
|
1164
1236
|
end
|
|
1165
1237
|
def route_filter_rule
|
|
1166
|
-
Azure::Network::Mgmt::
|
|
1238
|
+
Azure::Network::Mgmt::V2018_07_01::Models::RouteFilterRule
|
|
1167
1239
|
end
|
|
1168
1240
|
def express_route_circuit_connection
|
|
1169
|
-
Azure::Network::Mgmt::
|
|
1241
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ExpressRouteCircuitConnection
|
|
1170
1242
|
end
|
|
1171
1243
|
def express_route_circuit_peering
|
|
1172
|
-
Azure::Network::Mgmt::
|
|
1244
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ExpressRouteCircuitPeering
|
|
1173
1245
|
end
|
|
1174
1246
|
def route_filter
|
|
1175
|
-
Azure::Network::Mgmt::
|
|
1247
|
+
Azure::Network::Mgmt::V2018_07_01::Models::RouteFilter
|
|
1176
1248
|
end
|
|
1177
1249
|
def express_route_circuit
|
|
1178
|
-
Azure::Network::Mgmt::
|
|
1250
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ExpressRouteCircuit
|
|
1179
1251
|
end
|
|
1180
1252
|
def express_route_service_provider
|
|
1181
|
-
Azure::Network::Mgmt::
|
|
1253
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ExpressRouteServiceProvider
|
|
1182
1254
|
end
|
|
1183
1255
|
def express_route_cross_connection_peering
|
|
1184
|
-
Azure::Network::Mgmt::
|
|
1256
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ExpressRouteCrossConnectionPeering
|
|
1185
1257
|
end
|
|
1186
1258
|
def express_route_cross_connection
|
|
1187
|
-
Azure::Network::Mgmt::
|
|
1259
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ExpressRouteCrossConnection
|
|
1188
1260
|
end
|
|
1189
1261
|
def frontend_ipconfiguration
|
|
1190
|
-
Azure::Network::Mgmt::
|
|
1262
|
+
Azure::Network::Mgmt::V2018_07_01::Models::FrontendIPConfiguration
|
|
1191
1263
|
end
|
|
1192
1264
|
def load_balancing_rule
|
|
1193
|
-
Azure::Network::Mgmt::
|
|
1265
|
+
Azure::Network::Mgmt::V2018_07_01::Models::LoadBalancingRule
|
|
1194
1266
|
end
|
|
1195
1267
|
def probe
|
|
1196
|
-
Azure::Network::Mgmt::
|
|
1268
|
+
Azure::Network::Mgmt::V2018_07_01::Models::Probe
|
|
1197
1269
|
end
|
|
1198
1270
|
def inbound_nat_pool
|
|
1199
|
-
Azure::Network::Mgmt::
|
|
1271
|
+
Azure::Network::Mgmt::V2018_07_01::Models::InboundNatPool
|
|
1200
1272
|
end
|
|
1201
|
-
def
|
|
1202
|
-
Azure::Network::Mgmt::
|
|
1273
|
+
def outbound_rule
|
|
1274
|
+
Azure::Network::Mgmt::V2018_07_01::Models::OutboundRule
|
|
1203
1275
|
end
|
|
1204
1276
|
def load_balancer
|
|
1205
|
-
Azure::Network::Mgmt::
|
|
1277
|
+
Azure::Network::Mgmt::V2018_07_01::Models::LoadBalancer
|
|
1206
1278
|
end
|
|
1207
1279
|
def network_watcher
|
|
1208
|
-
Azure::Network::Mgmt::
|
|
1280
|
+
Azure::Network::Mgmt::V2018_07_01::Models::NetworkWatcher
|
|
1281
|
+
end
|
|
1282
|
+
def public_ipprefix
|
|
1283
|
+
Azure::Network::Mgmt::V2018_07_01::Models::PublicIPPrefix
|
|
1209
1284
|
end
|
|
1210
1285
|
def patch_route_filter_rule
|
|
1211
|
-
Azure::Network::Mgmt::
|
|
1286
|
+
Azure::Network::Mgmt::V2018_07_01::Models::PatchRouteFilterRule
|
|
1212
1287
|
end
|
|
1213
1288
|
def patch_route_filter
|
|
1214
|
-
Azure::Network::Mgmt::
|
|
1289
|
+
Azure::Network::Mgmt::V2018_07_01::Models::PatchRouteFilter
|
|
1215
1290
|
end
|
|
1216
1291
|
def bgp_service_community
|
|
1217
|
-
Azure::Network::Mgmt::
|
|
1292
|
+
Azure::Network::Mgmt::V2018_07_01::Models::BgpServiceCommunity
|
|
1218
1293
|
end
|
|
1219
1294
|
def virtual_network_peering
|
|
1220
|
-
Azure::Network::Mgmt::
|
|
1295
|
+
Azure::Network::Mgmt::V2018_07_01::Models::VirtualNetworkPeering
|
|
1221
1296
|
end
|
|
1222
1297
|
def virtual_network
|
|
1223
|
-
Azure::Network::Mgmt::
|
|
1298
|
+
Azure::Network::Mgmt::V2018_07_01::Models::VirtualNetwork
|
|
1224
1299
|
end
|
|
1225
1300
|
def virtual_network_gateway_ipconfiguration
|
|
1226
|
-
Azure::Network::Mgmt::
|
|
1301
|
+
Azure::Network::Mgmt::V2018_07_01::Models::VirtualNetworkGatewayIPConfiguration
|
|
1227
1302
|
end
|
|
1228
1303
|
def vpn_client_root_certificate
|
|
1229
|
-
Azure::Network::Mgmt::
|
|
1304
|
+
Azure::Network::Mgmt::V2018_07_01::Models::VpnClientRootCertificate
|
|
1230
1305
|
end
|
|
1231
1306
|
def vpn_client_revoked_certificate
|
|
1232
|
-
Azure::Network::Mgmt::
|
|
1307
|
+
Azure::Network::Mgmt::V2018_07_01::Models::VpnClientRevokedCertificate
|
|
1233
1308
|
end
|
|
1234
1309
|
def virtual_network_gateway
|
|
1235
|
-
Azure::Network::Mgmt::
|
|
1310
|
+
Azure::Network::Mgmt::V2018_07_01::Models::VirtualNetworkGateway
|
|
1236
1311
|
end
|
|
1237
1312
|
def local_network_gateway
|
|
1238
|
-
Azure::Network::Mgmt::
|
|
1313
|
+
Azure::Network::Mgmt::V2018_07_01::Models::LocalNetworkGateway
|
|
1239
1314
|
end
|
|
1240
1315
|
def virtual_network_gateway_connection
|
|
1241
|
-
Azure::Network::Mgmt::
|
|
1316
|
+
Azure::Network::Mgmt::V2018_07_01::Models::VirtualNetworkGatewayConnection
|
|
1242
1317
|
end
|
|
1243
1318
|
def connection_shared_key
|
|
1244
|
-
Azure::Network::Mgmt::
|
|
1319
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ConnectionSharedKey
|
|
1245
1320
|
end
|
|
1246
1321
|
def virtual_network_gateway_connection_list_entity
|
|
1247
|
-
Azure::Network::Mgmt::
|
|
1322
|
+
Azure::Network::Mgmt::V2018_07_01::Models::VirtualNetworkGatewayConnectionListEntity
|
|
1248
1323
|
end
|
|
1249
1324
|
def virtual_wan
|
|
1250
|
-
Azure::Network::Mgmt::
|
|
1325
|
+
Azure::Network::Mgmt::V2018_07_01::Models::VirtualWAN
|
|
1251
1326
|
end
|
|
1252
1327
|
def vpn_site
|
|
1253
|
-
Azure::Network::Mgmt::
|
|
1328
|
+
Azure::Network::Mgmt::V2018_07_01::Models::VpnSite
|
|
1254
1329
|
end
|
|
1255
1330
|
def hub_virtual_network_connection
|
|
1256
|
-
Azure::Network::Mgmt::
|
|
1331
|
+
Azure::Network::Mgmt::V2018_07_01::Models::HubVirtualNetworkConnection
|
|
1257
1332
|
end
|
|
1258
1333
|
def virtual_hub
|
|
1259
|
-
Azure::Network::Mgmt::
|
|
1334
|
+
Azure::Network::Mgmt::V2018_07_01::Models::VirtualHub
|
|
1260
1335
|
end
|
|
1261
1336
|
def vpn_connection
|
|
1262
|
-
Azure::Network::Mgmt::
|
|
1337
|
+
Azure::Network::Mgmt::V2018_07_01::Models::VpnConnection
|
|
1263
1338
|
end
|
|
1264
1339
|
def vpn_gateway
|
|
1265
|
-
Azure::Network::Mgmt::
|
|
1340
|
+
Azure::Network::Mgmt::V2018_07_01::Models::VpnGateway
|
|
1266
1341
|
end
|
|
1267
1342
|
def provisioning_state
|
|
1268
|
-
Azure::Network::Mgmt::
|
|
1343
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ProvisioningState
|
|
1269
1344
|
end
|
|
1270
1345
|
def azure_firewall_rcaction_type
|
|
1271
|
-
Azure::Network::Mgmt::
|
|
1346
|
+
Azure::Network::Mgmt::V2018_07_01::Models::AzureFirewallRCActionType
|
|
1272
1347
|
end
|
|
1273
1348
|
def azure_firewall_application_rule_protocol_type
|
|
1274
|
-
Azure::Network::Mgmt::
|
|
1349
|
+
Azure::Network::Mgmt::V2018_07_01::Models::AzureFirewallApplicationRuleProtocolType
|
|
1275
1350
|
end
|
|
1276
1351
|
def azure_firewall_network_rule_protocol
|
|
1277
|
-
Azure::Network::Mgmt::
|
|
1352
|
+
Azure::Network::Mgmt::V2018_07_01::Models::AzureFirewallNetworkRuleProtocol
|
|
1278
1353
|
end
|
|
1279
1354
|
def transport_protocol
|
|
1280
|
-
Azure::Network::Mgmt::
|
|
1355
|
+
Azure::Network::Mgmt::V2018_07_01::Models::TransportProtocol
|
|
1281
1356
|
end
|
|
1282
1357
|
def ipallocation_method
|
|
1283
|
-
Azure::Network::Mgmt::
|
|
1358
|
+
Azure::Network::Mgmt::V2018_07_01::Models::IPAllocationMethod
|
|
1284
1359
|
end
|
|
1285
1360
|
def ipversion
|
|
1286
|
-
Azure::Network::Mgmt::
|
|
1361
|
+
Azure::Network::Mgmt::V2018_07_01::Models::IPVersion
|
|
1287
1362
|
end
|
|
1288
1363
|
def security_rule_protocol
|
|
1289
|
-
Azure::Network::Mgmt::
|
|
1364
|
+
Azure::Network::Mgmt::V2018_07_01::Models::SecurityRuleProtocol
|
|
1290
1365
|
end
|
|
1291
1366
|
def security_rule_access
|
|
1292
|
-
Azure::Network::Mgmt::
|
|
1367
|
+
Azure::Network::Mgmt::V2018_07_01::Models::SecurityRuleAccess
|
|
1293
1368
|
end
|
|
1294
1369
|
def security_rule_direction
|
|
1295
|
-
Azure::Network::Mgmt::
|
|
1370
|
+
Azure::Network::Mgmt::V2018_07_01::Models::SecurityRuleDirection
|
|
1296
1371
|
end
|
|
1297
1372
|
def route_next_hop_type
|
|
1298
|
-
Azure::Network::Mgmt::
|
|
1373
|
+
Azure::Network::Mgmt::V2018_07_01::Models::RouteNextHopType
|
|
1299
1374
|
end
|
|
1300
1375
|
def public_ipaddress_sku_name
|
|
1301
|
-
Azure::Network::Mgmt::
|
|
1376
|
+
Azure::Network::Mgmt::V2018_07_01::Models::PublicIPAddressSkuName
|
|
1302
1377
|
end
|
|
1303
1378
|
def application_gateway_protocol
|
|
1304
|
-
Azure::Network::Mgmt::
|
|
1379
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayProtocol
|
|
1305
1380
|
end
|
|
1306
1381
|
def application_gateway_cookie_based_affinity
|
|
1307
|
-
Azure::Network::Mgmt::
|
|
1382
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayCookieBasedAffinity
|
|
1308
1383
|
end
|
|
1309
1384
|
def application_gateway_backend_health_server_health
|
|
1310
|
-
Azure::Network::Mgmt::
|
|
1385
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayBackendHealthServerHealth
|
|
1311
1386
|
end
|
|
1312
1387
|
def application_gateway_sku_name
|
|
1313
|
-
Azure::Network::Mgmt::
|
|
1388
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewaySkuName
|
|
1314
1389
|
end
|
|
1315
1390
|
def application_gateway_tier
|
|
1316
|
-
Azure::Network::Mgmt::
|
|
1391
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayTier
|
|
1317
1392
|
end
|
|
1318
1393
|
def application_gateway_ssl_protocol
|
|
1319
|
-
Azure::Network::Mgmt::
|
|
1394
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewaySslProtocol
|
|
1320
1395
|
end
|
|
1321
1396
|
def application_gateway_ssl_policy_type
|
|
1322
|
-
Azure::Network::Mgmt::
|
|
1397
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewaySslPolicyType
|
|
1323
1398
|
end
|
|
1324
1399
|
def application_gateway_ssl_policy_name
|
|
1325
|
-
Azure::Network::Mgmt::
|
|
1400
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewaySslPolicyName
|
|
1326
1401
|
end
|
|
1327
1402
|
def application_gateway_ssl_cipher_suite
|
|
1328
|
-
Azure::Network::Mgmt::
|
|
1403
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewaySslCipherSuite
|
|
1329
1404
|
end
|
|
1330
1405
|
def application_gateway_request_routing_rule_type
|
|
1331
|
-
Azure::Network::Mgmt::
|
|
1406
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayRequestRoutingRuleType
|
|
1332
1407
|
end
|
|
1333
1408
|
def application_gateway_redirect_type
|
|
1334
|
-
Azure::Network::Mgmt::
|
|
1409
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayRedirectType
|
|
1335
1410
|
end
|
|
1336
1411
|
def application_gateway_operational_state
|
|
1337
|
-
Azure::Network::Mgmt::
|
|
1412
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayOperationalState
|
|
1338
1413
|
end
|
|
1339
1414
|
def application_gateway_firewall_mode
|
|
1340
|
-
Azure::Network::Mgmt::
|
|
1415
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayFirewallMode
|
|
1341
1416
|
end
|
|
1342
1417
|
def authorization_use_status
|
|
1343
|
-
Azure::Network::Mgmt::
|
|
1418
|
+
Azure::Network::Mgmt::V2018_07_01::Models::AuthorizationUseStatus
|
|
1344
1419
|
end
|
|
1345
1420
|
def express_route_circuit_peering_advertised_public_prefix_state
|
|
1346
|
-
Azure::Network::Mgmt::
|
|
1421
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ExpressRouteCircuitPeeringAdvertisedPublicPrefixState
|
|
1347
1422
|
end
|
|
1348
1423
|
def access
|
|
1349
|
-
Azure::Network::Mgmt::
|
|
1424
|
+
Azure::Network::Mgmt::V2018_07_01::Models::Access
|
|
1350
1425
|
end
|
|
1351
1426
|
def express_route_peering_type
|
|
1352
|
-
Azure::Network::Mgmt::
|
|
1427
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ExpressRoutePeeringType
|
|
1353
1428
|
end
|
|
1354
1429
|
def express_route_peering_state
|
|
1355
|
-
Azure::Network::Mgmt::
|
|
1430
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ExpressRoutePeeringState
|
|
1356
1431
|
end
|
|
1357
1432
|
def circuit_connection_status
|
|
1358
|
-
Azure::Network::Mgmt::
|
|
1433
|
+
Azure::Network::Mgmt::V2018_07_01::Models::CircuitConnectionStatus
|
|
1359
1434
|
end
|
|
1360
1435
|
def express_route_circuit_peering_state
|
|
1361
|
-
Azure::Network::Mgmt::
|
|
1436
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ExpressRouteCircuitPeeringState
|
|
1362
1437
|
end
|
|
1363
1438
|
def express_route_circuit_sku_tier
|
|
1364
|
-
Azure::Network::Mgmt::
|
|
1439
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ExpressRouteCircuitSkuTier
|
|
1365
1440
|
end
|
|
1366
1441
|
def express_route_circuit_sku_family
|
|
1367
|
-
Azure::Network::Mgmt::
|
|
1442
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ExpressRouteCircuitSkuFamily
|
|
1368
1443
|
end
|
|
1369
1444
|
def service_provider_provisioning_state
|
|
1370
|
-
Azure::Network::Mgmt::
|
|
1445
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ServiceProviderProvisioningState
|
|
1371
1446
|
end
|
|
1372
1447
|
def load_balancer_sku_name
|
|
1373
|
-
Azure::Network::Mgmt::
|
|
1448
|
+
Azure::Network::Mgmt::V2018_07_01::Models::LoadBalancerSkuName
|
|
1374
1449
|
end
|
|
1375
1450
|
def load_distribution
|
|
1376
|
-
Azure::Network::Mgmt::
|
|
1451
|
+
Azure::Network::Mgmt::V2018_07_01::Models::LoadDistribution
|
|
1377
1452
|
end
|
|
1378
1453
|
def probe_protocol
|
|
1379
|
-
Azure::Network::Mgmt::
|
|
1454
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ProbeProtocol
|
|
1380
1455
|
end
|
|
1381
1456
|
def network_operation_status
|
|
1382
|
-
Azure::Network::Mgmt::
|
|
1457
|
+
Azure::Network::Mgmt::V2018_07_01::Models::NetworkOperationStatus
|
|
1383
1458
|
end
|
|
1384
1459
|
def effective_security_rule_protocol
|
|
1385
|
-
Azure::Network::Mgmt::
|
|
1460
|
+
Azure::Network::Mgmt::V2018_07_01::Models::EffectiveSecurityRuleProtocol
|
|
1386
1461
|
end
|
|
1387
1462
|
def effective_route_source
|
|
1388
|
-
Azure::Network::Mgmt::
|
|
1463
|
+
Azure::Network::Mgmt::V2018_07_01::Models::EffectiveRouteSource
|
|
1389
1464
|
end
|
|
1390
1465
|
def effective_route_state
|
|
1391
|
-
Azure::Network::Mgmt::
|
|
1466
|
+
Azure::Network::Mgmt::V2018_07_01::Models::EffectiveRouteState
|
|
1392
1467
|
end
|
|
1393
1468
|
def association_type
|
|
1394
|
-
Azure::Network::Mgmt::
|
|
1469
|
+
Azure::Network::Mgmt::V2018_07_01::Models::AssociationType
|
|
1395
1470
|
end
|
|
1396
1471
|
def direction
|
|
1397
|
-
Azure::Network::Mgmt::
|
|
1472
|
+
Azure::Network::Mgmt::V2018_07_01::Models::Direction
|
|
1398
1473
|
end
|
|
1399
1474
|
def ip_flow_protocol
|
|
1400
|
-
Azure::Network::Mgmt::
|
|
1475
|
+
Azure::Network::Mgmt::V2018_07_01::Models::IpFlowProtocol
|
|
1401
1476
|
end
|
|
1402
1477
|
def next_hop_type
|
|
1403
|
-
Azure::Network::Mgmt::
|
|
1478
|
+
Azure::Network::Mgmt::V2018_07_01::Models::NextHopType
|
|
1404
1479
|
end
|
|
1405
1480
|
def pc_protocol
|
|
1406
|
-
Azure::Network::Mgmt::
|
|
1481
|
+
Azure::Network::Mgmt::V2018_07_01::Models::PcProtocol
|
|
1407
1482
|
end
|
|
1408
1483
|
def pc_status
|
|
1409
|
-
Azure::Network::Mgmt::
|
|
1484
|
+
Azure::Network::Mgmt::V2018_07_01::Models::PcStatus
|
|
1410
1485
|
end
|
|
1411
1486
|
def pc_error
|
|
1412
|
-
Azure::Network::Mgmt::
|
|
1487
|
+
Azure::Network::Mgmt::V2018_07_01::Models::PcError
|
|
1413
1488
|
end
|
|
1414
1489
|
def protocol
|
|
1415
|
-
Azure::Network::Mgmt::
|
|
1490
|
+
Azure::Network::Mgmt::V2018_07_01::Models::Protocol
|
|
1416
1491
|
end
|
|
1417
1492
|
def httpmethod
|
|
1418
|
-
Azure::Network::Mgmt::
|
|
1493
|
+
Azure::Network::Mgmt::V2018_07_01::Models::HTTPMethod
|
|
1419
1494
|
end
|
|
1420
1495
|
def origin
|
|
1421
|
-
Azure::Network::Mgmt::
|
|
1496
|
+
Azure::Network::Mgmt::V2018_07_01::Models::Origin
|
|
1422
1497
|
end
|
|
1423
1498
|
def severity
|
|
1424
|
-
Azure::Network::Mgmt::
|
|
1499
|
+
Azure::Network::Mgmt::V2018_07_01::Models::Severity
|
|
1425
1500
|
end
|
|
1426
1501
|
def issue_type
|
|
1427
|
-
Azure::Network::Mgmt::
|
|
1502
|
+
Azure::Network::Mgmt::V2018_07_01::Models::IssueType
|
|
1428
1503
|
end
|
|
1429
1504
|
def connection_status
|
|
1430
|
-
Azure::Network::Mgmt::
|
|
1505
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ConnectionStatus
|
|
1431
1506
|
end
|
|
1432
1507
|
def connection_monitor_source_status
|
|
1433
|
-
Azure::Network::Mgmt::
|
|
1508
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ConnectionMonitorSourceStatus
|
|
1434
1509
|
end
|
|
1435
1510
|
def connection_state
|
|
1436
|
-
Azure::Network::Mgmt::
|
|
1511
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ConnectionState
|
|
1437
1512
|
end
|
|
1438
1513
|
def evaluation_state
|
|
1439
|
-
Azure::Network::Mgmt::
|
|
1514
|
+
Azure::Network::Mgmt::V2018_07_01::Models::EvaluationState
|
|
1515
|
+
end
|
|
1516
|
+
def public_ipprefix_sku_name
|
|
1517
|
+
Azure::Network::Mgmt::V2018_07_01::Models::PublicIPPrefixSkuName
|
|
1440
1518
|
end
|
|
1441
1519
|
def virtual_network_peering_state
|
|
1442
|
-
Azure::Network::Mgmt::
|
|
1520
|
+
Azure::Network::Mgmt::V2018_07_01::Models::VirtualNetworkPeeringState
|
|
1443
1521
|
end
|
|
1444
1522
|
def virtual_network_gateway_type
|
|
1445
|
-
Azure::Network::Mgmt::
|
|
1523
|
+
Azure::Network::Mgmt::V2018_07_01::Models::VirtualNetworkGatewayType
|
|
1446
1524
|
end
|
|
1447
1525
|
def vpn_type
|
|
1448
|
-
Azure::Network::Mgmt::
|
|
1526
|
+
Azure::Network::Mgmt::V2018_07_01::Models::VpnType
|
|
1449
1527
|
end
|
|
1450
1528
|
def virtual_network_gateway_sku_name
|
|
1451
|
-
Azure::Network::Mgmt::
|
|
1529
|
+
Azure::Network::Mgmt::V2018_07_01::Models::VirtualNetworkGatewaySkuName
|
|
1452
1530
|
end
|
|
1453
1531
|
def virtual_network_gateway_sku_tier
|
|
1454
|
-
Azure::Network::Mgmt::
|
|
1532
|
+
Azure::Network::Mgmt::V2018_07_01::Models::VirtualNetworkGatewaySkuTier
|
|
1455
1533
|
end
|
|
1456
1534
|
def vpn_client_protocol
|
|
1457
|
-
Azure::Network::Mgmt::
|
|
1535
|
+
Azure::Network::Mgmt::V2018_07_01::Models::VpnClientProtocol
|
|
1458
1536
|
end
|
|
1459
1537
|
def ipsec_encryption
|
|
1460
|
-
Azure::Network::Mgmt::
|
|
1538
|
+
Azure::Network::Mgmt::V2018_07_01::Models::IpsecEncryption
|
|
1461
1539
|
end
|
|
1462
1540
|
def ipsec_integrity
|
|
1463
|
-
Azure::Network::Mgmt::
|
|
1541
|
+
Azure::Network::Mgmt::V2018_07_01::Models::IpsecIntegrity
|
|
1464
1542
|
end
|
|
1465
1543
|
def ike_encryption
|
|
1466
|
-
Azure::Network::Mgmt::
|
|
1544
|
+
Azure::Network::Mgmt::V2018_07_01::Models::IkeEncryption
|
|
1467
1545
|
end
|
|
1468
1546
|
def ike_integrity
|
|
1469
|
-
Azure::Network::Mgmt::
|
|
1547
|
+
Azure::Network::Mgmt::V2018_07_01::Models::IkeIntegrity
|
|
1470
1548
|
end
|
|
1471
1549
|
def dh_group
|
|
1472
|
-
Azure::Network::Mgmt::
|
|
1550
|
+
Azure::Network::Mgmt::V2018_07_01::Models::DhGroup
|
|
1473
1551
|
end
|
|
1474
1552
|
def pfs_group
|
|
1475
|
-
Azure::Network::Mgmt::
|
|
1553
|
+
Azure::Network::Mgmt::V2018_07_01::Models::PfsGroup
|
|
1476
1554
|
end
|
|
1477
1555
|
def bgp_peer_state
|
|
1478
|
-
Azure::Network::Mgmt::
|
|
1556
|
+
Azure::Network::Mgmt::V2018_07_01::Models::BgpPeerState
|
|
1479
1557
|
end
|
|
1480
1558
|
def processor_architecture
|
|
1481
|
-
Azure::Network::Mgmt::
|
|
1559
|
+
Azure::Network::Mgmt::V2018_07_01::Models::ProcessorArchitecture
|
|
1482
1560
|
end
|
|
1483
1561
|
def authentication_method
|
|
1484
|
-
Azure::Network::Mgmt::
|
|
1562
|
+
Azure::Network::Mgmt::V2018_07_01::Models::AuthenticationMethod
|
|
1485
1563
|
end
|
|
1486
1564
|
def virtual_network_gateway_connection_status
|
|
1487
|
-
Azure::Network::Mgmt::
|
|
1565
|
+
Azure::Network::Mgmt::V2018_07_01::Models::VirtualNetworkGatewayConnectionStatus
|
|
1488
1566
|
end
|
|
1489
1567
|
def virtual_network_gateway_connection_type
|
|
1490
|
-
Azure::Network::Mgmt::
|
|
1568
|
+
Azure::Network::Mgmt::V2018_07_01::Models::VirtualNetworkGatewayConnectionType
|
|
1491
1569
|
end
|
|
1492
1570
|
def vpn_connection_status
|
|
1493
|
-
Azure::Network::Mgmt::
|
|
1571
|
+
Azure::Network::Mgmt::V2018_07_01::Models::VpnConnectionStatus
|
|
1494
1572
|
end
|
|
1495
1573
|
def tunnel_connection_status
|
|
1496
|
-
Azure::Network::Mgmt::
|
|
1574
|
+
Azure::Network::Mgmt::V2018_07_01::Models::TunnelConnectionStatus
|
|
1497
1575
|
end
|
|
1498
1576
|
def hub_virtual_network_connection_status
|
|
1499
|
-
Azure::Network::Mgmt::
|
|
1577
|
+
Azure::Network::Mgmt::V2018_07_01::Models::HubVirtualNetworkConnectionStatus
|
|
1500
1578
|
end
|
|
1501
1579
|
end
|
|
1502
1580
|
end
|