azure_mgmt_network 0.5.0 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/generated/azure_mgmt_network/application_gateways.rb +45 -45
- data/lib/generated/azure_mgmt_network/express_route_circuit_authorizations.rb +13 -13
- data/lib/generated/azure_mgmt_network/express_route_circuit_peerings.rb +9 -9
- data/lib/generated/azure_mgmt_network/express_route_circuits.rb +10 -10
- data/lib/generated/azure_mgmt_network/express_route_service_providers.rb +1 -1
- data/lib/generated/azure_mgmt_network/load_balancers.rb +25 -25
- data/lib/generated/azure_mgmt_network/local_network_gateways.rb +5 -5
- data/lib/generated/azure_mgmt_network/models/application_gateway_ipconfiguration.rb +1 -1
- data/lib/generated/azure_mgmt_network/models/azure_async_operation_result.rb +1 -1
- data/lib/generated/azure_mgmt_network/models/backend_address_pool.rb +1 -1
- data/lib/generated/azure_mgmt_network/models/connection_shared_key.rb +1 -1
- data/lib/generated/azure_mgmt_network/models/connection_shared_key_result.rb +1 -1
- data/lib/generated/azure_mgmt_network/models/dns_name_availability_result.rb +1 -1
- data/lib/generated/azure_mgmt_network/models/effective_network_security_group_list_result.rb +1 -1
- data/lib/generated/azure_mgmt_network/models/effective_route_list_result.rb +1 -1
- data/lib/generated/azure_mgmt_network/models/express_route_circuit_peering_config.rb +1 -1
- data/lib/generated/azure_mgmt_network/models/inbound_nat_pool.rb +10 -10
- data/lib/generated/azure_mgmt_network/models/inbound_nat_rule.rb +9 -9
- data/lib/generated/azure_mgmt_network/models/load_balancer.rb +2 -2
- data/lib/generated/azure_mgmt_network/models/load_balancing_rule.rb +3 -3
- data/lib/generated/azure_mgmt_network/models/network_security_group_list_result.rb +1 -1
- data/lib/generated/azure_mgmt_network/models/outbound_nat_rule.rb +1 -1
- data/lib/generated/azure_mgmt_network/models/probe.rb +2 -2
- data/lib/generated/azure_mgmt_network/models/public_ipaddress_dns_settings.rb +1 -1
- data/lib/generated/azure_mgmt_network/models/route_list_result.rb +1 -1
- data/lib/generated/azure_mgmt_network/models/route_table_list_result.rb +1 -1
- data/lib/generated/azure_mgmt_network/models/virtual_network_gateway.rb +10 -0
- data/lib/generated/azure_mgmt_network/models/virtual_network_gateway_sku.rb +4 -4
- data/lib/generated/azure_mgmt_network/models/virtual_network_gateway_sku_name.rb +1 -0
- data/lib/generated/azure_mgmt_network/models/virtual_network_gateway_sku_tier.rb +1 -0
- data/lib/generated/azure_mgmt_network/models/virtual_network_list_result.rb +1 -1
- data/lib/generated/azure_mgmt_network/models/virtual_network_peering.rb +1 -1
- data/lib/generated/azure_mgmt_network/network_interfaces.rb +7 -7
- data/lib/generated/azure_mgmt_network/network_security_groups.rb +9 -9
- data/lib/generated/azure_mgmt_network/public_ipaddresses.rb +4 -4
- data/lib/generated/azure_mgmt_network/route_tables.rb +9 -9
- data/lib/generated/azure_mgmt_network/routes.rb +9 -9
- data/lib/generated/azure_mgmt_network/security_rules.rb +4 -4
- data/lib/generated/azure_mgmt_network/subnets.rb +8 -8
- data/lib/generated/azure_mgmt_network/usages.rb +1 -1
- data/lib/generated/azure_mgmt_network/version.rb +1 -1
- data/lib/generated/azure_mgmt_network/virtual_network_gateway_connections.rb +15 -15
- data/lib/generated/azure_mgmt_network/virtual_network_gateways.rb +5 -5
- data/lib/generated/azure_mgmt_network/virtual_network_peerings.rb +4 -4
- data/lib/generated/azure_mgmt_network/virtual_networks.rb +5 -5
- metadata +5 -9
- data/.rspec +0 -3
- data/README.md +0 -102
- data/Rakefile +0 -5
- data/azure_mgmt_network.gemspec +0 -34
@@ -7,7 +7,7 @@ module Azure::ARM::Network
|
|
7
7
|
#
|
8
8
|
# The Microsoft Azure Network management API provides a RESTful set of web
|
9
9
|
# services that interact with Microsoft Azure Networks service to manage
|
10
|
-
# your network
|
10
|
+
# your network resources. The API has entities that capture the
|
11
11
|
# relationship between an end user and the Microsoft Azure Networks service.
|
12
12
|
#
|
13
13
|
class Routes
|
@@ -153,7 +153,7 @@ module Azure::ARM::Network
|
|
153
153
|
end
|
154
154
|
|
155
155
|
#
|
156
|
-
# The Get route operation
|
156
|
+
# The Get route operation retrieves information about the specified route from
|
157
157
|
# the route table.
|
158
158
|
#
|
159
159
|
# @param resource_group_name [String] The name of the resource group.
|
@@ -170,7 +170,7 @@ module Azure::ARM::Network
|
|
170
170
|
end
|
171
171
|
|
172
172
|
#
|
173
|
-
# The Get route operation
|
173
|
+
# The Get route operation retrieves information about the specified route from
|
174
174
|
# the route table.
|
175
175
|
#
|
176
176
|
# @param resource_group_name [String] The name of the resource group.
|
@@ -186,7 +186,7 @@ module Azure::ARM::Network
|
|
186
186
|
end
|
187
187
|
|
188
188
|
#
|
189
|
-
# The Get route operation
|
189
|
+
# The Get route operation retrieves information about the specified route from
|
190
190
|
# the route table.
|
191
191
|
#
|
192
192
|
# @param resource_group_name [String] The name of the resource group.
|
@@ -260,7 +260,7 @@ module Azure::ARM::Network
|
|
260
260
|
# @param route_table_name [String] The name of the route table.
|
261
261
|
# @param route_name [String] The name of the route.
|
262
262
|
# @param route_parameters [Route] Parameters supplied to the create/update
|
263
|
-
#
|
263
|
+
# route operation
|
264
264
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
265
265
|
# will be added to the HTTP request.
|
266
266
|
#
|
@@ -276,7 +276,7 @@ module Azure::ARM::Network
|
|
276
276
|
# @param route_table_name [String] The name of the route table.
|
277
277
|
# @param route_name [String] The name of the route.
|
278
278
|
# @param route_parameters [Route] Parameters supplied to the create/update
|
279
|
-
#
|
279
|
+
# route operation
|
280
280
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
281
281
|
# will be added to the HTTP request.
|
282
282
|
#
|
@@ -308,7 +308,7 @@ module Azure::ARM::Network
|
|
308
308
|
# @param route_table_name [String] The name of the route table.
|
309
309
|
# @param route_name [String] The name of the route.
|
310
310
|
# @param route_parameters [Route] Parameters supplied to the create/update
|
311
|
-
#
|
311
|
+
# route operation
|
312
312
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
313
313
|
# will be added to the HTTP request.
|
314
314
|
#
|
@@ -326,7 +326,7 @@ module Azure::ARM::Network
|
|
326
326
|
# @param route_table_name [String] The name of the route table.
|
327
327
|
# @param route_name [String] The name of the route.
|
328
328
|
# @param route_parameters [Route] Parameters supplied to the create/update
|
329
|
-
#
|
329
|
+
# route operation
|
330
330
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
331
331
|
# will be added to the HTTP request.
|
332
332
|
#
|
@@ -343,7 +343,7 @@ module Azure::ARM::Network
|
|
343
343
|
# @param route_table_name [String] The name of the route table.
|
344
344
|
# @param route_name [String] The name of the route.
|
345
345
|
# @param route_parameters [Route] Parameters supplied to the create/update
|
346
|
-
#
|
346
|
+
# route operation
|
347
347
|
# @param [Hash{String => String}] A hash of custom headers that will be added
|
348
348
|
# to the HTTP request.
|
349
349
|
#
|
@@ -7,7 +7,7 @@ module Azure::ARM::Network
|
|
7
7
|
#
|
8
8
|
# The Microsoft Azure Network management API provides a RESTful set of web
|
9
9
|
# services that interact with Microsoft Azure Networks service to manage
|
10
|
-
# your network
|
10
|
+
# your network resources. The API has entities that capture the
|
11
11
|
# relationship between an end user and the Microsoft Azure Networks service.
|
12
12
|
#
|
13
13
|
class SecurityRules
|
@@ -162,7 +162,7 @@ module Azure::ARM::Network
|
|
162
162
|
end
|
163
163
|
|
164
164
|
#
|
165
|
-
# The Get NetworkSecurityRule operation
|
165
|
+
# The Get NetworkSecurityRule operation retrieves information about the
|
166
166
|
# specified network security rule.
|
167
167
|
#
|
168
168
|
# @param resource_group_name [String] The name of the resource group.
|
@@ -180,7 +180,7 @@ module Azure::ARM::Network
|
|
180
180
|
end
|
181
181
|
|
182
182
|
#
|
183
|
-
# The Get NetworkSecurityRule operation
|
183
|
+
# The Get NetworkSecurityRule operation retrieves information about the
|
184
184
|
# specified network security rule.
|
185
185
|
#
|
186
186
|
# @param resource_group_name [String] The name of the resource group.
|
@@ -197,7 +197,7 @@ module Azure::ARM::Network
|
|
197
197
|
end
|
198
198
|
|
199
199
|
#
|
200
|
-
# The Get NetworkSecurityRule operation
|
200
|
+
# The Get NetworkSecurityRule operation retrieves information about the
|
201
201
|
# specified network security rule.
|
202
202
|
#
|
203
203
|
# @param resource_group_name [String] The name of the resource group.
|
@@ -7,7 +7,7 @@ module Azure::ARM::Network
|
|
7
7
|
#
|
8
8
|
# The Microsoft Azure Network management API provides a RESTful set of web
|
9
9
|
# services that interact with Microsoft Azure Networks service to manage
|
10
|
-
# your network
|
10
|
+
# your network resources. The API has entities that capture the
|
11
11
|
# relationship between an end user and the Microsoft Azure Networks service.
|
12
12
|
#
|
13
13
|
class Subnets
|
@@ -153,7 +153,7 @@ module Azure::ARM::Network
|
|
153
153
|
end
|
154
154
|
|
155
155
|
#
|
156
|
-
# The Get subnet operation
|
156
|
+
# The Get subnet operation retrieves information about the specified subnet.
|
157
157
|
#
|
158
158
|
# @param resource_group_name [String] The name of the resource group.
|
159
159
|
# @param virtual_network_name [String] The name of the virtual network.
|
@@ -170,7 +170,7 @@ module Azure::ARM::Network
|
|
170
170
|
end
|
171
171
|
|
172
172
|
#
|
173
|
-
# The Get subnet operation
|
173
|
+
# The Get subnet operation retrieves information about the specified subnet.
|
174
174
|
#
|
175
175
|
# @param resource_group_name [String] The name of the resource group.
|
176
176
|
# @param virtual_network_name [String] The name of the virtual network.
|
@@ -186,7 +186,7 @@ module Azure::ARM::Network
|
|
186
186
|
end
|
187
187
|
|
188
188
|
#
|
189
|
-
# The Get subnet operation
|
189
|
+
# The Get subnet operation retrieves information about the specified subnet.
|
190
190
|
#
|
191
191
|
# @param resource_group_name [String] The name of the resource group.
|
192
192
|
# @param virtual_network_name [String] The name of the virtual network.
|
@@ -254,7 +254,7 @@ module Azure::ARM::Network
|
|
254
254
|
end
|
255
255
|
|
256
256
|
#
|
257
|
-
# The Put Subnet operation creates/updates a subnet in
|
257
|
+
# The Put Subnet operation creates/updates a subnet in the specified virtual
|
258
258
|
# network
|
259
259
|
#
|
260
260
|
# @param resource_group_name [String] The name of the resource group.
|
@@ -303,7 +303,7 @@ module Azure::ARM::Network
|
|
303
303
|
end
|
304
304
|
|
305
305
|
#
|
306
|
-
# The Put Subnet operation creates/updates a subnet in
|
306
|
+
# The Put Subnet operation creates/updates a subnet in the specified virtual
|
307
307
|
# network
|
308
308
|
#
|
309
309
|
# @param resource_group_name [String] The name of the resource group.
|
@@ -322,7 +322,7 @@ module Azure::ARM::Network
|
|
322
322
|
end
|
323
323
|
|
324
324
|
#
|
325
|
-
# The Put Subnet operation creates/updates a subnet in
|
325
|
+
# The Put Subnet operation creates/updates a subnet in the specified virtual
|
326
326
|
# network
|
327
327
|
#
|
328
328
|
# @param resource_group_name [String] The name of the resource group.
|
@@ -340,7 +340,7 @@ module Azure::ARM::Network
|
|
340
340
|
end
|
341
341
|
|
342
342
|
#
|
343
|
-
# The Put Subnet operation creates/updates a subnet in
|
343
|
+
# The Put Subnet operation creates/updates a subnet in the specified virtual
|
344
344
|
# network
|
345
345
|
#
|
346
346
|
# @param resource_group_name [String] The name of the resource group.
|
@@ -7,7 +7,7 @@ module Azure::ARM::Network
|
|
7
7
|
#
|
8
8
|
# The Microsoft Azure Network management API provides a RESTful set of web
|
9
9
|
# services that interact with Microsoft Azure Networks service to manage
|
10
|
-
# your network
|
10
|
+
# your network resources. The API has entities that capture the
|
11
11
|
# relationship between an end user and the Microsoft Azure Networks service.
|
12
12
|
#
|
13
13
|
class Usages
|
@@ -7,7 +7,7 @@ module Azure::ARM::Network
|
|
7
7
|
#
|
8
8
|
# The Microsoft Azure Network management API provides a RESTful set of web
|
9
9
|
# services that interact with Microsoft Azure Networks service to manage
|
10
|
-
# your network
|
10
|
+
# your network resources. The API has entities that capture the
|
11
11
|
# relationship between an end user and the Microsoft Azure Networks service.
|
12
12
|
#
|
13
13
|
class VirtualNetworkGatewayConnections
|
@@ -32,7 +32,7 @@ module Azure::ARM::Network
|
|
32
32
|
#
|
33
33
|
# @param resource_group_name [String] The name of the resource group.
|
34
34
|
# @param virtual_network_gateway_connection_name [String] The name of the
|
35
|
-
# virtual network gateway
|
35
|
+
# virtual network gateway connection.
|
36
36
|
# @param parameters [VirtualNetworkGatewayConnection] Parameters supplied to
|
37
37
|
# the Begin Create or update Virtual Network Gateway connection operation
|
38
38
|
# through Network resource provider.
|
@@ -49,7 +49,7 @@ module Azure::ARM::Network
|
|
49
49
|
#
|
50
50
|
# @param resource_group_name [String] The name of the resource group.
|
51
51
|
# @param virtual_network_gateway_connection_name [String] The name of the
|
52
|
-
# virtual network gateway
|
52
|
+
# virtual network gateway connection.
|
53
53
|
# @param parameters [VirtualNetworkGatewayConnection] Parameters supplied to
|
54
54
|
# the Begin Create or update Virtual Network Gateway connection operation
|
55
55
|
# through Network resource provider.
|
@@ -84,7 +84,7 @@ module Azure::ARM::Network
|
|
84
84
|
#
|
85
85
|
# @param resource_group_name [String] The name of the resource group.
|
86
86
|
# @param virtual_network_gateway_connection_name [String] The name of the
|
87
|
-
# virtual network gateway
|
87
|
+
# virtual network gateway connection.
|
88
88
|
# @param parameters [VirtualNetworkGatewayConnection] Parameters supplied to
|
89
89
|
# the Begin Create or update Virtual Network Gateway connection operation
|
90
90
|
# through Network resource provider.
|
@@ -105,7 +105,7 @@ module Azure::ARM::Network
|
|
105
105
|
#
|
106
106
|
# @param resource_group_name [String] The name of the resource group.
|
107
107
|
# @param virtual_network_gateway_connection_name [String] The name of the
|
108
|
-
# virtual network gateway
|
108
|
+
# virtual network gateway connection.
|
109
109
|
# @param parameters [VirtualNetworkGatewayConnection] Parameters supplied to
|
110
110
|
# the Begin Create or update Virtual Network Gateway connection operation
|
111
111
|
# through Network resource provider.
|
@@ -125,7 +125,7 @@ module Azure::ARM::Network
|
|
125
125
|
#
|
126
126
|
# @param resource_group_name [String] The name of the resource group.
|
127
127
|
# @param virtual_network_gateway_connection_name [String] The name of the
|
128
|
-
# virtual network gateway
|
128
|
+
# virtual network gateway connection.
|
129
129
|
# @param parameters [VirtualNetworkGatewayConnection] Parameters supplied to
|
130
130
|
# the Begin Create or update Virtual Network Gateway connection operation
|
131
131
|
# through Network resource provider.
|
@@ -313,7 +313,7 @@ module Azure::ARM::Network
|
|
313
313
|
end
|
314
314
|
|
315
315
|
#
|
316
|
-
# The Delete VirtualNetworkGatewayConnection operation deletes the
|
316
|
+
# The Delete VirtualNetworkGatewayConnection operation deletes the specified
|
317
317
|
# virtual network Gateway connection through Network resource provider.
|
318
318
|
#
|
319
319
|
# @param resource_group_name [String] The name of the resource group.
|
@@ -354,7 +354,7 @@ module Azure::ARM::Network
|
|
354
354
|
end
|
355
355
|
|
356
356
|
#
|
357
|
-
# The Delete VirtualNetworkGatewayConnection operation deletes the
|
357
|
+
# The Delete VirtualNetworkGatewayConnection operation deletes the specified
|
358
358
|
# virtual network Gateway connection through Network resource provider.
|
359
359
|
#
|
360
360
|
# @param resource_group_name [String] The name of the resource group.
|
@@ -370,7 +370,7 @@ module Azure::ARM::Network
|
|
370
370
|
end
|
371
371
|
|
372
372
|
#
|
373
|
-
# The Delete VirtualNetworkGatewayConnection operation deletes the
|
373
|
+
# The Delete VirtualNetworkGatewayConnection operation deletes the specified
|
374
374
|
# virtual network Gateway connection through Network resource provider.
|
375
375
|
#
|
376
376
|
# @param resource_group_name [String] The name of the resource group.
|
@@ -386,7 +386,7 @@ module Azure::ARM::Network
|
|
386
386
|
end
|
387
387
|
|
388
388
|
#
|
389
|
-
# The Delete VirtualNetworkGatewayConnection operation deletes the
|
389
|
+
# The Delete VirtualNetworkGatewayConnection operation deletes the specified
|
390
390
|
# virtual network Gateway connection through Network resource provider.
|
391
391
|
#
|
392
392
|
# @param resource_group_name [String] The name of the resource group.
|
@@ -848,7 +848,7 @@ module Azure::ARM::Network
|
|
848
848
|
# @param virtual_network_gateway_connection_name [String] The virtual network
|
849
849
|
# gateway connection name.
|
850
850
|
# @param parameters [ConnectionSharedKey] Parameters supplied to the Begin Set
|
851
|
-
# Virtual Network Gateway
|
851
|
+
# Virtual Network Gateway connection Shared key operation throughNetwork
|
852
852
|
# resource provider.
|
853
853
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
854
854
|
# will be added to the HTTP request.
|
@@ -865,7 +865,7 @@ module Azure::ARM::Network
|
|
865
865
|
# @param virtual_network_gateway_connection_name [String] The virtual network
|
866
866
|
# gateway connection name.
|
867
867
|
# @param parameters [ConnectionSharedKey] Parameters supplied to the Begin Set
|
868
|
-
# Virtual Network Gateway
|
868
|
+
# Virtual Network Gateway connection Shared key operation throughNetwork
|
869
869
|
# resource provider.
|
870
870
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
871
871
|
# will be added to the HTTP request.
|
@@ -901,7 +901,7 @@ module Azure::ARM::Network
|
|
901
901
|
# @param virtual_network_gateway_connection_name [String] The virtual network
|
902
902
|
# gateway connection name.
|
903
903
|
# @param parameters [ConnectionSharedKey] Parameters supplied to the Begin Set
|
904
|
-
# Virtual Network Gateway
|
904
|
+
# Virtual Network Gateway connection Shared key operation throughNetwork
|
905
905
|
# resource provider.
|
906
906
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
907
907
|
# will be added to the HTTP request.
|
@@ -923,7 +923,7 @@ module Azure::ARM::Network
|
|
923
923
|
# @param virtual_network_gateway_connection_name [String] The virtual network
|
924
924
|
# gateway connection name.
|
925
925
|
# @param parameters [ConnectionSharedKey] Parameters supplied to the Begin Set
|
926
|
-
# Virtual Network Gateway
|
926
|
+
# Virtual Network Gateway connection Shared key operation throughNetwork
|
927
927
|
# resource provider.
|
928
928
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
929
929
|
# will be added to the HTTP request.
|
@@ -944,7 +944,7 @@ module Azure::ARM::Network
|
|
944
944
|
# @param virtual_network_gateway_connection_name [String] The virtual network
|
945
945
|
# gateway connection name.
|
946
946
|
# @param parameters [ConnectionSharedKey] Parameters supplied to the Begin Set
|
947
|
-
# Virtual Network Gateway
|
947
|
+
# Virtual Network Gateway connection Shared key operation throughNetwork
|
948
948
|
# resource provider.
|
949
949
|
# @param [Hash{String => String}] A hash of custom headers that will be added
|
950
950
|
# to the HTTP request.
|
@@ -7,7 +7,7 @@ module Azure::ARM::Network
|
|
7
7
|
#
|
8
8
|
# The Microsoft Azure Network management API provides a RESTful set of web
|
9
9
|
# services that interact with Microsoft Azure Networks service to manage
|
10
|
-
# your network
|
10
|
+
# your network resources. The API has entities that capture the
|
11
11
|
# relationship between an end user and the Microsoft Azure Networks service.
|
12
12
|
#
|
13
13
|
class VirtualNetworkGateways
|
@@ -306,7 +306,7 @@ module Azure::ARM::Network
|
|
306
306
|
end
|
307
307
|
|
308
308
|
#
|
309
|
-
# The Delete VirtualNetworkGateway operation deletes the
|
309
|
+
# The Delete VirtualNetworkGateway operation deletes the specified virtual
|
310
310
|
# network Gateway through Network resource provider.
|
311
311
|
#
|
312
312
|
# @param resource_group_name [String] The name of the resource group.
|
@@ -347,7 +347,7 @@ module Azure::ARM::Network
|
|
347
347
|
end
|
348
348
|
|
349
349
|
#
|
350
|
-
# The Delete VirtualNetworkGateway operation deletes the
|
350
|
+
# The Delete VirtualNetworkGateway operation deletes the specified virtual
|
351
351
|
# network Gateway through Network resource provider.
|
352
352
|
#
|
353
353
|
# @param resource_group_name [String] The name of the resource group.
|
@@ -363,7 +363,7 @@ module Azure::ARM::Network
|
|
363
363
|
end
|
364
364
|
|
365
365
|
#
|
366
|
-
# The Delete VirtualNetworkGateway operation deletes the
|
366
|
+
# The Delete VirtualNetworkGateway operation deletes the specified virtual
|
367
367
|
# network Gateway through Network resource provider.
|
368
368
|
#
|
369
369
|
# @param resource_group_name [String] The name of the resource group.
|
@@ -379,7 +379,7 @@ module Azure::ARM::Network
|
|
379
379
|
end
|
380
380
|
|
381
381
|
#
|
382
|
-
# The Delete VirtualNetworkGateway operation deletes the
|
382
|
+
# The Delete VirtualNetworkGateway operation deletes the specified virtual
|
383
383
|
# network Gateway through Network resource provider.
|
384
384
|
#
|
385
385
|
# @param resource_group_name [String] The name of the resource group.
|
@@ -7,7 +7,7 @@ module Azure::ARM::Network
|
|
7
7
|
#
|
8
8
|
# The Microsoft Azure Network management API provides a RESTful set of web
|
9
9
|
# services that interact with Microsoft Azure Networks service to manage
|
10
|
-
# your network
|
10
|
+
# your network resources. The API has entities that capture the
|
11
11
|
# relationship between an end user and the Microsoft Azure Networks service.
|
12
12
|
#
|
13
13
|
class VirtualNetworkPeerings
|
@@ -158,7 +158,7 @@ module Azure::ARM::Network
|
|
158
158
|
end
|
159
159
|
|
160
160
|
#
|
161
|
-
# The Get virtual network peering operation
|
161
|
+
# The Get virtual network peering operation retrieves information about the
|
162
162
|
# specified virtual network peering.
|
163
163
|
#
|
164
164
|
# @param resource_group_name [String] The name of the resource group.
|
@@ -176,7 +176,7 @@ module Azure::ARM::Network
|
|
176
176
|
end
|
177
177
|
|
178
178
|
#
|
179
|
-
# The Get virtual network peering operation
|
179
|
+
# The Get virtual network peering operation retrieves information about the
|
180
180
|
# specified virtual network peering.
|
181
181
|
#
|
182
182
|
# @param resource_group_name [String] The name of the resource group.
|
@@ -193,7 +193,7 @@ module Azure::ARM::Network
|
|
193
193
|
end
|
194
194
|
|
195
195
|
#
|
196
|
-
# The Get virtual network peering operation
|
196
|
+
# The Get virtual network peering operation retrieves information about the
|
197
197
|
# specified virtual network peering.
|
198
198
|
#
|
199
199
|
# @param resource_group_name [String] The name of the resource group.
|
@@ -7,7 +7,7 @@ module Azure::ARM::Network
|
|
7
7
|
#
|
8
8
|
# The Microsoft Azure Network management API provides a RESTful set of web
|
9
9
|
# services that interact with Microsoft Azure Networks service to manage
|
10
|
-
# your network
|
10
|
+
# your network resources. The API has entities that capture the
|
11
11
|
# relationship between an end user and the Microsoft Azure Networks service.
|
12
12
|
#
|
13
13
|
class VirtualNetworks
|
@@ -26,7 +26,7 @@ module Azure::ARM::Network
|
|
26
26
|
attr_reader :client
|
27
27
|
|
28
28
|
#
|
29
|
-
# The Delete VirtualNetwork operation deletes the
|
29
|
+
# The Delete VirtualNetwork operation deletes the specified virtual network
|
30
30
|
#
|
31
31
|
# @param resource_group_name [String] The name of the resource group.
|
32
32
|
# @param virtual_network_name [String] The name of the virtual network.
|
@@ -64,7 +64,7 @@ module Azure::ARM::Network
|
|
64
64
|
end
|
65
65
|
|
66
66
|
#
|
67
|
-
# The Delete VirtualNetwork operation deletes the
|
67
|
+
# The Delete VirtualNetwork operation deletes the specified virtual network
|
68
68
|
#
|
69
69
|
# @param resource_group_name [String] The name of the resource group.
|
70
70
|
# @param virtual_network_name [String] The name of the virtual network.
|
@@ -78,7 +78,7 @@ module Azure::ARM::Network
|
|
78
78
|
end
|
79
79
|
|
80
80
|
#
|
81
|
-
# The Delete VirtualNetwork operation deletes the
|
81
|
+
# The Delete VirtualNetwork operation deletes the specified virtual network
|
82
82
|
#
|
83
83
|
# @param resource_group_name [String] The name of the resource group.
|
84
84
|
# @param virtual_network_name [String] The name of the virtual network.
|
@@ -92,7 +92,7 @@ module Azure::ARM::Network
|
|
92
92
|
end
|
93
93
|
|
94
94
|
#
|
95
|
-
# The Delete VirtualNetwork operation deletes the
|
95
|
+
# The Delete VirtualNetwork operation deletes the specified virtual network
|
96
96
|
#
|
97
97
|
# @param resource_group_name [String] The name of the resource group.
|
98
98
|
# @param virtual_network_name [String] The name of the virtual network.
|