azure_mgmt_network 0.4.0 → 0.5.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/README.md +7 -11
- data/azure_mgmt_network.gemspec +1 -1
- data/lib/generated/azure_mgmt_network.rb +7 -2
- data/lib/generated/azure_mgmt_network/application_gateways.rb +15 -15
- data/lib/generated/azure_mgmt_network/express_route_circuit_authorizations.rb +1 -1
- data/lib/generated/azure_mgmt_network/express_route_circuit_peerings.rb +1 -1
- data/lib/generated/azure_mgmt_network/express_route_circuits.rb +47 -47
- data/lib/generated/azure_mgmt_network/express_route_service_providers.rb +8 -8
- data/lib/generated/azure_mgmt_network/load_balancers.rb +22 -22
- data/lib/generated/azure_mgmt_network/local_network_gateways.rb +8 -8
- data/lib/generated/azure_mgmt_network/models/application_gateway.rb +59 -29
- data/lib/generated/azure_mgmt_network/models/application_gateway_authentication_certificate.rb +85 -0
- data/lib/generated/azure_mgmt_network/models/application_gateway_backend_address.rb +2 -2
- data/lib/generated/azure_mgmt_network/models/application_gateway_backend_address_pool.rb +5 -6
- data/lib/generated/azure_mgmt_network/models/application_gateway_backend_http_settings.rb +30 -12
- data/lib/generated/azure_mgmt_network/models/application_gateway_frontend_ipconfiguration.rb +9 -10
- data/lib/generated/azure_mgmt_network/models/application_gateway_frontend_port.rb +5 -5
- data/lib/generated/azure_mgmt_network/models/application_gateway_http_listener.rb +12 -15
- data/lib/generated/azure_mgmt_network/models/application_gateway_ipconfiguration.rb +6 -7
- data/lib/generated/azure_mgmt_network/models/application_gateway_list_result.rb +4 -4
- data/lib/generated/azure_mgmt_network/models/application_gateway_path_rule.rb +6 -8
- data/lib/generated/azure_mgmt_network/models/application_gateway_probe.rb +11 -11
- data/lib/generated/azure_mgmt_network/models/application_gateway_request_routing_rule.rb +10 -13
- data/lib/generated/azure_mgmt_network/models/application_gateway_sku.rb +6 -7
- data/lib/generated/azure_mgmt_network/models/application_gateway_ssl_certificate.rb +7 -7
- data/lib/generated/azure_mgmt_network/models/application_gateway_ssl_policy.rb +52 -0
- data/lib/generated/azure_mgmt_network/models/application_gateway_ssl_protocol.rb +17 -0
- data/lib/generated/azure_mgmt_network/models/application_gateway_url_path_map.rb +9 -9
- data/lib/generated/azure_mgmt_network/models/effective_network_security_group.rb +3 -3
- data/lib/generated/azure_mgmt_network/models/effective_network_security_group_list_result.rb +0 -32
- data/lib/generated/azure_mgmt_network/models/{effective_network_security_rules.rb → effective_network_security_rule.rb} +4 -4
- data/lib/generated/azure_mgmt_network/models/effective_route.rb +6 -14
- data/lib/generated/azure_mgmt_network/models/effective_route_list_result.rb +0 -31
- data/lib/generated/azure_mgmt_network/models/express_route_circuit.rb +10 -0
- data/lib/generated/azure_mgmt_network/models/express_route_circuit_peering.rb +21 -0
- data/lib/generated/azure_mgmt_network/models/ipaddress_availability_result.rb +62 -0
- data/lib/generated/azure_mgmt_network/models/resource_navigation_link.rb +96 -0
- data/lib/generated/azure_mgmt_network/models/subnet.rb +19 -0
- data/lib/generated/azure_mgmt_network/models/usages_list_result.rb +41 -0
- data/lib/generated/azure_mgmt_network/network_interfaces.rb +41 -445
- data/lib/generated/azure_mgmt_network/network_management_client.rb +1 -1
- data/lib/generated/azure_mgmt_network/network_security_groups.rb +1 -1
- data/lib/generated/azure_mgmt_network/public_ipaddresses.rb +15 -15
- data/lib/generated/azure_mgmt_network/route_tables.rb +1 -1
- data/lib/generated/azure_mgmt_network/routes.rb +8 -8
- data/lib/generated/azure_mgmt_network/security_rules.rb +8 -8
- data/lib/generated/azure_mgmt_network/subnets.rb +8 -8
- data/lib/generated/azure_mgmt_network/usages.rb +115 -4
- data/lib/generated/azure_mgmt_network/version.rb +1 -1
- data/lib/generated/azure_mgmt_network/virtual_network_gateway_connections.rb +1 -1
- data/lib/generated/azure_mgmt_network/virtual_network_gateways.rb +8 -8
- data/lib/generated/azure_mgmt_network/virtual_network_peerings.rb +8 -8
- data/lib/generated/azure_mgmt_network/virtual_networks.rb +98 -1
- metadata +10 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2ae49397cb94853371c29c746d0ca2f3178f40ad
|
4
|
+
data.tar.gz: 01fac993fe4ebd7616d749dd9a3f2bc6abce29d9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d394361f49e667fa72c350b4c27ce56b6140058a19b583774fe18a428b237671382915e11342bc641689d53f5498abfd2515db59a794a789ae0b1b974ab56853
|
7
|
+
data.tar.gz: 25b6fb99199de17c0f33048386727a3bba3c22ab7ef9a47d9af8117897ace252a79d35730e1e489ba9fa2524a146d41a72df910633187ff0ad029e395b00ad67
|
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# Intro
|
2
2
|
|
3
|
-
This project provides a Ruby gem for easy access to the Azure ARM Network API. With this gem you can create/update/list/delete virtual networks, subnets, load balancers and network interfaces.
|
3
|
+
This project provides a Ruby gem for easy access to the Azure ARM Network API. With this gem you can create/update/list/delete virtual networks, subnets, load balancers and network interfaces.
|
4
4
|
|
5
5
|
# Supported Ruby Versions
|
6
6
|
|
@@ -48,30 +48,26 @@ include Azure::ARM::Network
|
|
48
48
|
include Azure::ARM::Network::Models
|
49
49
|
|
50
50
|
# Create a client - a point of access to the API and set the subscription id
|
51
|
-
client =
|
51
|
+
client = NetworkManagementClient.new(credentials)
|
52
52
|
client.subscription_id = subscription_id
|
53
53
|
|
54
54
|
# Create a model for new virtual network
|
55
|
-
|
55
|
+
params = VirtualNetwork.new
|
56
56
|
|
57
57
|
address_space = AddressSpace.new
|
58
58
|
address_space.address_prefixes = ['10.0.0.0/16']
|
59
|
-
|
59
|
+
params.address_space = address_space
|
60
60
|
|
61
61
|
dhcp_options = DhcpOptions.new
|
62
62
|
dhcp_options.dns_servers = %w(10.1.1.1 10.1.2.4)
|
63
|
-
|
64
|
-
|
65
|
-
sub_prop = SubnetPropertiesFormat.new
|
66
|
-
sub_prop.address_prefix = '10.0.2.0/24'
|
63
|
+
params.dhcp_options = dhcp_options
|
67
64
|
|
68
65
|
sub = Subnet.new
|
69
66
|
sub.name = 'new_subnet'
|
70
|
-
sub.
|
67
|
+
sub.address_prefix = '10.0.2.0/24'
|
71
68
|
|
72
|
-
|
69
|
+
params.subnets = [sub]
|
73
70
|
|
74
|
-
params = VirtualNetwork.new
|
75
71
|
params.location = 'westus'
|
76
72
|
params.properties = props
|
77
73
|
|
data/azure_mgmt_network.gemspec
CHANGED
@@ -43,6 +43,7 @@ module Azure::ARM::Network
|
|
43
43
|
|
44
44
|
module Models
|
45
45
|
autoload :ApplicationGatewaySku, 'generated/azure_mgmt_network/models/application_gateway_sku.rb'
|
46
|
+
autoload :ApplicationGatewaySslPolicy, 'generated/azure_mgmt_network/models/application_gateway_ssl_policy.rb'
|
46
47
|
autoload :ApplicationGatewayBackendAddress, 'generated/azure_mgmt_network/models/application_gateway_backend_address.rb'
|
47
48
|
autoload :NetworkInterfaceDnsSettings, 'generated/azure_mgmt_network/models/network_interface_dns_settings.rb'
|
48
49
|
autoload :PublicIPAddressDnsSettings, 'generated/azure_mgmt_network/models/public_ipaddress_dns_settings.rb'
|
@@ -69,10 +70,11 @@ module Azure::ARM::Network
|
|
69
70
|
autoload :NetworkInterfaceListResult, 'generated/azure_mgmt_network/models/network_interface_list_result.rb'
|
70
71
|
autoload :EffectiveNetworkSecurityGroup, 'generated/azure_mgmt_network/models/effective_network_security_group.rb'
|
71
72
|
autoload :EffectiveNetworkSecurityGroupAssociation, 'generated/azure_mgmt_network/models/effective_network_security_group_association.rb'
|
72
|
-
autoload :
|
73
|
+
autoload :EffectiveNetworkSecurityRule, 'generated/azure_mgmt_network/models/effective_network_security_rule.rb'
|
73
74
|
autoload :EffectiveNetworkSecurityGroupListResult, 'generated/azure_mgmt_network/models/effective_network_security_group_list_result.rb'
|
74
75
|
autoload :NetworkSecurityGroupListResult, 'generated/azure_mgmt_network/models/network_security_group_list_result.rb'
|
75
76
|
autoload :PublicIPAddressListResult, 'generated/azure_mgmt_network/models/public_ipaddress_list_result.rb'
|
77
|
+
autoload :EffectiveRoute, 'generated/azure_mgmt_network/models/effective_route.rb'
|
76
78
|
autoload :EffectiveRouteListResult, 'generated/azure_mgmt_network/models/effective_route_list_result.rb'
|
77
79
|
autoload :RouteTableListResult, 'generated/azure_mgmt_network/models/route_table_list_result.rb'
|
78
80
|
autoload :RouteListResult, 'generated/azure_mgmt_network/models/route_list_result.rb'
|
@@ -93,10 +95,12 @@ module Azure::ARM::Network
|
|
93
95
|
autoload :DhcpOptions, 'generated/azure_mgmt_network/models/dhcp_options.rb'
|
94
96
|
autoload :VirtualNetworkListResult, 'generated/azure_mgmt_network/models/virtual_network_list_result.rb'
|
95
97
|
autoload :DnsNameAvailabilityResult, 'generated/azure_mgmt_network/models/dns_name_availability_result.rb'
|
98
|
+
autoload :IPAddressAvailabilityResult, 'generated/azure_mgmt_network/models/ipaddress_availability_result.rb'
|
96
99
|
autoload :ErrorDetails, 'generated/azure_mgmt_network/models/error_details.rb'
|
97
100
|
autoload :Error, 'generated/azure_mgmt_network/models/error.rb'
|
98
101
|
autoload :AzureAsyncOperationResult, 'generated/azure_mgmt_network/models/azure_async_operation_result.rb'
|
99
102
|
autoload :ApplicationGatewayIPConfiguration, 'generated/azure_mgmt_network/models/application_gateway_ipconfiguration.rb'
|
103
|
+
autoload :ApplicationGatewayAuthenticationCertificate, 'generated/azure_mgmt_network/models/application_gateway_authentication_certificate.rb'
|
100
104
|
autoload :ApplicationGatewaySslCertificate, 'generated/azure_mgmt_network/models/application_gateway_ssl_certificate.rb'
|
101
105
|
autoload :ApplicationGatewayFrontendIPConfiguration, 'generated/azure_mgmt_network/models/application_gateway_frontend_ipconfiguration.rb'
|
102
106
|
autoload :ApplicationGatewayFrontendPort, 'generated/azure_mgmt_network/models/application_gateway_frontend_port.rb'
|
@@ -112,6 +116,7 @@ module Azure::ARM::Network
|
|
112
116
|
autoload :Route, 'generated/azure_mgmt_network/models/route.rb'
|
113
117
|
autoload :IPConfiguration, 'generated/azure_mgmt_network/models/ipconfiguration.rb'
|
114
118
|
autoload :PublicIPAddress, 'generated/azure_mgmt_network/models/public_ipaddress.rb'
|
119
|
+
autoload :ResourceNavigationLink, 'generated/azure_mgmt_network/models/resource_navigation_link.rb'
|
115
120
|
autoload :ApplicationGatewayBackendHttpSettings, 'generated/azure_mgmt_network/models/application_gateway_backend_http_settings.rb'
|
116
121
|
autoload :ApplicationGatewayHttpListener, 'generated/azure_mgmt_network/models/application_gateway_http_listener.rb'
|
117
122
|
autoload :ApplicationGatewayPathRule, 'generated/azure_mgmt_network/models/application_gateway_path_rule.rb'
|
@@ -130,7 +135,6 @@ module Azure::ARM::Network
|
|
130
135
|
autoload :OutboundNatRule, 'generated/azure_mgmt_network/models/outbound_nat_rule.rb'
|
131
136
|
autoload :LoadBalancer, 'generated/azure_mgmt_network/models/load_balancer.rb'
|
132
137
|
autoload :LocalNetworkGateway, 'generated/azure_mgmt_network/models/local_network_gateway.rb'
|
133
|
-
autoload :EffectiveRoute, 'generated/azure_mgmt_network/models/effective_route.rb'
|
134
138
|
autoload :VirtualNetworkPeering, 'generated/azure_mgmt_network/models/virtual_network_peering.rb'
|
135
139
|
autoload :VirtualNetworkGatewayIPConfiguration, 'generated/azure_mgmt_network/models/virtual_network_gateway_ipconfiguration.rb'
|
136
140
|
autoload :VpnClientRootCertificate, 'generated/azure_mgmt_network/models/vpn_client_root_certificate.rb'
|
@@ -140,6 +144,7 @@ module Azure::ARM::Network
|
|
140
144
|
autoload :VirtualNetwork, 'generated/azure_mgmt_network/models/virtual_network.rb'
|
141
145
|
autoload :ApplicationGatewaySkuName, 'generated/azure_mgmt_network/models/application_gateway_sku_name.rb'
|
142
146
|
autoload :ApplicationGatewayTier, 'generated/azure_mgmt_network/models/application_gateway_tier.rb'
|
147
|
+
autoload :ApplicationGatewaySslProtocol, 'generated/azure_mgmt_network/models/application_gateway_ssl_protocol.rb'
|
143
148
|
autoload :IPAllocationMethod, 'generated/azure_mgmt_network/models/ipallocation_method.rb'
|
144
149
|
autoload :TransportProtocol, 'generated/azure_mgmt_network/models/transport_protocol.rb'
|
145
150
|
autoload :IPVersion, 'generated/azure_mgmt_network/models/ipversion.rb'
|
@@ -22,7 +22,7 @@ module Azure::ARM::Network
|
|
22
22
|
@client = client
|
23
23
|
end
|
24
24
|
|
25
|
-
# @return reference to the NetworkManagementClient
|
25
|
+
# @return [NetworkManagementClient] reference to the NetworkManagementClient
|
26
26
|
attr_reader :client
|
27
27
|
|
28
28
|
#
|
@@ -414,7 +414,7 @@ module Azure::ARM::Network
|
|
414
414
|
end
|
415
415
|
|
416
416
|
#
|
417
|
-
# The List ApplicationGateway
|
417
|
+
# The List ApplicationGateway operation retrieves all the applicationgateways
|
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
|
439
|
+
# The List ApplicationGateway operation retrieves all the applicationgateways
|
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
|
454
|
+
# The List ApplicationGateway operation retrieves all the applicationgateways
|
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
|
468
|
+
# The List ApplicationGateway operation retrieves all the applicationgateways
|
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 applicationgateway
|
532
|
+
# The List applicationgateway operation retrieves all the applicationgateways
|
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 applicationgateway
|
553
|
+
# The List applicationgateway operation retrieves all the applicationgateways
|
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 applicationgateway
|
567
|
+
# The List applicationgateway operation retrieves all the applicationgateways
|
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 applicationgateway
|
580
|
+
# The List applicationgateway operation retrieves all the applicationgateways
|
581
581
|
# in a subscription.
|
582
582
|
#
|
583
583
|
# @param [Hash{String => String}] A hash of custom headers that will be added
|
@@ -889,7 +889,7 @@ module Azure::ARM::Network
|
|
889
889
|
end
|
890
890
|
|
891
891
|
#
|
892
|
-
# The List ApplicationGateway
|
892
|
+
# The List ApplicationGateway operation retrieves all the applicationgateways
|
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
|
908
|
+
# The List ApplicationGateway operation retrieves all the applicationgateways
|
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
|
923
|
+
# The List ApplicationGateway operation retrieves all the applicationgateways
|
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 applicationgateway
|
985
|
+
# The List applicationgateway operation retrieves all the applicationgateways
|
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 applicationgateway
|
1001
|
+
# The List applicationgateway operation retrieves all the applicationgateways
|
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 applicationgateway
|
1016
|
+
# The List applicationgateway operation retrieves all the applicationgateways
|
1017
1017
|
# in a subscription.
|
1018
1018
|
#
|
1019
1019
|
# @param next_page_link [String] The NextLink from the previous successful
|
@@ -22,7 +22,7 @@ module Azure::ARM::Network
|
|
22
22
|
@client = client
|
23
23
|
end
|
24
24
|
|
25
|
-
# @return reference to the NetworkManagementClient
|
25
|
+
# @return [NetworkManagementClient] reference to the NetworkManagementClient
|
26
26
|
attr_reader :client
|
27
27
|
|
28
28
|
#
|
@@ -414,7 +414,7 @@ module Azure::ARM::Network
|
|
414
414
|
end
|
415
415
|
|
416
416
|
#
|
417
|
-
# The ListArpTable from ExpressRouteCircuit
|
417
|
+
# The ListArpTable from ExpressRouteCircuit operation retrieves the currently
|
418
418
|
# advertised arp table associated with the ExpressRouteCircuits in a resource
|
419
419
|
# group.
|
420
420
|
#
|
@@ -462,7 +462,7 @@ module Azure::ARM::Network
|
|
462
462
|
end
|
463
463
|
|
464
464
|
#
|
465
|
-
# The ListArpTable from ExpressRouteCircuit
|
465
|
+
# The ListArpTable from ExpressRouteCircuit operation retrieves the currently
|
466
466
|
# advertised arp table associated with the ExpressRouteCircuits in a resource
|
467
467
|
# group.
|
468
468
|
#
|
@@ -481,7 +481,7 @@ module Azure::ARM::Network
|
|
481
481
|
end
|
482
482
|
|
483
483
|
#
|
484
|
-
# The ListArpTable from ExpressRouteCircuit
|
484
|
+
# The ListArpTable from ExpressRouteCircuit operation retrieves the currently
|
485
485
|
# advertised arp table associated with the ExpressRouteCircuits in a resource
|
486
486
|
# group.
|
487
487
|
#
|
@@ -499,7 +499,7 @@ module Azure::ARM::Network
|
|
499
499
|
end
|
500
500
|
|
501
501
|
#
|
502
|
-
# The ListArpTable from ExpressRouteCircuit
|
502
|
+
# The ListArpTable from ExpressRouteCircuit operation retrieves the currently
|
503
503
|
# advertised arp table associated with the ExpressRouteCircuits in a resource
|
504
504
|
# group.
|
505
505
|
#
|
@@ -570,7 +570,7 @@ module Azure::ARM::Network
|
|
570
570
|
end
|
571
571
|
|
572
572
|
#
|
573
|
-
# The ListRoutesTable from ExpressRouteCircuit
|
573
|
+
# The ListRoutesTable from ExpressRouteCircuit operation retrieves the
|
574
574
|
# currently advertised routes table associated with the ExpressRouteCircuits
|
575
575
|
# in a resource group.
|
576
576
|
#
|
@@ -618,7 +618,7 @@ module Azure::ARM::Network
|
|
618
618
|
end
|
619
619
|
|
620
620
|
#
|
621
|
-
# The ListRoutesTable from ExpressRouteCircuit
|
621
|
+
# The ListRoutesTable from ExpressRouteCircuit operation retrieves the
|
622
622
|
# currently advertised routes table associated with the ExpressRouteCircuits
|
623
623
|
# in a resource group.
|
624
624
|
#
|
@@ -637,7 +637,7 @@ module Azure::ARM::Network
|
|
637
637
|
end
|
638
638
|
|
639
639
|
#
|
640
|
-
# The ListRoutesTable from ExpressRouteCircuit
|
640
|
+
# The ListRoutesTable from ExpressRouteCircuit operation retrieves the
|
641
641
|
# currently advertised routes table associated with the ExpressRouteCircuits
|
642
642
|
# in a resource group.
|
643
643
|
#
|
@@ -655,7 +655,7 @@ module Azure::ARM::Network
|
|
655
655
|
end
|
656
656
|
|
657
657
|
#
|
658
|
-
# The ListRoutesTable from ExpressRouteCircuit
|
658
|
+
# The ListRoutesTable from ExpressRouteCircuit operation retrieves the
|
659
659
|
# currently advertised routes table associated with the ExpressRouteCircuits
|
660
660
|
# in a resource group.
|
661
661
|
#
|
@@ -726,7 +726,7 @@ module Azure::ARM::Network
|
|
726
726
|
end
|
727
727
|
|
728
728
|
#
|
729
|
-
# The ListRoutesTable from ExpressRouteCircuit
|
729
|
+
# The ListRoutesTable from ExpressRouteCircuit operation retrieves the
|
730
730
|
# currently advertised routes table associated with the ExpressRouteCircuits
|
731
731
|
# in a resource group.
|
732
732
|
#
|
@@ -774,7 +774,7 @@ module Azure::ARM::Network
|
|
774
774
|
end
|
775
775
|
|
776
776
|
#
|
777
|
-
# The ListRoutesTable from ExpressRouteCircuit
|
777
|
+
# The ListRoutesTable from ExpressRouteCircuit operation retrieves the
|
778
778
|
# currently advertised routes table associated with the ExpressRouteCircuits
|
779
779
|
# in a resource group.
|
780
780
|
#
|
@@ -793,7 +793,7 @@ module Azure::ARM::Network
|
|
793
793
|
end
|
794
794
|
|
795
795
|
#
|
796
|
-
# The ListRoutesTable from ExpressRouteCircuit
|
796
|
+
# The ListRoutesTable from ExpressRouteCircuit operation retrieves the
|
797
797
|
# currently advertised routes table associated with the ExpressRouteCircuits
|
798
798
|
# in a resource group.
|
799
799
|
#
|
@@ -811,7 +811,7 @@ module Azure::ARM::Network
|
|
811
811
|
end
|
812
812
|
|
813
813
|
#
|
814
|
-
# The ListRoutesTable from ExpressRouteCircuit
|
814
|
+
# The ListRoutesTable from ExpressRouteCircuit operation retrieves the
|
815
815
|
# currently advertised routes table associated with the ExpressRouteCircuits
|
816
816
|
# in a resource group.
|
817
817
|
#
|
@@ -882,7 +882,7 @@ module Azure::ARM::Network
|
|
882
882
|
end
|
883
883
|
|
884
884
|
#
|
885
|
-
# The Liststats ExpressRouteCircuit
|
885
|
+
# The Liststats ExpressRouteCircuit operation retrieves all the stats from a
|
886
886
|
# ExpressRouteCircuits in a resource group.
|
887
887
|
#
|
888
888
|
# @param resource_group_name [String] The name of the resource group.
|
@@ -898,7 +898,7 @@ module Azure::ARM::Network
|
|
898
898
|
end
|
899
899
|
|
900
900
|
#
|
901
|
-
# The Liststats ExpressRouteCircuit
|
901
|
+
# The Liststats ExpressRouteCircuit operation retrieves all the stats from a
|
902
902
|
# ExpressRouteCircuits in a resource group.
|
903
903
|
#
|
904
904
|
# @param resource_group_name [String] The name of the resource group.
|
@@ -913,7 +913,7 @@ module Azure::ARM::Network
|
|
913
913
|
end
|
914
914
|
|
915
915
|
#
|
916
|
-
# The Liststats ExpressRouteCircuit
|
916
|
+
# The Liststats ExpressRouteCircuit operation retrieves all the stats from a
|
917
917
|
# ExpressRouteCircuits in a resource group.
|
918
918
|
#
|
919
919
|
# @param resource_group_name [String] The name of the resource group.
|
@@ -979,7 +979,7 @@ module Azure::ARM::Network
|
|
979
979
|
end
|
980
980
|
|
981
981
|
#
|
982
|
-
# The Liststats ExpressRouteCircuit
|
982
|
+
# The Liststats ExpressRouteCircuit operation retrieves all the stats from a
|
983
983
|
# ExpressRouteCircuits in a resource group.
|
984
984
|
#
|
985
985
|
# @param resource_group_name [String] The name of the resource group.
|
@@ -996,7 +996,7 @@ module Azure::ARM::Network
|
|
996
996
|
end
|
997
997
|
|
998
998
|
#
|
999
|
-
# The Liststats ExpressRouteCircuit
|
999
|
+
# The Liststats ExpressRouteCircuit operation retrieves all the stats from a
|
1000
1000
|
# ExpressRouteCircuits in a resource group.
|
1001
1001
|
#
|
1002
1002
|
# @param resource_group_name [String] The name of the resource group.
|
@@ -1012,7 +1012,7 @@ module Azure::ARM::Network
|
|
1012
1012
|
end
|
1013
1013
|
|
1014
1014
|
#
|
1015
|
-
# The Liststats ExpressRouteCircuit
|
1015
|
+
# The Liststats ExpressRouteCircuit operation retrieves all the stats from a
|
1016
1016
|
# ExpressRouteCircuits in a resource group.
|
1017
1017
|
#
|
1018
1018
|
# @param resource_group_name [String] The name of the resource group.
|
@@ -1080,8 +1080,8 @@ module Azure::ARM::Network
|
|
1080
1080
|
end
|
1081
1081
|
|
1082
1082
|
#
|
1083
|
-
# The List ExpressRouteCircuit
|
1084
|
-
# in a resource group.
|
1083
|
+
# The List ExpressRouteCircuit operation retrieves all the
|
1084
|
+
# ExpressRouteCircuits in a resource group.
|
1085
1085
|
#
|
1086
1086
|
# @param resource_group_name [String] The name of the resource group.
|
1087
1087
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
@@ -1102,8 +1102,8 @@ module Azure::ARM::Network
|
|
1102
1102
|
end
|
1103
1103
|
|
1104
1104
|
#
|
1105
|
-
# The List ExpressRouteCircuit
|
1106
|
-
# in a resource group.
|
1105
|
+
# The List ExpressRouteCircuit operation retrieves all the
|
1106
|
+
# ExpressRouteCircuits in a resource group.
|
1107
1107
|
#
|
1108
1108
|
# @param resource_group_name [String] The name of the resource group.
|
1109
1109
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
@@ -1117,8 +1117,8 @@ module Azure::ARM::Network
|
|
1117
1117
|
end
|
1118
1118
|
|
1119
1119
|
#
|
1120
|
-
# The List ExpressRouteCircuit
|
1121
|
-
# in a resource group.
|
1120
|
+
# The List ExpressRouteCircuit operation retrieves all the
|
1121
|
+
# ExpressRouteCircuits in a resource group.
|
1122
1122
|
#
|
1123
1123
|
# @param resource_group_name [String] The name of the resource group.
|
1124
1124
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
@@ -1131,8 +1131,8 @@ module Azure::ARM::Network
|
|
1131
1131
|
end
|
1132
1132
|
|
1133
1133
|
#
|
1134
|
-
# The List ExpressRouteCircuit
|
1135
|
-
# in a resource group.
|
1134
|
+
# The List ExpressRouteCircuit operation retrieves all the
|
1135
|
+
# ExpressRouteCircuits in a resource group.
|
1136
1136
|
#
|
1137
1137
|
# @param resource_group_name [String] The name of the resource group.
|
1138
1138
|
# @param [Hash{String => String}] A hash of custom headers that will be added
|
@@ -1195,8 +1195,8 @@ module Azure::ARM::Network
|
|
1195
1195
|
end
|
1196
1196
|
|
1197
1197
|
#
|
1198
|
-
# The List ExpressRouteCircuit
|
1199
|
-
# in a subscription.
|
1198
|
+
# The List ExpressRouteCircuit operation retrieves all the
|
1199
|
+
# ExpressRouteCircuits in a subscription.
|
1200
1200
|
#
|
1201
1201
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
1202
1202
|
# will be added to the HTTP request.
|
@@ -1216,8 +1216,8 @@ module Azure::ARM::Network
|
|
1216
1216
|
end
|
1217
1217
|
|
1218
1218
|
#
|
1219
|
-
# The List ExpressRouteCircuit
|
1220
|
-
# in a subscription.
|
1219
|
+
# The List ExpressRouteCircuit operation retrieves all the
|
1220
|
+
# ExpressRouteCircuits in a subscription.
|
1221
1221
|
#
|
1222
1222
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
1223
1223
|
# will be added to the HTTP request.
|
@@ -1230,8 +1230,8 @@ module Azure::ARM::Network
|
|
1230
1230
|
end
|
1231
1231
|
|
1232
1232
|
#
|
1233
|
-
# The List ExpressRouteCircuit
|
1234
|
-
# in a subscription.
|
1233
|
+
# The List ExpressRouteCircuit operation retrieves all the
|
1234
|
+
# ExpressRouteCircuits in a subscription.
|
1235
1235
|
#
|
1236
1236
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
1237
1237
|
# will be added to the HTTP request.
|
@@ -1243,8 +1243,8 @@ module Azure::ARM::Network
|
|
1243
1243
|
end
|
1244
1244
|
|
1245
1245
|
#
|
1246
|
-
# The List ExpressRouteCircuit
|
1247
|
-
# in a subscription.
|
1246
|
+
# The List ExpressRouteCircuit operation retrieves all the
|
1247
|
+
# ExpressRouteCircuits in a subscription.
|
1248
1248
|
#
|
1249
1249
|
# @param [Hash{String => String}] A hash of custom headers that will be added
|
1250
1250
|
# to the HTTP request.
|
@@ -1305,8 +1305,8 @@ module Azure::ARM::Network
|
|
1305
1305
|
end
|
1306
1306
|
|
1307
1307
|
#
|
1308
|
-
# The List ExpressRouteCircuit
|
1309
|
-
# in a resource group.
|
1308
|
+
# The List ExpressRouteCircuit operation retrieves all the
|
1309
|
+
# ExpressRouteCircuits in a resource group.
|
1310
1310
|
#
|
1311
1311
|
# @param next_page_link [String] The NextLink from the previous successful
|
1312
1312
|
# call to List operation.
|
@@ -1321,8 +1321,8 @@ module Azure::ARM::Network
|
|
1321
1321
|
end
|
1322
1322
|
|
1323
1323
|
#
|
1324
|
-
# The List ExpressRouteCircuit
|
1325
|
-
# in a resource group.
|
1324
|
+
# The List ExpressRouteCircuit operation retrieves all the
|
1325
|
+
# ExpressRouteCircuits in a resource group.
|
1326
1326
|
#
|
1327
1327
|
# @param next_page_link [String] The NextLink from the previous successful
|
1328
1328
|
# call to List operation.
|
@@ -1336,8 +1336,8 @@ module Azure::ARM::Network
|
|
1336
1336
|
end
|
1337
1337
|
|
1338
1338
|
#
|
1339
|
-
# The List ExpressRouteCircuit
|
1340
|
-
# in a resource group.
|
1339
|
+
# The List ExpressRouteCircuit operation retrieves all the
|
1340
|
+
# ExpressRouteCircuits in a resource group.
|
1341
1341
|
#
|
1342
1342
|
# @param next_page_link [String] The NextLink from the previous successful
|
1343
1343
|
# call to List operation.
|
@@ -1398,8 +1398,8 @@ module Azure::ARM::Network
|
|
1398
1398
|
end
|
1399
1399
|
|
1400
1400
|
#
|
1401
|
-
# The List ExpressRouteCircuit
|
1402
|
-
# in a subscription.
|
1401
|
+
# The List ExpressRouteCircuit operation retrieves all the
|
1402
|
+
# ExpressRouteCircuits in a subscription.
|
1403
1403
|
#
|
1404
1404
|
# @param next_page_link [String] The NextLink from the previous successful
|
1405
1405
|
# call to List operation.
|
@@ -1414,8 +1414,8 @@ module Azure::ARM::Network
|
|
1414
1414
|
end
|
1415
1415
|
|
1416
1416
|
#
|
1417
|
-
# The List ExpressRouteCircuit
|
1418
|
-
# in a subscription.
|
1417
|
+
# The List ExpressRouteCircuit operation retrieves all the
|
1418
|
+
# ExpressRouteCircuits in a subscription.
|
1419
1419
|
#
|
1420
1420
|
# @param next_page_link [String] The NextLink from the previous successful
|
1421
1421
|
# call to List operation.
|
@@ -1429,8 +1429,8 @@ module Azure::ARM::Network
|
|
1429
1429
|
end
|
1430
1430
|
|
1431
1431
|
#
|
1432
|
-
# The List ExpressRouteCircuit
|
1433
|
-
# in a subscription.
|
1432
|
+
# The List ExpressRouteCircuit operation retrieves all the
|
1433
|
+
# ExpressRouteCircuits in a subscription.
|
1434
1434
|
#
|
1435
1435
|
# @param next_page_link [String] The NextLink from the previous successful
|
1436
1436
|
# call to List operation.
|