azure_mgmt_network 0.19.0 → 0.19.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/2015-05-01-preview/generated/azure_mgmt_network/network_management_client.rb +1 -1
- data/lib/2015-06-15/generated/azure_mgmt_network/network_management_client.rb +1 -1
- data/lib/2016-03-30/generated/azure_mgmt_network/network_management_client.rb +1 -1
- data/lib/2016-06-01/generated/azure_mgmt_network/network_management_client.rb +1 -1
- data/lib/2016-09-01/generated/azure_mgmt_network/network_management_client.rb +1 -1
- data/lib/2016-12-01/generated/azure_mgmt_network/network_management_client.rb +1 -1
- data/lib/2017-03-01/generated/azure_mgmt_network/network_management_client.rb +1 -1
- data/lib/2017-03-30/generated/azure_mgmt_network/network_management_client.rb +1 -1
- data/lib/2017-09-01/generated/azure_mgmt_network/network_management_client.rb +1 -1
- data/lib/2017-10-01/generated/azure_mgmt_network/network_management_client.rb +1 -1
- data/lib/2017-11-01/generated/azure_mgmt_network/network_management_client.rb +1 -1
- data/lib/2018-01-01/generated/azure_mgmt_network/network_management_client.rb +1 -1
- data/lib/2018-02-01/generated/azure_mgmt_network/network_management_client.rb +1 -1
- data/lib/2018-04-01/generated/azure_mgmt_network/network_management_client.rb +1 -1
- data/lib/2018-06-01/generated/azure_mgmt_network/network_management_client.rb +1 -1
- data/lib/2018-07-01/generated/azure_mgmt_network/models/public_ipprefix.rb +14 -0
- data/lib/2018-07-01/generated/azure_mgmt_network/network_management_client.rb +1 -1
- data/lib/2018-08-01/generated/azure_mgmt_network/models/public_ipprefix.rb +14 -0
- data/lib/2018-08-01/generated/azure_mgmt_network/network_management_client.rb +1 -1
- data/lib/2018-10-01/generated/azure_mgmt_network/models/public_ipprefix.rb +14 -0
- data/lib/2018-10-01/generated/azure_mgmt_network/network_management_client.rb +1 -1
- data/lib/2018-11-01/generated/azure_mgmt_network/models/public_ipprefix.rb +14 -0
- data/lib/2018-11-01/generated/azure_mgmt_network/network_management_client.rb +1 -1
- data/lib/2018-12-01/generated/azure_mgmt_network/models/public_ipprefix.rb +14 -0
- data/lib/2018-12-01/generated/azure_mgmt_network/network_management_client.rb +1 -1
- data/lib/2019-02-01/generated/azure_mgmt_network.rb +93 -93
- data/lib/2019-02-01/generated/azure_mgmt_network/models/application_gateway_on_demand_probe.rb +14 -12
- data/lib/2019-02-01/generated/azure_mgmt_network/models/public_ipprefix.rb +16 -2
- data/lib/2019-02-01/generated/azure_mgmt_network/models/public_ipprefix_sku.rb +1 -1
- data/lib/2019-02-01/generated/azure_mgmt_network/models/referenced_public_ip_address.rb +1 -1
- data/lib/2019-02-01/generated/azure_mgmt_network/network_management_client.rb +1 -1
- data/lib/2019-04-01/generated/azure_mgmt_network.rb +120 -120
- data/lib/2019-04-01/generated/azure_mgmt_network/models/application_gateway_on_demand_probe.rb +14 -12
- data/lib/2019-04-01/generated/azure_mgmt_network/models/public_ipprefix.rb +14 -0
- data/lib/2019-04-01/generated/azure_mgmt_network/network_management_client.rb +1 -1
- data/lib/2019-04-01/generated/azure_mgmt_network/service_tags.rb +12 -3
- data/lib/2019-06-01/generated/azure_mgmt_network.rb +202 -180
- data/lib/2019-06-01/generated/azure_mgmt_network/firewall_policies.rb +918 -0
- data/lib/2019-06-01/generated/azure_mgmt_network/firewall_policy_rule_groups.rb +626 -0
- data/lib/2019-06-01/generated/azure_mgmt_network/models/application_gateway_on_demand_probe.rb +14 -12
- data/lib/2019-06-01/generated/azure_mgmt_network/models/application_rule_condition.rb +164 -0
- data/lib/2019-06-01/generated/azure_mgmt_network/models/azure_firewall.rb +38 -0
- data/lib/2019-06-01/generated/azure_mgmt_network/models/azure_firewall_public_ipaddress.rb +46 -0
- data/lib/2019-06-01/generated/azure_mgmt_network/models/firewall_policy.rb +201 -0
- data/lib/2019-06-01/generated/azure_mgmt_network/models/firewall_policy_filter_rule.rb +106 -0
- data/lib/2019-06-01/generated/azure_mgmt_network/models/firewall_policy_filter_rule_action.rb +47 -0
- data/lib/2019-06-01/generated/azure_mgmt_network/models/firewall_policy_filter_rule_action_type.rb +17 -0
- data/lib/2019-06-01/generated/azure_mgmt_network/models/firewall_policy_list_result.rb +99 -0
- data/lib/2019-06-01/generated/azure_mgmt_network/models/firewall_policy_nat_rule.rb +120 -0
- data/lib/2019-06-01/generated/azure_mgmt_network/models/firewall_policy_nat_rule_action.rb +47 -0
- data/lib/2019-06-01/generated/azure_mgmt_network/models/firewall_policy_nat_rule_action_type.rb +16 -0
- data/lib/2019-06-01/generated/azure_mgmt_network/models/firewall_policy_rule.rb +73 -0
- data/lib/2019-06-01/generated/azure_mgmt_network/models/firewall_policy_rule_condition.rb +69 -0
- data/lib/2019-06-01/generated/azure_mgmt_network/models/firewall_policy_rule_condition_application_protocol.rb +64 -0
- data/lib/2019-06-01/generated/azure_mgmt_network/models/firewall_policy_rule_condition_application_protocol_type.rb +16 -0
- data/lib/2019-06-01/generated/azure_mgmt_network/models/firewall_policy_rule_condition_network_protocol.rb +18 -0
- data/lib/2019-06-01/generated/azure_mgmt_network/models/firewall_policy_rule_group.rb +129 -0
- data/lib/2019-06-01/generated/azure_mgmt_network/models/firewall_policy_rule_group_list_result.rb +99 -0
- data/lib/2019-06-01/generated/azure_mgmt_network/models/hub_ipaddresses.rb +67 -0
- data/lib/2019-06-01/generated/azure_mgmt_network/models/network_rule_condition.rb +144 -0
- data/lib/2019-06-01/generated/azure_mgmt_network/models/private_endpoint.rb +5 -5
- data/lib/2019-06-01/generated/azure_mgmt_network/models/private_endpoint_connection.rb +38 -0
- data/lib/2019-06-01/generated/azure_mgmt_network/models/private_link_service.rb +5 -5
- data/lib/2019-06-01/generated/azure_mgmt_network/models/private_link_service_connection.rb +38 -0
- data/lib/2019-06-01/generated/azure_mgmt_network/models/private_link_service_ip_configuration.rb +42 -9
- data/lib/2019-06-01/generated/azure_mgmt_network/models/public_ipprefix.rb +14 -0
- data/lib/2019-06-01/generated/azure_mgmt_network/models/unprepare_network_policies_request.rb +47 -0
- data/lib/2019-06-01/generated/azure_mgmt_network/network_management_client.rb +19 -11
- data/lib/2019-06-01/generated/azure_mgmt_network/service_tags.rb +12 -3
- data/lib/2019-06-01/generated/azure_mgmt_network/subnets.rb +150 -0
- data/lib/2019-06-01/generated/azure_mgmt_network/virtual_network_gateway_connections.rb +1 -1
- data/lib/2019-06-01/generated/azure_mgmt_network/virtual_network_gateways.rb +1 -1
- data/lib/profiles/latest/modules/network_profile_module.rb +638 -554
- data/lib/version.rb +1 -1
- metadata +24 -2
@@ -33,6 +33,10 @@ module Azure::Network::Mgmt::V2019_06_01
|
|
33
33
|
# PublicIPAddresses.
|
34
34
|
attr_accessor :public_ipaddresses
|
35
35
|
|
36
|
+
# @return [SubResource] The reference to load balancer frontend IP
|
37
|
+
# configuration associated with the public IP prefix.
|
38
|
+
attr_accessor :load_balancer_frontend_ip_configuration
|
39
|
+
|
36
40
|
# @return [String] The resource GUID property of the public IP prefix
|
37
41
|
# resource.
|
38
42
|
attr_accessor :resource_guid
|
@@ -180,6 +184,16 @@ module Azure::Network::Mgmt::V2019_06_01
|
|
180
184
|
}
|
181
185
|
}
|
182
186
|
},
|
187
|
+
load_balancer_frontend_ip_configuration: {
|
188
|
+
client_side_validation: true,
|
189
|
+
required: false,
|
190
|
+
read_only: true,
|
191
|
+
serialized_name: 'properties.loadBalancerFrontendIpConfiguration',
|
192
|
+
type: {
|
193
|
+
name: 'Composite',
|
194
|
+
class_name: 'SubResource'
|
195
|
+
}
|
196
|
+
},
|
183
197
|
resource_guid: {
|
184
198
|
client_side_validation: true,
|
185
199
|
required: false,
|
@@ -0,0 +1,47 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
4
|
+
# regenerated.
|
5
|
+
|
6
|
+
module Azure::Network::Mgmt::V2019_06_01
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# Details of UnprepareNetworkPolicies for Subnet.
|
10
|
+
#
|
11
|
+
class UnprepareNetworkPoliciesRequest
|
12
|
+
|
13
|
+
include MsRestAzure
|
14
|
+
|
15
|
+
# @return [String] The name of the service for which subnet is being
|
16
|
+
# unprepared for.
|
17
|
+
attr_accessor :service_name
|
18
|
+
|
19
|
+
|
20
|
+
#
|
21
|
+
# Mapper for UnprepareNetworkPoliciesRequest class as Ruby Hash.
|
22
|
+
# This will be used for serialization/deserialization.
|
23
|
+
#
|
24
|
+
def self.mapper()
|
25
|
+
{
|
26
|
+
client_side_validation: true,
|
27
|
+
required: false,
|
28
|
+
serialized_name: 'UnprepareNetworkPoliciesRequest',
|
29
|
+
type: {
|
30
|
+
name: 'Composite',
|
31
|
+
class_name: 'UnprepareNetworkPoliciesRequest',
|
32
|
+
model_properties: {
|
33
|
+
service_name: {
|
34
|
+
client_side_validation: true,
|
35
|
+
required: false,
|
36
|
+
serialized_name: 'serviceName',
|
37
|
+
type: {
|
38
|
+
name: 'String'
|
39
|
+
}
|
40
|
+
}
|
41
|
+
}
|
42
|
+
}
|
43
|
+
}
|
44
|
+
end
|
45
|
+
end
|
46
|
+
end
|
47
|
+
end
|
@@ -114,14 +114,11 @@ module Azure::Network::Mgmt::V2019_06_01
|
|
114
114
|
# @return [ExpressRouteLinks] express_route_links
|
115
115
|
attr_reader :express_route_links
|
116
116
|
|
117
|
-
# @return [
|
118
|
-
attr_reader :
|
117
|
+
# @return [FirewallPolicies] firewall_policies
|
118
|
+
attr_reader :firewall_policies
|
119
119
|
|
120
|
-
# @return [
|
121
|
-
attr_reader :
|
122
|
-
|
123
|
-
# @return [PrivateLinkServices] private_link_services
|
124
|
-
attr_reader :private_link_services
|
120
|
+
# @return [FirewallPolicyRuleGroups] firewall_policy_rule_groups
|
121
|
+
attr_reader :firewall_policy_rule_groups
|
125
122
|
|
126
123
|
# @return [LoadBalancers] load_balancers
|
127
124
|
attr_reader :load_balancers
|
@@ -191,6 +188,15 @@ module Azure::Network::Mgmt::V2019_06_01
|
|
191
188
|
# @return [Operations] operations
|
192
189
|
attr_reader :operations
|
193
190
|
|
191
|
+
# @return [PrivateEndpoints] private_endpoints
|
192
|
+
attr_reader :private_endpoints
|
193
|
+
|
194
|
+
# @return [AvailablePrivateEndpointTypes] available_private_endpoint_types
|
195
|
+
attr_reader :available_private_endpoint_types
|
196
|
+
|
197
|
+
# @return [PrivateLinkServices] private_link_services
|
198
|
+
attr_reader :private_link_services
|
199
|
+
|
194
200
|
# @return [PublicIPAddresses] public_ipaddresses
|
195
201
|
attr_reader :public_ipaddresses
|
196
202
|
|
@@ -329,9 +335,8 @@ module Azure::Network::Mgmt::V2019_06_01
|
|
329
335
|
@express_route_ports_locations = ExpressRoutePortsLocations.new(self)
|
330
336
|
@express_route_ports = ExpressRoutePorts.new(self)
|
331
337
|
@express_route_links = ExpressRouteLinks.new(self)
|
332
|
-
@
|
333
|
-
@
|
334
|
-
@private_link_services = PrivateLinkServices.new(self)
|
338
|
+
@firewall_policies = FirewallPolicies.new(self)
|
339
|
+
@firewall_policy_rule_groups = FirewallPolicyRuleGroups.new(self)
|
335
340
|
@load_balancers = LoadBalancers.new(self)
|
336
341
|
@load_balancer_backend_address_pools = LoadBalancerBackendAddressPools.new(self)
|
337
342
|
@load_balancer_frontend_ipconfigurations = LoadBalancerFrontendIPConfigurations.new(self)
|
@@ -353,6 +358,9 @@ module Azure::Network::Mgmt::V2019_06_01
|
|
353
358
|
@packet_captures = PacketCaptures.new(self)
|
354
359
|
@connection_monitors = ConnectionMonitors.new(self)
|
355
360
|
@operations = Operations.new(self)
|
361
|
+
@private_endpoints = PrivateEndpoints.new(self)
|
362
|
+
@available_private_endpoint_types = AvailablePrivateEndpointTypes.new(self)
|
363
|
+
@private_link_services = PrivateLinkServices.new(self)
|
356
364
|
@public_ipaddresses = PublicIPAddresses.new(self)
|
357
365
|
@public_ipprefixes = PublicIPPrefixes.new(self)
|
358
366
|
@route_filters = RouteFilters.new(self)
|
@@ -656,7 +664,7 @@ module Azure::Network::Mgmt::V2019_06_01
|
|
656
664
|
#
|
657
665
|
def add_telemetry
|
658
666
|
sdk_information = 'azure_mgmt_network'
|
659
|
-
sdk_information = "#{sdk_information}/0.19.
|
667
|
+
sdk_information = "#{sdk_information}/0.19.1"
|
660
668
|
add_user_agent_information(sdk_information)
|
661
669
|
end
|
662
670
|
end
|
@@ -24,7 +24,10 @@ module Azure::Network::Mgmt::V2019_06_01
|
|
24
24
|
#
|
25
25
|
# Gets a list of service tag information resources.
|
26
26
|
#
|
27
|
-
# @param location [String] The location
|
27
|
+
# @param location [String] The location that will be used as a reference for
|
28
|
+
# version (not as a filter based on location, you will get the list of service
|
29
|
+
# tags with prefix details across all regions but limited to the cloud that
|
30
|
+
# your subscription belongs to).
|
28
31
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
29
32
|
# will be added to the HTTP request.
|
30
33
|
#
|
@@ -38,7 +41,10 @@ module Azure::Network::Mgmt::V2019_06_01
|
|
38
41
|
#
|
39
42
|
# Gets a list of service tag information resources.
|
40
43
|
#
|
41
|
-
# @param location [String] The location
|
44
|
+
# @param location [String] The location that will be used as a reference for
|
45
|
+
# version (not as a filter based on location, you will get the list of service
|
46
|
+
# tags with prefix details across all regions but limited to the cloud that
|
47
|
+
# your subscription belongs to).
|
42
48
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
43
49
|
# will be added to the HTTP request.
|
44
50
|
#
|
@@ -51,7 +57,10 @@ module Azure::Network::Mgmt::V2019_06_01
|
|
51
57
|
#
|
52
58
|
# Gets a list of service tag information resources.
|
53
59
|
#
|
54
|
-
# @param location [String] The location
|
60
|
+
# @param location [String] The location that will be used as a reference for
|
61
|
+
# version (not as a filter based on location, you will get the list of service
|
62
|
+
# tags with prefix details across all regions but limited to the cloud that
|
63
|
+
# your subscription belongs to).
|
55
64
|
# @param [Hash{String => String}] A hash of custom headers that will be added
|
56
65
|
# to the HTTP request.
|
57
66
|
#
|
@@ -256,6 +256,52 @@ module Azure::Network::Mgmt::V2019_06_01
|
|
256
256
|
promise
|
257
257
|
end
|
258
258
|
|
259
|
+
#
|
260
|
+
# Unprepares a subnet by removing network intent policies.
|
261
|
+
#
|
262
|
+
# @param resource_group_name [String] The name of the resource group.
|
263
|
+
# @param virtual_network_name [String] The name of the virtual network.
|
264
|
+
# @param subnet_name [String] The name of the subnet.
|
265
|
+
# @param unprepare_network_policies_request_parameters
|
266
|
+
# [UnprepareNetworkPoliciesRequest] Parameters supplied to unprepare subnet to
|
267
|
+
# remove network intent policies.
|
268
|
+
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
269
|
+
# will be added to the HTTP request.
|
270
|
+
#
|
271
|
+
def unprepare_network_policies(resource_group_name, virtual_network_name, subnet_name, unprepare_network_policies_request_parameters, custom_headers:nil)
|
272
|
+
response = unprepare_network_policies_async(resource_group_name, virtual_network_name, subnet_name, unprepare_network_policies_request_parameters, custom_headers:custom_headers).value!
|
273
|
+
nil
|
274
|
+
end
|
275
|
+
|
276
|
+
#
|
277
|
+
# @param resource_group_name [String] The name of the resource group.
|
278
|
+
# @param virtual_network_name [String] The name of the virtual network.
|
279
|
+
# @param subnet_name [String] The name of the subnet.
|
280
|
+
# @param unprepare_network_policies_request_parameters
|
281
|
+
# [UnprepareNetworkPoliciesRequest] Parameters supplied to unprepare subnet to
|
282
|
+
# remove network intent policies.
|
283
|
+
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
284
|
+
# will be added to the HTTP request.
|
285
|
+
#
|
286
|
+
# @return [Concurrent::Promise] promise which provides async access to http
|
287
|
+
# response.
|
288
|
+
#
|
289
|
+
def unprepare_network_policies_async(resource_group_name, virtual_network_name, subnet_name, unprepare_network_policies_request_parameters, custom_headers:nil)
|
290
|
+
# Send request
|
291
|
+
promise = begin_unprepare_network_policies_async(resource_group_name, virtual_network_name, subnet_name, unprepare_network_policies_request_parameters, custom_headers:custom_headers)
|
292
|
+
|
293
|
+
promise = promise.then do |response|
|
294
|
+
# Defining deserialization method.
|
295
|
+
deserialize_method = lambda do |parsed_response|
|
296
|
+
end
|
297
|
+
|
298
|
+
# Waiting for response.
|
299
|
+
@client.get_long_running_operation_result(response, deserialize_method, FinalStateVia::LOCATION)
|
300
|
+
end
|
301
|
+
|
302
|
+
promise
|
303
|
+
end
|
304
|
+
|
259
305
|
#
|
260
306
|
# Gets all subnets in a virtual network.
|
261
307
|
#
|
@@ -663,6 +709,110 @@ module Azure::Network::Mgmt::V2019_06_01
|
|
663
709
|
promise.execute
|
664
710
|
end
|
665
711
|
|
712
|
+
#
|
713
|
+
# Unprepares a subnet by removing network intent policies.
|
714
|
+
#
|
715
|
+
# @param resource_group_name [String] The name of the resource group.
|
716
|
+
# @param virtual_network_name [String] The name of the virtual network.
|
717
|
+
# @param subnet_name [String] The name of the subnet.
|
718
|
+
# @param unprepare_network_policies_request_parameters
|
719
|
+
# [UnprepareNetworkPoliciesRequest] Parameters supplied to unprepare subnet to
|
720
|
+
# remove network intent policies.
|
721
|
+
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
722
|
+
# will be added to the HTTP request.
|
723
|
+
#
|
724
|
+
#
|
725
|
+
def begin_unprepare_network_policies(resource_group_name, virtual_network_name, subnet_name, unprepare_network_policies_request_parameters, custom_headers:nil)
|
726
|
+
response = begin_unprepare_network_policies_async(resource_group_name, virtual_network_name, subnet_name, unprepare_network_policies_request_parameters, custom_headers:custom_headers).value!
|
727
|
+
nil
|
728
|
+
end
|
729
|
+
|
730
|
+
#
|
731
|
+
# Unprepares a subnet by removing network intent policies.
|
732
|
+
#
|
733
|
+
# @param resource_group_name [String] The name of the resource group.
|
734
|
+
# @param virtual_network_name [String] The name of the virtual network.
|
735
|
+
# @param subnet_name [String] The name of the subnet.
|
736
|
+
# @param unprepare_network_policies_request_parameters
|
737
|
+
# [UnprepareNetworkPoliciesRequest] Parameters supplied to unprepare subnet to
|
738
|
+
# remove network intent policies.
|
739
|
+
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
740
|
+
# will be added to the HTTP request.
|
741
|
+
#
|
742
|
+
# @return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
743
|
+
#
|
744
|
+
def begin_unprepare_network_policies_with_http_info(resource_group_name, virtual_network_name, subnet_name, unprepare_network_policies_request_parameters, custom_headers:nil)
|
745
|
+
begin_unprepare_network_policies_async(resource_group_name, virtual_network_name, subnet_name, unprepare_network_policies_request_parameters, custom_headers:custom_headers).value!
|
746
|
+
end
|
747
|
+
|
748
|
+
#
|
749
|
+
# Unprepares a subnet by removing network intent policies.
|
750
|
+
#
|
751
|
+
# @param resource_group_name [String] The name of the resource group.
|
752
|
+
# @param virtual_network_name [String] The name of the virtual network.
|
753
|
+
# @param subnet_name [String] The name of the subnet.
|
754
|
+
# @param unprepare_network_policies_request_parameters
|
755
|
+
# [UnprepareNetworkPoliciesRequest] Parameters supplied to unprepare subnet to
|
756
|
+
# remove network intent policies.
|
757
|
+
# @param [Hash{String => String}] A hash of custom headers that will be added
|
758
|
+
# to the HTTP request.
|
759
|
+
#
|
760
|
+
# @return [Concurrent::Promise] Promise object which holds the HTTP response.
|
761
|
+
#
|
762
|
+
def begin_unprepare_network_policies_async(resource_group_name, virtual_network_name, subnet_name, unprepare_network_policies_request_parameters, custom_headers:nil)
|
763
|
+
fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
|
764
|
+
fail ArgumentError, 'virtual_network_name is nil' if virtual_network_name.nil?
|
765
|
+
fail ArgumentError, 'subnet_name is nil' if subnet_name.nil?
|
766
|
+
fail ArgumentError, 'unprepare_network_policies_request_parameters is nil' if unprepare_network_policies_request_parameters.nil?
|
767
|
+
fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil?
|
768
|
+
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
|
769
|
+
|
770
|
+
|
771
|
+
request_headers = {}
|
772
|
+
request_headers['Content-Type'] = 'application/json; charset=utf-8'
|
773
|
+
|
774
|
+
# Set Headers
|
775
|
+
request_headers['x-ms-client-request-id'] = SecureRandom.uuid
|
776
|
+
request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil?
|
777
|
+
|
778
|
+
# Serialize Request
|
779
|
+
request_mapper = Azure::Network::Mgmt::V2019_06_01::Models::UnprepareNetworkPoliciesRequest.mapper()
|
780
|
+
request_content = @client.serialize(request_mapper, unprepare_network_policies_request_parameters)
|
781
|
+
request_content = request_content != nil ? JSON.generate(request_content, quirks_mode: true) : nil
|
782
|
+
|
783
|
+
path_template = 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}/UnprepareNetworkPolicies'
|
784
|
+
|
785
|
+
request_url = @base_url || @client.base_url
|
786
|
+
|
787
|
+
options = {
|
788
|
+
middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
|
789
|
+
path_params: {'resourceGroupName' => resource_group_name,'virtualNetworkName' => virtual_network_name,'subnetName' => subnet_name,'subscriptionId' => @client.subscription_id},
|
790
|
+
query_params: {'api-version' => @client.api_version},
|
791
|
+
body: request_content,
|
792
|
+
headers: request_headers.merge(custom_headers || {}),
|
793
|
+
base_url: request_url
|
794
|
+
}
|
795
|
+
promise = @client.make_request_async(:post, path_template, options)
|
796
|
+
|
797
|
+
promise = promise.then do |result|
|
798
|
+
http_response = result.response
|
799
|
+
status_code = http_response.status
|
800
|
+
response_content = http_response.body
|
801
|
+
unless status_code == 200 || status_code == 202
|
802
|
+
error_model = JSON.load(response_content)
|
803
|
+
fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
|
804
|
+
end
|
805
|
+
|
806
|
+
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
807
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
808
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
809
|
+
|
810
|
+
result
|
811
|
+
end
|
812
|
+
|
813
|
+
promise.execute
|
814
|
+
end
|
815
|
+
|
666
816
|
#
|
667
817
|
# Gets all subnets in a virtual network.
|
668
818
|
#
|
@@ -852,7 +852,7 @@ module Azure::Network::Mgmt::V2019_06_01
|
|
852
852
|
http_response = result.response
|
853
853
|
status_code = http_response.status
|
854
854
|
response_content = http_response.body
|
855
|
-
unless status_code == 200
|
855
|
+
unless status_code == 202 || status_code == 200
|
856
856
|
error_model = JSON.load(response_content)
|
857
857
|
fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
|
858
858
|
end
|
@@ -1495,7 +1495,7 @@ module Azure::Network::Mgmt::V2019_06_01
|
|
1495
1495
|
http_response = result.response
|
1496
1496
|
status_code = http_response.status
|
1497
1497
|
response_content = http_response.body
|
1498
|
-
unless status_code == 200
|
1498
|
+
unless status_code == 202 || status_code == 200
|
1499
1499
|
error_model = JSON.load(response_content)
|
1500
1500
|
fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
|
1501
1501
|
end
|
@@ -29,9 +29,8 @@ module Azure::Network::Profiles::Latest
|
|
29
29
|
ExpressRoutePortsLocations = Azure::Network::Mgmt::V2019_06_01::ExpressRoutePortsLocations
|
30
30
|
ExpressRoutePorts = Azure::Network::Mgmt::V2019_06_01::ExpressRoutePorts
|
31
31
|
ExpressRouteLinks = Azure::Network::Mgmt::V2019_06_01::ExpressRouteLinks
|
32
|
-
|
33
|
-
|
34
|
-
PrivateLinkServices = Azure::Network::Mgmt::V2019_06_01::PrivateLinkServices
|
32
|
+
FirewallPolicies = Azure::Network::Mgmt::V2019_06_01::FirewallPolicies
|
33
|
+
FirewallPolicyRuleGroups = Azure::Network::Mgmt::V2019_06_01::FirewallPolicyRuleGroups
|
35
34
|
LoadBalancers = Azure::Network::Mgmt::V2019_06_01::LoadBalancers
|
36
35
|
LoadBalancerBackendAddressPools = Azure::Network::Mgmt::V2019_06_01::LoadBalancerBackendAddressPools
|
37
36
|
LoadBalancerFrontendIPConfigurations = Azure::Network::Mgmt::V2019_06_01::LoadBalancerFrontendIPConfigurations
|
@@ -53,6 +52,9 @@ module Azure::Network::Profiles::Latest
|
|
53
52
|
PacketCaptures = Azure::Network::Mgmt::V2019_06_01::PacketCaptures
|
54
53
|
ConnectionMonitors = Azure::Network::Mgmt::V2019_06_01::ConnectionMonitors
|
55
54
|
Operations = Azure::Network::Mgmt::V2019_06_01::Operations
|
55
|
+
PrivateEndpoints = Azure::Network::Mgmt::V2019_06_01::PrivateEndpoints
|
56
|
+
AvailablePrivateEndpointTypes = Azure::Network::Mgmt::V2019_06_01::AvailablePrivateEndpointTypes
|
57
|
+
PrivateLinkServices = Azure::Network::Mgmt::V2019_06_01::PrivateLinkServices
|
56
58
|
PublicIPAddresses = Azure::Network::Mgmt::V2019_06_01::PublicIPAddresses
|
57
59
|
PublicIPPrefixes = Azure::Network::Mgmt::V2019_06_01::PublicIPPrefixes
|
58
60
|
RouteFilters = Azure::Network::Mgmt::V2019_06_01::RouteFilters
|
@@ -88,287 +90,296 @@ module Azure::Network::Profiles::Latest
|
|
88
90
|
WebApplicationFirewallPolicies = Azure::Network::Mgmt::V2019_06_01::WebApplicationFirewallPolicies
|
89
91
|
|
90
92
|
module Models
|
91
|
-
|
93
|
+
SecurityRuleListResult = Azure::Network::Mgmt::V2019_06_01::Models::SecurityRuleListResult
|
92
94
|
ApplicationGatewayProbeHealthResponseMatch = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayProbeHealthResponseMatch
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
95
|
+
NetworkSecurityGroupListResult = Azure::Network::Mgmt::V2019_06_01::Models::NetworkSecurityGroupListResult
|
96
|
+
ApplicationGatewayOnDemandProbe = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayOnDemandProbe
|
97
|
+
ErrorResponse = Azure::Network::Mgmt::V2019_06_01::Models::ErrorResponse
|
98
|
+
ServiceAssociationLinksListResult = Azure::Network::Mgmt::V2019_06_01::Models::ServiceAssociationLinksListResult
|
99
|
+
ResourceNavigationLinksListResult = Azure::Network::Mgmt::V2019_06_01::Models::ResourceNavigationLinksListResult
|
98
100
|
PrivateLinkServiceConnectionState = Azure::Network::Mgmt::V2019_06_01::Models::PrivateLinkServiceConnectionState
|
99
|
-
ServiceEndpointPolicyDefinitionListResult = Azure::Network::Mgmt::V2019_06_01::Models::ServiceEndpointPolicyDefinitionListResult
|
100
|
-
DeviceProperties = Azure::Network::Mgmt::V2019_06_01::Models::DeviceProperties
|
101
|
-
BgpServiceCommunityListResult = Azure::Network::Mgmt::V2019_06_01::Models::BgpServiceCommunityListResult
|
102
|
-
VpnLinkProviderProperties = Azure::Network::Mgmt::V2019_06_01::Models::VpnLinkProviderProperties
|
103
101
|
ExpressRouteGatewayList = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteGatewayList
|
104
|
-
|
102
|
+
MatchCondition = Azure::Network::Mgmt::V2019_06_01::Models::MatchCondition
|
105
103
|
ExpressRouteConnectionList = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteConnectionList
|
106
|
-
|
104
|
+
MatchVariable = Azure::Network::Mgmt::V2019_06_01::Models::MatchVariable
|
107
105
|
ExpressRoutePortsLocationBandwidths = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRoutePortsLocationBandwidths
|
108
|
-
|
109
|
-
|
110
|
-
|
106
|
+
VpnProfileResponse = Azure::Network::Mgmt::V2019_06_01::Models::VpnProfileResponse
|
107
|
+
SubnetListResult = Azure::Network::Mgmt::V2019_06_01::Models::SubnetListResult
|
108
|
+
ServiceEndpointPropertiesFormat = Azure::Network::Mgmt::V2019_06_01::Models::ServiceEndpointPropertiesFormat
|
111
109
|
ExpressRoutePortsLocationListResult = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRoutePortsLocationListResult
|
112
|
-
|
113
|
-
|
114
|
-
|
110
|
+
VpnClientConnectionHealth = Azure::Network::Mgmt::V2019_06_01::Models::VpnClientConnectionHealth
|
111
|
+
AddressSpace = Azure::Network::Mgmt::V2019_06_01::Models::AddressSpace
|
112
|
+
PublicIPAddressDnsSettings = Azure::Network::Mgmt::V2019_06_01::Models::PublicIPAddressDnsSettings
|
115
113
|
ExpressRouteLinkListResult = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteLinkListResult
|
116
|
-
|
117
|
-
|
118
|
-
|
114
|
+
IpTag = Azure::Network::Mgmt::V2019_06_01::Models::IpTag
|
115
|
+
UsagesListResult = Azure::Network::Mgmt::V2019_06_01::Models::UsagesListResult
|
116
|
+
VirtualWanSecurityProviders = Azure::Network::Mgmt::V2019_06_01::Models::VirtualWanSecurityProviders
|
119
117
|
ExpressRoutePortListResult = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRoutePortListResult
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
118
|
+
VpnSiteId = Azure::Network::Mgmt::V2019_06_01::Models::VpnSiteId
|
119
|
+
Usage = Azure::Network::Mgmt::V2019_06_01::Models::Usage
|
120
|
+
ListVpnSiteLinkConnectionsResult = Azure::Network::Mgmt::V2019_06_01::Models::ListVpnSiteLinkConnectionsResult
|
121
|
+
FirewallPolicyRule = Azure::Network::Mgmt::V2019_06_01::Models::FirewallPolicyRule
|
122
|
+
ListVpnGatewaysResult = Azure::Network::Mgmt::V2019_06_01::Models::ListVpnGatewaysResult
|
123
|
+
UsageName = Azure::Network::Mgmt::V2019_06_01::Models::UsageName
|
124
|
+
VirtualHubRouteTable = Azure::Network::Mgmt::V2019_06_01::Models::VirtualHubRouteTable
|
125
|
+
FirewallPolicyNatRuleAction = Azure::Network::Mgmt::V2019_06_01::Models::FirewallPolicyNatRuleAction
|
126
|
+
GetVpnSitesConfigurationRequest = Azure::Network::Mgmt::V2019_06_01::Models::GetVpnSitesConfigurationRequest
|
127
|
+
FirewallPolicyRuleCondition = Azure::Network::Mgmt::V2019_06_01::Models::FirewallPolicyRuleCondition
|
128
|
+
ListVpnSiteLinksResult = Azure::Network::Mgmt::V2019_06_01::Models::ListVpnSiteLinksResult
|
129
|
+
ServiceTagsListResult = Azure::Network::Mgmt::V2019_06_01::Models::ServiceTagsListResult
|
130
|
+
ListVpnSitesResult = Azure::Network::Mgmt::V2019_06_01::Models::ListVpnSitesResult
|
131
|
+
FirewallPolicyFilterRuleAction = Azure::Network::Mgmt::V2019_06_01::Models::FirewallPolicyFilterRuleAction
|
130
132
|
ApplicationGatewayBackendHealthHttpSettings = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayBackendHealthHttpSettings
|
131
|
-
|
133
|
+
ServiceTagInformation = Azure::Network::Mgmt::V2019_06_01::Models::ServiceTagInformation
|
132
134
|
ApplicationGatewayBackendHealthPool = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayBackendHealthPool
|
133
|
-
|
135
|
+
FirewallPolicyRuleConditionApplicationProtocol = Azure::Network::Mgmt::V2019_06_01::Models::FirewallPolicyRuleConditionApplicationProtocol
|
134
136
|
ApplicationGatewaySku = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewaySku
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
137
|
+
ServiceTagInformationPropertiesFormat = Azure::Network::Mgmt::V2019_06_01::Models::ServiceTagInformationPropertiesFormat
|
138
|
+
VpnLinkBgpSettings = Azure::Network::Mgmt::V2019_06_01::Models::VpnLinkBgpSettings
|
139
|
+
ServiceEndpointPolicyListResult = Azure::Network::Mgmt::V2019_06_01::Models::ServiceEndpointPolicyListResult
|
140
|
+
DeviceProperties = Azure::Network::Mgmt::V2019_06_01::Models::DeviceProperties
|
141
|
+
FirewallPolicyListResult = Azure::Network::Mgmt::V2019_06_01::Models::FirewallPolicyListResult
|
142
|
+
VirtualNetworkTapListResult = Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkTapListResult
|
143
|
+
FirewallPolicyRuleGroupListResult = Azure::Network::Mgmt::V2019_06_01::Models::FirewallPolicyRuleGroupListResult
|
142
144
|
ApplicationGatewayCustomError = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayCustomError
|
143
|
-
PrivateLinkServiceVisibility = Azure::Network::Mgmt::V2019_06_01::Models::PrivateLinkServiceVisibility
|
144
|
-
IpsecPolicy = Azure::Network::Mgmt::V2019_06_01::Models::IpsecPolicy
|
145
|
-
AutoApprovedPrivateLinkService = Azure::Network::Mgmt::V2019_06_01::Models::AutoApprovedPrivateLinkService
|
146
|
-
ListVpnConnectionsResult = Azure::Network::Mgmt::V2019_06_01::Models::ListVpnConnectionsResult
|
147
|
-
AutoApprovedPrivateLinkServicesResult = Azure::Network::Mgmt::V2019_06_01::Models::AutoApprovedPrivateLinkServicesResult
|
148
|
-
ApplicationGatewayHeaderConfiguration = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayHeaderConfiguration
|
149
145
|
LoadBalancerSku = Azure::Network::Mgmt::V2019_06_01::Models::LoadBalancerSku
|
146
|
+
VpnDeviceScriptParameters = Azure::Network::Mgmt::V2019_06_01::Models::VpnDeviceScriptParameters
|
147
|
+
ServiceEndpointPolicyDefinitionListResult = Azure::Network::Mgmt::V2019_06_01::Models::ServiceEndpointPolicyDefinitionListResult
|
148
|
+
VirtualNetworkConnectionGatewayReference = Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkConnectionGatewayReference
|
149
|
+
BgpServiceCommunityListResult = Azure::Network::Mgmt::V2019_06_01::Models::BgpServiceCommunityListResult
|
150
|
+
ApplicationGatewayHeaderConfiguration = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayHeaderConfiguration
|
151
|
+
BGPCommunity = Azure::Network::Mgmt::V2019_06_01::Models::BGPCommunity
|
150
152
|
ApplicationGatewayRewriteRule = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayRewriteRule
|
151
|
-
|
152
|
-
|
153
|
-
|
153
|
+
RouteListResult = Azure::Network::Mgmt::V2019_06_01::Models::RouteListResult
|
154
|
+
VpnClientIPsecParameters = Azure::Network::Mgmt::V2019_06_01::Models::VpnClientIPsecParameters
|
155
|
+
RouteTableListResult = Azure::Network::Mgmt::V2019_06_01::Models::RouteTableListResult
|
154
156
|
ApplicationGatewayFirewallDisabledRuleGroup = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayFirewallDisabledRuleGroup
|
155
|
-
|
157
|
+
LoadBalancerListResult = Azure::Network::Mgmt::V2019_06_01::Models::LoadBalancerListResult
|
156
158
|
ApplicationGatewayWebApplicationFirewallConfiguration = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayWebApplicationFirewallConfiguration
|
157
|
-
|
159
|
+
InboundNatRuleListResult = Azure::Network::Mgmt::V2019_06_01::Models::InboundNatRuleListResult
|
158
160
|
ManagedServiceIdentityUserAssignedIdentitiesValue = Azure::Network::Mgmt::V2019_06_01::Models::ManagedServiceIdentityUserAssignedIdentitiesValue
|
159
|
-
|
160
|
-
|
161
|
-
|
161
|
+
LoadBalancerBackendAddressPoolListResult = Azure::Network::Mgmt::V2019_06_01::Models::LoadBalancerBackendAddressPoolListResult
|
162
|
+
VirtualNetworkGatewayConnectionListResult = Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkGatewayConnectionListResult
|
163
|
+
LoadBalancerFrontendIPConfigurationListResult = Azure::Network::Mgmt::V2019_06_01::Models::LoadBalancerFrontendIPConfigurationListResult
|
162
164
|
ApplicationGatewayFirewallRule = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayFirewallRule
|
163
|
-
|
164
|
-
|
165
|
-
ApplicationGatewayAvailableWafRuleSetsResult = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayAvailableWafRuleSetsResult
|
166
|
-
VirtualNetworkListUsageResult = Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkListUsageResult
|
167
|
-
PublicIPAddressListResult = Azure::Network::Mgmt::V2019_06_01::Models::PublicIPAddressListResult
|
168
|
-
ApplicationGatewayAvailableSslPredefinedPolicies = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayAvailableSslPredefinedPolicies
|
169
|
-
OperationListResult = Azure::Network::Mgmt::V2019_06_01::Models::OperationListResult
|
170
|
-
ErrorDetails = Azure::Network::Mgmt::V2019_06_01::Models::ErrorDetails
|
171
|
-
ReferencedPublicIpAddress = Azure::Network::Mgmt::V2019_06_01::Models::ReferencedPublicIpAddress
|
172
|
-
TagsObject = Azure::Network::Mgmt::V2019_06_01::Models::TagsObject
|
165
|
+
LoadBalancerLoadBalancingRuleListResult = Azure::Network::Mgmt::V2019_06_01::Models::LoadBalancerLoadBalancingRuleListResult
|
166
|
+
TunnelConnectionHealth = Azure::Network::Mgmt::V2019_06_01::Models::TunnelConnectionHealth
|
173
167
|
LoadBalancerOutboundRuleListResult = Azure::Network::Mgmt::V2019_06_01::Models::LoadBalancerOutboundRuleListResult
|
174
|
-
|
168
|
+
GatewayRouteListResult = Azure::Network::Mgmt::V2019_06_01::Models::GatewayRouteListResult
|
175
169
|
LoadBalancerProbeListResult = Azure::Network::Mgmt::V2019_06_01::Models::LoadBalancerProbeListResult
|
176
|
-
|
170
|
+
ApplicationGatewayAvailableSslPredefinedPolicies = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayAvailableSslPredefinedPolicies
|
177
171
|
NetworkInterfaceListResult = Azure::Network::Mgmt::V2019_06_01::Models::NetworkInterfaceListResult
|
178
|
-
|
172
|
+
ErrorDetails = Azure::Network::Mgmt::V2019_06_01::Models::ErrorDetails
|
179
173
|
NatGatewaySku = Azure::Network::Mgmt::V2019_06_01::Models::NatGatewaySku
|
180
|
-
|
181
|
-
|
182
|
-
|
174
|
+
TagsObject = Azure::Network::Mgmt::V2019_06_01::Models::TagsObject
|
175
|
+
RouteFilterRuleListResult = Azure::Network::Mgmt::V2019_06_01::Models::RouteFilterRuleListResult
|
176
|
+
AvailableDelegation = Azure::Network::Mgmt::V2019_06_01::Models::AvailableDelegation
|
183
177
|
NatGatewayListResult = Azure::Network::Mgmt::V2019_06_01::Models::NatGatewayListResult
|
184
|
-
|
178
|
+
VirtualNetworkGatewayListResult = Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkGatewayListResult
|
185
179
|
AzureAsyncOperationResult = Azure::Network::Mgmt::V2019_06_01::Models::AzureAsyncOperationResult
|
186
|
-
|
180
|
+
HubIPAddresses = Azure::Network::Mgmt::V2019_06_01::Models::HubIPAddresses
|
187
181
|
NetworkInterfaceTapConfigurationListResult = Azure::Network::Mgmt::V2019_06_01::Models::NetworkInterfaceTapConfigurationListResult
|
188
|
-
|
182
|
+
AzureFirewallApplicationRuleProtocol = Azure::Network::Mgmt::V2019_06_01::Models::AzureFirewallApplicationRuleProtocol
|
189
183
|
NetworkInterfaceIPConfigurationListResult = Azure::Network::Mgmt::V2019_06_01::Models::NetworkInterfaceIPConfigurationListResult
|
190
|
-
|
184
|
+
VpnClientParameters = Azure::Network::Mgmt::V2019_06_01::Models::VpnClientParameters
|
191
185
|
NetworkInterfaceLoadBalancerListResult = Azure::Network::Mgmt::V2019_06_01::Models::NetworkInterfaceLoadBalancerListResult
|
192
|
-
|
186
|
+
AzureFirewallNatRule = Azure::Network::Mgmt::V2019_06_01::Models::AzureFirewallNatRule
|
193
187
|
EffectiveNetworkSecurityGroupAssociation = Azure::Network::Mgmt::V2019_06_01::Models::EffectiveNetworkSecurityGroupAssociation
|
194
|
-
|
188
|
+
AzureFirewallNetworkRule = Azure::Network::Mgmt::V2019_06_01::Models::AzureFirewallNetworkRule
|
195
189
|
EffectiveNetworkSecurityRule = Azure::Network::Mgmt::V2019_06_01::Models::EffectiveNetworkSecurityRule
|
190
|
+
BgpSettings = Azure::Network::Mgmt::V2019_06_01::Models::BgpSettings
|
196
191
|
EffectiveNetworkSecurityGroup = Azure::Network::Mgmt::V2019_06_01::Models::EffectiveNetworkSecurityGroup
|
197
|
-
|
192
|
+
VpnClientConfiguration = Azure::Network::Mgmt::V2019_06_01::Models::VpnClientConfiguration
|
198
193
|
EffectiveNetworkSecurityGroupListResult = Azure::Network::Mgmt::V2019_06_01::Models::EffectiveNetworkSecurityGroupListResult
|
199
|
-
|
194
|
+
IpsecPolicy = Azure::Network::Mgmt::V2019_06_01::Models::IpsecPolicy
|
200
195
|
EffectiveRoute = Azure::Network::Mgmt::V2019_06_01::Models::EffectiveRoute
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
UsagesListResult = Azure::Network::Mgmt::V2019_06_01::Models::UsagesListResult
|
196
|
+
BastionHostListResult = Azure::Network::Mgmt::V2019_06_01::Models::BastionHostListResult
|
197
|
+
EffectiveRouteListResult = Azure::Network::Mgmt::V2019_06_01::Models::EffectiveRouteListResult
|
198
|
+
ProtocolCustomSettingsFormat = Azure::Network::Mgmt::V2019_06_01::Models::ProtocolCustomSettingsFormat
|
199
|
+
RouteFilterListResult = Azure::Network::Mgmt::V2019_06_01::Models::RouteFilterListResult
|
200
|
+
PublicIPPrefixListResult = Azure::Network::Mgmt::V2019_06_01::Models::PublicIPPrefixListResult
|
201
|
+
DdosProtectionPlan = Azure::Network::Mgmt::V2019_06_01::Models::DdosProtectionPlan
|
208
202
|
ContainerNetworkInterfaceIpConfiguration = Azure::Network::Mgmt::V2019_06_01::Models::ContainerNetworkInterfaceIpConfiguration
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
203
|
+
PrepareNetworkPoliciesRequest = Azure::Network::Mgmt::V2019_06_01::Models::PrepareNetworkPoliciesRequest
|
204
|
+
ReferencedPublicIpAddress = Azure::Network::Mgmt::V2019_06_01::Models::ReferencedPublicIpAddress
|
205
|
+
NetworkIntentPolicyConfiguration = Azure::Network::Mgmt::V2019_06_01::Models::NetworkIntentPolicyConfiguration
|
206
|
+
PublicIPPrefixSku = Azure::Network::Mgmt::V2019_06_01::Models::PublicIPPrefixSku
|
207
|
+
ExpressRouteCircuitPeeringConfig = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitPeeringConfig
|
214
208
|
NetworkProfileListResult = Azure::Network::Mgmt::V2019_06_01::Models::NetworkProfileListResult
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
209
|
+
ExpressRouteCircuitStats = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitStats
|
210
|
+
SubResource = Azure::Network::Mgmt::V2019_06_01::Models::SubResource
|
211
|
+
VirtualNetworkListUsageResult = Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkListUsageResult
|
212
|
+
VirtualNetworkUsage = Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkUsage
|
213
|
+
ResourceSet = Azure::Network::Mgmt::V2019_06_01::Models::ResourceSet
|
214
|
+
ExpressRouteCircuitPeeringListResult = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitPeeringListResult
|
215
|
+
PublicIPAddressListResult = Azure::Network::Mgmt::V2019_06_01::Models::PublicIPAddressListResult
|
216
|
+
PeerExpressRouteCircuitConnectionListResult = Azure::Network::Mgmt::V2019_06_01::Models::PeerExpressRouteCircuitConnectionListResult
|
217
|
+
AutoApprovedPrivateLinkServicesResult = Azure::Network::Mgmt::V2019_06_01::Models::AutoApprovedPrivateLinkServicesResult
|
218
|
+
ExpressRouteCircuitServiceProviderProperties = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitServiceProviderProperties
|
224
219
|
NetworkWatcherListResult = Azure::Network::Mgmt::V2019_06_01::Models::NetworkWatcherListResult
|
225
|
-
|
220
|
+
ExpressRouteCircuitArpTable = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitArpTable
|
226
221
|
TopologyParameters = Azure::Network::Mgmt::V2019_06_01::Models::TopologyParameters
|
227
|
-
|
222
|
+
ExpressRouteCircuitRoutesTable = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitRoutesTable
|
228
223
|
TopologyAssociation = Azure::Network::Mgmt::V2019_06_01::Models::TopologyAssociation
|
229
|
-
|
224
|
+
ExpressRouteCircuitRoutesTableSummary = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitRoutesTableSummary
|
230
225
|
TopologyResource = Azure::Network::Mgmt::V2019_06_01::Models::TopologyResource
|
231
|
-
|
226
|
+
ExpressRouteCircuitListResult = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitListResult
|
232
227
|
Topology = Azure::Network::Mgmt::V2019_06_01::Models::Topology
|
233
|
-
|
228
|
+
VirtualNetworkListResult = Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkListResult
|
234
229
|
VerificationIPFlowParameters = Azure::Network::Mgmt::V2019_06_01::Models::VerificationIPFlowParameters
|
235
|
-
|
230
|
+
ExpressRouteCrossConnectionRoutesTableSummary = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCrossConnectionRoutesTableSummary
|
236
231
|
VerificationIPFlowResult = Azure::Network::Mgmt::V2019_06_01::Models::VerificationIPFlowResult
|
237
|
-
|
232
|
+
ExpressRouteCircuitReference = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitReference
|
238
233
|
NextHopParameters = Azure::Network::Mgmt::V2019_06_01::Models::NextHopParameters
|
239
|
-
|
234
|
+
VirtualNetworkPeeringListResult = Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkPeeringListResult
|
240
235
|
NextHopResult = Azure::Network::Mgmt::V2019_06_01::Models::NextHopResult
|
241
|
-
|
236
|
+
ExpressRouteCrossConnectionPeeringList = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCrossConnectionPeeringList
|
242
237
|
SecurityGroupViewParameters = Azure::Network::Mgmt::V2019_06_01::Models::SecurityGroupViewParameters
|
243
|
-
|
238
|
+
ExpressRouteCircuitPeeringId = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitPeeringId
|
244
239
|
NetworkInterfaceAssociation = Azure::Network::Mgmt::V2019_06_01::Models::NetworkInterfaceAssociation
|
245
|
-
|
240
|
+
ExpressRouteGatewayPropertiesAutoScaleConfiguration = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteGatewayPropertiesAutoScaleConfiguration
|
246
241
|
SubnetAssociation = Azure::Network::Mgmt::V2019_06_01::Models::SubnetAssociation
|
247
|
-
|
242
|
+
WebApplicationFirewallCustomRule = Azure::Network::Mgmt::V2019_06_01::Models::WebApplicationFirewallCustomRule
|
248
243
|
SecurityRuleAssociations = Azure::Network::Mgmt::V2019_06_01::Models::SecurityRuleAssociations
|
249
|
-
|
244
|
+
PolicySettings = Azure::Network::Mgmt::V2019_06_01::Models::PolicySettings
|
250
245
|
SecurityGroupNetworkInterface = Azure::Network::Mgmt::V2019_06_01::Models::SecurityGroupNetworkInterface
|
251
|
-
|
246
|
+
ListP2SVpnGatewaysResult = Azure::Network::Mgmt::V2019_06_01::Models::ListP2SVpnGatewaysResult
|
252
247
|
SecurityGroupViewResult = Azure::Network::Mgmt::V2019_06_01::Models::SecurityGroupViewResult
|
253
|
-
|
248
|
+
DdosSettings = Azure::Network::Mgmt::V2019_06_01::Models::DdosSettings
|
254
249
|
PacketCaptureStorageLocation = Azure::Network::Mgmt::V2019_06_01::Models::PacketCaptureStorageLocation
|
255
|
-
|
250
|
+
VirtualWanSecurityProvider = Azure::Network::Mgmt::V2019_06_01::Models::VirtualWanSecurityProvider
|
256
251
|
PacketCaptureFilter = Azure::Network::Mgmt::V2019_06_01::Models::PacketCaptureFilter
|
257
|
-
|
252
|
+
ListVpnConnectionsResult = Azure::Network::Mgmt::V2019_06_01::Models::ListVpnConnectionsResult
|
258
253
|
PacketCaptureParameters = Azure::Network::Mgmt::V2019_06_01::Models::PacketCaptureParameters
|
259
|
-
|
254
|
+
VirtualHubRoute = Azure::Network::Mgmt::V2019_06_01::Models::VirtualHubRoute
|
260
255
|
PacketCapture = Azure::Network::Mgmt::V2019_06_01::Models::PacketCapture
|
261
|
-
|
256
|
+
ApplicationGatewayConnectionDraining = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayConnectionDraining
|
262
257
|
PacketCaptureResult = Azure::Network::Mgmt::V2019_06_01::Models::PacketCaptureResult
|
263
|
-
|
258
|
+
ApplicationGatewayBackendHealthOnDemand = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayBackendHealthOnDemand
|
264
259
|
PacketCaptureListResult = Azure::Network::Mgmt::V2019_06_01::Models::PacketCaptureListResult
|
265
|
-
|
260
|
+
ApplicationGatewaySslPolicy = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewaySslPolicy
|
266
261
|
PacketCaptureQueryStatusResult = Azure::Network::Mgmt::V2019_06_01::Models::PacketCaptureQueryStatusResult
|
267
|
-
|
262
|
+
ListVirtualWANsResult = Azure::Network::Mgmt::V2019_06_01::Models::ListVirtualWANsResult
|
268
263
|
TroubleshootingParameters = Azure::Network::Mgmt::V2019_06_01::Models::TroubleshootingParameters
|
269
|
-
|
264
|
+
VpnClientConnectionHealthDetail = Azure::Network::Mgmt::V2019_06_01::Models::VpnClientConnectionHealthDetail
|
270
265
|
QueryTroubleshootingParameters = Azure::Network::Mgmt::V2019_06_01::Models::QueryTroubleshootingParameters
|
271
|
-
|
266
|
+
ApplicationGatewayRewriteRuleCondition = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayRewriteRuleCondition
|
272
267
|
TroubleshootingRecommendedActions = Azure::Network::Mgmt::V2019_06_01::Models::TroubleshootingRecommendedActions
|
273
|
-
|
268
|
+
LocalNetworkGatewayListResult = Azure::Network::Mgmt::V2019_06_01::Models::LocalNetworkGatewayListResult
|
274
269
|
TroubleshootingDetails = Azure::Network::Mgmt::V2019_06_01::Models::TroubleshootingDetails
|
275
|
-
|
270
|
+
ApplicationGatewayFirewallExclusion = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayFirewallExclusion
|
276
271
|
TroubleshootingResult = Azure::Network::Mgmt::V2019_06_01::Models::TroubleshootingResult
|
277
|
-
|
272
|
+
ManagedServiceIdentity = Azure::Network::Mgmt::V2019_06_01::Models::ManagedServiceIdentity
|
278
273
|
RetentionPolicyParameters = Azure::Network::Mgmt::V2019_06_01::Models::RetentionPolicyParameters
|
279
|
-
|
274
|
+
ApplicationGatewayFirewallRuleGroup = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayFirewallRuleGroup
|
280
275
|
FlowLogFormatParameters = Azure::Network::Mgmt::V2019_06_01::Models::FlowLogFormatParameters
|
281
|
-
|
276
|
+
BgpPeerStatusListResult = Azure::Network::Mgmt::V2019_06_01::Models::BgpPeerStatusListResult
|
282
277
|
FlowLogStatusParameters = Azure::Network::Mgmt::V2019_06_01::Models::FlowLogStatusParameters
|
283
|
-
|
278
|
+
Error = Azure::Network::Mgmt::V2019_06_01::Models::Error
|
284
279
|
TrafficAnalyticsConfigurationProperties = Azure::Network::Mgmt::V2019_06_01::Models::TrafficAnalyticsConfigurationProperties
|
285
|
-
|
280
|
+
AvailableDelegationsResult = Azure::Network::Mgmt::V2019_06_01::Models::AvailableDelegationsResult
|
286
281
|
TrafficAnalyticsProperties = Azure::Network::Mgmt::V2019_06_01::Models::TrafficAnalyticsProperties
|
287
|
-
|
282
|
+
AzureFirewallRCAction = Azure::Network::Mgmt::V2019_06_01::Models::AzureFirewallRCAction
|
288
283
|
FlowLogInformation = Azure::Network::Mgmt::V2019_06_01::Models::FlowLogInformation
|
289
|
-
|
284
|
+
AzureFirewallNatRCAction = Azure::Network::Mgmt::V2019_06_01::Models::AzureFirewallNatRCAction
|
290
285
|
ConnectivitySource = Azure::Network::Mgmt::V2019_06_01::Models::ConnectivitySource
|
291
|
-
|
286
|
+
BgpPeerStatus = Azure::Network::Mgmt::V2019_06_01::Models::BgpPeerStatus
|
292
287
|
ConnectivityDestination = Azure::Network::Mgmt::V2019_06_01::Models::ConnectivityDestination
|
293
|
-
|
288
|
+
AzureFirewallFqdnTagListResult = Azure::Network::Mgmt::V2019_06_01::Models::AzureFirewallFqdnTagListResult
|
294
289
|
HTTPHeader = Azure::Network::Mgmt::V2019_06_01::Models::HTTPHeader
|
295
|
-
|
290
|
+
DnsNameAvailabilityResult = Azure::Network::Mgmt::V2019_06_01::Models::DnsNameAvailabilityResult
|
296
291
|
HTTPConfiguration = Azure::Network::Mgmt::V2019_06_01::Models::HTTPConfiguration
|
297
|
-
ExpressRouteCircuitListResult = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitListResult
|
298
292
|
ProtocolConfiguration = Azure::Network::Mgmt::V2019_06_01::Models::ProtocolConfiguration
|
299
|
-
|
293
|
+
EndpointServicesListResult = Azure::Network::Mgmt::V2019_06_01::Models::EndpointServicesListResult
|
300
294
|
ConnectivityParameters = Azure::Network::Mgmt::V2019_06_01::Models::ConnectivityParameters
|
301
|
-
|
295
|
+
Ipv6ExpressRouteCircuitPeeringConfig = Azure::Network::Mgmt::V2019_06_01::Models::Ipv6ExpressRouteCircuitPeeringConfig
|
302
296
|
ConnectivityIssue = Azure::Network::Mgmt::V2019_06_01::Models::ConnectivityIssue
|
303
|
-
|
297
|
+
VirtualNetworkUsageName = Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkUsageName
|
304
298
|
ConnectivityHop = Azure::Network::Mgmt::V2019_06_01::Models::ConnectivityHop
|
305
|
-
|
299
|
+
ExpressRouteCircuitSku = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitSku
|
306
300
|
ConnectivityInformation = Azure::Network::Mgmt::V2019_06_01::Models::ConnectivityInformation
|
307
|
-
|
301
|
+
ExpressRouteCircuitsArpTableListResult = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitsArpTableListResult
|
308
302
|
AzureReachabilityReportLocation = Azure::Network::Mgmt::V2019_06_01::Models::AzureReachabilityReportLocation
|
309
|
-
|
303
|
+
ExpressRouteCircuitsRoutesTableSummaryListResult = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitsRoutesTableSummaryListResult
|
310
304
|
AzureReachabilityReportParameters = Azure::Network::Mgmt::V2019_06_01::Models::AzureReachabilityReportParameters
|
311
|
-
|
305
|
+
ExpressRouteServiceProviderListResult = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteServiceProviderListResult
|
312
306
|
AzureReachabilityReportLatencyInfo = Azure::Network::Mgmt::V2019_06_01::Models::AzureReachabilityReportLatencyInfo
|
313
|
-
|
307
|
+
DhcpOptions = Azure::Network::Mgmt::V2019_06_01::Models::DhcpOptions
|
314
308
|
AzureReachabilityReportItem = Azure::Network::Mgmt::V2019_06_01::Models::AzureReachabilityReportItem
|
315
|
-
|
309
|
+
VirtualHubId = Azure::Network::Mgmt::V2019_06_01::Models::VirtualHubId
|
316
310
|
AzureReachabilityReport = Azure::Network::Mgmt::V2019_06_01::Models::AzureReachabilityReport
|
317
|
-
|
311
|
+
WebApplicationFirewallPolicyListResult = Azure::Network::Mgmt::V2019_06_01::Models::WebApplicationFirewallPolicyListResult
|
318
312
|
AvailableProvidersListParameters = Azure::Network::Mgmt::V2019_06_01::Models::AvailableProvidersListParameters
|
319
|
-
|
313
|
+
P2SVpnProfileParameters = Azure::Network::Mgmt::V2019_06_01::Models::P2SVpnProfileParameters
|
320
314
|
AvailableProvidersListCity = Azure::Network::Mgmt::V2019_06_01::Models::AvailableProvidersListCity
|
321
|
-
|
315
|
+
ListP2SVpnServerConfigurationsResult = Azure::Network::Mgmt::V2019_06_01::Models::ListP2SVpnServerConfigurationsResult
|
322
316
|
AvailableProvidersListState = Azure::Network::Mgmt::V2019_06_01::Models::AvailableProvidersListState
|
323
|
-
|
317
|
+
ListVirtualHubsResult = Azure::Network::Mgmt::V2019_06_01::Models::ListVirtualHubsResult
|
324
318
|
AvailableProvidersListCountry = Azure::Network::Mgmt::V2019_06_01::Models::AvailableProvidersListCountry
|
325
|
-
|
319
|
+
ApplicationGatewayBackendHealthServer = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayBackendHealthServer
|
326
320
|
AvailableProvidersList = Azure::Network::Mgmt::V2019_06_01::Models::AvailableProvidersList
|
327
|
-
|
321
|
+
VpnLinkProviderProperties = Azure::Network::Mgmt::V2019_06_01::Models::VpnLinkProviderProperties
|
328
322
|
ConnectionMonitorSource = Azure::Network::Mgmt::V2019_06_01::Models::ConnectionMonitorSource
|
329
|
-
|
323
|
+
VirtualNetworkGatewayListConnectionsResult = Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkGatewayListConnectionsResult
|
330
324
|
ConnectionMonitorDestination = Azure::Network::Mgmt::V2019_06_01::Models::ConnectionMonitorDestination
|
331
|
-
|
325
|
+
ConnectionResetSharedKey = Azure::Network::Mgmt::V2019_06_01::Models::ConnectionResetSharedKey
|
332
326
|
ConnectionMonitorParameters = Azure::Network::Mgmt::V2019_06_01::Models::ConnectionMonitorParameters
|
333
|
-
|
327
|
+
ApplicationGatewayListResult = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayListResult
|
334
328
|
ConnectionMonitor = Azure::Network::Mgmt::V2019_06_01::Models::ConnectionMonitor
|
335
|
-
|
329
|
+
Resource = Azure::Network::Mgmt::V2019_06_01::Models::Resource
|
336
330
|
ConnectionMonitorResult = Azure::Network::Mgmt::V2019_06_01::Models::ConnectionMonitorResult
|
337
|
-
|
331
|
+
AzureFirewallPublicIPAddress = Azure::Network::Mgmt::V2019_06_01::Models::AzureFirewallPublicIPAddress
|
338
332
|
ConnectionMonitorListResult = Azure::Network::Mgmt::V2019_06_01::Models::ConnectionMonitorListResult
|
339
|
-
|
333
|
+
GatewayRoute = Azure::Network::Mgmt::V2019_06_01::Models::GatewayRoute
|
340
334
|
ConnectionStateSnapshot = Azure::Network::Mgmt::V2019_06_01::Models::ConnectionStateSnapshot
|
341
|
-
|
335
|
+
VirtualNetworkGatewaySku = Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkGatewaySku
|
342
336
|
ConnectionMonitorQueryResult = Azure::Network::Mgmt::V2019_06_01::Models::ConnectionMonitorQueryResult
|
343
|
-
|
337
|
+
DdosProtectionPlanListResult = Azure::Network::Mgmt::V2019_06_01::Models::DdosProtectionPlanListResult
|
344
338
|
NetworkConfigurationDiagnosticProfile = Azure::Network::Mgmt::V2019_06_01::Models::NetworkConfigurationDiagnosticProfile
|
345
|
-
|
339
|
+
ExpressRouteConnectionId = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteConnectionId
|
346
340
|
NetworkConfigurationDiagnosticParameters = Azure::Network::Mgmt::V2019_06_01::Models::NetworkConfigurationDiagnosticParameters
|
347
|
-
|
341
|
+
IPAddressAvailabilityResult = Azure::Network::Mgmt::V2019_06_01::Models::IPAddressAvailabilityResult
|
348
342
|
MatchedRule = Azure::Network::Mgmt::V2019_06_01::Models::MatchedRule
|
349
|
-
|
343
|
+
ExpressRouteServiceProviderBandwidthsOffered = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteServiceProviderBandwidthsOffered
|
350
344
|
NetworkSecurityRulesEvaluationResult = Azure::Network::Mgmt::V2019_06_01::Models::NetworkSecurityRulesEvaluationResult
|
351
|
-
|
345
|
+
ExpressRouteCrossConnectionListResult = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCrossConnectionListResult
|
352
346
|
EvaluatedNetworkSecurityGroup = Azure::Network::Mgmt::V2019_06_01::Models::EvaluatedNetworkSecurityGroup
|
353
|
-
|
347
|
+
NetworkInterfaceDnsSettings = Azure::Network::Mgmt::V2019_06_01::Models::NetworkInterfaceDnsSettings
|
354
348
|
NetworkSecurityGroupResult = Azure::Network::Mgmt::V2019_06_01::Models::NetworkSecurityGroupResult
|
355
|
-
|
349
|
+
ListHubVirtualNetworkConnectionsResult = Azure::Network::Mgmt::V2019_06_01::Models::ListHubVirtualNetworkConnectionsResult
|
356
350
|
NetworkConfigurationDiagnosticResult = Azure::Network::Mgmt::V2019_06_01::Models::NetworkConfigurationDiagnosticResult
|
357
|
-
|
351
|
+
ApplicationGatewayBackendHealth = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayBackendHealth
|
358
352
|
NetworkConfigurationDiagnosticResponse = Azure::Network::Mgmt::V2019_06_01::Models::NetworkConfigurationDiagnosticResponse
|
359
|
-
|
353
|
+
ApplicationGatewayRewriteRuleActionSet = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayRewriteRuleActionSet
|
360
354
|
OperationDisplay = Azure::Network::Mgmt::V2019_06_01::Models::OperationDisplay
|
355
|
+
ApplicationGatewayAvailableWafRuleSetsResult = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayAvailableWafRuleSetsResult
|
361
356
|
Availability = Azure::Network::Mgmt::V2019_06_01::Models::Availability
|
362
|
-
|
357
|
+
AzureFirewallApplicationRule = Azure::Network::Mgmt::V2019_06_01::Models::AzureFirewallApplicationRule
|
363
358
|
Dimension = Azure::Network::Mgmt::V2019_06_01::Models::Dimension
|
364
|
-
|
359
|
+
UnprepareNetworkPoliciesRequest = Azure::Network::Mgmt::V2019_06_01::Models::UnprepareNetworkPoliciesRequest
|
365
360
|
MetricSpecification = Azure::Network::Mgmt::V2019_06_01::Models::MetricSpecification
|
366
|
-
|
361
|
+
ExpressRouteCircuitConnectionListResult = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitConnectionListResult
|
367
362
|
LogSpecification = Azure::Network::Mgmt::V2019_06_01::Models::LogSpecification
|
368
|
-
|
363
|
+
ExpressRouteCrossConnectionsRoutesTableSummaryListResult = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCrossConnectionsRoutesTableSummaryListResult
|
369
364
|
OperationPropertiesFormatServiceSpecification = Azure::Network::Mgmt::V2019_06_01::Models::OperationPropertiesFormatServiceSpecification
|
370
|
-
|
365
|
+
PublicIPAddressSku = Azure::Network::Mgmt::V2019_06_01::Models::PublicIPAddressSku
|
371
366
|
Operation = Azure::Network::Mgmt::V2019_06_01::Models::Operation
|
367
|
+
VpnClientConnectionHealthDetailListResult = Azure::Network::Mgmt::V2019_06_01::Models::VpnClientConnectionHealthDetailListResult
|
368
|
+
OperationListResult = Azure::Network::Mgmt::V2019_06_01::Models::OperationListResult
|
369
|
+
ApplicationSecurityGroupListResult = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationSecurityGroupListResult
|
370
|
+
PrivateEndpointListResult = Azure::Network::Mgmt::V2019_06_01::Models::PrivateEndpointListResult
|
371
|
+
AuthorizationListResult = Azure::Network::Mgmt::V2019_06_01::Models::AuthorizationListResult
|
372
|
+
AvailablePrivateEndpointType = Azure::Network::Mgmt::V2019_06_01::Models::AvailablePrivateEndpointType
|
373
|
+
ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds
|
374
|
+
AvailablePrivateEndpointTypesResult = Azure::Network::Mgmt::V2019_06_01::Models::AvailablePrivateEndpointTypesResult
|
375
|
+
ApplicationGatewayAutoscaleConfiguration = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayAutoscaleConfiguration
|
376
|
+
AutoApprovedPrivateLinkService = Azure::Network::Mgmt::V2019_06_01::Models::AutoApprovedPrivateLinkService
|
377
|
+
ExpressRouteCircuitsRoutesTableListResult = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitsRoutesTableListResult
|
378
|
+
PrivateLinkServiceVisibility = Azure::Network::Mgmt::V2019_06_01::Models::PrivateLinkServiceVisibility
|
379
|
+
AzureFirewallListResult = Azure::Network::Mgmt::V2019_06_01::Models::AzureFirewallListResult
|
380
|
+
CheckPrivateLinkServiceVisibilityRequest = Azure::Network::Mgmt::V2019_06_01::Models::CheckPrivateLinkServiceVisibilityRequest
|
381
|
+
ApplicationGatewayBackendAddress = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayBackendAddress
|
382
|
+
PrivateLinkServiceListResult = Azure::Network::Mgmt::V2019_06_01::Models::PrivateLinkServiceListResult
|
372
383
|
NetworkInterfaceTapConfiguration = Azure::Network::Mgmt::V2019_06_01::Models::NetworkInterfaceTapConfiguration
|
373
384
|
ApplicationSecurityGroup = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationSecurityGroup
|
374
385
|
SecurityRule = Azure::Network::Mgmt::V2019_06_01::Models::SecurityRule
|
@@ -434,10 +445,12 @@ module Azure::Network::Profiles::Latest
|
|
434
445
|
ExpressRoutePortsLocation = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRoutePortsLocation
|
435
446
|
ExpressRouteLink = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteLink
|
436
447
|
ExpressRoutePort = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRoutePort
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
448
|
+
FirewallPolicy = Azure::Network::Mgmt::V2019_06_01::Models::FirewallPolicy
|
449
|
+
FirewallPolicyRuleGroup = Azure::Network::Mgmt::V2019_06_01::Models::FirewallPolicyRuleGroup
|
450
|
+
FirewallPolicyNatRule = Azure::Network::Mgmt::V2019_06_01::Models::FirewallPolicyNatRule
|
451
|
+
FirewallPolicyFilterRule = Azure::Network::Mgmt::V2019_06_01::Models::FirewallPolicyFilterRule
|
452
|
+
ApplicationRuleCondition = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationRuleCondition
|
453
|
+
NetworkRuleCondition = Azure::Network::Mgmt::V2019_06_01::Models::NetworkRuleCondition
|
441
454
|
LoadBalancingRule = Azure::Network::Mgmt::V2019_06_01::Models::LoadBalancingRule
|
442
455
|
Probe = Azure::Network::Mgmt::V2019_06_01::Models::Probe
|
443
456
|
InboundNatPool = Azure::Network::Mgmt::V2019_06_01::Models::InboundNatPool
|
@@ -449,6 +462,11 @@ module Azure::Network::Profiles::Latest
|
|
449
462
|
ContainerNetworkInterface = Azure::Network::Mgmt::V2019_06_01::Models::ContainerNetworkInterface
|
450
463
|
NetworkProfile = Azure::Network::Mgmt::V2019_06_01::Models::NetworkProfile
|
451
464
|
NetworkWatcher = Azure::Network::Mgmt::V2019_06_01::Models::NetworkWatcher
|
465
|
+
PrivateLinkServiceIpConfiguration = Azure::Network::Mgmt::V2019_06_01::Models::PrivateLinkServiceIpConfiguration
|
466
|
+
PrivateEndpointConnection = Azure::Network::Mgmt::V2019_06_01::Models::PrivateEndpointConnection
|
467
|
+
PrivateLinkServicePropertiesVisibility = Azure::Network::Mgmt::V2019_06_01::Models::PrivateLinkServicePropertiesVisibility
|
468
|
+
PrivateLinkServicePropertiesAutoApproval = Azure::Network::Mgmt::V2019_06_01::Models::PrivateLinkServicePropertiesAutoApproval
|
469
|
+
PrivateLinkService = Azure::Network::Mgmt::V2019_06_01::Models::PrivateLinkService
|
452
470
|
PublicIPPrefix = Azure::Network::Mgmt::V2019_06_01::Models::PublicIPPrefix
|
453
471
|
RouteFilterRule = Azure::Network::Mgmt::V2019_06_01::Models::RouteFilterRule
|
454
472
|
PatchRouteFilterRule = Azure::Network::Mgmt::V2019_06_01::Models::PatchRouteFilterRule
|
@@ -487,6 +505,7 @@ module Azure::Network::Profiles::Latest
|
|
487
505
|
SecurityRuleProtocol = Azure::Network::Mgmt::V2019_06_01::Models::SecurityRuleProtocol
|
488
506
|
SecurityRuleAccess = Azure::Network::Mgmt::V2019_06_01::Models::SecurityRuleAccess
|
489
507
|
SecurityRuleDirection = Azure::Network::Mgmt::V2019_06_01::Models::SecurityRuleDirection
|
508
|
+
ProvisioningState = Azure::Network::Mgmt::V2019_06_01::Models::ProvisioningState
|
490
509
|
RouteNextHopType = Azure::Network::Mgmt::V2019_06_01::Models::RouteNextHopType
|
491
510
|
PublicIPAddressSkuName = Azure::Network::Mgmt::V2019_06_01::Models::PublicIPAddressSkuName
|
492
511
|
DdosSettingsProtectionCoverage = Azure::Network::Mgmt::V2019_06_01::Models::DdosSettingsProtectionCoverage
|
@@ -505,7 +524,6 @@ module Azure::Network::Profiles::Latest
|
|
505
524
|
ApplicationGatewayOperationalState = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayOperationalState
|
506
525
|
ApplicationGatewayFirewallMode = Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayFirewallMode
|
507
526
|
ResourceIdentityType = Azure::Network::Mgmt::V2019_06_01::Models::ResourceIdentityType
|
508
|
-
ProvisioningState = Azure::Network::Mgmt::V2019_06_01::Models::ProvisioningState
|
509
527
|
AzureFirewallRCActionType = Azure::Network::Mgmt::V2019_06_01::Models::AzureFirewallRCActionType
|
510
528
|
AzureFirewallApplicationRuleProtocolType = Azure::Network::Mgmt::V2019_06_01::Models::AzureFirewallApplicationRuleProtocolType
|
511
529
|
AzureFirewallNatRCActionType = Azure::Network::Mgmt::V2019_06_01::Models::AzureFirewallNatRCActionType
|
@@ -525,6 +543,10 @@ module Azure::Network::Profiles::Latest
|
|
525
543
|
ExpressRouteLinkConnectorType = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteLinkConnectorType
|
526
544
|
ExpressRouteLinkAdminState = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteLinkAdminState
|
527
545
|
ExpressRoutePortsEncapsulation = Azure::Network::Mgmt::V2019_06_01::Models::ExpressRoutePortsEncapsulation
|
546
|
+
FirewallPolicyNatRuleActionType = Azure::Network::Mgmt::V2019_06_01::Models::FirewallPolicyNatRuleActionType
|
547
|
+
FirewallPolicyFilterRuleActionType = Azure::Network::Mgmt::V2019_06_01::Models::FirewallPolicyFilterRuleActionType
|
548
|
+
FirewallPolicyRuleConditionApplicationProtocolType = Azure::Network::Mgmt::V2019_06_01::Models::FirewallPolicyRuleConditionApplicationProtocolType
|
549
|
+
FirewallPolicyRuleConditionNetworkProtocol = Azure::Network::Mgmt::V2019_06_01::Models::FirewallPolicyRuleConditionNetworkProtocol
|
528
550
|
LoadBalancerSkuName = Azure::Network::Mgmt::V2019_06_01::Models::LoadBalancerSkuName
|
529
551
|
LoadDistribution = Azure::Network::Mgmt::V2019_06_01::Models::LoadDistribution
|
530
552
|
ProbeProtocol = Azure::Network::Mgmt::V2019_06_01::Models::ProbeProtocol
|
@@ -592,7 +614,7 @@ module Azure::Network::Profiles::Latest
|
|
592
614
|
# NetworkManagementClass
|
593
615
|
#
|
594
616
|
class NetworkManagementClass
|
595
|
-
attr_reader :application_gateways, :application_security_groups, :available_delegations, :available_resource_group_delegations, :azure_firewalls, :azure_firewall_fqdn_tags, :bastion_hosts, :ddos_custom_policies, :ddos_protection_plans, :available_endpoint_services, :express_route_circuit_authorizations, :express_route_circuit_peerings, :express_route_circuit_connections, :peer_express_route_circuit_connections, :express_route_circuits, :express_route_service_providers, :express_route_cross_connections, :express_route_cross_connection_peerings, :express_route_gateways, :express_route_connections, :express_route_ports_locations, :express_route_ports, :express_route_links, :
|
617
|
+
attr_reader :application_gateways, :application_security_groups, :available_delegations, :available_resource_group_delegations, :azure_firewalls, :azure_firewall_fqdn_tags, :bastion_hosts, :ddos_custom_policies, :ddos_protection_plans, :available_endpoint_services, :express_route_circuit_authorizations, :express_route_circuit_peerings, :express_route_circuit_connections, :peer_express_route_circuit_connections, :express_route_circuits, :express_route_service_providers, :express_route_cross_connections, :express_route_cross_connection_peerings, :express_route_gateways, :express_route_connections, :express_route_ports_locations, :express_route_ports, :express_route_links, :firewall_policies, :firewall_policy_rule_groups, :load_balancers, :load_balancer_backend_address_pools, :load_balancer_frontend_ipconfigurations, :inbound_nat_rules, :load_balancer_load_balancing_rules, :load_balancer_outbound_rules, :load_balancer_network_interfaces, :load_balancer_probes, :nat_gateways, :network_interfaces, :network_interface_ipconfigurations, :network_interface_load_balancers, :network_interface_tap_configurations, :network_profiles, :network_security_groups, :security_rules, :default_security_rules, :network_watchers, :packet_captures, :connection_monitors, :operations, :private_endpoints, :available_private_endpoint_types, :private_link_services, :public_ipaddresses, :public_ipprefixes, :route_filters, :route_filter_rules, :route_tables, :routes, :bgp_service_communities, :service_endpoint_policies, :service_endpoint_policy_definitions, :service_tags, :usages, :virtual_networks, :subnets, :resource_navigation_links, :service_association_links, :virtual_network_peerings, :virtual_network_gateways, :virtual_network_gateway_connections, :local_network_gateways, :virtual_network_taps, :virtual_wans, :vpn_sites, :vpn_site_links, :vpn_sites_configuration, :virtual_hubs, :hub_virtual_network_connections, :vpn_gateways, :vpn_connections, :vpn_site_link_connections, :vpn_link_connections, :p2s_vpn_server_configurations, :p2s_vpn_gateways, :web_application_firewall_policies, :configurable, :base_url, :options, :model_classes
|
596
618
|
|
597
619
|
def initialize(options = {})
|
598
620
|
if options.is_a?(Hash) && options.length == 0
|
@@ -641,9 +663,8 @@ module Azure::Network::Profiles::Latest
|
|
641
663
|
@express_route_ports_locations = @client_1.express_route_ports_locations
|
642
664
|
@express_route_ports = @client_1.express_route_ports
|
643
665
|
@express_route_links = @client_1.express_route_links
|
644
|
-
@
|
645
|
-
@
|
646
|
-
@private_link_services = @client_1.private_link_services
|
666
|
+
@firewall_policies = @client_1.firewall_policies
|
667
|
+
@firewall_policy_rule_groups = @client_1.firewall_policy_rule_groups
|
647
668
|
@load_balancers = @client_1.load_balancers
|
648
669
|
@load_balancer_backend_address_pools = @client_1.load_balancer_backend_address_pools
|
649
670
|
@load_balancer_frontend_ipconfigurations = @client_1.load_balancer_frontend_ipconfigurations
|
@@ -665,6 +686,9 @@ module Azure::Network::Profiles::Latest
|
|
665
686
|
@packet_captures = @client_1.packet_captures
|
666
687
|
@connection_monitors = @client_1.connection_monitors
|
667
688
|
@operations = @client_1.operations
|
689
|
+
@private_endpoints = @client_1.private_endpoints
|
690
|
+
@available_private_endpoint_types = @client_1.available_private_endpoint_types
|
691
|
+
@private_link_services = @client_1.private_link_services
|
668
692
|
@public_ipaddresses = @client_1.public_ipaddresses
|
669
693
|
@public_ipprefixes = @client_1.public_ipprefixes
|
670
694
|
@route_filters = @client_1.route_filters
|
@@ -720,849 +744,876 @@ module Azure::Network::Profiles::Latest
|
|
720
744
|
end
|
721
745
|
|
722
746
|
class ModelClasses
|
723
|
-
def
|
724
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
747
|
+
def security_rule_list_result
|
748
|
+
Azure::Network::Mgmt::V2019_06_01::Models::SecurityRuleListResult
|
725
749
|
end
|
726
750
|
def application_gateway_probe_health_response_match
|
727
751
|
Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayProbeHealthResponseMatch
|
728
752
|
end
|
729
|
-
def
|
730
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
753
|
+
def network_security_group_list_result
|
754
|
+
Azure::Network::Mgmt::V2019_06_01::Models::NetworkSecurityGroupListResult
|
731
755
|
end
|
732
|
-
def
|
733
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
756
|
+
def application_gateway_on_demand_probe
|
757
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayOnDemandProbe
|
734
758
|
end
|
735
|
-
def
|
736
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
759
|
+
def error_response
|
760
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ErrorResponse
|
737
761
|
end
|
738
|
-
def
|
739
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
762
|
+
def service_association_links_list_result
|
763
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ServiceAssociationLinksListResult
|
740
764
|
end
|
741
|
-
def
|
742
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
765
|
+
def resource_navigation_links_list_result
|
766
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ResourceNavigationLinksListResult
|
743
767
|
end
|
744
768
|
def private_link_service_connection_state
|
745
769
|
Azure::Network::Mgmt::V2019_06_01::Models::PrivateLinkServiceConnectionState
|
746
770
|
end
|
747
|
-
def service_endpoint_policy_definition_list_result
|
748
|
-
Azure::Network::Mgmt::V2019_06_01::Models::ServiceEndpointPolicyDefinitionListResult
|
749
|
-
end
|
750
|
-
def device_properties
|
751
|
-
Azure::Network::Mgmt::V2019_06_01::Models::DeviceProperties
|
752
|
-
end
|
753
|
-
def bgp_service_community_list_result
|
754
|
-
Azure::Network::Mgmt::V2019_06_01::Models::BgpServiceCommunityListResult
|
755
|
-
end
|
756
|
-
def vpn_link_provider_properties
|
757
|
-
Azure::Network::Mgmt::V2019_06_01::Models::VpnLinkProviderProperties
|
758
|
-
end
|
759
771
|
def express_route_gateway_list
|
760
772
|
Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteGatewayList
|
761
773
|
end
|
762
|
-
def
|
763
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
774
|
+
def match_condition
|
775
|
+
Azure::Network::Mgmt::V2019_06_01::Models::MatchCondition
|
764
776
|
end
|
765
777
|
def express_route_connection_list
|
766
778
|
Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteConnectionList
|
767
779
|
end
|
768
|
-
def
|
769
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
780
|
+
def match_variable
|
781
|
+
Azure::Network::Mgmt::V2019_06_01::Models::MatchVariable
|
770
782
|
end
|
771
783
|
def express_route_ports_location_bandwidths
|
772
784
|
Azure::Network::Mgmt::V2019_06_01::Models::ExpressRoutePortsLocationBandwidths
|
773
785
|
end
|
774
|
-
def
|
775
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
786
|
+
def vpn_profile_response
|
787
|
+
Azure::Network::Mgmt::V2019_06_01::Models::VpnProfileResponse
|
776
788
|
end
|
777
|
-
def
|
778
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
789
|
+
def subnet_list_result
|
790
|
+
Azure::Network::Mgmt::V2019_06_01::Models::SubnetListResult
|
779
791
|
end
|
780
|
-
def
|
781
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
792
|
+
def service_endpoint_properties_format
|
793
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ServiceEndpointPropertiesFormat
|
782
794
|
end
|
783
795
|
def express_route_ports_location_list_result
|
784
796
|
Azure::Network::Mgmt::V2019_06_01::Models::ExpressRoutePortsLocationListResult
|
785
797
|
end
|
786
|
-
def
|
787
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
798
|
+
def vpn_client_connection_health
|
799
|
+
Azure::Network::Mgmt::V2019_06_01::Models::VpnClientConnectionHealth
|
788
800
|
end
|
789
|
-
def
|
790
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
801
|
+
def address_space
|
802
|
+
Azure::Network::Mgmt::V2019_06_01::Models::AddressSpace
|
791
803
|
end
|
792
|
-
def
|
793
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
804
|
+
def public_ipaddress_dns_settings
|
805
|
+
Azure::Network::Mgmt::V2019_06_01::Models::PublicIPAddressDnsSettings
|
794
806
|
end
|
795
807
|
def express_route_link_list_result
|
796
808
|
Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteLinkListResult
|
797
809
|
end
|
798
|
-
def
|
799
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
810
|
+
def ip_tag
|
811
|
+
Azure::Network::Mgmt::V2019_06_01::Models::IpTag
|
800
812
|
end
|
801
|
-
def
|
802
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
813
|
+
def usages_list_result
|
814
|
+
Azure::Network::Mgmt::V2019_06_01::Models::UsagesListResult
|
803
815
|
end
|
804
|
-
def
|
805
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
816
|
+
def virtual_wan_security_providers
|
817
|
+
Azure::Network::Mgmt::V2019_06_01::Models::VirtualWanSecurityProviders
|
806
818
|
end
|
807
819
|
def express_route_port_list_result
|
808
820
|
Azure::Network::Mgmt::V2019_06_01::Models::ExpressRoutePortListResult
|
809
821
|
end
|
810
|
-
def
|
811
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
822
|
+
def vpn_site_id
|
823
|
+
Azure::Network::Mgmt::V2019_06_01::Models::VpnSiteId
|
812
824
|
end
|
813
|
-
def
|
814
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
825
|
+
def usage
|
826
|
+
Azure::Network::Mgmt::V2019_06_01::Models::Usage
|
815
827
|
end
|
816
|
-
def
|
817
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
828
|
+
def list_vpn_site_link_connections_result
|
829
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ListVpnSiteLinkConnectionsResult
|
818
830
|
end
|
819
|
-
def
|
820
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
831
|
+
def firewall_policy_rule
|
832
|
+
Azure::Network::Mgmt::V2019_06_01::Models::FirewallPolicyRule
|
821
833
|
end
|
822
|
-
def
|
823
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
834
|
+
def list_vpn_gateways_result
|
835
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ListVpnGatewaysResult
|
824
836
|
end
|
825
|
-
def
|
826
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
837
|
+
def usage_name
|
838
|
+
Azure::Network::Mgmt::V2019_06_01::Models::UsageName
|
827
839
|
end
|
828
|
-
def
|
829
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
840
|
+
def virtual_hub_route_table
|
841
|
+
Azure::Network::Mgmt::V2019_06_01::Models::VirtualHubRouteTable
|
830
842
|
end
|
831
|
-
def
|
832
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
843
|
+
def firewall_policy_nat_rule_action
|
844
|
+
Azure::Network::Mgmt::V2019_06_01::Models::FirewallPolicyNatRuleAction
|
833
845
|
end
|
834
|
-
def
|
835
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
846
|
+
def get_vpn_sites_configuration_request
|
847
|
+
Azure::Network::Mgmt::V2019_06_01::Models::GetVpnSitesConfigurationRequest
|
836
848
|
end
|
837
|
-
def
|
838
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
849
|
+
def firewall_policy_rule_condition
|
850
|
+
Azure::Network::Mgmt::V2019_06_01::Models::FirewallPolicyRuleCondition
|
851
|
+
end
|
852
|
+
def list_vpn_site_links_result
|
853
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ListVpnSiteLinksResult
|
854
|
+
end
|
855
|
+
def service_tags_list_result
|
856
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ServiceTagsListResult
|
857
|
+
end
|
858
|
+
def list_vpn_sites_result
|
859
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ListVpnSitesResult
|
860
|
+
end
|
861
|
+
def firewall_policy_filter_rule_action
|
862
|
+
Azure::Network::Mgmt::V2019_06_01::Models::FirewallPolicyFilterRuleAction
|
839
863
|
end
|
840
864
|
def application_gateway_backend_health_http_settings
|
841
865
|
Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayBackendHealthHttpSettings
|
842
866
|
end
|
843
|
-
def
|
844
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
867
|
+
def service_tag_information
|
868
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ServiceTagInformation
|
845
869
|
end
|
846
870
|
def application_gateway_backend_health_pool
|
847
871
|
Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayBackendHealthPool
|
848
872
|
end
|
849
|
-
def
|
850
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
873
|
+
def firewall_policy_rule_condition_application_protocol
|
874
|
+
Azure::Network::Mgmt::V2019_06_01::Models::FirewallPolicyRuleConditionApplicationProtocol
|
851
875
|
end
|
852
876
|
def application_gateway_sku
|
853
877
|
Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewaySku
|
854
878
|
end
|
855
|
-
def
|
856
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
879
|
+
def service_tag_information_properties_format
|
880
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ServiceTagInformationPropertiesFormat
|
857
881
|
end
|
858
|
-
def
|
859
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
882
|
+
def vpn_link_bgp_settings
|
883
|
+
Azure::Network::Mgmt::V2019_06_01::Models::VpnLinkBgpSettings
|
860
884
|
end
|
861
|
-
def
|
862
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
885
|
+
def service_endpoint_policy_list_result
|
886
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ServiceEndpointPolicyListResult
|
863
887
|
end
|
864
|
-
def
|
865
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
888
|
+
def device_properties
|
889
|
+
Azure::Network::Mgmt::V2019_06_01::Models::DeviceProperties
|
866
890
|
end
|
867
|
-
def
|
868
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
891
|
+
def firewall_policy_list_result
|
892
|
+
Azure::Network::Mgmt::V2019_06_01::Models::FirewallPolicyListResult
|
869
893
|
end
|
870
|
-
def
|
871
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
894
|
+
def virtual_network_tap_list_result
|
895
|
+
Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkTapListResult
|
872
896
|
end
|
873
|
-
def
|
874
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
897
|
+
def firewall_policy_rule_group_list_result
|
898
|
+
Azure::Network::Mgmt::V2019_06_01::Models::FirewallPolicyRuleGroupListResult
|
875
899
|
end
|
876
900
|
def application_gateway_custom_error
|
877
901
|
Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayCustomError
|
878
902
|
end
|
879
|
-
def
|
880
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
903
|
+
def load_balancer_sku
|
904
|
+
Azure::Network::Mgmt::V2019_06_01::Models::LoadBalancerSku
|
881
905
|
end
|
882
|
-
def
|
883
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
906
|
+
def vpn_device_script_parameters
|
907
|
+
Azure::Network::Mgmt::V2019_06_01::Models::VpnDeviceScriptParameters
|
884
908
|
end
|
885
|
-
def
|
886
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
909
|
+
def service_endpoint_policy_definition_list_result
|
910
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ServiceEndpointPolicyDefinitionListResult
|
887
911
|
end
|
888
|
-
def
|
889
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
912
|
+
def virtual_network_connection_gateway_reference
|
913
|
+
Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkConnectionGatewayReference
|
890
914
|
end
|
891
|
-
def
|
892
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
915
|
+
def bgp_service_community_list_result
|
916
|
+
Azure::Network::Mgmt::V2019_06_01::Models::BgpServiceCommunityListResult
|
893
917
|
end
|
894
918
|
def application_gateway_header_configuration
|
895
919
|
Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayHeaderConfiguration
|
896
920
|
end
|
897
|
-
def
|
898
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
921
|
+
def bgpcommunity
|
922
|
+
Azure::Network::Mgmt::V2019_06_01::Models::BGPCommunity
|
899
923
|
end
|
900
924
|
def application_gateway_rewrite_rule
|
901
925
|
Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayRewriteRule
|
902
926
|
end
|
903
|
-
def
|
904
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
927
|
+
def route_list_result
|
928
|
+
Azure::Network::Mgmt::V2019_06_01::Models::RouteListResult
|
905
929
|
end
|
906
|
-
def
|
907
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
930
|
+
def vpn_client_ipsec_parameters
|
931
|
+
Azure::Network::Mgmt::V2019_06_01::Models::VpnClientIPsecParameters
|
908
932
|
end
|
909
|
-
def
|
910
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
933
|
+
def route_table_list_result
|
934
|
+
Azure::Network::Mgmt::V2019_06_01::Models::RouteTableListResult
|
911
935
|
end
|
912
936
|
def application_gateway_firewall_disabled_rule_group
|
913
937
|
Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayFirewallDisabledRuleGroup
|
914
938
|
end
|
915
|
-
def
|
916
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
939
|
+
def load_balancer_list_result
|
940
|
+
Azure::Network::Mgmt::V2019_06_01::Models::LoadBalancerListResult
|
917
941
|
end
|
918
942
|
def application_gateway_web_application_firewall_configuration
|
919
943
|
Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayWebApplicationFirewallConfiguration
|
920
944
|
end
|
921
|
-
def
|
922
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
945
|
+
def inbound_nat_rule_list_result
|
946
|
+
Azure::Network::Mgmt::V2019_06_01::Models::InboundNatRuleListResult
|
923
947
|
end
|
924
948
|
def managed_service_identity_user_assigned_identities_value
|
925
949
|
Azure::Network::Mgmt::V2019_06_01::Models::ManagedServiceIdentityUserAssignedIdentitiesValue
|
926
950
|
end
|
927
|
-
def
|
928
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
951
|
+
def load_balancer_backend_address_pool_list_result
|
952
|
+
Azure::Network::Mgmt::V2019_06_01::Models::LoadBalancerBackendAddressPoolListResult
|
929
953
|
end
|
930
|
-
def
|
931
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
954
|
+
def virtual_network_gateway_connection_list_result
|
955
|
+
Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkGatewayConnectionListResult
|
932
956
|
end
|
933
|
-
def
|
934
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
957
|
+
def load_balancer_frontend_ipconfiguration_list_result
|
958
|
+
Azure::Network::Mgmt::V2019_06_01::Models::LoadBalancerFrontendIPConfigurationListResult
|
935
959
|
end
|
936
960
|
def application_gateway_firewall_rule
|
937
961
|
Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayFirewallRule
|
938
962
|
end
|
939
|
-
def
|
940
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
941
|
-
end
|
942
|
-
def list_hub_virtual_network_connections_result
|
943
|
-
Azure::Network::Mgmt::V2019_06_01::Models::ListHubVirtualNetworkConnectionsResult
|
944
|
-
end
|
945
|
-
def application_gateway_available_waf_rule_sets_result
|
946
|
-
Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayAvailableWafRuleSetsResult
|
947
|
-
end
|
948
|
-
def virtual_network_list_usage_result
|
949
|
-
Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkListUsageResult
|
950
|
-
end
|
951
|
-
def public_ipaddress_list_result
|
952
|
-
Azure::Network::Mgmt::V2019_06_01::Models::PublicIPAddressListResult
|
953
|
-
end
|
954
|
-
def application_gateway_available_ssl_predefined_policies
|
955
|
-
Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayAvailableSslPredefinedPolicies
|
956
|
-
end
|
957
|
-
def operation_list_result
|
958
|
-
Azure::Network::Mgmt::V2019_06_01::Models::OperationListResult
|
959
|
-
end
|
960
|
-
def error_details
|
961
|
-
Azure::Network::Mgmt::V2019_06_01::Models::ErrorDetails
|
962
|
-
end
|
963
|
-
def referenced_public_ip_address
|
964
|
-
Azure::Network::Mgmt::V2019_06_01::Models::ReferencedPublicIpAddress
|
963
|
+
def load_balancer_load_balancing_rule_list_result
|
964
|
+
Azure::Network::Mgmt::V2019_06_01::Models::LoadBalancerLoadBalancingRuleListResult
|
965
965
|
end
|
966
|
-
def
|
967
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
966
|
+
def tunnel_connection_health
|
967
|
+
Azure::Network::Mgmt::V2019_06_01::Models::TunnelConnectionHealth
|
968
968
|
end
|
969
969
|
def load_balancer_outbound_rule_list_result
|
970
970
|
Azure::Network::Mgmt::V2019_06_01::Models::LoadBalancerOutboundRuleListResult
|
971
971
|
end
|
972
|
-
def
|
973
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
972
|
+
def gateway_route_list_result
|
973
|
+
Azure::Network::Mgmt::V2019_06_01::Models::GatewayRouteListResult
|
974
974
|
end
|
975
975
|
def load_balancer_probe_list_result
|
976
976
|
Azure::Network::Mgmt::V2019_06_01::Models::LoadBalancerProbeListResult
|
977
977
|
end
|
978
|
-
def
|
979
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
978
|
+
def application_gateway_available_ssl_predefined_policies
|
979
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayAvailableSslPredefinedPolicies
|
980
980
|
end
|
981
981
|
def network_interface_list_result
|
982
982
|
Azure::Network::Mgmt::V2019_06_01::Models::NetworkInterfaceListResult
|
983
983
|
end
|
984
|
-
def
|
985
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
984
|
+
def error_details
|
985
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ErrorDetails
|
986
986
|
end
|
987
987
|
def nat_gateway_sku
|
988
988
|
Azure::Network::Mgmt::V2019_06_01::Models::NatGatewaySku
|
989
989
|
end
|
990
|
-
def
|
991
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
990
|
+
def tags_object
|
991
|
+
Azure::Network::Mgmt::V2019_06_01::Models::TagsObject
|
992
992
|
end
|
993
|
-
def
|
994
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
993
|
+
def route_filter_rule_list_result
|
994
|
+
Azure::Network::Mgmt::V2019_06_01::Models::RouteFilterRuleListResult
|
995
995
|
end
|
996
|
-
def
|
997
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
996
|
+
def available_delegation
|
997
|
+
Azure::Network::Mgmt::V2019_06_01::Models::AvailableDelegation
|
998
998
|
end
|
999
999
|
def nat_gateway_list_result
|
1000
1000
|
Azure::Network::Mgmt::V2019_06_01::Models::NatGatewayListResult
|
1001
1001
|
end
|
1002
|
-
def
|
1003
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1002
|
+
def virtual_network_gateway_list_result
|
1003
|
+
Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkGatewayListResult
|
1004
1004
|
end
|
1005
1005
|
def azure_async_operation_result
|
1006
1006
|
Azure::Network::Mgmt::V2019_06_01::Models::AzureAsyncOperationResult
|
1007
1007
|
end
|
1008
|
-
def
|
1009
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1008
|
+
def hub_ipaddresses
|
1009
|
+
Azure::Network::Mgmt::V2019_06_01::Models::HubIPAddresses
|
1010
1010
|
end
|
1011
1011
|
def network_interface_tap_configuration_list_result
|
1012
1012
|
Azure::Network::Mgmt::V2019_06_01::Models::NetworkInterfaceTapConfigurationListResult
|
1013
1013
|
end
|
1014
|
-
def
|
1015
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1014
|
+
def azure_firewall_application_rule_protocol
|
1015
|
+
Azure::Network::Mgmt::V2019_06_01::Models::AzureFirewallApplicationRuleProtocol
|
1016
1016
|
end
|
1017
1017
|
def network_interface_ipconfiguration_list_result
|
1018
1018
|
Azure::Network::Mgmt::V2019_06_01::Models::NetworkInterfaceIPConfigurationListResult
|
1019
1019
|
end
|
1020
|
-
def
|
1021
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1020
|
+
def vpn_client_parameters
|
1021
|
+
Azure::Network::Mgmt::V2019_06_01::Models::VpnClientParameters
|
1022
1022
|
end
|
1023
1023
|
def network_interface_load_balancer_list_result
|
1024
1024
|
Azure::Network::Mgmt::V2019_06_01::Models::NetworkInterfaceLoadBalancerListResult
|
1025
1025
|
end
|
1026
|
-
def
|
1027
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1026
|
+
def azure_firewall_nat_rule
|
1027
|
+
Azure::Network::Mgmt::V2019_06_01::Models::AzureFirewallNatRule
|
1028
1028
|
end
|
1029
1029
|
def effective_network_security_group_association
|
1030
1030
|
Azure::Network::Mgmt::V2019_06_01::Models::EffectiveNetworkSecurityGroupAssociation
|
1031
1031
|
end
|
1032
|
-
def
|
1033
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1032
|
+
def azure_firewall_network_rule
|
1033
|
+
Azure::Network::Mgmt::V2019_06_01::Models::AzureFirewallNetworkRule
|
1034
1034
|
end
|
1035
1035
|
def effective_network_security_rule
|
1036
1036
|
Azure::Network::Mgmt::V2019_06_01::Models::EffectiveNetworkSecurityRule
|
1037
1037
|
end
|
1038
|
+
def bgp_settings
|
1039
|
+
Azure::Network::Mgmt::V2019_06_01::Models::BgpSettings
|
1040
|
+
end
|
1038
1041
|
def effective_network_security_group
|
1039
1042
|
Azure::Network::Mgmt::V2019_06_01::Models::EffectiveNetworkSecurityGroup
|
1040
1043
|
end
|
1041
|
-
def
|
1042
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1044
|
+
def vpn_client_configuration
|
1045
|
+
Azure::Network::Mgmt::V2019_06_01::Models::VpnClientConfiguration
|
1043
1046
|
end
|
1044
1047
|
def effective_network_security_group_list_result
|
1045
1048
|
Azure::Network::Mgmt::V2019_06_01::Models::EffectiveNetworkSecurityGroupListResult
|
1046
1049
|
end
|
1047
|
-
def
|
1048
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1050
|
+
def ipsec_policy
|
1051
|
+
Azure::Network::Mgmt::V2019_06_01::Models::IpsecPolicy
|
1049
1052
|
end
|
1050
1053
|
def effective_route
|
1051
1054
|
Azure::Network::Mgmt::V2019_06_01::Models::EffectiveRoute
|
1052
1055
|
end
|
1053
|
-
def
|
1054
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1055
|
-
end
|
1056
|
-
def application_gateway_on_demand_probe
|
1057
|
-
Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayOnDemandProbe
|
1056
|
+
def bastion_host_list_result
|
1057
|
+
Azure::Network::Mgmt::V2019_06_01::Models::BastionHostListResult
|
1058
1058
|
end
|
1059
|
-
def
|
1060
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1059
|
+
def effective_route_list_result
|
1060
|
+
Azure::Network::Mgmt::V2019_06_01::Models::EffectiveRouteListResult
|
1061
1061
|
end
|
1062
|
-
def
|
1063
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1062
|
+
def protocol_custom_settings_format
|
1063
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ProtocolCustomSettingsFormat
|
1064
1064
|
end
|
1065
|
-
def
|
1066
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1065
|
+
def route_filter_list_result
|
1066
|
+
Azure::Network::Mgmt::V2019_06_01::Models::RouteFilterListResult
|
1067
1067
|
end
|
1068
|
-
def
|
1069
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1068
|
+
def public_ipprefix_list_result
|
1069
|
+
Azure::Network::Mgmt::V2019_06_01::Models::PublicIPPrefixListResult
|
1070
1070
|
end
|
1071
|
-
def
|
1072
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1071
|
+
def ddos_protection_plan
|
1072
|
+
Azure::Network::Mgmt::V2019_06_01::Models::DdosProtectionPlan
|
1073
1073
|
end
|
1074
1074
|
def container_network_interface_ip_configuration
|
1075
1075
|
Azure::Network::Mgmt::V2019_06_01::Models::ContainerNetworkInterfaceIpConfiguration
|
1076
1076
|
end
|
1077
|
-
def
|
1078
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1077
|
+
def prepare_network_policies_request
|
1078
|
+
Azure::Network::Mgmt::V2019_06_01::Models::PrepareNetworkPoliciesRequest
|
1079
1079
|
end
|
1080
|
-
def
|
1081
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1080
|
+
def referenced_public_ip_address
|
1081
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ReferencedPublicIpAddress
|
1082
1082
|
end
|
1083
|
-
def
|
1084
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1083
|
+
def network_intent_policy_configuration
|
1084
|
+
Azure::Network::Mgmt::V2019_06_01::Models::NetworkIntentPolicyConfiguration
|
1085
1085
|
end
|
1086
|
-
def
|
1087
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1086
|
+
def public_ipprefix_sku
|
1087
|
+
Azure::Network::Mgmt::V2019_06_01::Models::PublicIPPrefixSku
|
1088
1088
|
end
|
1089
|
-
def
|
1090
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1089
|
+
def express_route_circuit_peering_config
|
1090
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitPeeringConfig
|
1091
1091
|
end
|
1092
1092
|
def network_profile_list_result
|
1093
1093
|
Azure::Network::Mgmt::V2019_06_01::Models::NetworkProfileListResult
|
1094
1094
|
end
|
1095
|
-
def
|
1096
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1095
|
+
def express_route_circuit_stats
|
1096
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitStats
|
1097
1097
|
end
|
1098
|
-
def
|
1099
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1098
|
+
def sub_resource
|
1099
|
+
Azure::Network::Mgmt::V2019_06_01::Models::SubResource
|
1100
1100
|
end
|
1101
|
-
def
|
1102
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1101
|
+
def virtual_network_list_usage_result
|
1102
|
+
Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkListUsageResult
|
1103
1103
|
end
|
1104
|
-
def
|
1105
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1104
|
+
def virtual_network_usage
|
1105
|
+
Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkUsage
|
1106
1106
|
end
|
1107
|
-
def
|
1108
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1107
|
+
def resource_set
|
1108
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ResourceSet
|
1109
1109
|
end
|
1110
|
-
def
|
1111
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1110
|
+
def express_route_circuit_peering_list_result
|
1111
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitPeeringListResult
|
1112
1112
|
end
|
1113
|
-
def
|
1114
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1113
|
+
def public_ipaddress_list_result
|
1114
|
+
Azure::Network::Mgmt::V2019_06_01::Models::PublicIPAddressListResult
|
1115
1115
|
end
|
1116
|
-
def
|
1117
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1116
|
+
def peer_express_route_circuit_connection_list_result
|
1117
|
+
Azure::Network::Mgmt::V2019_06_01::Models::PeerExpressRouteCircuitConnectionListResult
|
1118
1118
|
end
|
1119
|
-
def
|
1120
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1119
|
+
def auto_approved_private_link_services_result
|
1120
|
+
Azure::Network::Mgmt::V2019_06_01::Models::AutoApprovedPrivateLinkServicesResult
|
1121
|
+
end
|
1122
|
+
def express_route_circuit_service_provider_properties
|
1123
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitServiceProviderProperties
|
1121
1124
|
end
|
1122
1125
|
def network_watcher_list_result
|
1123
1126
|
Azure::Network::Mgmt::V2019_06_01::Models::NetworkWatcherListResult
|
1124
1127
|
end
|
1125
|
-
def
|
1126
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1128
|
+
def express_route_circuit_arp_table
|
1129
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitArpTable
|
1127
1130
|
end
|
1128
1131
|
def topology_parameters
|
1129
1132
|
Azure::Network::Mgmt::V2019_06_01::Models::TopologyParameters
|
1130
1133
|
end
|
1131
|
-
def
|
1132
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1134
|
+
def express_route_circuit_routes_table
|
1135
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitRoutesTable
|
1133
1136
|
end
|
1134
1137
|
def topology_association
|
1135
1138
|
Azure::Network::Mgmt::V2019_06_01::Models::TopologyAssociation
|
1136
1139
|
end
|
1137
|
-
def
|
1138
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1140
|
+
def express_route_circuit_routes_table_summary
|
1141
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitRoutesTableSummary
|
1139
1142
|
end
|
1140
1143
|
def topology_resource
|
1141
1144
|
Azure::Network::Mgmt::V2019_06_01::Models::TopologyResource
|
1142
1145
|
end
|
1143
|
-
def
|
1144
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1146
|
+
def express_route_circuit_list_result
|
1147
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitListResult
|
1145
1148
|
end
|
1146
1149
|
def topology
|
1147
1150
|
Azure::Network::Mgmt::V2019_06_01::Models::Topology
|
1148
1151
|
end
|
1149
|
-
def
|
1150
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1152
|
+
def virtual_network_list_result
|
1153
|
+
Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkListResult
|
1151
1154
|
end
|
1152
1155
|
def verification_ipflow_parameters
|
1153
1156
|
Azure::Network::Mgmt::V2019_06_01::Models::VerificationIPFlowParameters
|
1154
1157
|
end
|
1155
|
-
def
|
1156
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1158
|
+
def express_route_cross_connection_routes_table_summary
|
1159
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCrossConnectionRoutesTableSummary
|
1157
1160
|
end
|
1158
1161
|
def verification_ipflow_result
|
1159
1162
|
Azure::Network::Mgmt::V2019_06_01::Models::VerificationIPFlowResult
|
1160
1163
|
end
|
1161
|
-
def
|
1162
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1164
|
+
def express_route_circuit_reference
|
1165
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitReference
|
1163
1166
|
end
|
1164
1167
|
def next_hop_parameters
|
1165
1168
|
Azure::Network::Mgmt::V2019_06_01::Models::NextHopParameters
|
1166
1169
|
end
|
1167
|
-
def
|
1168
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1170
|
+
def virtual_network_peering_list_result
|
1171
|
+
Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkPeeringListResult
|
1169
1172
|
end
|
1170
1173
|
def next_hop_result
|
1171
1174
|
Azure::Network::Mgmt::V2019_06_01::Models::NextHopResult
|
1172
1175
|
end
|
1173
|
-
def
|
1174
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1176
|
+
def express_route_cross_connection_peering_list
|
1177
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCrossConnectionPeeringList
|
1175
1178
|
end
|
1176
1179
|
def security_group_view_parameters
|
1177
1180
|
Azure::Network::Mgmt::V2019_06_01::Models::SecurityGroupViewParameters
|
1178
1181
|
end
|
1179
|
-
def
|
1180
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1182
|
+
def express_route_circuit_peering_id
|
1183
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitPeeringId
|
1181
1184
|
end
|
1182
1185
|
def network_interface_association
|
1183
1186
|
Azure::Network::Mgmt::V2019_06_01::Models::NetworkInterfaceAssociation
|
1184
1187
|
end
|
1185
|
-
def
|
1186
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1188
|
+
def express_route_gateway_properties_auto_scale_configuration
|
1189
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteGatewayPropertiesAutoScaleConfiguration
|
1187
1190
|
end
|
1188
1191
|
def subnet_association
|
1189
1192
|
Azure::Network::Mgmt::V2019_06_01::Models::SubnetAssociation
|
1190
1193
|
end
|
1191
|
-
def
|
1192
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1194
|
+
def web_application_firewall_custom_rule
|
1195
|
+
Azure::Network::Mgmt::V2019_06_01::Models::WebApplicationFirewallCustomRule
|
1193
1196
|
end
|
1194
1197
|
def security_rule_associations
|
1195
1198
|
Azure::Network::Mgmt::V2019_06_01::Models::SecurityRuleAssociations
|
1196
1199
|
end
|
1197
|
-
def
|
1198
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1200
|
+
def policy_settings
|
1201
|
+
Azure::Network::Mgmt::V2019_06_01::Models::PolicySettings
|
1199
1202
|
end
|
1200
1203
|
def security_group_network_interface
|
1201
1204
|
Azure::Network::Mgmt::V2019_06_01::Models::SecurityGroupNetworkInterface
|
1202
1205
|
end
|
1203
|
-
def
|
1204
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1206
|
+
def list_p2_svpn_gateways_result
|
1207
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ListP2SVpnGatewaysResult
|
1205
1208
|
end
|
1206
1209
|
def security_group_view_result
|
1207
1210
|
Azure::Network::Mgmt::V2019_06_01::Models::SecurityGroupViewResult
|
1208
1211
|
end
|
1209
|
-
def
|
1210
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1212
|
+
def ddos_settings
|
1213
|
+
Azure::Network::Mgmt::V2019_06_01::Models::DdosSettings
|
1211
1214
|
end
|
1212
1215
|
def packet_capture_storage_location
|
1213
1216
|
Azure::Network::Mgmt::V2019_06_01::Models::PacketCaptureStorageLocation
|
1214
1217
|
end
|
1215
|
-
def
|
1216
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1218
|
+
def virtual_wan_security_provider
|
1219
|
+
Azure::Network::Mgmt::V2019_06_01::Models::VirtualWanSecurityProvider
|
1217
1220
|
end
|
1218
1221
|
def packet_capture_filter
|
1219
1222
|
Azure::Network::Mgmt::V2019_06_01::Models::PacketCaptureFilter
|
1220
1223
|
end
|
1221
|
-
def
|
1222
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1224
|
+
def list_vpn_connections_result
|
1225
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ListVpnConnectionsResult
|
1223
1226
|
end
|
1224
1227
|
def packet_capture_parameters
|
1225
1228
|
Azure::Network::Mgmt::V2019_06_01::Models::PacketCaptureParameters
|
1226
1229
|
end
|
1227
|
-
def
|
1228
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1230
|
+
def virtual_hub_route
|
1231
|
+
Azure::Network::Mgmt::V2019_06_01::Models::VirtualHubRoute
|
1229
1232
|
end
|
1230
1233
|
def packet_capture
|
1231
1234
|
Azure::Network::Mgmt::V2019_06_01::Models::PacketCapture
|
1232
1235
|
end
|
1233
|
-
def
|
1234
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1236
|
+
def application_gateway_connection_draining
|
1237
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayConnectionDraining
|
1235
1238
|
end
|
1236
1239
|
def packet_capture_result
|
1237
1240
|
Azure::Network::Mgmt::V2019_06_01::Models::PacketCaptureResult
|
1238
1241
|
end
|
1239
|
-
def
|
1240
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1242
|
+
def application_gateway_backend_health_on_demand
|
1243
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayBackendHealthOnDemand
|
1241
1244
|
end
|
1242
1245
|
def packet_capture_list_result
|
1243
1246
|
Azure::Network::Mgmt::V2019_06_01::Models::PacketCaptureListResult
|
1244
1247
|
end
|
1245
|
-
def
|
1246
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1248
|
+
def application_gateway_ssl_policy
|
1249
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewaySslPolicy
|
1247
1250
|
end
|
1248
1251
|
def packet_capture_query_status_result
|
1249
1252
|
Azure::Network::Mgmt::V2019_06_01::Models::PacketCaptureQueryStatusResult
|
1250
1253
|
end
|
1251
|
-
def
|
1252
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1254
|
+
def list_virtual_wans_result
|
1255
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ListVirtualWANsResult
|
1253
1256
|
end
|
1254
1257
|
def troubleshooting_parameters
|
1255
1258
|
Azure::Network::Mgmt::V2019_06_01::Models::TroubleshootingParameters
|
1256
1259
|
end
|
1257
|
-
def
|
1258
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1260
|
+
def vpn_client_connection_health_detail
|
1261
|
+
Azure::Network::Mgmt::V2019_06_01::Models::VpnClientConnectionHealthDetail
|
1259
1262
|
end
|
1260
1263
|
def query_troubleshooting_parameters
|
1261
1264
|
Azure::Network::Mgmt::V2019_06_01::Models::QueryTroubleshootingParameters
|
1262
1265
|
end
|
1263
|
-
def
|
1264
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1266
|
+
def application_gateway_rewrite_rule_condition
|
1267
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayRewriteRuleCondition
|
1265
1268
|
end
|
1266
1269
|
def troubleshooting_recommended_actions
|
1267
1270
|
Azure::Network::Mgmt::V2019_06_01::Models::TroubleshootingRecommendedActions
|
1268
1271
|
end
|
1269
|
-
def
|
1270
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1272
|
+
def local_network_gateway_list_result
|
1273
|
+
Azure::Network::Mgmt::V2019_06_01::Models::LocalNetworkGatewayListResult
|
1271
1274
|
end
|
1272
1275
|
def troubleshooting_details
|
1273
1276
|
Azure::Network::Mgmt::V2019_06_01::Models::TroubleshootingDetails
|
1274
1277
|
end
|
1275
|
-
def
|
1276
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1278
|
+
def application_gateway_firewall_exclusion
|
1279
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayFirewallExclusion
|
1277
1280
|
end
|
1278
1281
|
def troubleshooting_result
|
1279
1282
|
Azure::Network::Mgmt::V2019_06_01::Models::TroubleshootingResult
|
1280
1283
|
end
|
1281
|
-
def
|
1282
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1284
|
+
def managed_service_identity
|
1285
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ManagedServiceIdentity
|
1283
1286
|
end
|
1284
1287
|
def retention_policy_parameters
|
1285
1288
|
Azure::Network::Mgmt::V2019_06_01::Models::RetentionPolicyParameters
|
1286
1289
|
end
|
1287
|
-
def
|
1288
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1290
|
+
def application_gateway_firewall_rule_group
|
1291
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayFirewallRuleGroup
|
1289
1292
|
end
|
1290
1293
|
def flow_log_format_parameters
|
1291
1294
|
Azure::Network::Mgmt::V2019_06_01::Models::FlowLogFormatParameters
|
1292
1295
|
end
|
1293
|
-
def
|
1294
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1296
|
+
def bgp_peer_status_list_result
|
1297
|
+
Azure::Network::Mgmt::V2019_06_01::Models::BgpPeerStatusListResult
|
1295
1298
|
end
|
1296
1299
|
def flow_log_status_parameters
|
1297
1300
|
Azure::Network::Mgmt::V2019_06_01::Models::FlowLogStatusParameters
|
1298
1301
|
end
|
1299
|
-
def
|
1300
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1301
|
-
end
|
1302
|
+
def error
|
1303
|
+
Azure::Network::Mgmt::V2019_06_01::Models::Error
|
1304
|
+
end
|
1302
1305
|
def traffic_analytics_configuration_properties
|
1303
1306
|
Azure::Network::Mgmt::V2019_06_01::Models::TrafficAnalyticsConfigurationProperties
|
1304
1307
|
end
|
1305
|
-
def
|
1306
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1308
|
+
def available_delegations_result
|
1309
|
+
Azure::Network::Mgmt::V2019_06_01::Models::AvailableDelegationsResult
|
1307
1310
|
end
|
1308
1311
|
def traffic_analytics_properties
|
1309
1312
|
Azure::Network::Mgmt::V2019_06_01::Models::TrafficAnalyticsProperties
|
1310
1313
|
end
|
1311
|
-
def
|
1312
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1314
|
+
def azure_firewall_rcaction
|
1315
|
+
Azure::Network::Mgmt::V2019_06_01::Models::AzureFirewallRCAction
|
1313
1316
|
end
|
1314
1317
|
def flow_log_information
|
1315
1318
|
Azure::Network::Mgmt::V2019_06_01::Models::FlowLogInformation
|
1316
1319
|
end
|
1317
|
-
def
|
1318
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1320
|
+
def azure_firewall_nat_rcaction
|
1321
|
+
Azure::Network::Mgmt::V2019_06_01::Models::AzureFirewallNatRCAction
|
1319
1322
|
end
|
1320
1323
|
def connectivity_source
|
1321
1324
|
Azure::Network::Mgmt::V2019_06_01::Models::ConnectivitySource
|
1322
1325
|
end
|
1323
|
-
def
|
1324
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1326
|
+
def bgp_peer_status
|
1327
|
+
Azure::Network::Mgmt::V2019_06_01::Models::BgpPeerStatus
|
1325
1328
|
end
|
1326
1329
|
def connectivity_destination
|
1327
1330
|
Azure::Network::Mgmt::V2019_06_01::Models::ConnectivityDestination
|
1328
1331
|
end
|
1329
|
-
def
|
1330
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1332
|
+
def azure_firewall_fqdn_tag_list_result
|
1333
|
+
Azure::Network::Mgmt::V2019_06_01::Models::AzureFirewallFqdnTagListResult
|
1331
1334
|
end
|
1332
1335
|
def httpheader
|
1333
1336
|
Azure::Network::Mgmt::V2019_06_01::Models::HTTPHeader
|
1334
1337
|
end
|
1335
|
-
def
|
1336
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1338
|
+
def dns_name_availability_result
|
1339
|
+
Azure::Network::Mgmt::V2019_06_01::Models::DnsNameAvailabilityResult
|
1337
1340
|
end
|
1338
1341
|
def httpconfiguration
|
1339
1342
|
Azure::Network::Mgmt::V2019_06_01::Models::HTTPConfiguration
|
1340
1343
|
end
|
1341
|
-
def express_route_circuit_list_result
|
1342
|
-
Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitListResult
|
1343
|
-
end
|
1344
1344
|
def protocol_configuration
|
1345
1345
|
Azure::Network::Mgmt::V2019_06_01::Models::ProtocolConfiguration
|
1346
1346
|
end
|
1347
|
-
def
|
1348
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1347
|
+
def endpoint_services_list_result
|
1348
|
+
Azure::Network::Mgmt::V2019_06_01::Models::EndpointServicesListResult
|
1349
1349
|
end
|
1350
1350
|
def connectivity_parameters
|
1351
1351
|
Azure::Network::Mgmt::V2019_06_01::Models::ConnectivityParameters
|
1352
1352
|
end
|
1353
|
-
def
|
1354
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1353
|
+
def ipv6_express_route_circuit_peering_config
|
1354
|
+
Azure::Network::Mgmt::V2019_06_01::Models::Ipv6ExpressRouteCircuitPeeringConfig
|
1355
1355
|
end
|
1356
1356
|
def connectivity_issue
|
1357
1357
|
Azure::Network::Mgmt::V2019_06_01::Models::ConnectivityIssue
|
1358
1358
|
end
|
1359
|
-
def
|
1360
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1359
|
+
def virtual_network_usage_name
|
1360
|
+
Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkUsageName
|
1361
1361
|
end
|
1362
1362
|
def connectivity_hop
|
1363
1363
|
Azure::Network::Mgmt::V2019_06_01::Models::ConnectivityHop
|
1364
1364
|
end
|
1365
|
-
def
|
1366
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1365
|
+
def express_route_circuit_sku
|
1366
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitSku
|
1367
1367
|
end
|
1368
1368
|
def connectivity_information
|
1369
1369
|
Azure::Network::Mgmt::V2019_06_01::Models::ConnectivityInformation
|
1370
1370
|
end
|
1371
|
-
def
|
1372
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1371
|
+
def express_route_circuits_arp_table_list_result
|
1372
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitsArpTableListResult
|
1373
1373
|
end
|
1374
1374
|
def azure_reachability_report_location
|
1375
1375
|
Azure::Network::Mgmt::V2019_06_01::Models::AzureReachabilityReportLocation
|
1376
1376
|
end
|
1377
|
-
def
|
1378
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1377
|
+
def express_route_circuits_routes_table_summary_list_result
|
1378
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitsRoutesTableSummaryListResult
|
1379
1379
|
end
|
1380
1380
|
def azure_reachability_report_parameters
|
1381
1381
|
Azure::Network::Mgmt::V2019_06_01::Models::AzureReachabilityReportParameters
|
1382
1382
|
end
|
1383
|
-
def
|
1384
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1383
|
+
def express_route_service_provider_list_result
|
1384
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteServiceProviderListResult
|
1385
1385
|
end
|
1386
1386
|
def azure_reachability_report_latency_info
|
1387
1387
|
Azure::Network::Mgmt::V2019_06_01::Models::AzureReachabilityReportLatencyInfo
|
1388
1388
|
end
|
1389
|
-
def
|
1390
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1389
|
+
def dhcp_options
|
1390
|
+
Azure::Network::Mgmt::V2019_06_01::Models::DhcpOptions
|
1391
1391
|
end
|
1392
1392
|
def azure_reachability_report_item
|
1393
1393
|
Azure::Network::Mgmt::V2019_06_01::Models::AzureReachabilityReportItem
|
1394
1394
|
end
|
1395
|
-
def
|
1396
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1395
|
+
def virtual_hub_id
|
1396
|
+
Azure::Network::Mgmt::V2019_06_01::Models::VirtualHubId
|
1397
1397
|
end
|
1398
1398
|
def azure_reachability_report
|
1399
1399
|
Azure::Network::Mgmt::V2019_06_01::Models::AzureReachabilityReport
|
1400
1400
|
end
|
1401
|
-
def
|
1402
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1401
|
+
def web_application_firewall_policy_list_result
|
1402
|
+
Azure::Network::Mgmt::V2019_06_01::Models::WebApplicationFirewallPolicyListResult
|
1403
1403
|
end
|
1404
1404
|
def available_providers_list_parameters
|
1405
1405
|
Azure::Network::Mgmt::V2019_06_01::Models::AvailableProvidersListParameters
|
1406
1406
|
end
|
1407
|
-
def
|
1408
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1407
|
+
def p2_svpn_profile_parameters
|
1408
|
+
Azure::Network::Mgmt::V2019_06_01::Models::P2SVpnProfileParameters
|
1409
1409
|
end
|
1410
1410
|
def available_providers_list_city
|
1411
1411
|
Azure::Network::Mgmt::V2019_06_01::Models::AvailableProvidersListCity
|
1412
1412
|
end
|
1413
|
-
def
|
1414
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1413
|
+
def list_p2_svpn_server_configurations_result
|
1414
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ListP2SVpnServerConfigurationsResult
|
1415
1415
|
end
|
1416
1416
|
def available_providers_list_state
|
1417
1417
|
Azure::Network::Mgmt::V2019_06_01::Models::AvailableProvidersListState
|
1418
1418
|
end
|
1419
|
-
def
|
1420
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1419
|
+
def list_virtual_hubs_result
|
1420
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ListVirtualHubsResult
|
1421
1421
|
end
|
1422
1422
|
def available_providers_list_country
|
1423
1423
|
Azure::Network::Mgmt::V2019_06_01::Models::AvailableProvidersListCountry
|
1424
1424
|
end
|
1425
|
-
def
|
1426
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1425
|
+
def application_gateway_backend_health_server
|
1426
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayBackendHealthServer
|
1427
1427
|
end
|
1428
1428
|
def available_providers_list
|
1429
1429
|
Azure::Network::Mgmt::V2019_06_01::Models::AvailableProvidersList
|
1430
1430
|
end
|
1431
|
-
def
|
1432
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1431
|
+
def vpn_link_provider_properties
|
1432
|
+
Azure::Network::Mgmt::V2019_06_01::Models::VpnLinkProviderProperties
|
1433
1433
|
end
|
1434
1434
|
def connection_monitor_source
|
1435
1435
|
Azure::Network::Mgmt::V2019_06_01::Models::ConnectionMonitorSource
|
1436
1436
|
end
|
1437
|
-
def
|
1438
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1437
|
+
def virtual_network_gateway_list_connections_result
|
1438
|
+
Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkGatewayListConnectionsResult
|
1439
1439
|
end
|
1440
1440
|
def connection_monitor_destination
|
1441
1441
|
Azure::Network::Mgmt::V2019_06_01::Models::ConnectionMonitorDestination
|
1442
1442
|
end
|
1443
|
-
def
|
1444
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1443
|
+
def connection_reset_shared_key
|
1444
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ConnectionResetSharedKey
|
1445
1445
|
end
|
1446
1446
|
def connection_monitor_parameters
|
1447
1447
|
Azure::Network::Mgmt::V2019_06_01::Models::ConnectionMonitorParameters
|
1448
1448
|
end
|
1449
|
-
def
|
1450
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1449
|
+
def application_gateway_list_result
|
1450
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayListResult
|
1451
1451
|
end
|
1452
1452
|
def connection_monitor
|
1453
1453
|
Azure::Network::Mgmt::V2019_06_01::Models::ConnectionMonitor
|
1454
1454
|
end
|
1455
|
-
def
|
1456
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1455
|
+
def resource
|
1456
|
+
Azure::Network::Mgmt::V2019_06_01::Models::Resource
|
1457
1457
|
end
|
1458
1458
|
def connection_monitor_result
|
1459
1459
|
Azure::Network::Mgmt::V2019_06_01::Models::ConnectionMonitorResult
|
1460
1460
|
end
|
1461
|
-
def
|
1462
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1461
|
+
def azure_firewall_public_ipaddress
|
1462
|
+
Azure::Network::Mgmt::V2019_06_01::Models::AzureFirewallPublicIPAddress
|
1463
1463
|
end
|
1464
1464
|
def connection_monitor_list_result
|
1465
1465
|
Azure::Network::Mgmt::V2019_06_01::Models::ConnectionMonitorListResult
|
1466
1466
|
end
|
1467
|
-
def
|
1468
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1467
|
+
def gateway_route
|
1468
|
+
Azure::Network::Mgmt::V2019_06_01::Models::GatewayRoute
|
1469
1469
|
end
|
1470
1470
|
def connection_state_snapshot
|
1471
1471
|
Azure::Network::Mgmt::V2019_06_01::Models::ConnectionStateSnapshot
|
1472
1472
|
end
|
1473
|
-
def
|
1474
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1473
|
+
def virtual_network_gateway_sku
|
1474
|
+
Azure::Network::Mgmt::V2019_06_01::Models::VirtualNetworkGatewaySku
|
1475
1475
|
end
|
1476
1476
|
def connection_monitor_query_result
|
1477
1477
|
Azure::Network::Mgmt::V2019_06_01::Models::ConnectionMonitorQueryResult
|
1478
1478
|
end
|
1479
|
-
def
|
1480
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1479
|
+
def ddos_protection_plan_list_result
|
1480
|
+
Azure::Network::Mgmt::V2019_06_01::Models::DdosProtectionPlanListResult
|
1481
1481
|
end
|
1482
1482
|
def network_configuration_diagnostic_profile
|
1483
1483
|
Azure::Network::Mgmt::V2019_06_01::Models::NetworkConfigurationDiagnosticProfile
|
1484
1484
|
end
|
1485
|
-
def
|
1486
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1485
|
+
def express_route_connection_id
|
1486
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteConnectionId
|
1487
1487
|
end
|
1488
1488
|
def network_configuration_diagnostic_parameters
|
1489
1489
|
Azure::Network::Mgmt::V2019_06_01::Models::NetworkConfigurationDiagnosticParameters
|
1490
1490
|
end
|
1491
|
-
def
|
1492
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1491
|
+
def ipaddress_availability_result
|
1492
|
+
Azure::Network::Mgmt::V2019_06_01::Models::IPAddressAvailabilityResult
|
1493
1493
|
end
|
1494
1494
|
def matched_rule
|
1495
1495
|
Azure::Network::Mgmt::V2019_06_01::Models::MatchedRule
|
1496
1496
|
end
|
1497
|
-
def
|
1498
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1497
|
+
def express_route_service_provider_bandwidths_offered
|
1498
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteServiceProviderBandwidthsOffered
|
1499
1499
|
end
|
1500
1500
|
def network_security_rules_evaluation_result
|
1501
1501
|
Azure::Network::Mgmt::V2019_06_01::Models::NetworkSecurityRulesEvaluationResult
|
1502
1502
|
end
|
1503
|
-
def
|
1504
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1503
|
+
def express_route_cross_connection_list_result
|
1504
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCrossConnectionListResult
|
1505
1505
|
end
|
1506
1506
|
def evaluated_network_security_group
|
1507
1507
|
Azure::Network::Mgmt::V2019_06_01::Models::EvaluatedNetworkSecurityGroup
|
1508
1508
|
end
|
1509
|
-
def
|
1510
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1509
|
+
def network_interface_dns_settings
|
1510
|
+
Azure::Network::Mgmt::V2019_06_01::Models::NetworkInterfaceDnsSettings
|
1511
1511
|
end
|
1512
1512
|
def network_security_group_result
|
1513
1513
|
Azure::Network::Mgmt::V2019_06_01::Models::NetworkSecurityGroupResult
|
1514
1514
|
end
|
1515
|
-
def
|
1516
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1515
|
+
def list_hub_virtual_network_connections_result
|
1516
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ListHubVirtualNetworkConnectionsResult
|
1517
1517
|
end
|
1518
1518
|
def network_configuration_diagnostic_result
|
1519
1519
|
Azure::Network::Mgmt::V2019_06_01::Models::NetworkConfigurationDiagnosticResult
|
1520
1520
|
end
|
1521
|
-
def
|
1522
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1521
|
+
def application_gateway_backend_health
|
1522
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayBackendHealth
|
1523
1523
|
end
|
1524
1524
|
def network_configuration_diagnostic_response
|
1525
1525
|
Azure::Network::Mgmt::V2019_06_01::Models::NetworkConfigurationDiagnosticResponse
|
1526
1526
|
end
|
1527
|
-
def
|
1528
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1527
|
+
def application_gateway_rewrite_rule_action_set
|
1528
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayRewriteRuleActionSet
|
1529
1529
|
end
|
1530
1530
|
def operation_display
|
1531
1531
|
Azure::Network::Mgmt::V2019_06_01::Models::OperationDisplay
|
1532
1532
|
end
|
1533
|
+
def application_gateway_available_waf_rule_sets_result
|
1534
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayAvailableWafRuleSetsResult
|
1535
|
+
end
|
1533
1536
|
def availability
|
1534
1537
|
Azure::Network::Mgmt::V2019_06_01::Models::Availability
|
1535
1538
|
end
|
1536
|
-
def
|
1537
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1539
|
+
def azure_firewall_application_rule
|
1540
|
+
Azure::Network::Mgmt::V2019_06_01::Models::AzureFirewallApplicationRule
|
1538
1541
|
end
|
1539
1542
|
def dimension
|
1540
1543
|
Azure::Network::Mgmt::V2019_06_01::Models::Dimension
|
1541
1544
|
end
|
1542
|
-
def
|
1543
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1545
|
+
def unprepare_network_policies_request
|
1546
|
+
Azure::Network::Mgmt::V2019_06_01::Models::UnprepareNetworkPoliciesRequest
|
1544
1547
|
end
|
1545
1548
|
def metric_specification
|
1546
1549
|
Azure::Network::Mgmt::V2019_06_01::Models::MetricSpecification
|
1547
1550
|
end
|
1548
|
-
def
|
1549
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1551
|
+
def express_route_circuit_connection_list_result
|
1552
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitConnectionListResult
|
1550
1553
|
end
|
1551
1554
|
def log_specification
|
1552
1555
|
Azure::Network::Mgmt::V2019_06_01::Models::LogSpecification
|
1553
1556
|
end
|
1554
|
-
def
|
1555
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1557
|
+
def express_route_cross_connections_routes_table_summary_list_result
|
1558
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCrossConnectionsRoutesTableSummaryListResult
|
1556
1559
|
end
|
1557
1560
|
def operation_properties_format_service_specification
|
1558
1561
|
Azure::Network::Mgmt::V2019_06_01::Models::OperationPropertiesFormatServiceSpecification
|
1559
1562
|
end
|
1560
|
-
def
|
1561
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1563
|
+
def public_ipaddress_sku
|
1564
|
+
Azure::Network::Mgmt::V2019_06_01::Models::PublicIPAddressSku
|
1562
1565
|
end
|
1563
1566
|
def operation
|
1564
1567
|
Azure::Network::Mgmt::V2019_06_01::Models::Operation
|
1565
1568
|
end
|
1569
|
+
def vpn_client_connection_health_detail_list_result
|
1570
|
+
Azure::Network::Mgmt::V2019_06_01::Models::VpnClientConnectionHealthDetailListResult
|
1571
|
+
end
|
1572
|
+
def operation_list_result
|
1573
|
+
Azure::Network::Mgmt::V2019_06_01::Models::OperationListResult
|
1574
|
+
end
|
1575
|
+
def application_security_group_list_result
|
1576
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ApplicationSecurityGroupListResult
|
1577
|
+
end
|
1578
|
+
def private_endpoint_list_result
|
1579
|
+
Azure::Network::Mgmt::V2019_06_01::Models::PrivateEndpointListResult
|
1580
|
+
end
|
1581
|
+
def authorization_list_result
|
1582
|
+
Azure::Network::Mgmt::V2019_06_01::Models::AuthorizationListResult
|
1583
|
+
end
|
1584
|
+
def available_private_endpoint_type
|
1585
|
+
Azure::Network::Mgmt::V2019_06_01::Models::AvailablePrivateEndpointType
|
1586
|
+
end
|
1587
|
+
def express_route_gateway_properties_auto_scale_configuration_bounds
|
1588
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds
|
1589
|
+
end
|
1590
|
+
def available_private_endpoint_types_result
|
1591
|
+
Azure::Network::Mgmt::V2019_06_01::Models::AvailablePrivateEndpointTypesResult
|
1592
|
+
end
|
1593
|
+
def application_gateway_autoscale_configuration
|
1594
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayAutoscaleConfiguration
|
1595
|
+
end
|
1596
|
+
def auto_approved_private_link_service
|
1597
|
+
Azure::Network::Mgmt::V2019_06_01::Models::AutoApprovedPrivateLinkService
|
1598
|
+
end
|
1599
|
+
def express_route_circuits_routes_table_list_result
|
1600
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ExpressRouteCircuitsRoutesTableListResult
|
1601
|
+
end
|
1602
|
+
def private_link_service_visibility
|
1603
|
+
Azure::Network::Mgmt::V2019_06_01::Models::PrivateLinkServiceVisibility
|
1604
|
+
end
|
1605
|
+
def azure_firewall_list_result
|
1606
|
+
Azure::Network::Mgmt::V2019_06_01::Models::AzureFirewallListResult
|
1607
|
+
end
|
1608
|
+
def check_private_link_service_visibility_request
|
1609
|
+
Azure::Network::Mgmt::V2019_06_01::Models::CheckPrivateLinkServiceVisibilityRequest
|
1610
|
+
end
|
1611
|
+
def application_gateway_backend_address
|
1612
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ApplicationGatewayBackendAddress
|
1613
|
+
end
|
1614
|
+
def private_link_service_list_result
|
1615
|
+
Azure::Network::Mgmt::V2019_06_01::Models::PrivateLinkServiceListResult
|
1616
|
+
end
|
1566
1617
|
def network_interface_tap_configuration
|
1567
1618
|
Azure::Network::Mgmt::V2019_06_01::Models::NetworkInterfaceTapConfiguration
|
1568
1619
|
end
|
@@ -1758,17 +1809,23 @@ module Azure::Network::Profiles::Latest
|
|
1758
1809
|
def express_route_port
|
1759
1810
|
Azure::Network::Mgmt::V2019_06_01::Models::ExpressRoutePort
|
1760
1811
|
end
|
1761
|
-
def
|
1762
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1812
|
+
def firewall_policy
|
1813
|
+
Azure::Network::Mgmt::V2019_06_01::Models::FirewallPolicy
|
1763
1814
|
end
|
1764
|
-
def
|
1765
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1815
|
+
def firewall_policy_rule_group
|
1816
|
+
Azure::Network::Mgmt::V2019_06_01::Models::FirewallPolicyRuleGroup
|
1766
1817
|
end
|
1767
|
-
def
|
1768
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1818
|
+
def firewall_policy_nat_rule
|
1819
|
+
Azure::Network::Mgmt::V2019_06_01::Models::FirewallPolicyNatRule
|
1769
1820
|
end
|
1770
|
-
def
|
1771
|
-
Azure::Network::Mgmt::V2019_06_01::Models::
|
1821
|
+
def firewall_policy_filter_rule
|
1822
|
+
Azure::Network::Mgmt::V2019_06_01::Models::FirewallPolicyFilterRule
|
1823
|
+
end
|
1824
|
+
def application_rule_condition
|
1825
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ApplicationRuleCondition
|
1826
|
+
end
|
1827
|
+
def network_rule_condition
|
1828
|
+
Azure::Network::Mgmt::V2019_06_01::Models::NetworkRuleCondition
|
1772
1829
|
end
|
1773
1830
|
def load_balancing_rule
|
1774
1831
|
Azure::Network::Mgmt::V2019_06_01::Models::LoadBalancingRule
|
@@ -1803,6 +1860,21 @@ module Azure::Network::Profiles::Latest
|
|
1803
1860
|
def network_watcher
|
1804
1861
|
Azure::Network::Mgmt::V2019_06_01::Models::NetworkWatcher
|
1805
1862
|
end
|
1863
|
+
def private_link_service_ip_configuration
|
1864
|
+
Azure::Network::Mgmt::V2019_06_01::Models::PrivateLinkServiceIpConfiguration
|
1865
|
+
end
|
1866
|
+
def private_endpoint_connection
|
1867
|
+
Azure::Network::Mgmt::V2019_06_01::Models::PrivateEndpointConnection
|
1868
|
+
end
|
1869
|
+
def private_link_service_properties_visibility
|
1870
|
+
Azure::Network::Mgmt::V2019_06_01::Models::PrivateLinkServicePropertiesVisibility
|
1871
|
+
end
|
1872
|
+
def private_link_service_properties_auto_approval
|
1873
|
+
Azure::Network::Mgmt::V2019_06_01::Models::PrivateLinkServicePropertiesAutoApproval
|
1874
|
+
end
|
1875
|
+
def private_link_service
|
1876
|
+
Azure::Network::Mgmt::V2019_06_01::Models::PrivateLinkService
|
1877
|
+
end
|
1806
1878
|
def public_ipprefix
|
1807
1879
|
Azure::Network::Mgmt::V2019_06_01::Models::PublicIPPrefix
|
1808
1880
|
end
|
@@ -1917,6 +1989,9 @@ module Azure::Network::Profiles::Latest
|
|
1917
1989
|
def security_rule_direction
|
1918
1990
|
Azure::Network::Mgmt::V2019_06_01::Models::SecurityRuleDirection
|
1919
1991
|
end
|
1992
|
+
def provisioning_state
|
1993
|
+
Azure::Network::Mgmt::V2019_06_01::Models::ProvisioningState
|
1994
|
+
end
|
1920
1995
|
def route_next_hop_type
|
1921
1996
|
Azure::Network::Mgmt::V2019_06_01::Models::RouteNextHopType
|
1922
1997
|
end
|
@@ -1971,9 +2046,6 @@ module Azure::Network::Profiles::Latest
|
|
1971
2046
|
def resource_identity_type
|
1972
2047
|
Azure::Network::Mgmt::V2019_06_01::Models::ResourceIdentityType
|
1973
2048
|
end
|
1974
|
-
def provisioning_state
|
1975
|
-
Azure::Network::Mgmt::V2019_06_01::Models::ProvisioningState
|
1976
|
-
end
|
1977
2049
|
def azure_firewall_rcaction_type
|
1978
2050
|
Azure::Network::Mgmt::V2019_06_01::Models::AzureFirewallRCActionType
|
1979
2051
|
end
|
@@ -2031,6 +2103,18 @@ module Azure::Network::Profiles::Latest
|
|
2031
2103
|
def express_route_ports_encapsulation
|
2032
2104
|
Azure::Network::Mgmt::V2019_06_01::Models::ExpressRoutePortsEncapsulation
|
2033
2105
|
end
|
2106
|
+
def firewall_policy_nat_rule_action_type
|
2107
|
+
Azure::Network::Mgmt::V2019_06_01::Models::FirewallPolicyNatRuleActionType
|
2108
|
+
end
|
2109
|
+
def firewall_policy_filter_rule_action_type
|
2110
|
+
Azure::Network::Mgmt::V2019_06_01::Models::FirewallPolicyFilterRuleActionType
|
2111
|
+
end
|
2112
|
+
def firewall_policy_rule_condition_application_protocol_type
|
2113
|
+
Azure::Network::Mgmt::V2019_06_01::Models::FirewallPolicyRuleConditionApplicationProtocolType
|
2114
|
+
end
|
2115
|
+
def firewall_policy_rule_condition_network_protocol
|
2116
|
+
Azure::Network::Mgmt::V2019_06_01::Models::FirewallPolicyRuleConditionNetworkProtocol
|
2117
|
+
end
|
2034
2118
|
def load_balancer_sku_name
|
2035
2119
|
Azure::Network::Mgmt::V2019_06_01::Models::LoadBalancerSkuName
|
2036
2120
|
end
|