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
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: df2c44670ab9a4fb72a28d7b764a86062643d723
|
4
|
+
data.tar.gz: 7f0b63192efa48aa149a3f86d9eaf66cc5c37595
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e1f1c13cc7ce6af74eba7a45c57ca6bd828e8b237761c9e41443b1ab8026a2da0895faa098c5526f3bc1d9dcb331bcb66664e6f719c6b668356af0e5b46f5894
|
7
|
+
data.tar.gz: 0dd14484b6d69c6705f19e9496e5e0d2e33ac17ffd9b8b8d1881a7d751e7483ab6cca81349eade144dac264d9172296fff7ccc50d3ac4b6ff2c19ddff898fff9
|
@@ -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 ApplicationGateways
|
@@ -26,11 +26,11 @@ module Azure::ARM::Network
|
|
26
26
|
attr_reader :client
|
27
27
|
|
28
28
|
#
|
29
|
-
# The delete
|
30
|
-
#
|
29
|
+
# The delete ApplicationGateway operation deletes the specified application
|
30
|
+
# gateway.
|
31
31
|
#
|
32
32
|
# @param resource_group_name [String] The name of the resource group.
|
33
|
-
# @param application_gateway_name [String] The name of the
|
33
|
+
# @param application_gateway_name [String] The name of the application gateway.
|
34
34
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
35
35
|
# will be added to the HTTP request.
|
36
36
|
#
|
@@ -41,7 +41,7 @@ module Azure::ARM::Network
|
|
41
41
|
|
42
42
|
#
|
43
43
|
# @param resource_group_name [String] The name of the resource group.
|
44
|
-
# @param application_gateway_name [String] The name of the
|
44
|
+
# @param application_gateway_name [String] The name of the application gateway.
|
45
45
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
46
46
|
# will be added to the HTTP request.
|
47
47
|
#
|
@@ -65,11 +65,11 @@ module Azure::ARM::Network
|
|
65
65
|
end
|
66
66
|
|
67
67
|
#
|
68
|
-
# The delete
|
69
|
-
#
|
68
|
+
# The delete ApplicationGateway operation deletes the specified application
|
69
|
+
# gateway.
|
70
70
|
#
|
71
71
|
# @param resource_group_name [String] The name of the resource group.
|
72
|
-
# @param application_gateway_name [String] The name of the
|
72
|
+
# @param application_gateway_name [String] The name of the application gateway.
|
73
73
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
74
74
|
# will be added to the HTTP request.
|
75
75
|
#
|
@@ -80,11 +80,11 @@ module Azure::ARM::Network
|
|
80
80
|
end
|
81
81
|
|
82
82
|
#
|
83
|
-
# The delete
|
84
|
-
#
|
83
|
+
# The delete ApplicationGateway operation deletes the specified application
|
84
|
+
# gateway.
|
85
85
|
#
|
86
86
|
# @param resource_group_name [String] The name of the resource group.
|
87
|
-
# @param application_gateway_name [String] The name of the
|
87
|
+
# @param application_gateway_name [String] The name of the application gateway.
|
88
88
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
89
89
|
# will be added to the HTTP request.
|
90
90
|
#
|
@@ -95,11 +95,11 @@ module Azure::ARM::Network
|
|
95
95
|
end
|
96
96
|
|
97
97
|
#
|
98
|
-
# The delete
|
99
|
-
#
|
98
|
+
# The delete ApplicationGateway operation deletes the specified application
|
99
|
+
# gateway.
|
100
100
|
#
|
101
101
|
# @param resource_group_name [String] The name of the resource group.
|
102
|
-
# @param application_gateway_name [String] The name of the
|
102
|
+
# @param application_gateway_name [String] The name of the application gateway.
|
103
103
|
# @param [Hash{String => String}] A hash of custom headers that will be added
|
104
104
|
# to the HTTP request.
|
105
105
|
#
|
@@ -151,11 +151,11 @@ module Azure::ARM::Network
|
|
151
151
|
end
|
152
152
|
|
153
153
|
#
|
154
|
-
# The Get
|
155
|
-
# specified
|
154
|
+
# The Get ApplicationGateway operation retrieves information about the
|
155
|
+
# specified application gateway.
|
156
156
|
#
|
157
157
|
# @param resource_group_name [String] The name of the resource group.
|
158
|
-
# @param application_gateway_name [String] The name of the
|
158
|
+
# @param application_gateway_name [String] The name of the application gateway.
|
159
159
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
160
160
|
# will be added to the HTTP request.
|
161
161
|
#
|
@@ -167,11 +167,11 @@ module Azure::ARM::Network
|
|
167
167
|
end
|
168
168
|
|
169
169
|
#
|
170
|
-
# The Get
|
171
|
-
# specified
|
170
|
+
# The Get ApplicationGateway operation retrieves information about the
|
171
|
+
# specified application gateway.
|
172
172
|
#
|
173
173
|
# @param resource_group_name [String] The name of the resource group.
|
174
|
-
# @param application_gateway_name [String] The name of the
|
174
|
+
# @param application_gateway_name [String] The name of the application gateway.
|
175
175
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
176
176
|
# will be added to the HTTP request.
|
177
177
|
#
|
@@ -182,11 +182,11 @@ module Azure::ARM::Network
|
|
182
182
|
end
|
183
183
|
|
184
184
|
#
|
185
|
-
# The Get
|
186
|
-
# specified
|
185
|
+
# The Get ApplicationGateway operation retrieves information about the
|
186
|
+
# specified application gateway.
|
187
187
|
#
|
188
188
|
# @param resource_group_name [String] The name of the resource group.
|
189
|
-
# @param application_gateway_name [String] The name of the
|
189
|
+
# @param application_gateway_name [String] The name of the application gateway.
|
190
190
|
# @param [Hash{String => String}] A hash of custom headers that will be added
|
191
191
|
# to the HTTP request.
|
192
192
|
#
|
@@ -414,7 +414,7 @@ module Azure::ARM::Network
|
|
414
414
|
end
|
415
415
|
|
416
416
|
#
|
417
|
-
# The List ApplicationGateway operation retrieves all the
|
417
|
+
# The List ApplicationGateway operation retrieves all the application gateways
|
418
418
|
# in a resource group.
|
419
419
|
#
|
420
420
|
# @param resource_group_name [String] The name of the resource group.
|
@@ -436,7 +436,7 @@ module Azure::ARM::Network
|
|
436
436
|
end
|
437
437
|
|
438
438
|
#
|
439
|
-
# The List ApplicationGateway operation retrieves all the
|
439
|
+
# The List ApplicationGateway operation retrieves all the application gateways
|
440
440
|
# in a resource group.
|
441
441
|
#
|
442
442
|
# @param resource_group_name [String] The name of the resource group.
|
@@ -451,7 +451,7 @@ module Azure::ARM::Network
|
|
451
451
|
end
|
452
452
|
|
453
453
|
#
|
454
|
-
# The List ApplicationGateway operation retrieves all the
|
454
|
+
# The List ApplicationGateway operation retrieves all the application gateways
|
455
455
|
# in a resource group.
|
456
456
|
#
|
457
457
|
# @param resource_group_name [String] The name of the resource group.
|
@@ -465,7 +465,7 @@ module Azure::ARM::Network
|
|
465
465
|
end
|
466
466
|
|
467
467
|
#
|
468
|
-
# The List ApplicationGateway operation retrieves all the
|
468
|
+
# The List ApplicationGateway operation retrieves all the application gateways
|
469
469
|
# in a resource group.
|
470
470
|
#
|
471
471
|
# @param resource_group_name [String] The name of the resource group.
|
@@ -529,7 +529,7 @@ module Azure::ARM::Network
|
|
529
529
|
end
|
530
530
|
|
531
531
|
#
|
532
|
-
# The List
|
532
|
+
# The List ApplicationGateway operation retrieves all the application gateways
|
533
533
|
# in a subscription.
|
534
534
|
#
|
535
535
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
@@ -550,7 +550,7 @@ module Azure::ARM::Network
|
|
550
550
|
end
|
551
551
|
|
552
552
|
#
|
553
|
-
# The List
|
553
|
+
# The List ApplicationGateway operation retrieves all the application gateways
|
554
554
|
# in a subscription.
|
555
555
|
#
|
556
556
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
@@ -564,7 +564,7 @@ module Azure::ARM::Network
|
|
564
564
|
end
|
565
565
|
|
566
566
|
#
|
567
|
-
# The List
|
567
|
+
# The List ApplicationGateway operation retrieves all the application gateways
|
568
568
|
# in a subscription.
|
569
569
|
#
|
570
570
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
@@ -577,7 +577,7 @@ module Azure::ARM::Network
|
|
577
577
|
end
|
578
578
|
|
579
579
|
#
|
580
|
-
# The List
|
580
|
+
# The List ApplicationGateway operation retrieves all the application gateways
|
581
581
|
# in a subscription.
|
582
582
|
#
|
583
583
|
# @param [Hash{String => String}] A hash of custom headers that will be added
|
@@ -639,7 +639,7 @@ module Azure::ARM::Network
|
|
639
639
|
end
|
640
640
|
|
641
641
|
#
|
642
|
-
# The Start ApplicationGateway operation starts application
|
642
|
+
# The Start ApplicationGateway operation starts application gateway in the
|
643
643
|
# specified resource group through Network resource provider.
|
644
644
|
#
|
645
645
|
# @param resource_group_name [String] The name of the resource group.
|
@@ -678,7 +678,7 @@ module Azure::ARM::Network
|
|
678
678
|
end
|
679
679
|
|
680
680
|
#
|
681
|
-
# The Start ApplicationGateway operation starts application
|
681
|
+
# The Start ApplicationGateway operation starts application gateway in the
|
682
682
|
# specified resource group through Network resource provider.
|
683
683
|
#
|
684
684
|
# @param resource_group_name [String] The name of the resource group.
|
@@ -693,7 +693,7 @@ module Azure::ARM::Network
|
|
693
693
|
end
|
694
694
|
|
695
695
|
#
|
696
|
-
# The Start ApplicationGateway operation starts application
|
696
|
+
# The Start ApplicationGateway operation starts application gateway in the
|
697
697
|
# specified resource group through Network resource provider.
|
698
698
|
#
|
699
699
|
# @param resource_group_name [String] The name of the resource group.
|
@@ -708,7 +708,7 @@ module Azure::ARM::Network
|
|
708
708
|
end
|
709
709
|
|
710
710
|
#
|
711
|
-
# The Start ApplicationGateway operation starts application
|
711
|
+
# The Start ApplicationGateway operation starts application gateway in the
|
712
712
|
# specified resource group through Network resource provider.
|
713
713
|
#
|
714
714
|
# @param resource_group_name [String] The name of the resource group.
|
@@ -764,7 +764,7 @@ module Azure::ARM::Network
|
|
764
764
|
end
|
765
765
|
|
766
766
|
#
|
767
|
-
# The STOP ApplicationGateway operation stops application
|
767
|
+
# The STOP ApplicationGateway operation stops application gateway in the
|
768
768
|
# specified resource group through Network resource provider.
|
769
769
|
#
|
770
770
|
# @param resource_group_name [String] The name of the resource group.
|
@@ -803,7 +803,7 @@ module Azure::ARM::Network
|
|
803
803
|
end
|
804
804
|
|
805
805
|
#
|
806
|
-
# The STOP ApplicationGateway operation stops application
|
806
|
+
# The STOP ApplicationGateway operation stops application gateway in the
|
807
807
|
# specified resource group through Network resource provider.
|
808
808
|
#
|
809
809
|
# @param resource_group_name [String] The name of the resource group.
|
@@ -818,7 +818,7 @@ module Azure::ARM::Network
|
|
818
818
|
end
|
819
819
|
|
820
820
|
#
|
821
|
-
# The STOP ApplicationGateway operation stops application
|
821
|
+
# The STOP ApplicationGateway operation stops application gateway in the
|
822
822
|
# specified resource group through Network resource provider.
|
823
823
|
#
|
824
824
|
# @param resource_group_name [String] The name of the resource group.
|
@@ -833,7 +833,7 @@ module Azure::ARM::Network
|
|
833
833
|
end
|
834
834
|
|
835
835
|
#
|
836
|
-
# The STOP ApplicationGateway operation stops application
|
836
|
+
# The STOP ApplicationGateway operation stops application gateway in the
|
837
837
|
# specified resource group through Network resource provider.
|
838
838
|
#
|
839
839
|
# @param resource_group_name [String] The name of the resource group.
|
@@ -889,7 +889,7 @@ module Azure::ARM::Network
|
|
889
889
|
end
|
890
890
|
|
891
891
|
#
|
892
|
-
# The List ApplicationGateway operation retrieves all the
|
892
|
+
# The List ApplicationGateway operation retrieves all the application gateways
|
893
893
|
# in a resource group.
|
894
894
|
#
|
895
895
|
# @param next_page_link [String] The NextLink from the previous successful
|
@@ -905,7 +905,7 @@ module Azure::ARM::Network
|
|
905
905
|
end
|
906
906
|
|
907
907
|
#
|
908
|
-
# The List ApplicationGateway operation retrieves all the
|
908
|
+
# The List ApplicationGateway operation retrieves all the application gateways
|
909
909
|
# in a resource group.
|
910
910
|
#
|
911
911
|
# @param next_page_link [String] The NextLink from the previous successful
|
@@ -920,7 +920,7 @@ module Azure::ARM::Network
|
|
920
920
|
end
|
921
921
|
|
922
922
|
#
|
923
|
-
# The List ApplicationGateway operation retrieves all the
|
923
|
+
# The List ApplicationGateway operation retrieves all the application gateways
|
924
924
|
# in a resource group.
|
925
925
|
#
|
926
926
|
# @param next_page_link [String] The NextLink from the previous successful
|
@@ -982,7 +982,7 @@ module Azure::ARM::Network
|
|
982
982
|
end
|
983
983
|
|
984
984
|
#
|
985
|
-
# The List
|
985
|
+
# The List ApplicationGateway operation retrieves all the application gateways
|
986
986
|
# in a subscription.
|
987
987
|
#
|
988
988
|
# @param next_page_link [String] The NextLink from the previous successful
|
@@ -998,7 +998,7 @@ module Azure::ARM::Network
|
|
998
998
|
end
|
999
999
|
|
1000
1000
|
#
|
1001
|
-
# The List
|
1001
|
+
# The List ApplicationGateway operation retrieves all the application gateways
|
1002
1002
|
# in a subscription.
|
1003
1003
|
#
|
1004
1004
|
# @param next_page_link [String] The NextLink from the previous successful
|
@@ -1013,7 +1013,7 @@ module Azure::ARM::Network
|
|
1013
1013
|
end
|
1014
1014
|
|
1015
1015
|
#
|
1016
|
-
# The List
|
1016
|
+
# The List ApplicationGateway operation retrieves all the application gateways
|
1017
1017
|
# in a subscription.
|
1018
1018
|
#
|
1019
1019
|
# @param next_page_link [String] The NextLink from the previous successful
|
@@ -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 ExpressRouteCircuitAuthorizations
|
@@ -258,8 +258,8 @@ module Azure::ARM::Network
|
|
258
258
|
end
|
259
259
|
|
260
260
|
#
|
261
|
-
# The Put Authorization operation creates/updates an authorization in
|
262
|
-
#
|
261
|
+
# The Put Authorization operation creates/updates an authorization in the
|
262
|
+
# specified ExpressRouteCircuits
|
263
263
|
#
|
264
264
|
# @param resource_group_name [String] The name of the resource group.
|
265
265
|
# @param circuit_name [String] The name of the express route circuit.
|
@@ -309,8 +309,8 @@ module Azure::ARM::Network
|
|
309
309
|
end
|
310
310
|
|
311
311
|
#
|
312
|
-
# The Put Authorization operation creates/updates an authorization in
|
313
|
-
#
|
312
|
+
# The Put Authorization operation creates/updates an authorization in the
|
313
|
+
# specified ExpressRouteCircuits
|
314
314
|
#
|
315
315
|
# @param resource_group_name [String] The name of the resource group.
|
316
316
|
# @param circuit_name [String] The name of the express route circuit.
|
@@ -329,8 +329,8 @@ module Azure::ARM::Network
|
|
329
329
|
end
|
330
330
|
|
331
331
|
#
|
332
|
-
# The Put Authorization operation creates/updates an authorization in
|
333
|
-
#
|
332
|
+
# The Put Authorization operation creates/updates an authorization in the
|
333
|
+
# specified ExpressRouteCircuits
|
334
334
|
#
|
335
335
|
# @param resource_group_name [String] The name of the resource group.
|
336
336
|
# @param circuit_name [String] The name of the express route circuit.
|
@@ -348,8 +348,8 @@ module Azure::ARM::Network
|
|
348
348
|
end
|
349
349
|
|
350
350
|
#
|
351
|
-
# The Put Authorization operation creates/updates an authorization in
|
352
|
-
#
|
351
|
+
# The Put Authorization operation creates/updates an authorization in the
|
352
|
+
# specified ExpressRouteCircuits
|
353
353
|
#
|
354
354
|
# @param resource_group_name [String] The name of the resource group.
|
355
355
|
# @param circuit_name [String] The name of the express route circuit.
|
@@ -443,7 +443,7 @@ module Azure::ARM::Network
|
|
443
443
|
# ExpressRouteCircuit.
|
444
444
|
#
|
445
445
|
# @param resource_group_name [String] The name of the resource group.
|
446
|
-
# @param circuit_name [String] The name of the
|
446
|
+
# @param circuit_name [String] The name of the circuit.
|
447
447
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
448
448
|
# will be added to the HTTP request.
|
449
449
|
#
|
@@ -466,7 +466,7 @@ module Azure::ARM::Network
|
|
466
466
|
# ExpressRouteCircuit.
|
467
467
|
#
|
468
468
|
# @param resource_group_name [String] The name of the resource group.
|
469
|
-
# @param circuit_name [String] The name of the
|
469
|
+
# @param circuit_name [String] The name of the circuit.
|
470
470
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
471
471
|
# will be added to the HTTP request.
|
472
472
|
#
|
@@ -482,7 +482,7 @@ module Azure::ARM::Network
|
|
482
482
|
# ExpressRouteCircuit.
|
483
483
|
#
|
484
484
|
# @param resource_group_name [String] The name of the resource group.
|
485
|
-
# @param circuit_name [String] The name of the
|
485
|
+
# @param circuit_name [String] The name of the circuit.
|
486
486
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
487
487
|
# will be added to the HTTP request.
|
488
488
|
#
|
@@ -497,7 +497,7 @@ module Azure::ARM::Network
|
|
497
497
|
# ExpressRouteCircuit.
|
498
498
|
#
|
499
499
|
# @param resource_group_name [String] The name of the resource group.
|
500
|
-
# @param circuit_name [String] The name of the
|
500
|
+
# @param circuit_name [String] The name of the circuit.
|
501
501
|
# @param [Hash{String => String}] A hash of custom headers that will be added
|
502
502
|
# to the HTTP request.
|
503
503
|
#
|
@@ -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 ExpressRouteCircuitPeerings
|
@@ -258,7 +258,7 @@ module Azure::ARM::Network
|
|
258
258
|
end
|
259
259
|
|
260
260
|
#
|
261
|
-
# The Put
|
261
|
+
# The Put Peering operation creates/updates an peering in the specified
|
262
262
|
# ExpressRouteCircuits
|
263
263
|
#
|
264
264
|
# @param resource_group_name [String] The name of the resource group.
|
@@ -307,7 +307,7 @@ module Azure::ARM::Network
|
|
307
307
|
end
|
308
308
|
|
309
309
|
#
|
310
|
-
# The Put
|
310
|
+
# The Put Peering operation creates/updates an peering in the specified
|
311
311
|
# ExpressRouteCircuits
|
312
312
|
#
|
313
313
|
# @param resource_group_name [String] The name of the resource group.
|
@@ -326,7 +326,7 @@ module Azure::ARM::Network
|
|
326
326
|
end
|
327
327
|
|
328
328
|
#
|
329
|
-
# The Put
|
329
|
+
# The Put Peering operation creates/updates an peering in the specified
|
330
330
|
# ExpressRouteCircuits
|
331
331
|
#
|
332
332
|
# @param resource_group_name [String] The name of the resource group.
|
@@ -344,7 +344,7 @@ module Azure::ARM::Network
|
|
344
344
|
end
|
345
345
|
|
346
346
|
#
|
347
|
-
# The Put
|
347
|
+
# The Put Peering operation creates/updates an peering in the specified
|
348
348
|
# ExpressRouteCircuits
|
349
349
|
#
|
350
350
|
# @param resource_group_name [String] The name of the resource group.
|
@@ -438,7 +438,7 @@ module Azure::ARM::Network
|
|
438
438
|
# ExpressRouteCircuit.
|
439
439
|
#
|
440
440
|
# @param resource_group_name [String] The name of the resource group.
|
441
|
-
# @param circuit_name [String] The name of the
|
441
|
+
# @param circuit_name [String] The name of the circuit.
|
442
442
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
443
443
|
# will be added to the HTTP request.
|
444
444
|
#
|
@@ -461,7 +461,7 @@ module Azure::ARM::Network
|
|
461
461
|
# ExpressRouteCircuit.
|
462
462
|
#
|
463
463
|
# @param resource_group_name [String] The name of the resource group.
|
464
|
-
# @param circuit_name [String] The name of the
|
464
|
+
# @param circuit_name [String] The name of the circuit.
|
465
465
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
466
466
|
# will be added to the HTTP request.
|
467
467
|
#
|
@@ -477,7 +477,7 @@ module Azure::ARM::Network
|
|
477
477
|
# ExpressRouteCircuit.
|
478
478
|
#
|
479
479
|
# @param resource_group_name [String] The name of the resource group.
|
480
|
-
# @param circuit_name [String] The name of the
|
480
|
+
# @param circuit_name [String] The name of the circuit.
|
481
481
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
482
482
|
# will be added to the HTTP request.
|
483
483
|
#
|
@@ -492,7 +492,7 @@ module Azure::ARM::Network
|
|
492
492
|
# ExpressRouteCircuit.
|
493
493
|
#
|
494
494
|
# @param resource_group_name [String] The name of the resource group.
|
495
|
-
# @param circuit_name [String] The name of the
|
495
|
+
# @param circuit_name [String] The name of the circuit.
|
496
496
|
# @param [Hash{String => String}] A hash of custom headers that will be added
|
497
497
|
# to the HTTP request.
|
498
498
|
#
|