azure_sdk 0.28.0 → 0.29.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -74,6 +74,7 @@ module Azure::Profiles::Latest
74
74
  SnapshotObjectType = Azure::CognitiveServices::Face::V1_0::Models::SnapshotObjectType
75
75
  OperationStatusType = Azure::CognitiveServices::Face::V1_0::Models::OperationStatusType
76
76
  FaceAttributeType = Azure::CognitiveServices::Face::V1_0::Models::FaceAttributeType
77
+ DetectionModel = Azure::CognitiveServices::Face::V1_0::Models::DetectionModel
77
78
  end
78
79
 
79
80
  class FaceDataClass
@@ -287,6 +288,9 @@ module Azure::Profiles::Latest
287
288
  def face_attribute_type
288
289
  Azure::CognitiveServices::Face::V1_0::Models::FaceAttributeType
289
290
  end
291
+ def detection_model
292
+ Azure::CognitiveServices::Face::V1_0::Models::DetectionModel
293
+ end
290
294
  end
291
295
  end
292
296
  end
@@ -56,6 +56,7 @@ module Azure::Profiles::Latest
56
56
  SslEnforcementEnum = Azure::MariaDB::Mgmt::V2018_06_01::Models::SslEnforcementEnum
57
57
  ServerState = Azure::MariaDB::Mgmt::V2018_06_01::Models::ServerState
58
58
  GeoRedundantBackup = Azure::MariaDB::Mgmt::V2018_06_01::Models::GeoRedundantBackup
59
+ StorageAutogrow = Azure::MariaDB::Mgmt::V2018_06_01::Models::StorageAutogrow
59
60
  SkuTier = Azure::MariaDB::Mgmt::V2018_06_01::Models::SkuTier
60
61
  VirtualNetworkRuleState = Azure::MariaDB::Mgmt::V2018_06_01::Models::VirtualNetworkRuleState
61
62
  OperationOrigin = Azure::MariaDB::Mgmt::V2018_06_01::Models::OperationOrigin
@@ -210,6 +211,9 @@ module Azure::Profiles::Latest
210
211
  def geo_redundant_backup
211
212
  Azure::MariaDB::Mgmt::V2018_06_01::Models::GeoRedundantBackup
212
213
  end
214
+ def storage_autogrow
215
+ Azure::MariaDB::Mgmt::V2018_06_01::Models::StorageAutogrow
216
+ end
213
217
  def sku_tier
214
218
  Azure::MariaDB::Mgmt::V2018_06_01::Models::SkuTier
215
219
  end
@@ -0,0 +1,233 @@
1
+ # encoding: utf-8
2
+ # Copyright (c) Microsoft Corporation. All rights reserved.
3
+ # Licensed under the MIT License. See License.txt in the project root for license information.
4
+
5
+ require 'azure_mgmt_mysql'
6
+
7
+ module Azure::Profiles::Latest
8
+ module Mysql
9
+ module Mgmt
10
+ Servers = Azure::Mysql::Mgmt::V2017_12_01::Servers
11
+ Replicas = Azure::Mysql::Mgmt::V2017_12_01::Replicas
12
+ FirewallRules = Azure::Mysql::Mgmt::V2017_12_01::FirewallRules
13
+ VirtualNetworkRules = Azure::Mysql::Mgmt::V2017_12_01::VirtualNetworkRules
14
+ Databases = Azure::Mysql::Mgmt::V2017_12_01::Databases
15
+ Configurations = Azure::Mysql::Mgmt::V2017_12_01::Configurations
16
+ LogFiles = Azure::Mysql::Mgmt::V2017_12_01::LogFiles
17
+ LocationBasedPerformanceTier = Azure::Mysql::Mgmt::V2017_12_01::LocationBasedPerformanceTier
18
+ CheckNameAvailability = Azure::Mysql::Mgmt::V2017_12_01::CheckNameAvailability
19
+ ServerSecurityAlertPolicies = Azure::Mysql::Mgmt::V2017_12_01::ServerSecurityAlertPolicies
20
+ Operations = Azure::Mysql::Mgmt::V2017_12_01::Operations
21
+
22
+ module Models
23
+ VirtualNetworkRuleListResult = Azure::Mysql::Mgmt::V2017_12_01::Models::VirtualNetworkRuleListResult
24
+ FirewallRuleListResult = Azure::Mysql::Mgmt::V2017_12_01::Models::FirewallRuleListResult
25
+ NameAvailabilityRequest = Azure::Mysql::Mgmt::V2017_12_01::Models::NameAvailabilityRequest
26
+ StorageProfile = Azure::Mysql::Mgmt::V2017_12_01::Models::StorageProfile
27
+ ProxyResource = Azure::Mysql::Mgmt::V2017_12_01::Models::ProxyResource
28
+ NameAvailability = Azure::Mysql::Mgmt::V2017_12_01::Models::NameAvailability
29
+ PerformanceTierListResult = Azure::Mysql::Mgmt::V2017_12_01::Models::PerformanceTierListResult
30
+ Operation = Azure::Mysql::Mgmt::V2017_12_01::Models::Operation
31
+ PerformanceTierServiceLevelObjectives = Azure::Mysql::Mgmt::V2017_12_01::Models::PerformanceTierServiceLevelObjectives
32
+ ServerPropertiesForCreate = Azure::Mysql::Mgmt::V2017_12_01::Models::ServerPropertiesForCreate
33
+ LogFileListResult = Azure::Mysql::Mgmt::V2017_12_01::Models::LogFileListResult
34
+ OperationListResult = Azure::Mysql::Mgmt::V2017_12_01::Models::OperationListResult
35
+ ServerUpdateParameters = Azure::Mysql::Mgmt::V2017_12_01::Models::ServerUpdateParameters
36
+ PerformanceTierProperties = Azure::Mysql::Mgmt::V2017_12_01::Models::PerformanceTierProperties
37
+ DatabaseListResult = Azure::Mysql::Mgmt::V2017_12_01::Models::DatabaseListResult
38
+ ServerForCreate = Azure::Mysql::Mgmt::V2017_12_01::Models::ServerForCreate
39
+ Sku = Azure::Mysql::Mgmt::V2017_12_01::Models::Sku
40
+ ConfigurationListResult = Azure::Mysql::Mgmt::V2017_12_01::Models::ConfigurationListResult
41
+ ServerListResult = Azure::Mysql::Mgmt::V2017_12_01::Models::ServerListResult
42
+ OperationDisplay = Azure::Mysql::Mgmt::V2017_12_01::Models::OperationDisplay
43
+ TrackedResource = Azure::Mysql::Mgmt::V2017_12_01::Models::TrackedResource
44
+ ServerPropertiesForDefaultCreate = Azure::Mysql::Mgmt::V2017_12_01::Models::ServerPropertiesForDefaultCreate
45
+ ServerPropertiesForRestore = Azure::Mysql::Mgmt::V2017_12_01::Models::ServerPropertiesForRestore
46
+ ServerPropertiesForGeoRestore = Azure::Mysql::Mgmt::V2017_12_01::Models::ServerPropertiesForGeoRestore
47
+ ServerPropertiesForReplica = Azure::Mysql::Mgmt::V2017_12_01::Models::ServerPropertiesForReplica
48
+ Server = Azure::Mysql::Mgmt::V2017_12_01::Models::Server
49
+ FirewallRule = Azure::Mysql::Mgmt::V2017_12_01::Models::FirewallRule
50
+ VirtualNetworkRule = Azure::Mysql::Mgmt::V2017_12_01::Models::VirtualNetworkRule
51
+ Database = Azure::Mysql::Mgmt::V2017_12_01::Models::Database
52
+ Configuration = Azure::Mysql::Mgmt::V2017_12_01::Models::Configuration
53
+ LogFile = Azure::Mysql::Mgmt::V2017_12_01::Models::LogFile
54
+ ServerSecurityAlertPolicy = Azure::Mysql::Mgmt::V2017_12_01::Models::ServerSecurityAlertPolicy
55
+ ServerVersion = Azure::Mysql::Mgmt::V2017_12_01::Models::ServerVersion
56
+ SslEnforcementEnum = Azure::Mysql::Mgmt::V2017_12_01::Models::SslEnforcementEnum
57
+ ServerState = Azure::Mysql::Mgmt::V2017_12_01::Models::ServerState
58
+ GeoRedundantBackup = Azure::Mysql::Mgmt::V2017_12_01::Models::GeoRedundantBackup
59
+ StorageAutogrow = Azure::Mysql::Mgmt::V2017_12_01::Models::StorageAutogrow
60
+ SkuTier = Azure::Mysql::Mgmt::V2017_12_01::Models::SkuTier
61
+ VirtualNetworkRuleState = Azure::Mysql::Mgmt::V2017_12_01::Models::VirtualNetworkRuleState
62
+ OperationOrigin = Azure::Mysql::Mgmt::V2017_12_01::Models::OperationOrigin
63
+ ServerSecurityAlertPolicyState = Azure::Mysql::Mgmt::V2017_12_01::Models::ServerSecurityAlertPolicyState
64
+ end
65
+
66
+ class MysqlManagementClass
67
+ attr_reader :servers, :replicas, :firewall_rules, :virtual_network_rules, :databases, :configurations, :log_files, :location_based_performance_tier, :check_name_availability, :server_security_alert_policies, :operations, :configurable, :base_url, :options, :model_classes
68
+
69
+ def initialize(configurable, base_url=nil, options=nil)
70
+ @configurable, @base_url, @options = configurable, base_url, options
71
+
72
+ @client_0 = Azure::Mysql::Mgmt::V2017_12_01::MySQLManagementClient.new(configurable.credentials, base_url, options)
73
+ if(@client_0.respond_to?(:subscription_id))
74
+ @client_0.subscription_id = configurable.subscription_id
75
+ end
76
+ add_telemetry(@client_0)
77
+ @servers = @client_0.servers
78
+ @replicas = @client_0.replicas
79
+ @firewall_rules = @client_0.firewall_rules
80
+ @virtual_network_rules = @client_0.virtual_network_rules
81
+ @databases = @client_0.databases
82
+ @configurations = @client_0.configurations
83
+ @log_files = @client_0.log_files
84
+ @location_based_performance_tier = @client_0.location_based_performance_tier
85
+ @check_name_availability = @client_0.check_name_availability
86
+ @server_security_alert_policies = @client_0.server_security_alert_policies
87
+ @operations = @client_0.operations
88
+
89
+ @model_classes = ModelClasses.new
90
+ end
91
+
92
+ def add_telemetry(client)
93
+ profile_information = "Profiles/azure_sdk/#{Azure::VERSION}/Latest/Mysql/Mgmt"
94
+ client.add_user_agent_information(profile_information)
95
+ end
96
+
97
+ def method_missing(method, *args)
98
+ if @client_0.respond_to?method
99
+ @client_0.send(method, *args)
100
+ else
101
+ super
102
+ end
103
+ end
104
+
105
+ class ModelClasses
106
+ def virtual_network_rule_list_result
107
+ Azure::Mysql::Mgmt::V2017_12_01::Models::VirtualNetworkRuleListResult
108
+ end
109
+ def firewall_rule_list_result
110
+ Azure::Mysql::Mgmt::V2017_12_01::Models::FirewallRuleListResult
111
+ end
112
+ def name_availability_request
113
+ Azure::Mysql::Mgmt::V2017_12_01::Models::NameAvailabilityRequest
114
+ end
115
+ def storage_profile
116
+ Azure::Mysql::Mgmt::V2017_12_01::Models::StorageProfile
117
+ end
118
+ def proxy_resource
119
+ Azure::Mysql::Mgmt::V2017_12_01::Models::ProxyResource
120
+ end
121
+ def name_availability
122
+ Azure::Mysql::Mgmt::V2017_12_01::Models::NameAvailability
123
+ end
124
+ def performance_tier_list_result
125
+ Azure::Mysql::Mgmt::V2017_12_01::Models::PerformanceTierListResult
126
+ end
127
+ def operation
128
+ Azure::Mysql::Mgmt::V2017_12_01::Models::Operation
129
+ end
130
+ def performance_tier_service_level_objectives
131
+ Azure::Mysql::Mgmt::V2017_12_01::Models::PerformanceTierServiceLevelObjectives
132
+ end
133
+ def server_properties_for_create
134
+ Azure::Mysql::Mgmt::V2017_12_01::Models::ServerPropertiesForCreate
135
+ end
136
+ def log_file_list_result
137
+ Azure::Mysql::Mgmt::V2017_12_01::Models::LogFileListResult
138
+ end
139
+ def operation_list_result
140
+ Azure::Mysql::Mgmt::V2017_12_01::Models::OperationListResult
141
+ end
142
+ def server_update_parameters
143
+ Azure::Mysql::Mgmt::V2017_12_01::Models::ServerUpdateParameters
144
+ end
145
+ def performance_tier_properties
146
+ Azure::Mysql::Mgmt::V2017_12_01::Models::PerformanceTierProperties
147
+ end
148
+ def database_list_result
149
+ Azure::Mysql::Mgmt::V2017_12_01::Models::DatabaseListResult
150
+ end
151
+ def server_for_create
152
+ Azure::Mysql::Mgmt::V2017_12_01::Models::ServerForCreate
153
+ end
154
+ def sku
155
+ Azure::Mysql::Mgmt::V2017_12_01::Models::Sku
156
+ end
157
+ def configuration_list_result
158
+ Azure::Mysql::Mgmt::V2017_12_01::Models::ConfigurationListResult
159
+ end
160
+ def server_list_result
161
+ Azure::Mysql::Mgmt::V2017_12_01::Models::ServerListResult
162
+ end
163
+ def operation_display
164
+ Azure::Mysql::Mgmt::V2017_12_01::Models::OperationDisplay
165
+ end
166
+ def tracked_resource
167
+ Azure::Mysql::Mgmt::V2017_12_01::Models::TrackedResource
168
+ end
169
+ def server_properties_for_default_create
170
+ Azure::Mysql::Mgmt::V2017_12_01::Models::ServerPropertiesForDefaultCreate
171
+ end
172
+ def server_properties_for_restore
173
+ Azure::Mysql::Mgmt::V2017_12_01::Models::ServerPropertiesForRestore
174
+ end
175
+ def server_properties_for_geo_restore
176
+ Azure::Mysql::Mgmt::V2017_12_01::Models::ServerPropertiesForGeoRestore
177
+ end
178
+ def server_properties_for_replica
179
+ Azure::Mysql::Mgmt::V2017_12_01::Models::ServerPropertiesForReplica
180
+ end
181
+ def server
182
+ Azure::Mysql::Mgmt::V2017_12_01::Models::Server
183
+ end
184
+ def firewall_rule
185
+ Azure::Mysql::Mgmt::V2017_12_01::Models::FirewallRule
186
+ end
187
+ def virtual_network_rule
188
+ Azure::Mysql::Mgmt::V2017_12_01::Models::VirtualNetworkRule
189
+ end
190
+ def database
191
+ Azure::Mysql::Mgmt::V2017_12_01::Models::Database
192
+ end
193
+ def configuration
194
+ Azure::Mysql::Mgmt::V2017_12_01::Models::Configuration
195
+ end
196
+ def log_file
197
+ Azure::Mysql::Mgmt::V2017_12_01::Models::LogFile
198
+ end
199
+ def server_security_alert_policy
200
+ Azure::Mysql::Mgmt::V2017_12_01::Models::ServerSecurityAlertPolicy
201
+ end
202
+ def server_version
203
+ Azure::Mysql::Mgmt::V2017_12_01::Models::ServerVersion
204
+ end
205
+ def ssl_enforcement_enum
206
+ Azure::Mysql::Mgmt::V2017_12_01::Models::SslEnforcementEnum
207
+ end
208
+ def server_state
209
+ Azure::Mysql::Mgmt::V2017_12_01::Models::ServerState
210
+ end
211
+ def geo_redundant_backup
212
+ Azure::Mysql::Mgmt::V2017_12_01::Models::GeoRedundantBackup
213
+ end
214
+ def storage_autogrow
215
+ Azure::Mysql::Mgmt::V2017_12_01::Models::StorageAutogrow
216
+ end
217
+ def sku_tier
218
+ Azure::Mysql::Mgmt::V2017_12_01::Models::SkuTier
219
+ end
220
+ def virtual_network_rule_state
221
+ Azure::Mysql::Mgmt::V2017_12_01::Models::VirtualNetworkRuleState
222
+ end
223
+ def operation_origin
224
+ Azure::Mysql::Mgmt::V2017_12_01::Models::OperationOrigin
225
+ end
226
+ def server_security_alert_policy_state
227
+ Azure::Mysql::Mgmt::V2017_12_01::Models::ServerSecurityAlertPolicyState
228
+ end
229
+ end
230
+ end
231
+ end
232
+ end
233
+ end
@@ -7,551 +7,578 @@ require 'azure_mgmt_network'
7
7
  module Azure::Profiles::Latest
8
8
  module Network
9
9
  module Mgmt
10
- ApplicationGateways = Azure::Network::Mgmt::V2019_02_01::ApplicationGateways
11
- ApplicationSecurityGroups = Azure::Network::Mgmt::V2019_02_01::ApplicationSecurityGroups
12
- AvailableDelegations = Azure::Network::Mgmt::V2019_02_01::AvailableDelegations
13
- AvailableResourceGroupDelegations = Azure::Network::Mgmt::V2019_02_01::AvailableResourceGroupDelegations
14
- AzureFirewalls = Azure::Network::Mgmt::V2019_02_01::AzureFirewalls
15
- AzureFirewallFqdnTags = Azure::Network::Mgmt::V2019_02_01::AzureFirewallFqdnTags
16
- DdosCustomPolicies = Azure::Network::Mgmt::V2019_02_01::DdosCustomPolicies
17
- DdosProtectionPlans = Azure::Network::Mgmt::V2019_02_01::DdosProtectionPlans
18
- AvailableEndpointServices = Azure::Network::Mgmt::V2019_02_01::AvailableEndpointServices
19
- ExpressRouteCircuitAuthorizations = Azure::Network::Mgmt::V2019_02_01::ExpressRouteCircuitAuthorizations
20
- ExpressRouteCircuitPeerings = Azure::Network::Mgmt::V2019_02_01::ExpressRouteCircuitPeerings
21
- ExpressRouteCircuitConnections = Azure::Network::Mgmt::V2019_02_01::ExpressRouteCircuitConnections
22
- PeerExpressRouteCircuitConnections = Azure::Network::Mgmt::V2019_02_01::PeerExpressRouteCircuitConnections
23
- ExpressRouteCircuits = Azure::Network::Mgmt::V2019_02_01::ExpressRouteCircuits
24
- ExpressRouteServiceProviders = Azure::Network::Mgmt::V2019_02_01::ExpressRouteServiceProviders
25
- ExpressRouteCrossConnections = Azure::Network::Mgmt::V2019_02_01::ExpressRouteCrossConnections
26
- ExpressRouteCrossConnectionPeerings = Azure::Network::Mgmt::V2019_02_01::ExpressRouteCrossConnectionPeerings
27
- ExpressRouteGateways = Azure::Network::Mgmt::V2019_02_01::ExpressRouteGateways
28
- ExpressRouteConnections = Azure::Network::Mgmt::V2019_02_01::ExpressRouteConnections
29
- ExpressRoutePortsLocations = Azure::Network::Mgmt::V2019_02_01::ExpressRoutePortsLocations
30
- ExpressRoutePorts = Azure::Network::Mgmt::V2019_02_01::ExpressRoutePorts
31
- ExpressRouteLinks = Azure::Network::Mgmt::V2019_02_01::ExpressRouteLinks
32
- InterfaceEndpoints = Azure::Network::Mgmt::V2019_02_01::InterfaceEndpoints
33
- LoadBalancers = Azure::Network::Mgmt::V2019_02_01::LoadBalancers
34
- LoadBalancerBackendAddressPools = Azure::Network::Mgmt::V2019_02_01::LoadBalancerBackendAddressPools
35
- LoadBalancerFrontendIPConfigurations = Azure::Network::Mgmt::V2019_02_01::LoadBalancerFrontendIPConfigurations
36
- InboundNatRules = Azure::Network::Mgmt::V2019_02_01::InboundNatRules
37
- LoadBalancerLoadBalancingRules = Azure::Network::Mgmt::V2019_02_01::LoadBalancerLoadBalancingRules
38
- LoadBalancerOutboundRules = Azure::Network::Mgmt::V2019_02_01::LoadBalancerOutboundRules
39
- LoadBalancerNetworkInterfaces = Azure::Network::Mgmt::V2019_02_01::LoadBalancerNetworkInterfaces
40
- LoadBalancerProbes = Azure::Network::Mgmt::V2019_02_01::LoadBalancerProbes
41
- NatGateways = Azure::Network::Mgmt::V2019_02_01::NatGateways
42
- NetworkInterfaces = Azure::Network::Mgmt::V2019_02_01::NetworkInterfaces
43
- NetworkInterfaceIPConfigurations = Azure::Network::Mgmt::V2019_02_01::NetworkInterfaceIPConfigurations
44
- NetworkInterfaceLoadBalancers = Azure::Network::Mgmt::V2019_02_01::NetworkInterfaceLoadBalancers
45
- NetworkInterfaceTapConfigurations = Azure::Network::Mgmt::V2019_02_01::NetworkInterfaceTapConfigurations
46
- NetworkProfiles = Azure::Network::Mgmt::V2019_02_01::NetworkProfiles
47
- NetworkSecurityGroups = Azure::Network::Mgmt::V2019_02_01::NetworkSecurityGroups
48
- SecurityRules = Azure::Network::Mgmt::V2019_02_01::SecurityRules
49
- DefaultSecurityRules = Azure::Network::Mgmt::V2019_02_01::DefaultSecurityRules
50
- NetworkWatchers = Azure::Network::Mgmt::V2019_02_01::NetworkWatchers
51
- PacketCaptures = Azure::Network::Mgmt::V2019_02_01::PacketCaptures
52
- ConnectionMonitors = Azure::Network::Mgmt::V2019_02_01::ConnectionMonitors
53
- Operations = Azure::Network::Mgmt::V2019_02_01::Operations
54
- PublicIPAddresses = Azure::Network::Mgmt::V2019_02_01::PublicIPAddresses
55
- PublicIPPrefixes = Azure::Network::Mgmt::V2019_02_01::PublicIPPrefixes
56
- RouteFilters = Azure::Network::Mgmt::V2019_02_01::RouteFilters
57
- RouteFilterRules = Azure::Network::Mgmt::V2019_02_01::RouteFilterRules
58
- RouteTables = Azure::Network::Mgmt::V2019_02_01::RouteTables
59
- Routes = Azure::Network::Mgmt::V2019_02_01::Routes
60
- BgpServiceCommunities = Azure::Network::Mgmt::V2019_02_01::BgpServiceCommunities
61
- ServiceEndpointPolicies = Azure::Network::Mgmt::V2019_02_01::ServiceEndpointPolicies
62
- ServiceEndpointPolicyDefinitions = Azure::Network::Mgmt::V2019_02_01::ServiceEndpointPolicyDefinitions
63
- Usages = Azure::Network::Mgmt::V2019_02_01::Usages
64
- VirtualNetworks = Azure::Network::Mgmt::V2019_02_01::VirtualNetworks
65
- Subnets = Azure::Network::Mgmt::V2019_02_01::Subnets
66
- VirtualNetworkPeerings = Azure::Network::Mgmt::V2019_02_01::VirtualNetworkPeerings
67
- VirtualNetworkGateways = Azure::Network::Mgmt::V2019_02_01::VirtualNetworkGateways
68
- VirtualNetworkGatewayConnections = Azure::Network::Mgmt::V2019_02_01::VirtualNetworkGatewayConnections
69
- LocalNetworkGateways = Azure::Network::Mgmt::V2019_02_01::LocalNetworkGateways
70
- VirtualNetworkTaps = Azure::Network::Mgmt::V2019_02_01::VirtualNetworkTaps
71
- VirtualWans = Azure::Network::Mgmt::V2019_02_01::VirtualWans
72
- VpnSites = Azure::Network::Mgmt::V2019_02_01::VpnSites
73
- VpnSitesConfiguration = Azure::Network::Mgmt::V2019_02_01::VpnSitesConfiguration
74
- VirtualHubs = Azure::Network::Mgmt::V2019_02_01::VirtualHubs
75
- HubVirtualNetworkConnections = Azure::Network::Mgmt::V2019_02_01::HubVirtualNetworkConnections
76
- VpnGateways = Azure::Network::Mgmt::V2019_02_01::VpnGateways
77
- VpnConnections = Azure::Network::Mgmt::V2019_02_01::VpnConnections
78
- P2sVpnServerConfigurations = Azure::Network::Mgmt::V2019_02_01::P2sVpnServerConfigurations
79
- P2sVpnGateways = Azure::Network::Mgmt::V2019_02_01::P2sVpnGateways
80
- WebApplicationFirewallPolicies = Azure::Network::Mgmt::V2019_02_01::WebApplicationFirewallPolicies
10
+ ApplicationGateways = Azure::Network::Mgmt::V2019_04_01::ApplicationGateways
11
+ ApplicationSecurityGroups = Azure::Network::Mgmt::V2019_04_01::ApplicationSecurityGroups
12
+ AvailableDelegations = Azure::Network::Mgmt::V2019_04_01::AvailableDelegations
13
+ AvailableResourceGroupDelegations = Azure::Network::Mgmt::V2019_04_01::AvailableResourceGroupDelegations
14
+ AvailablePrivateEndpointTypes = Azure::Network::Mgmt::V2019_04_01::AvailablePrivateEndpointTypes
15
+ AvailableResourceGroupPrivateEndpointTypes = Azure::Network::Mgmt::V2019_04_01::AvailableResourceGroupPrivateEndpointTypes
16
+ AzureFirewalls = Azure::Network::Mgmt::V2019_04_01::AzureFirewalls
17
+ AzureFirewallFqdnTags = Azure::Network::Mgmt::V2019_04_01::AzureFirewallFqdnTags
18
+ BastionHosts = Azure::Network::Mgmt::V2019_04_01::BastionHosts
19
+ DdosCustomPolicies = Azure::Network::Mgmt::V2019_04_01::DdosCustomPolicies
20
+ DdosProtectionPlans = Azure::Network::Mgmt::V2019_04_01::DdosProtectionPlans
21
+ AvailableEndpointServices = Azure::Network::Mgmt::V2019_04_01::AvailableEndpointServices
22
+ ExpressRouteCircuitAuthorizations = Azure::Network::Mgmt::V2019_04_01::ExpressRouteCircuitAuthorizations
23
+ ExpressRouteCircuitPeerings = Azure::Network::Mgmt::V2019_04_01::ExpressRouteCircuitPeerings
24
+ ExpressRouteCircuitConnections = Azure::Network::Mgmt::V2019_04_01::ExpressRouteCircuitConnections
25
+ PeerExpressRouteCircuitConnections = Azure::Network::Mgmt::V2019_04_01::PeerExpressRouteCircuitConnections
26
+ ExpressRouteCircuits = Azure::Network::Mgmt::V2019_04_01::ExpressRouteCircuits
27
+ ExpressRouteServiceProviders = Azure::Network::Mgmt::V2019_04_01::ExpressRouteServiceProviders
28
+ ExpressRouteCrossConnections = Azure::Network::Mgmt::V2019_04_01::ExpressRouteCrossConnections
29
+ ExpressRouteCrossConnectionPeerings = Azure::Network::Mgmt::V2019_04_01::ExpressRouteCrossConnectionPeerings
30
+ ExpressRouteGateways = Azure::Network::Mgmt::V2019_04_01::ExpressRouteGateways
31
+ ExpressRouteConnections = Azure::Network::Mgmt::V2019_04_01::ExpressRouteConnections
32
+ ExpressRoutePortsLocations = Azure::Network::Mgmt::V2019_04_01::ExpressRoutePortsLocations
33
+ ExpressRoutePorts = Azure::Network::Mgmt::V2019_04_01::ExpressRoutePorts
34
+ ExpressRouteLinks = Azure::Network::Mgmt::V2019_04_01::ExpressRouteLinks
35
+ PrivateEndpoints = Azure::Network::Mgmt::V2019_04_01::PrivateEndpoints
36
+ PrivateLinkServices = Azure::Network::Mgmt::V2019_04_01::PrivateLinkServices
37
+ LoadBalancers = Azure::Network::Mgmt::V2019_04_01::LoadBalancers
38
+ LoadBalancerBackendAddressPools = Azure::Network::Mgmt::V2019_04_01::LoadBalancerBackendAddressPools
39
+ LoadBalancerFrontendIPConfigurations = Azure::Network::Mgmt::V2019_04_01::LoadBalancerFrontendIPConfigurations
40
+ InboundNatRules = Azure::Network::Mgmt::V2019_04_01::InboundNatRules
41
+ LoadBalancerLoadBalancingRules = Azure::Network::Mgmt::V2019_04_01::LoadBalancerLoadBalancingRules
42
+ LoadBalancerOutboundRules = Azure::Network::Mgmt::V2019_04_01::LoadBalancerOutboundRules
43
+ LoadBalancerNetworkInterfaces = Azure::Network::Mgmt::V2019_04_01::LoadBalancerNetworkInterfaces
44
+ LoadBalancerProbes = Azure::Network::Mgmt::V2019_04_01::LoadBalancerProbes
45
+ NatGateways = Azure::Network::Mgmt::V2019_04_01::NatGateways
46
+ NetworkInterfaces = Azure::Network::Mgmt::V2019_04_01::NetworkInterfaces
47
+ NetworkInterfaceIPConfigurations = Azure::Network::Mgmt::V2019_04_01::NetworkInterfaceIPConfigurations
48
+ NetworkInterfaceLoadBalancers = Azure::Network::Mgmt::V2019_04_01::NetworkInterfaceLoadBalancers
49
+ NetworkInterfaceTapConfigurations = Azure::Network::Mgmt::V2019_04_01::NetworkInterfaceTapConfigurations
50
+ NetworkProfiles = Azure::Network::Mgmt::V2019_04_01::NetworkProfiles
51
+ NetworkSecurityGroups = Azure::Network::Mgmt::V2019_04_01::NetworkSecurityGroups
52
+ SecurityRules = Azure::Network::Mgmt::V2019_04_01::SecurityRules
53
+ DefaultSecurityRules = Azure::Network::Mgmt::V2019_04_01::DefaultSecurityRules
54
+ NetworkWatchers = Azure::Network::Mgmt::V2019_04_01::NetworkWatchers
55
+ PacketCaptures = Azure::Network::Mgmt::V2019_04_01::PacketCaptures
56
+ ConnectionMonitors = Azure::Network::Mgmt::V2019_04_01::ConnectionMonitors
57
+ Operations = Azure::Network::Mgmt::V2019_04_01::Operations
58
+ PublicIPAddresses = Azure::Network::Mgmt::V2019_04_01::PublicIPAddresses
59
+ PublicIPPrefixes = Azure::Network::Mgmt::V2019_04_01::PublicIPPrefixes
60
+ RouteFilters = Azure::Network::Mgmt::V2019_04_01::RouteFilters
61
+ RouteFilterRules = Azure::Network::Mgmt::V2019_04_01::RouteFilterRules
62
+ RouteTables = Azure::Network::Mgmt::V2019_04_01::RouteTables
63
+ Routes = Azure::Network::Mgmt::V2019_04_01::Routes
64
+ BgpServiceCommunities = Azure::Network::Mgmt::V2019_04_01::BgpServiceCommunities
65
+ ServiceEndpointPolicies = Azure::Network::Mgmt::V2019_04_01::ServiceEndpointPolicies
66
+ ServiceEndpointPolicyDefinitions = Azure::Network::Mgmt::V2019_04_01::ServiceEndpointPolicyDefinitions
67
+ ServiceTags = Azure::Network::Mgmt::V2019_04_01::ServiceTags
68
+ Usages = Azure::Network::Mgmt::V2019_04_01::Usages
69
+ VirtualNetworks = Azure::Network::Mgmt::V2019_04_01::VirtualNetworks
70
+ Subnets = Azure::Network::Mgmt::V2019_04_01::Subnets
71
+ ResourceNavigationLinks = Azure::Network::Mgmt::V2019_04_01::ResourceNavigationLinks
72
+ ServiceAssociationLinks = Azure::Network::Mgmt::V2019_04_01::ServiceAssociationLinks
73
+ VirtualNetworkPeerings = Azure::Network::Mgmt::V2019_04_01::VirtualNetworkPeerings
74
+ VirtualNetworkGateways = Azure::Network::Mgmt::V2019_04_01::VirtualNetworkGateways
75
+ VirtualNetworkGatewayConnections = Azure::Network::Mgmt::V2019_04_01::VirtualNetworkGatewayConnections
76
+ LocalNetworkGateways = Azure::Network::Mgmt::V2019_04_01::LocalNetworkGateways
77
+ VirtualNetworkTaps = Azure::Network::Mgmt::V2019_04_01::VirtualNetworkTaps
78
+ VirtualWans = Azure::Network::Mgmt::V2019_04_01::VirtualWans
79
+ VpnSites = Azure::Network::Mgmt::V2019_04_01::VpnSites
80
+ VpnSitesConfiguration = Azure::Network::Mgmt::V2019_04_01::VpnSitesConfiguration
81
+ VirtualHubs = Azure::Network::Mgmt::V2019_04_01::VirtualHubs
82
+ HubVirtualNetworkConnections = Azure::Network::Mgmt::V2019_04_01::HubVirtualNetworkConnections
83
+ VpnGateways = Azure::Network::Mgmt::V2019_04_01::VpnGateways
84
+ VpnConnections = Azure::Network::Mgmt::V2019_04_01::VpnConnections
85
+ P2sVpnServerConfigurations = Azure::Network::Mgmt::V2019_04_01::P2sVpnServerConfigurations
86
+ P2sVpnGateways = Azure::Network::Mgmt::V2019_04_01::P2sVpnGateways
87
+ WebApplicationFirewallPolicies = Azure::Network::Mgmt::V2019_04_01::WebApplicationFirewallPolicies
81
88
 
82
89
  module Models
83
- EffectiveRouteListResult = Azure::Network::Mgmt::V2019_02_01::Models::EffectiveRouteListResult
84
- ApplicationGatewayProbeHealthResponseMatch = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayProbeHealthResponseMatch
85
- LoadBalancerLoadBalancingRuleListResult = Azure::Network::Mgmt::V2019_02_01::Models::LoadBalancerLoadBalancingRuleListResult
86
- LoadBalancerOutboundRuleListResult = Azure::Network::Mgmt::V2019_02_01::Models::LoadBalancerOutboundRuleListResult
87
- SubResource = Azure::Network::Mgmt::V2019_02_01::Models::SubResource
88
- LoadBalancerProbeListResult = Azure::Network::Mgmt::V2019_02_01::Models::LoadBalancerProbeListResult
89
- ExpressRouteCrossConnectionsRoutesTableSummaryListResult = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCrossConnectionsRoutesTableSummaryListResult
90
- ExpressRouteCircuitReference = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitReference
91
- ListVirtualWANsResult = Azure::Network::Mgmt::V2019_02_01::Models::ListVirtualWANsResult
92
- RouteFilterRuleListResult = Azure::Network::Mgmt::V2019_02_01::Models::RouteFilterRuleListResult
93
- DeviceProperties = Azure::Network::Mgmt::V2019_02_01::Models::DeviceProperties
94
- RouteFilterListResult = Azure::Network::Mgmt::V2019_02_01::Models::RouteFilterListResult
95
- VirtualNetworkTapListResult = Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkTapListResult
96
- ExpressRouteCrossConnectionListResult = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCrossConnectionListResult
97
- ServiceEndpointPropertiesFormat = Azure::Network::Mgmt::V2019_02_01::Models::ServiceEndpointPropertiesFormat
98
- ExpressRouteCrossConnectionPeeringList = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCrossConnectionPeeringList
99
- GetVpnSitesConfigurationRequest = Azure::Network::Mgmt::V2019_02_01::Models::GetVpnSitesConfigurationRequest
100
- VirtualHubId = Azure::Network::Mgmt::V2019_02_01::Models::VirtualHubId
101
- PublicIPAddressDnsSettings = Azure::Network::Mgmt::V2019_02_01::Models::PublicIPAddressDnsSettings
102
- ExpressRouteCircuitPeeringId = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitPeeringId
103
- IpTag = Azure::Network::Mgmt::V2019_02_01::Models::IpTag
104
- ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds
105
- LocalNetworkGatewayListResult = Azure::Network::Mgmt::V2019_02_01::Models::LocalNetworkGatewayListResult
106
- ExpressRouteGatewayPropertiesAutoScaleConfiguration = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteGatewayPropertiesAutoScaleConfiguration
107
- VirtualHubRoute = Azure::Network::Mgmt::V2019_02_01::Models::VirtualHubRoute
108
- ListP2SVpnGatewaysResult = Azure::Network::Mgmt::V2019_02_01::Models::ListP2SVpnGatewaysResult
109
- VirtualNetworkGatewayConnectionListResult = Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkGatewayConnectionListResult
110
- P2SVpnProfileParameters = Azure::Network::Mgmt::V2019_02_01::Models::P2SVpnProfileParameters
111
- ListVirtualHubsResult = Azure::Network::Mgmt::V2019_02_01::Models::ListVirtualHubsResult
112
- ExpressRouteGatewayList = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteGatewayList
113
- GatewayRouteListResult = Azure::Network::Mgmt::V2019_02_01::Models::GatewayRouteListResult
114
- ExpressRouteConnectionList = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteConnectionList
115
- VirtualNetworkGatewayListResult = Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkGatewayListResult
116
- ExpressRoutePortsLocationBandwidths = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRoutePortsLocationBandwidths
117
- VpnClientParameters = Azure::Network::Mgmt::V2019_02_01::Models::VpnClientParameters
118
- PublicIPPrefixListResult = Azure::Network::Mgmt::V2019_02_01::Models::PublicIPPrefixListResult
119
- ListVpnGatewaysResult = Azure::Network::Mgmt::V2019_02_01::Models::ListVpnGatewaysResult
120
- ExpressRoutePortsLocationListResult = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRoutePortsLocationListResult
121
- ApplicationGatewayBackendHealthHttpSettings = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayBackendHealthHttpSettings
122
- VpnProfileResponse = Azure::Network::Mgmt::V2019_02_01::Models::VpnProfileResponse
123
- ApplicationGatewayBackendHealthPool = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayBackendHealthPool
124
- ExpressRouteLinkListResult = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteLinkListResult
125
- ApplicationGatewaySku = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewaySku
126
- ReferencedPublicIpAddress = Azure::Network::Mgmt::V2019_02_01::Models::ReferencedPublicIpAddress
127
- GatewayRoute = Azure::Network::Mgmt::V2019_02_01::Models::GatewayRoute
128
- ExpressRoutePortListResult = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRoutePortListResult
129
- BgpSettings = Azure::Network::Mgmt::V2019_02_01::Models::BgpSettings
130
- InterfaceEndpointListResult = Azure::Network::Mgmt::V2019_02_01::Models::InterfaceEndpointListResult
131
- IpsecPolicy = Azure::Network::Mgmt::V2019_02_01::Models::IpsecPolicy
132
- LoadBalancerSku = Azure::Network::Mgmt::V2019_02_01::Models::LoadBalancerSku
133
- ApplicationGatewayCustomError = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayCustomError
134
- PublicIPPrefixSku = Azure::Network::Mgmt::V2019_02_01::Models::PublicIPPrefixSku
135
- VirtualNetworkGatewaySku = Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkGatewaySku
136
- PublicIPAddressListResult = Azure::Network::Mgmt::V2019_02_01::Models::PublicIPAddressListResult
137
- PrepareNetworkPoliciesRequest = Azure::Network::Mgmt::V2019_02_01::Models::PrepareNetworkPoliciesRequest
138
- OperationListResult = Azure::Network::Mgmt::V2019_02_01::Models::OperationListResult
139
- ApplicationGatewayHeaderConfiguration = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayHeaderConfiguration
140
- Operation = Azure::Network::Mgmt::V2019_02_01::Models::Operation
141
- ApplicationGatewayRewriteRule = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayRewriteRule
142
- OperationPropertiesFormatServiceSpecification = Azure::Network::Mgmt::V2019_02_01::Models::OperationPropertiesFormatServiceSpecification
143
- VirtualWanSecurityProvider = Azure::Network::Mgmt::V2019_02_01::Models::VirtualWanSecurityProvider
144
- LoadBalancerListResult = Azure::Network::Mgmt::V2019_02_01::Models::LoadBalancerListResult
145
- ApplicationGatewayFirewallDisabledRuleGroup = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayFirewallDisabledRuleGroup
146
- InboundNatRuleListResult = Azure::Network::Mgmt::V2019_02_01::Models::InboundNatRuleListResult
147
- ApplicationGatewayWebApplicationFirewallConfiguration = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayWebApplicationFirewallConfiguration
148
- LoadBalancerBackendAddressPoolListResult = Azure::Network::Mgmt::V2019_02_01::Models::LoadBalancerBackendAddressPoolListResult
149
- ManagedServiceIdentityUserAssignedIdentitiesValue = Azure::Network::Mgmt::V2019_02_01::Models::ManagedServiceIdentityUserAssignedIdentitiesValue
150
- LoadBalancerFrontendIPConfigurationListResult = Azure::Network::Mgmt::V2019_02_01::Models::LoadBalancerFrontendIPConfigurationListResult
151
- VirtualNetworkUsage = Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkUsage
152
- ApplicationGatewayListResult = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayListResult
153
- ApplicationGatewayFirewallRule = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayFirewallRule
154
- Dimension = Azure::Network::Mgmt::V2019_02_01::Models::Dimension
155
- VirtualNetworkUsageName = Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkUsageName
156
- Availability = Azure::Network::Mgmt::V2019_02_01::Models::Availability
157
- IPAddressAvailabilityResult = Azure::Network::Mgmt::V2019_02_01::Models::IPAddressAvailabilityResult
158
- LogSpecification = Azure::Network::Mgmt::V2019_02_01::Models::LogSpecification
159
- ApplicationGatewayAvailableSslPredefinedPolicies = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayAvailableSslPredefinedPolicies
160
- NetworkInterfaceListResult = Azure::Network::Mgmt::V2019_02_01::Models::NetworkInterfaceListResult
161
- ErrorDetails = Azure::Network::Mgmt::V2019_02_01::Models::ErrorDetails
162
- NatGatewaySku = Azure::Network::Mgmt::V2019_02_01::Models::NatGatewaySku
163
- TagsObject = Azure::Network::Mgmt::V2019_02_01::Models::TagsObject
164
- MetricSpecification = Azure::Network::Mgmt::V2019_02_01::Models::MetricSpecification
165
- AvailableDelegation = Azure::Network::Mgmt::V2019_02_01::Models::AvailableDelegation
166
- NatGatewayListResult = Azure::Network::Mgmt::V2019_02_01::Models::NatGatewayListResult
167
- VirtualWanSecurityProviders = Azure::Network::Mgmt::V2019_02_01::Models::VirtualWanSecurityProviders
168
- AzureAsyncOperationResult = Azure::Network::Mgmt::V2019_02_01::Models::AzureAsyncOperationResult
169
- AzureFirewallApplicationRuleProtocol = Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallApplicationRuleProtocol
170
- NetworkInterfaceTapConfigurationListResult = Azure::Network::Mgmt::V2019_02_01::Models::NetworkInterfaceTapConfigurationListResult
171
- DhcpOptions = Azure::Network::Mgmt::V2019_02_01::Models::DhcpOptions
172
- NetworkInterfaceIPConfigurationListResult = Azure::Network::Mgmt::V2019_02_01::Models::NetworkInterfaceIPConfigurationListResult
173
- AzureFirewallNatRule = Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallNatRule
174
- NetworkInterfaceLoadBalancerListResult = Azure::Network::Mgmt::V2019_02_01::Models::NetworkInterfaceLoadBalancerListResult
175
- AzureFirewallNetworkRule = Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallNetworkRule
176
- EffectiveNetworkSecurityGroupAssociation = Azure::Network::Mgmt::V2019_02_01::Models::EffectiveNetworkSecurityGroupAssociation
177
- ListP2SVpnServerConfigurationsResult = Azure::Network::Mgmt::V2019_02_01::Models::ListP2SVpnServerConfigurationsResult
178
- EffectiveNetworkSecurityRule = Azure::Network::Mgmt::V2019_02_01::Models::EffectiveNetworkSecurityRule
179
- AddressSpace = Azure::Network::Mgmt::V2019_02_01::Models::AddressSpace
180
- EffectiveNetworkSecurityGroup = Azure::Network::Mgmt::V2019_02_01::Models::EffectiveNetworkSecurityGroup
181
- DnsNameAvailabilityResult = Azure::Network::Mgmt::V2019_02_01::Models::DnsNameAvailabilityResult
182
- EffectiveNetworkSecurityGroupListResult = Azure::Network::Mgmt::V2019_02_01::Models::EffectiveNetworkSecurityGroupListResult
183
- UsagesListResult = Azure::Network::Mgmt::V2019_02_01::Models::UsagesListResult
184
- EffectiveRoute = Azure::Network::Mgmt::V2019_02_01::Models::EffectiveRoute
185
- ApplicationGatewayOnDemandProbe = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayOnDemandProbe
186
- DdosProtectionPlanListResult = Azure::Network::Mgmt::V2019_02_01::Models::DdosProtectionPlanListResult
187
- WebApplicationFirewallPolicyListResult = Azure::Network::Mgmt::V2019_02_01::Models::WebApplicationFirewallPolicyListResult
188
- EndpointServicesListResult = Azure::Network::Mgmt::V2019_02_01::Models::EndpointServicesListResult
189
- WebApplicationFirewallCustomRule = Azure::Network::Mgmt::V2019_02_01::Models::WebApplicationFirewallCustomRule
190
- AuthorizationListResult = Azure::Network::Mgmt::V2019_02_01::Models::AuthorizationListResult
191
- ContainerNetworkInterfaceIpConfiguration = Azure::Network::Mgmt::V2019_02_01::Models::ContainerNetworkInterfaceIpConfiguration
192
- ServiceEndpointPolicyListResult = Azure::Network::Mgmt::V2019_02_01::Models::ServiceEndpointPolicyListResult
193
- MatchCondition = Azure::Network::Mgmt::V2019_02_01::Models::MatchCondition
194
- ExpressRouteConnectionId = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteConnectionId
195
- MatchVariable = Azure::Network::Mgmt::V2019_02_01::Models::MatchVariable
196
- BgpServiceCommunityListResult = Azure::Network::Mgmt::V2019_02_01::Models::BgpServiceCommunityListResult
197
- NetworkProfileListResult = Azure::Network::Mgmt::V2019_02_01::Models::NetworkProfileListResult
198
- BGPCommunity = Azure::Network::Mgmt::V2019_02_01::Models::BGPCommunity
199
- SecurityRuleListResult = Azure::Network::Mgmt::V2019_02_01::Models::SecurityRuleListResult
200
- ExpressRouteCircuitPeeringListResult = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitPeeringListResult
201
- NetworkSecurityGroupListResult = Azure::Network::Mgmt::V2019_02_01::Models::NetworkSecurityGroupListResult
202
- PeerExpressRouteCircuitConnectionListResult = Azure::Network::Mgmt::V2019_02_01::Models::PeerExpressRouteCircuitConnectionListResult
203
- ErrorResponse = Azure::Network::Mgmt::V2019_02_01::Models::ErrorResponse
204
- ExpressRouteCircuitServiceProviderProperties = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitServiceProviderProperties
205
- PolicySettings = Azure::Network::Mgmt::V2019_02_01::Models::PolicySettings
206
- ExpressRouteCircuitArpTable = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitArpTable
207
- NetworkWatcherListResult = Azure::Network::Mgmt::V2019_02_01::Models::NetworkWatcherListResult
208
- ExpressRouteCircuitRoutesTable = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitRoutesTable
209
- TopologyParameters = Azure::Network::Mgmt::V2019_02_01::Models::TopologyParameters
210
- ExpressRouteCircuitRoutesTableSummary = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitRoutesTableSummary
211
- TopologyAssociation = Azure::Network::Mgmt::V2019_02_01::Models::TopologyAssociation
212
- ExpressRouteCircuitListResult = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitListResult
213
- TopologyResource = Azure::Network::Mgmt::V2019_02_01::Models::TopologyResource
214
- RouteTableListResult = Azure::Network::Mgmt::V2019_02_01::Models::RouteTableListResult
215
- Topology = Azure::Network::Mgmt::V2019_02_01::Models::Topology
216
- ExpressRouteCrossConnectionRoutesTableSummary = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCrossConnectionRoutesTableSummary
217
- VerificationIPFlowParameters = Azure::Network::Mgmt::V2019_02_01::Models::VerificationIPFlowParameters
218
- NetworkInterfaceDnsSettings = Azure::Network::Mgmt::V2019_02_01::Models::NetworkInterfaceDnsSettings
219
- VerificationIPFlowResult = Azure::Network::Mgmt::V2019_02_01::Models::VerificationIPFlowResult
220
- VpnDeviceScriptParameters = Azure::Network::Mgmt::V2019_02_01::Models::VpnDeviceScriptParameters
221
- NextHopParameters = Azure::Network::Mgmt::V2019_02_01::Models::NextHopParameters
222
- PublicIPAddressSku = Azure::Network::Mgmt::V2019_02_01::Models::PublicIPAddressSku
223
- NextHopResult = Azure::Network::Mgmt::V2019_02_01::Models::NextHopResult
224
- VirtualNetworkConnectionGatewayReference = Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkConnectionGatewayReference
225
- SecurityGroupViewParameters = Azure::Network::Mgmt::V2019_02_01::Models::SecurityGroupViewParameters
226
- ConnectionResetSharedKey = Azure::Network::Mgmt::V2019_02_01::Models::ConnectionResetSharedKey
227
- NetworkInterfaceAssociation = Azure::Network::Mgmt::V2019_02_01::Models::NetworkInterfaceAssociation
228
- TunnelConnectionHealth = Azure::Network::Mgmt::V2019_02_01::Models::TunnelConnectionHealth
229
- SubnetAssociation = Azure::Network::Mgmt::V2019_02_01::Models::SubnetAssociation
230
- ApplicationGatewayBackendAddress = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayBackendAddress
231
- SecurityRuleAssociations = Azure::Network::Mgmt::V2019_02_01::Models::SecurityRuleAssociations
232
- ApplicationGatewayBackendHealthServer = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayBackendHealthServer
233
- SecurityGroupNetworkInterface = Azure::Network::Mgmt::V2019_02_01::Models::SecurityGroupNetworkInterface
234
- ApplicationGatewayBackendHealth = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayBackendHealth
235
- SecurityGroupViewResult = Azure::Network::Mgmt::V2019_02_01::Models::SecurityGroupViewResult
236
- BgpPeerStatus = Azure::Network::Mgmt::V2019_02_01::Models::BgpPeerStatus
237
- PacketCaptureStorageLocation = Azure::Network::Mgmt::V2019_02_01::Models::PacketCaptureStorageLocation
238
- ListVpnConnectionsResult = Azure::Network::Mgmt::V2019_02_01::Models::ListVpnConnectionsResult
239
- PacketCaptureFilter = Azure::Network::Mgmt::V2019_02_01::Models::PacketCaptureFilter
240
- VpnSiteId = Azure::Network::Mgmt::V2019_02_01::Models::VpnSiteId
241
- PacketCaptureParameters = Azure::Network::Mgmt::V2019_02_01::Models::PacketCaptureParameters
242
- ApplicationGatewayRewriteRuleActionSet = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayRewriteRuleActionSet
243
- PacketCapture = Azure::Network::Mgmt::V2019_02_01::Models::PacketCapture
244
- VirtualNetworkListUsageResult = Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkListUsageResult
245
- PacketCaptureResult = Azure::Network::Mgmt::V2019_02_01::Models::PacketCaptureResult
246
- ApplicationGatewayAutoscaleConfiguration = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayAutoscaleConfiguration
247
- PacketCaptureListResult = Azure::Network::Mgmt::V2019_02_01::Models::PacketCaptureListResult
248
- ApplicationGatewayFirewallRuleGroup = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayFirewallRuleGroup
249
- PacketCaptureQueryStatusResult = Azure::Network::Mgmt::V2019_02_01::Models::PacketCaptureQueryStatusResult
250
- VirtualNetworkListResult = Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkListResult
251
- TroubleshootingParameters = Azure::Network::Mgmt::V2019_02_01::Models::TroubleshootingParameters
252
- Error = Azure::Network::Mgmt::V2019_02_01::Models::Error
253
- QueryTroubleshootingParameters = Azure::Network::Mgmt::V2019_02_01::Models::QueryTroubleshootingParameters
254
- AvailableDelegationsResult = Azure::Network::Mgmt::V2019_02_01::Models::AvailableDelegationsResult
255
- TroubleshootingRecommendedActions = Azure::Network::Mgmt::V2019_02_01::Models::TroubleshootingRecommendedActions
256
- AzureFirewallApplicationRule = Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallApplicationRule
257
- TroubleshootingDetails = Azure::Network::Mgmt::V2019_02_01::Models::TroubleshootingDetails
258
- VirtualNetworkPeeringListResult = Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkPeeringListResult
259
- TroubleshootingResult = Azure::Network::Mgmt::V2019_02_01::Models::TroubleshootingResult
260
- AzureFirewallListResult = Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallListResult
261
- RetentionPolicyParameters = Azure::Network::Mgmt::V2019_02_01::Models::RetentionPolicyParameters
262
- ProtocolCustomSettingsFormat = Azure::Network::Mgmt::V2019_02_01::Models::ProtocolCustomSettingsFormat
263
- FlowLogFormatParameters = Azure::Network::Mgmt::V2019_02_01::Models::FlowLogFormatParameters
264
- DdosProtectionPlan = Azure::Network::Mgmt::V2019_02_01::Models::DdosProtectionPlan
265
- FlowLogStatusParameters = Azure::Network::Mgmt::V2019_02_01::Models::FlowLogStatusParameters
266
- UsageName = Azure::Network::Mgmt::V2019_02_01::Models::UsageName
267
- TrafficAnalyticsConfigurationProperties = Azure::Network::Mgmt::V2019_02_01::Models::TrafficAnalyticsConfigurationProperties
268
- ExpressRouteCircuitStats = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitStats
269
- TrafficAnalyticsProperties = Azure::Network::Mgmt::V2019_02_01::Models::TrafficAnalyticsProperties
270
- VpnClientConnectionHealth = Azure::Network::Mgmt::V2019_02_01::Models::VpnClientConnectionHealth
271
- FlowLogInformation = Azure::Network::Mgmt::V2019_02_01::Models::FlowLogInformation
272
- ExpressRouteCircuitConnectionListResult = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitConnectionListResult
273
- ConnectivitySource = Azure::Network::Mgmt::V2019_02_01::Models::ConnectivitySource
274
- RouteListResult = Azure::Network::Mgmt::V2019_02_01::Models::RouteListResult
275
- ConnectivityDestination = Azure::Network::Mgmt::V2019_02_01::Models::ConnectivityDestination
276
- ExpressRouteCircuitsRoutesTableListResult = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitsRoutesTableListResult
277
- HTTPHeader = Azure::Network::Mgmt::V2019_02_01::Models::HTTPHeader
278
- ExpressRouteServiceProviderBandwidthsOffered = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteServiceProviderBandwidthsOffered
279
- HTTPConfiguration = Azure::Network::Mgmt::V2019_02_01::Models::HTTPConfiguration
280
- EndpointService = Azure::Network::Mgmt::V2019_02_01::Models::EndpointService
281
- ProtocolConfiguration = Azure::Network::Mgmt::V2019_02_01::Models::ProtocolConfiguration
282
- VirtualNetworkGatewayListConnectionsResult = Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkGatewayListConnectionsResult
283
- ConnectivityParameters = Azure::Network::Mgmt::V2019_02_01::Models::ConnectivityParameters
284
- VpnClientIPsecParameters = Azure::Network::Mgmt::V2019_02_01::Models::VpnClientIPsecParameters
285
- ConnectivityIssue = Azure::Network::Mgmt::V2019_02_01::Models::ConnectivityIssue
286
- BgpPeerStatusListResult = Azure::Network::Mgmt::V2019_02_01::Models::BgpPeerStatusListResult
287
- ConnectivityHop = Azure::Network::Mgmt::V2019_02_01::Models::ConnectivityHop
288
- ApplicationGatewayBackendHealthOnDemand = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayBackendHealthOnDemand
289
- ConnectivityInformation = Azure::Network::Mgmt::V2019_02_01::Models::ConnectivityInformation
290
- VpnClientConfiguration = Azure::Network::Mgmt::V2019_02_01::Models::VpnClientConfiguration
291
- AzureReachabilityReportLocation = Azure::Network::Mgmt::V2019_02_01::Models::AzureReachabilityReportLocation
292
- ApplicationGatewayRewriteRuleCondition = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayRewriteRuleCondition
293
- AzureReachabilityReportParameters = Azure::Network::Mgmt::V2019_02_01::Models::AzureReachabilityReportParameters
294
- ApplicationGatewayFirewallExclusion = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayFirewallExclusion
295
- AzureReachabilityReportLatencyInfo = Azure::Network::Mgmt::V2019_02_01::Models::AzureReachabilityReportLatencyInfo
296
- ApplicationGatewayAvailableWafRuleSetsResult = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayAvailableWafRuleSetsResult
297
- AzureReachabilityReportItem = Azure::Network::Mgmt::V2019_02_01::Models::AzureReachabilityReportItem
298
- ApplicationSecurityGroupListResult = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationSecurityGroupListResult
299
- AzureReachabilityReport = Azure::Network::Mgmt::V2019_02_01::Models::AzureReachabilityReport
300
- AzureFirewallNatRCAction = Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallNatRCAction
301
- AvailableProvidersListParameters = Azure::Network::Mgmt::V2019_02_01::Models::AvailableProvidersListParameters
302
- AzureFirewallFqdnTagListResult = Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallFqdnTagListResult
303
- AvailableProvidersListCity = Azure::Network::Mgmt::V2019_02_01::Models::AvailableProvidersListCity
304
- Usage = Azure::Network::Mgmt::V2019_02_01::Models::Usage
305
- AvailableProvidersListState = Azure::Network::Mgmt::V2019_02_01::Models::AvailableProvidersListState
306
- ServiceEndpointPolicyDefinitionListResult = Azure::Network::Mgmt::V2019_02_01::Models::ServiceEndpointPolicyDefinitionListResult
307
- AvailableProvidersListCountry = Azure::Network::Mgmt::V2019_02_01::Models::AvailableProvidersListCountry
308
- ExpressRouteCircuitSku = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitSku
309
- AvailableProvidersList = Azure::Network::Mgmt::V2019_02_01::Models::AvailableProvidersList
310
- ExpressRouteCircuitsRoutesTableSummaryListResult = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitsRoutesTableSummaryListResult
311
- ConnectionMonitorSource = Azure::Network::Mgmt::V2019_02_01::Models::ConnectionMonitorSource
312
- ListVpnSitesResult = Azure::Network::Mgmt::V2019_02_01::Models::ListVpnSitesResult
313
- ConnectionMonitorDestination = Azure::Network::Mgmt::V2019_02_01::Models::ConnectionMonitorDestination
314
- VirtualHubRouteTable = Azure::Network::Mgmt::V2019_02_01::Models::VirtualHubRouteTable
315
- ConnectionMonitorParameters = Azure::Network::Mgmt::V2019_02_01::Models::ConnectionMonitorParameters
316
- ApplicationGatewaySslPolicy = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewaySslPolicy
317
- ConnectionMonitor = Azure::Network::Mgmt::V2019_02_01::Models::ConnectionMonitor
318
- NetworkIntentPolicyConfiguration = Azure::Network::Mgmt::V2019_02_01::Models::NetworkIntentPolicyConfiguration
319
- ConnectionMonitorResult = Azure::Network::Mgmt::V2019_02_01::Models::ConnectionMonitorResult
320
- Resource = Azure::Network::Mgmt::V2019_02_01::Models::Resource
321
- ConnectionMonitorListResult = Azure::Network::Mgmt::V2019_02_01::Models::ConnectionMonitorListResult
322
- SubnetListResult = Azure::Network::Mgmt::V2019_02_01::Models::SubnetListResult
323
- ConnectionStateSnapshot = Azure::Network::Mgmt::V2019_02_01::Models::ConnectionStateSnapshot
324
- ExpressRouteCircuitPeeringConfig = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitPeeringConfig
325
- ConnectionMonitorQueryResult = Azure::Network::Mgmt::V2019_02_01::Models::ConnectionMonitorQueryResult
326
- ExpressRouteCircuitsArpTableListResult = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitsArpTableListResult
327
- NetworkConfigurationDiagnosticProfile = Azure::Network::Mgmt::V2019_02_01::Models::NetworkConfigurationDiagnosticProfile
328
- DdosSettings = Azure::Network::Mgmt::V2019_02_01::Models::DdosSettings
329
- NetworkConfigurationDiagnosticParameters = Azure::Network::Mgmt::V2019_02_01::Models::NetworkConfigurationDiagnosticParameters
330
- ListHubVirtualNetworkConnectionsResult = Azure::Network::Mgmt::V2019_02_01::Models::ListHubVirtualNetworkConnectionsResult
331
- MatchedRule = Azure::Network::Mgmt::V2019_02_01::Models::MatchedRule
332
- AzureFirewallRCAction = Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallRCAction
333
- NetworkSecurityRulesEvaluationResult = Azure::Network::Mgmt::V2019_02_01::Models::NetworkSecurityRulesEvaluationResult
334
- Ipv6ExpressRouteCircuitPeeringConfig = Azure::Network::Mgmt::V2019_02_01::Models::Ipv6ExpressRouteCircuitPeeringConfig
335
- EvaluatedNetworkSecurityGroup = Azure::Network::Mgmt::V2019_02_01::Models::EvaluatedNetworkSecurityGroup
336
- ApplicationGatewayConnectionDraining = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayConnectionDraining
337
- NetworkSecurityGroupResult = Azure::Network::Mgmt::V2019_02_01::Models::NetworkSecurityGroupResult
338
- NetworkConfigurationDiagnosticResult = Azure::Network::Mgmt::V2019_02_01::Models::NetworkConfigurationDiagnosticResult
339
- ManagedServiceIdentity = Azure::Network::Mgmt::V2019_02_01::Models::ManagedServiceIdentity
340
- NetworkConfigurationDiagnosticResponse = Azure::Network::Mgmt::V2019_02_01::Models::NetworkConfigurationDiagnosticResponse
341
- ExpressRouteServiceProviderListResult = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteServiceProviderListResult
342
- OperationDisplay = Azure::Network::Mgmt::V2019_02_01::Models::OperationDisplay
343
- NetworkInterfaceTapConfiguration = Azure::Network::Mgmt::V2019_02_01::Models::NetworkInterfaceTapConfiguration
344
- ApplicationSecurityGroup = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationSecurityGroup
345
- SecurityRule = Azure::Network::Mgmt::V2019_02_01::Models::SecurityRule
346
- InterfaceEndpoint = Azure::Network::Mgmt::V2019_02_01::Models::InterfaceEndpoint
347
- NetworkInterface = Azure::Network::Mgmt::V2019_02_01::Models::NetworkInterface
348
- NetworkSecurityGroup = Azure::Network::Mgmt::V2019_02_01::Models::NetworkSecurityGroup
349
- Route = Azure::Network::Mgmt::V2019_02_01::Models::Route
350
- RouteTable = Azure::Network::Mgmt::V2019_02_01::Models::RouteTable
351
- ServiceEndpointPolicyDefinition = Azure::Network::Mgmt::V2019_02_01::Models::ServiceEndpointPolicyDefinition
352
- ServiceEndpointPolicy = Azure::Network::Mgmt::V2019_02_01::Models::ServiceEndpointPolicy
353
- PublicIPAddress = Azure::Network::Mgmt::V2019_02_01::Models::PublicIPAddress
354
- IPConfiguration = Azure::Network::Mgmt::V2019_02_01::Models::IPConfiguration
355
- IPConfigurationProfile = Azure::Network::Mgmt::V2019_02_01::Models::IPConfigurationProfile
356
- ResourceNavigationLink = Azure::Network::Mgmt::V2019_02_01::Models::ResourceNavigationLink
357
- ServiceAssociationLink = Azure::Network::Mgmt::V2019_02_01::Models::ServiceAssociationLink
358
- Delegation = Azure::Network::Mgmt::V2019_02_01::Models::Delegation
359
- Subnet = Azure::Network::Mgmt::V2019_02_01::Models::Subnet
360
- FrontendIPConfiguration = Azure::Network::Mgmt::V2019_02_01::Models::FrontendIPConfiguration
361
- VirtualNetworkTap = Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkTap
362
- BackendAddressPool = Azure::Network::Mgmt::V2019_02_01::Models::BackendAddressPool
363
- InboundNatRule = Azure::Network::Mgmt::V2019_02_01::Models::InboundNatRule
364
- NetworkInterfaceIPConfiguration = Azure::Network::Mgmt::V2019_02_01::Models::NetworkInterfaceIPConfiguration
365
- ApplicationGatewayBackendAddressPool = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayBackendAddressPool
366
- ApplicationGatewayBackendHttpSettings = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayBackendHttpSettings
367
- ApplicationGatewayIPConfiguration = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayIPConfiguration
368
- ApplicationGatewayAuthenticationCertificate = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayAuthenticationCertificate
369
- ApplicationGatewayTrustedRootCertificate = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayTrustedRootCertificate
370
- ApplicationGatewaySslCertificate = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewaySslCertificate
371
- ApplicationGatewayFrontendIPConfiguration = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayFrontendIPConfiguration
372
- ApplicationGatewayFrontendPort = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayFrontendPort
373
- ApplicationGatewayHttpListener = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayHttpListener
374
- ApplicationGatewayPathRule = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayPathRule
375
- ApplicationGatewayProbe = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayProbe
376
- ApplicationGatewayRequestRoutingRule = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayRequestRoutingRule
377
- ApplicationGatewayRewriteRuleSet = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayRewriteRuleSet
378
- ApplicationGatewayRedirectConfiguration = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayRedirectConfiguration
379
- ApplicationGatewayUrlPathMap = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayUrlPathMap
380
- ApplicationGateway = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGateway
381
- ApplicationGatewayFirewallRuleSet = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayFirewallRuleSet
382
- ApplicationGatewayAvailableSslOptions = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayAvailableSslOptions
383
- ApplicationGatewaySslPredefinedPolicy = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewaySslPredefinedPolicy
384
- AzureFirewallIPConfiguration = Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallIPConfiguration
385
- AzureFirewallApplicationRuleCollection = Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallApplicationRuleCollection
386
- AzureFirewallNatRuleCollection = Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallNatRuleCollection
387
- AzureFirewallNetworkRuleCollection = Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallNetworkRuleCollection
388
- AzureFirewall = Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewall
389
- AzureFirewallFqdnTag = Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallFqdnTag
390
- DdosCustomPolicy = Azure::Network::Mgmt::V2019_02_01::Models::DdosCustomPolicy
391
- EndpointServiceResult = Azure::Network::Mgmt::V2019_02_01::Models::EndpointServiceResult
392
- ExpressRouteCircuitAuthorization = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitAuthorization
393
- RouteFilterRule = Azure::Network::Mgmt::V2019_02_01::Models::RouteFilterRule
394
- ExpressRouteCircuitConnection = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitConnection
395
- PeerExpressRouteCircuitConnection = Azure::Network::Mgmt::V2019_02_01::Models::PeerExpressRouteCircuitConnection
396
- ExpressRouteCircuitPeering = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitPeering
397
- RouteFilter = Azure::Network::Mgmt::V2019_02_01::Models::RouteFilter
398
- ExpressRouteCircuit = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuit
399
- ExpressRouteServiceProvider = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteServiceProvider
400
- ExpressRouteCrossConnectionPeering = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCrossConnectionPeering
401
- ExpressRouteCrossConnection = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCrossConnection
402
- ExpressRouteConnection = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteConnection
403
- ExpressRouteGateway = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteGateway
404
- ExpressRoutePortsLocation = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRoutePortsLocation
405
- ExpressRouteLink = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteLink
406
- ExpressRoutePort = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRoutePort
407
- LoadBalancingRule = Azure::Network::Mgmt::V2019_02_01::Models::LoadBalancingRule
408
- Probe = Azure::Network::Mgmt::V2019_02_01::Models::Probe
409
- InboundNatPool = Azure::Network::Mgmt::V2019_02_01::Models::InboundNatPool
410
- OutboundRule = Azure::Network::Mgmt::V2019_02_01::Models::OutboundRule
411
- LoadBalancer = Azure::Network::Mgmt::V2019_02_01::Models::LoadBalancer
412
- NatGateway = Azure::Network::Mgmt::V2019_02_01::Models::NatGateway
413
- ContainerNetworkInterfaceConfiguration = Azure::Network::Mgmt::V2019_02_01::Models::ContainerNetworkInterfaceConfiguration
414
- Container = Azure::Network::Mgmt::V2019_02_01::Models::Container
415
- ContainerNetworkInterface = Azure::Network::Mgmt::V2019_02_01::Models::ContainerNetworkInterface
416
- NetworkProfile = Azure::Network::Mgmt::V2019_02_01::Models::NetworkProfile
417
- NetworkWatcher = Azure::Network::Mgmt::V2019_02_01::Models::NetworkWatcher
418
- PublicIPPrefix = Azure::Network::Mgmt::V2019_02_01::Models::PublicIPPrefix
419
- PatchRouteFilterRule = Azure::Network::Mgmt::V2019_02_01::Models::PatchRouteFilterRule
420
- PatchRouteFilter = Azure::Network::Mgmt::V2019_02_01::Models::PatchRouteFilter
421
- BgpServiceCommunity = Azure::Network::Mgmt::V2019_02_01::Models::BgpServiceCommunity
422
- VirtualNetworkPeering = Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkPeering
423
- VirtualNetwork = Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetwork
424
- NetworkIntentPolicy = Azure::Network::Mgmt::V2019_02_01::Models::NetworkIntentPolicy
425
- VirtualNetworkGatewayIPConfiguration = Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkGatewayIPConfiguration
426
- VpnClientRootCertificate = Azure::Network::Mgmt::V2019_02_01::Models::VpnClientRootCertificate
427
- VpnClientRevokedCertificate = Azure::Network::Mgmt::V2019_02_01::Models::VpnClientRevokedCertificate
428
- VirtualNetworkGateway = Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkGateway
429
- LocalNetworkGateway = Azure::Network::Mgmt::V2019_02_01::Models::LocalNetworkGateway
430
- VirtualNetworkGatewayConnection = Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkGatewayConnection
431
- ConnectionSharedKey = Azure::Network::Mgmt::V2019_02_01::Models::ConnectionSharedKey
432
- VirtualNetworkGatewayConnectionListEntity = Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkGatewayConnectionListEntity
433
- P2SVpnServerConfigVpnClientRootCertificate = Azure::Network::Mgmt::V2019_02_01::Models::P2SVpnServerConfigVpnClientRootCertificate
434
- P2SVpnServerConfigVpnClientRevokedCertificate = Azure::Network::Mgmt::V2019_02_01::Models::P2SVpnServerConfigVpnClientRevokedCertificate
435
- P2SVpnServerConfigRadiusServerRootCertificate = Azure::Network::Mgmt::V2019_02_01::Models::P2SVpnServerConfigRadiusServerRootCertificate
436
- P2SVpnServerConfigRadiusClientRootCertificate = Azure::Network::Mgmt::V2019_02_01::Models::P2SVpnServerConfigRadiusClientRootCertificate
437
- P2SVpnServerConfiguration = Azure::Network::Mgmt::V2019_02_01::Models::P2SVpnServerConfiguration
438
- VirtualWAN = Azure::Network::Mgmt::V2019_02_01::Models::VirtualWAN
439
- VpnSite = Azure::Network::Mgmt::V2019_02_01::Models::VpnSite
440
- HubVirtualNetworkConnection = Azure::Network::Mgmt::V2019_02_01::Models::HubVirtualNetworkConnection
441
- VirtualHub = Azure::Network::Mgmt::V2019_02_01::Models::VirtualHub
442
- VpnConnection = Azure::Network::Mgmt::V2019_02_01::Models::VpnConnection
443
- VpnGateway = Azure::Network::Mgmt::V2019_02_01::Models::VpnGateway
444
- P2SVpnGateway = Azure::Network::Mgmt::V2019_02_01::Models::P2SVpnGateway
445
- WebApplicationFirewallPolicy = Azure::Network::Mgmt::V2019_02_01::Models::WebApplicationFirewallPolicy
446
- ApplicationGatewayProtocol = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayProtocol
447
- IPAllocationMethod = Azure::Network::Mgmt::V2019_02_01::Models::IPAllocationMethod
448
- SecurityRuleProtocol = Azure::Network::Mgmt::V2019_02_01::Models::SecurityRuleProtocol
449
- SecurityRuleAccess = Azure::Network::Mgmt::V2019_02_01::Models::SecurityRuleAccess
450
- SecurityRuleDirection = Azure::Network::Mgmt::V2019_02_01::Models::SecurityRuleDirection
451
- RouteNextHopType = Azure::Network::Mgmt::V2019_02_01::Models::RouteNextHopType
452
- PublicIPAddressSkuName = Azure::Network::Mgmt::V2019_02_01::Models::PublicIPAddressSkuName
453
- IPVersion = Azure::Network::Mgmt::V2019_02_01::Models::IPVersion
454
- DdosSettingsProtectionCoverage = Azure::Network::Mgmt::V2019_02_01::Models::DdosSettingsProtectionCoverage
455
- TransportProtocol = Azure::Network::Mgmt::V2019_02_01::Models::TransportProtocol
456
- ApplicationGatewayCookieBasedAffinity = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayCookieBasedAffinity
457
- ApplicationGatewayBackendHealthServerHealth = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayBackendHealthServerHealth
458
- ApplicationGatewaySkuName = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewaySkuName
459
- ApplicationGatewayTier = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayTier
460
- ApplicationGatewaySslProtocol = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewaySslProtocol
461
- ApplicationGatewaySslPolicyType = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewaySslPolicyType
462
- ApplicationGatewaySslPolicyName = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewaySslPolicyName
463
- ApplicationGatewaySslCipherSuite = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewaySslCipherSuite
464
- ApplicationGatewayCustomErrorStatusCode = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayCustomErrorStatusCode
465
- ApplicationGatewayRequestRoutingRuleType = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayRequestRoutingRuleType
466
- ApplicationGatewayRedirectType = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayRedirectType
467
- ApplicationGatewayOperationalState = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayOperationalState
468
- ApplicationGatewayFirewallMode = Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayFirewallMode
469
- ResourceIdentityType = Azure::Network::Mgmt::V2019_02_01::Models::ResourceIdentityType
470
- ProvisioningState = Azure::Network::Mgmt::V2019_02_01::Models::ProvisioningState
471
- AzureFirewallRCActionType = Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallRCActionType
472
- AzureFirewallApplicationRuleProtocolType = Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallApplicationRuleProtocolType
473
- AzureFirewallNatRCActionType = Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallNatRCActionType
474
- AzureFirewallNetworkRuleProtocol = Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallNetworkRuleProtocol
475
- AzureFirewallThreatIntelMode = Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallThreatIntelMode
476
- DdosCustomPolicyProtocol = Azure::Network::Mgmt::V2019_02_01::Models::DdosCustomPolicyProtocol
477
- DdosCustomPolicyTriggerSensitivityOverride = Azure::Network::Mgmt::V2019_02_01::Models::DdosCustomPolicyTriggerSensitivityOverride
478
- AuthorizationUseStatus = Azure::Network::Mgmt::V2019_02_01::Models::AuthorizationUseStatus
479
- ExpressRouteCircuitPeeringAdvertisedPublicPrefixState = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitPeeringAdvertisedPublicPrefixState
480
- Access = Azure::Network::Mgmt::V2019_02_01::Models::Access
481
- ExpressRoutePeeringType = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRoutePeeringType
482
- ExpressRoutePeeringState = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRoutePeeringState
483
- CircuitConnectionStatus = Azure::Network::Mgmt::V2019_02_01::Models::CircuitConnectionStatus
484
- ExpressRouteCircuitPeeringState = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitPeeringState
485
- ExpressRouteCircuitSkuTier = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitSkuTier
486
- ExpressRouteCircuitSkuFamily = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitSkuFamily
487
- ServiceProviderProvisioningState = Azure::Network::Mgmt::V2019_02_01::Models::ServiceProviderProvisioningState
488
- ExpressRouteLinkConnectorType = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteLinkConnectorType
489
- ExpressRouteLinkAdminState = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteLinkAdminState
490
- ExpressRoutePortsEncapsulation = Azure::Network::Mgmt::V2019_02_01::Models::ExpressRoutePortsEncapsulation
491
- LoadBalancerSkuName = Azure::Network::Mgmt::V2019_02_01::Models::LoadBalancerSkuName
492
- LoadDistribution = Azure::Network::Mgmt::V2019_02_01::Models::LoadDistribution
493
- ProbeProtocol = Azure::Network::Mgmt::V2019_02_01::Models::ProbeProtocol
494
- LoadBalancerOutboundRuleProtocol = Azure::Network::Mgmt::V2019_02_01::Models::LoadBalancerOutboundRuleProtocol
495
- NatGatewaySkuName = Azure::Network::Mgmt::V2019_02_01::Models::NatGatewaySkuName
496
- NetworkOperationStatus = Azure::Network::Mgmt::V2019_02_01::Models::NetworkOperationStatus
497
- AuthenticationMethod = Azure::Network::Mgmt::V2019_02_01::Models::AuthenticationMethod
498
- EffectiveSecurityRuleProtocol = Azure::Network::Mgmt::V2019_02_01::Models::EffectiveSecurityRuleProtocol
499
- EffectiveRouteSource = Azure::Network::Mgmt::V2019_02_01::Models::EffectiveRouteSource
500
- EffectiveRouteState = Azure::Network::Mgmt::V2019_02_01::Models::EffectiveRouteState
501
- AssociationType = Azure::Network::Mgmt::V2019_02_01::Models::AssociationType
502
- Direction = Azure::Network::Mgmt::V2019_02_01::Models::Direction
503
- IpFlowProtocol = Azure::Network::Mgmt::V2019_02_01::Models::IpFlowProtocol
504
- NextHopType = Azure::Network::Mgmt::V2019_02_01::Models::NextHopType
505
- PcProtocol = Azure::Network::Mgmt::V2019_02_01::Models::PcProtocol
506
- PcStatus = Azure::Network::Mgmt::V2019_02_01::Models::PcStatus
507
- PcError = Azure::Network::Mgmt::V2019_02_01::Models::PcError
508
- FlowLogFormatType = Azure::Network::Mgmt::V2019_02_01::Models::FlowLogFormatType
509
- Protocol = Azure::Network::Mgmt::V2019_02_01::Models::Protocol
510
- HTTPMethod = Azure::Network::Mgmt::V2019_02_01::Models::HTTPMethod
511
- Origin = Azure::Network::Mgmt::V2019_02_01::Models::Origin
512
- Severity = Azure::Network::Mgmt::V2019_02_01::Models::Severity
513
- IssueType = Azure::Network::Mgmt::V2019_02_01::Models::IssueType
514
- ConnectionStatus = Azure::Network::Mgmt::V2019_02_01::Models::ConnectionStatus
515
- ConnectionMonitorSourceStatus = Azure::Network::Mgmt::V2019_02_01::Models::ConnectionMonitorSourceStatus
516
- ConnectionState = Azure::Network::Mgmt::V2019_02_01::Models::ConnectionState
517
- EvaluationState = Azure::Network::Mgmt::V2019_02_01::Models::EvaluationState
518
- VerbosityLevel = Azure::Network::Mgmt::V2019_02_01::Models::VerbosityLevel
519
- PublicIPPrefixSkuName = Azure::Network::Mgmt::V2019_02_01::Models::PublicIPPrefixSkuName
520
- VirtualNetworkPeeringState = Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkPeeringState
521
- VirtualNetworkGatewayType = Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkGatewayType
522
- VpnType = Azure::Network::Mgmt::V2019_02_01::Models::VpnType
523
- VirtualNetworkGatewaySkuName = Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkGatewaySkuName
524
- VirtualNetworkGatewaySkuTier = Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkGatewaySkuTier
525
- VpnClientProtocol = Azure::Network::Mgmt::V2019_02_01::Models::VpnClientProtocol
526
- IpsecEncryption = Azure::Network::Mgmt::V2019_02_01::Models::IpsecEncryption
527
- IpsecIntegrity = Azure::Network::Mgmt::V2019_02_01::Models::IpsecIntegrity
528
- IkeEncryption = Azure::Network::Mgmt::V2019_02_01::Models::IkeEncryption
529
- IkeIntegrity = Azure::Network::Mgmt::V2019_02_01::Models::IkeIntegrity
530
- DhGroup = Azure::Network::Mgmt::V2019_02_01::Models::DhGroup
531
- PfsGroup = Azure::Network::Mgmt::V2019_02_01::Models::PfsGroup
532
- BgpPeerState = Azure::Network::Mgmt::V2019_02_01::Models::BgpPeerState
533
- ProcessorArchitecture = Azure::Network::Mgmt::V2019_02_01::Models::ProcessorArchitecture
534
- VirtualNetworkGatewayConnectionStatus = Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkGatewayConnectionStatus
535
- VirtualNetworkGatewayConnectionType = Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkGatewayConnectionType
536
- VirtualNetworkGatewayConnectionProtocol = Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkGatewayConnectionProtocol
537
- OfficeTrafficCategory = Azure::Network::Mgmt::V2019_02_01::Models::OfficeTrafficCategory
538
- VpnGatewayTunnelingProtocol = Azure::Network::Mgmt::V2019_02_01::Models::VpnGatewayTunnelingProtocol
539
- VpnConnectionStatus = Azure::Network::Mgmt::V2019_02_01::Models::VpnConnectionStatus
540
- VirtualWanSecurityProviderType = Azure::Network::Mgmt::V2019_02_01::Models::VirtualWanSecurityProviderType
541
- TunnelConnectionStatus = Azure::Network::Mgmt::V2019_02_01::Models::TunnelConnectionStatus
542
- HubVirtualNetworkConnectionStatus = Azure::Network::Mgmt::V2019_02_01::Models::HubVirtualNetworkConnectionStatus
543
- WebApplicationFirewallEnabledState = Azure::Network::Mgmt::V2019_02_01::Models::WebApplicationFirewallEnabledState
544
- WebApplicationFirewallMode = Azure::Network::Mgmt::V2019_02_01::Models::WebApplicationFirewallMode
545
- WebApplicationFirewallRuleType = Azure::Network::Mgmt::V2019_02_01::Models::WebApplicationFirewallRuleType
546
- WebApplicationFirewallMatchVariable = Azure::Network::Mgmt::V2019_02_01::Models::WebApplicationFirewallMatchVariable
547
- WebApplicationFirewallOperator = Azure::Network::Mgmt::V2019_02_01::Models::WebApplicationFirewallOperator
548
- WebApplicationFirewallTransform = Azure::Network::Mgmt::V2019_02_01::Models::WebApplicationFirewallTransform
549
- WebApplicationFirewallAction = Azure::Network::Mgmt::V2019_02_01::Models::WebApplicationFirewallAction
550
- WebApplicationFirewallPolicyResourceState = Azure::Network::Mgmt::V2019_02_01::Models::WebApplicationFirewallPolicyResourceState
90
+ EffectiveRoute = Azure::Network::Mgmt::V2019_04_01::Models::EffectiveRoute
91
+ ApplicationGatewayProbeHealthResponseMatch = Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayProbeHealthResponseMatch
92
+ EffectiveRouteListResult = Azure::Network::Mgmt::V2019_04_01::Models::EffectiveRouteListResult
93
+ ExpressRouteCrossConnectionsRoutesTableSummaryListResult = Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteCrossConnectionsRoutesTableSummaryListResult
94
+ ExpressRouteCircuitReference = Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteCircuitReference
95
+ WebApplicationFirewallPolicyListResult = Azure::Network::Mgmt::V2019_04_01::Models::WebApplicationFirewallPolicyListResult
96
+ UsagesListResult = Azure::Network::Mgmt::V2019_04_01::Models::UsagesListResult
97
+ PrivateLinkServiceConnectionState = Azure::Network::Mgmt::V2019_04_01::Models::PrivateLinkServiceConnectionState
98
+ Usage = Azure::Network::Mgmt::V2019_04_01::Models::Usage
99
+ MatchVariable = Azure::Network::Mgmt::V2019_04_01::Models::MatchVariable
100
+ ExpressRouteCrossConnectionListResult = Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteCrossConnectionListResult
101
+ PolicySettings = Azure::Network::Mgmt::V2019_04_01::Models::PolicySettings
102
+ ExpressRouteCrossConnectionPeeringList = Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteCrossConnectionPeeringList
103
+ P2SVpnProfileParameters = Azure::Network::Mgmt::V2019_04_01::Models::P2SVpnProfileParameters
104
+ VirtualHubId = Azure::Network::Mgmt::V2019_04_01::Models::VirtualHubId
105
+ ServiceEndpointPropertiesFormat = Azure::Network::Mgmt::V2019_04_01::Models::ServiceEndpointPropertiesFormat
106
+ ExpressRouteCircuitPeeringId = Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteCircuitPeeringId
107
+ ListP2SVpnServerConfigurationsResult = Azure::Network::Mgmt::V2019_04_01::Models::ListP2SVpnServerConfigurationsResult
108
+ ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds = Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds
109
+ PublicIPAddressDnsSettings = Azure::Network::Mgmt::V2019_04_01::Models::PublicIPAddressDnsSettings
110
+ ExpressRouteGatewayPropertiesAutoScaleConfiguration = Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteGatewayPropertiesAutoScaleConfiguration
111
+ IpTag = Azure::Network::Mgmt::V2019_04_01::Models::IpTag
112
+ UsageName = Azure::Network::Mgmt::V2019_04_01::Models::UsageName
113
+ VirtualWanSecurityProvider = Azure::Network::Mgmt::V2019_04_01::Models::VirtualWanSecurityProvider
114
+ ServiceTagsListResult = Azure::Network::Mgmt::V2019_04_01::Models::ServiceTagsListResult
115
+ ListHubVirtualNetworkConnectionsResult = Azure::Network::Mgmt::V2019_04_01::Models::ListHubVirtualNetworkConnectionsResult
116
+ ExpressRouteGatewayList = Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteGatewayList
117
+ ListVpnGatewaysResult = Azure::Network::Mgmt::V2019_04_01::Models::ListVpnGatewaysResult
118
+ ExpressRouteConnectionList = Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteConnectionList
119
+ VirtualHubRouteTable = Azure::Network::Mgmt::V2019_04_01::Models::VirtualHubRouteTable
120
+ ExpressRoutePortsLocationBandwidths = Azure::Network::Mgmt::V2019_04_01::Models::ExpressRoutePortsLocationBandwidths
121
+ GetVpnSitesConfigurationRequest = Azure::Network::Mgmt::V2019_04_01::Models::GetVpnSitesConfigurationRequest
122
+ ServiceTagInformation = Azure::Network::Mgmt::V2019_04_01::Models::ServiceTagInformation
123
+ DeviceProperties = Azure::Network::Mgmt::V2019_04_01::Models::DeviceProperties
124
+ ExpressRoutePortsLocationListResult = Azure::Network::Mgmt::V2019_04_01::Models::ExpressRoutePortsLocationListResult
125
+ ListVirtualWANsResult = Azure::Network::Mgmt::V2019_04_01::Models::ListVirtualWANsResult
126
+ ServiceTagInformationPropertiesFormat = Azure::Network::Mgmt::V2019_04_01::Models::ServiceTagInformationPropertiesFormat
127
+ VirtualNetworkTapListResult = Azure::Network::Mgmt::V2019_04_01::Models::VirtualNetworkTapListResult
128
+ ExpressRouteLinkListResult = Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteLinkListResult
129
+ ApplicationGatewayBackendHealthHttpSettings = Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayBackendHealthHttpSettings
130
+ ServiceEndpointPolicyListResult = Azure::Network::Mgmt::V2019_04_01::Models::ServiceEndpointPolicyListResult
131
+ ApplicationGatewayBackendHealthPool = Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayBackendHealthPool
132
+ ExpressRoutePortListResult = Azure::Network::Mgmt::V2019_04_01::Models::ExpressRoutePortListResult
133
+ ApplicationGatewaySku = Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewaySku
134
+ PrivateEndpointListResult = Azure::Network::Mgmt::V2019_04_01::Models::PrivateEndpointListResult
135
+ VpnClientConnectionHealthDetailListResult = Azure::Network::Mgmt::V2019_04_01::Models::VpnClientConnectionHealthDetailListResult
136
+ PrivateLinkServiceIpConfiguration = Azure::Network::Mgmt::V2019_04_01::Models::PrivateLinkServiceIpConfiguration
137
+ VpnDeviceScriptParameters = Azure::Network::Mgmt::V2019_04_01::Models::VpnDeviceScriptParameters
138
+ ServiceEndpointPolicyDefinitionListResult = Azure::Network::Mgmt::V2019_04_01::Models::ServiceEndpointPolicyDefinitionListResult
139
+ VirtualNetworkConnectionGatewayReference = Azure::Network::Mgmt::V2019_04_01::Models::VirtualNetworkConnectionGatewayReference
140
+ BgpServiceCommunityListResult = Azure::Network::Mgmt::V2019_04_01::Models::BgpServiceCommunityListResult
141
+ ApplicationGatewayCustomError = Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayCustomError
142
+ BGPCommunity = Azure::Network::Mgmt::V2019_04_01::Models::BGPCommunity
143
+ ConnectionResetSharedKey = Azure::Network::Mgmt::V2019_04_01::Models::ConnectionResetSharedKey
144
+ RouteListResult = Azure::Network::Mgmt::V2019_04_01::Models::RouteListResult
145
+ TunnelConnectionHealth = Azure::Network::Mgmt::V2019_04_01::Models::TunnelConnectionHealth
146
+ ResourceSet = Azure::Network::Mgmt::V2019_04_01::Models::ResourceSet
147
+ ApplicationGatewayHeaderConfiguration = Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayHeaderConfiguration
148
+ PrivateLinkServiceListResult = Azure::Network::Mgmt::V2019_04_01::Models::PrivateLinkServiceListResult
149
+ ApplicationGatewayRewriteRule = Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayRewriteRule
150
+ LoadBalancerSku = Azure::Network::Mgmt::V2019_04_01::Models::LoadBalancerSku
151
+ BgpPeerStatusListResult = Azure::Network::Mgmt::V2019_04_01::Models::BgpPeerStatusListResult
152
+ RouteTableListResult = Azure::Network::Mgmt::V2019_04_01::Models::RouteTableListResult
153
+ ApplicationGatewayFirewallDisabledRuleGroup = Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayFirewallDisabledRuleGroup
154
+ RouteFilterRuleListResult = Azure::Network::Mgmt::V2019_04_01::Models::RouteFilterRuleListResult
155
+ ApplicationGatewayWebApplicationFirewallConfiguration = Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayWebApplicationFirewallConfiguration
156
+ RouteFilterListResult = Azure::Network::Mgmt::V2019_04_01::Models::RouteFilterListResult
157
+ ManagedServiceIdentityUserAssignedIdentitiesValue = Azure::Network::Mgmt::V2019_04_01::Models::ManagedServiceIdentityUserAssignedIdentitiesValue
158
+ PublicIPPrefixListResult = Azure::Network::Mgmt::V2019_04_01::Models::PublicIPPrefixListResult
159
+ VpnClientParameters = Azure::Network::Mgmt::V2019_04_01::Models::VpnClientParameters
160
+ ReferencedPublicIpAddress = Azure::Network::Mgmt::V2019_04_01::Models::ReferencedPublicIpAddress
161
+ ApplicationGatewayFirewallRule = Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayFirewallRule
162
+ LoadBalancerListResult = Azure::Network::Mgmt::V2019_04_01::Models::LoadBalancerListResult
163
+ GatewayRoute = Azure::Network::Mgmt::V2019_04_01::Models::GatewayRoute
164
+ InboundNatRuleListResult = Azure::Network::Mgmt::V2019_04_01::Models::InboundNatRuleListResult
165
+ BgpPeerStatus = Azure::Network::Mgmt::V2019_04_01::Models::BgpPeerStatus
166
+ LoadBalancerBackendAddressPoolListResult = Azure::Network::Mgmt::V2019_04_01::Models::LoadBalancerBackendAddressPoolListResult
167
+ ApplicationGatewayAvailableSslPredefinedPolicies = Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayAvailableSslPredefinedPolicies
168
+ LoadBalancerFrontendIPConfigurationListResult = Azure::Network::Mgmt::V2019_04_01::Models::LoadBalancerFrontendIPConfigurationListResult
169
+ ErrorDetails = Azure::Network::Mgmt::V2019_04_01::Models::ErrorDetails
170
+ LoadBalancerLoadBalancingRuleListResult = Azure::Network::Mgmt::V2019_04_01::Models::LoadBalancerLoadBalancingRuleListResult
171
+ TagsObject = Azure::Network::Mgmt::V2019_04_01::Models::TagsObject
172
+ LoadBalancerOutboundRuleListResult = Azure::Network::Mgmt::V2019_04_01::Models::LoadBalancerOutboundRuleListResult
173
+ AvailableDelegation = Azure::Network::Mgmt::V2019_04_01::Models::AvailableDelegation
174
+ LoadBalancerProbeListResult = Azure::Network::Mgmt::V2019_04_01::Models::LoadBalancerProbeListResult
175
+ AvailablePrivateEndpointType = Azure::Network::Mgmt::V2019_04_01::Models::AvailablePrivateEndpointType
176
+ NetworkInterfaceListResult = Azure::Network::Mgmt::V2019_04_01::Models::NetworkInterfaceListResult
177
+ VpnClientConfiguration = Azure::Network::Mgmt::V2019_04_01::Models::VpnClientConfiguration
178
+ NatGatewaySku = Azure::Network::Mgmt::V2019_04_01::Models::NatGatewaySku
179
+ AzureFirewallApplicationRuleProtocol = Azure::Network::Mgmt::V2019_04_01::Models::AzureFirewallApplicationRuleProtocol
180
+ PublicIPPrefixSku = Azure::Network::Mgmt::V2019_04_01::Models::PublicIPPrefixSku
181
+ IpsecPolicy = Azure::Network::Mgmt::V2019_04_01::Models::IpsecPolicy
182
+ NatGatewayListResult = Azure::Network::Mgmt::V2019_04_01::Models::NatGatewayListResult
183
+ AzureFirewallNatRule = Azure::Network::Mgmt::V2019_04_01::Models::AzureFirewallNatRule
184
+ AzureAsyncOperationResult = Azure::Network::Mgmt::V2019_04_01::Models::AzureAsyncOperationResult
185
+ AzureFirewallNetworkRule = Azure::Network::Mgmt::V2019_04_01::Models::AzureFirewallNetworkRule
186
+ NetworkInterfaceTapConfigurationListResult = Azure::Network::Mgmt::V2019_04_01::Models::NetworkInterfaceTapConfigurationListResult
187
+ NetworkIntentPolicyConfiguration = Azure::Network::Mgmt::V2019_04_01::Models::NetworkIntentPolicyConfiguration
188
+ NetworkInterfaceIPConfigurationListResult = Azure::Network::Mgmt::V2019_04_01::Models::NetworkInterfaceIPConfigurationListResult
189
+ VirtualNetworkListUsageResult = Azure::Network::Mgmt::V2019_04_01::Models::VirtualNetworkListUsageResult
190
+ NetworkInterfaceLoadBalancerListResult = Azure::Network::Mgmt::V2019_04_01::Models::NetworkInterfaceLoadBalancerListResult
191
+ VirtualNetworkUsage = Azure::Network::Mgmt::V2019_04_01::Models::VirtualNetworkUsage
192
+ EffectiveNetworkSecurityGroupAssociation = Azure::Network::Mgmt::V2019_04_01::Models::EffectiveNetworkSecurityGroupAssociation
193
+ BastionHostListResult = Azure::Network::Mgmt::V2019_04_01::Models::BastionHostListResult
194
+ EffectiveNetworkSecurityRule = Azure::Network::Mgmt::V2019_04_01::Models::EffectiveNetworkSecurityRule
195
+ ProtocolCustomSettingsFormat = Azure::Network::Mgmt::V2019_04_01::Models::ProtocolCustomSettingsFormat
196
+ EffectiveNetworkSecurityGroup = Azure::Network::Mgmt::V2019_04_01::Models::EffectiveNetworkSecurityGroup
197
+ EffectiveNetworkSecurityGroupListResult = Azure::Network::Mgmt::V2019_04_01::Models::EffectiveNetworkSecurityGroupListResult
198
+ DdosProtectionPlan = Azure::Network::Mgmt::V2019_04_01::Models::DdosProtectionPlan
199
+ ApplicationGatewayOnDemandProbe = Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayOnDemandProbe
200
+ VirtualNetworkListResult = Azure::Network::Mgmt::V2019_04_01::Models::VirtualNetworkListResult
201
+ PublicIPAddressListResult = Azure::Network::Mgmt::V2019_04_01::Models::PublicIPAddressListResult
202
+ DhcpOptions = Azure::Network::Mgmt::V2019_04_01::Models::DhcpOptions
203
+ OperationListResult = Azure::Network::Mgmt::V2019_04_01::Models::OperationListResult
204
+ ExpressRouteCircuitPeeringConfig = Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteCircuitPeeringConfig
205
+ Operation = Azure::Network::Mgmt::V2019_04_01::Models::Operation
206
+ ExpressRouteCircuitStats = Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteCircuitStats
207
+ ContainerNetworkInterfaceIpConfiguration = Azure::Network::Mgmt::V2019_04_01::Models::ContainerNetworkInterfaceIpConfiguration
208
+ VirtualNetworkPeeringListResult = Azure::Network::Mgmt::V2019_04_01::Models::VirtualNetworkPeeringListResult
209
+ OperationPropertiesFormatServiceSpecification = Azure::Network::Mgmt::V2019_04_01::Models::OperationPropertiesFormatServiceSpecification
210
+ ResourceNavigationLinksListResult = Azure::Network::Mgmt::V2019_04_01::Models::ResourceNavigationLinksListResult
211
+ LogSpecification = Azure::Network::Mgmt::V2019_04_01::Models::LogSpecification
212
+ ExpressRouteCircuitConnectionListResult = Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteCircuitConnectionListResult
213
+ NetworkProfileListResult = Azure::Network::Mgmt::V2019_04_01::Models::NetworkProfileListResult
214
+ ExpressRouteCircuitSku = Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteCircuitSku
215
+ SecurityRuleListResult = Azure::Network::Mgmt::V2019_04_01::Models::SecurityRuleListResult
216
+ SubnetListResult = Azure::Network::Mgmt::V2019_04_01::Models::SubnetListResult
217
+ NetworkSecurityGroupListResult = Azure::Network::Mgmt::V2019_04_01::Models::NetworkSecurityGroupListResult
218
+ ExpressRouteCircuitsArpTableListResult = Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteCircuitsArpTableListResult
219
+ ErrorResponse = Azure::Network::Mgmt::V2019_04_01::Models::ErrorResponse
220
+ ExpressRouteCircuitsRoutesTableListResult = Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteCircuitsRoutesTableListResult
221
+ MetricSpecification = Azure::Network::Mgmt::V2019_04_01::Models::MetricSpecification
222
+ ExpressRouteCircuitsRoutesTableSummaryListResult = Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteCircuitsRoutesTableSummaryListResult
223
+ NetworkWatcherListResult = Azure::Network::Mgmt::V2019_04_01::Models::NetworkWatcherListResult
224
+ ExpressRouteServiceProviderBandwidthsOffered = Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteServiceProviderBandwidthsOffered
225
+ TopologyParameters = Azure::Network::Mgmt::V2019_04_01::Models::TopologyParameters
226
+ ExpressRouteServiceProviderListResult = Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteServiceProviderListResult
227
+ TopologyAssociation = Azure::Network::Mgmt::V2019_04_01::Models::TopologyAssociation
228
+ SubResource = Azure::Network::Mgmt::V2019_04_01::Models::SubResource
229
+ TopologyResource = Azure::Network::Mgmt::V2019_04_01::Models::TopologyResource
230
+ MatchCondition = Azure::Network::Mgmt::V2019_04_01::Models::MatchCondition
231
+ Topology = Azure::Network::Mgmt::V2019_04_01::Models::Topology
232
+ VpnProfileResponse = Azure::Network::Mgmt::V2019_04_01::Models::VpnProfileResponse
233
+ VerificationIPFlowParameters = Azure::Network::Mgmt::V2019_04_01::Models::VerificationIPFlowParameters
234
+ VpnClientConnectionHealth = Azure::Network::Mgmt::V2019_04_01::Models::VpnClientConnectionHealth
235
+ VerificationIPFlowResult = Azure::Network::Mgmt::V2019_04_01::Models::VerificationIPFlowResult
236
+ DdosSettings = Azure::Network::Mgmt::V2019_04_01::Models::DdosSettings
237
+ NextHopParameters = Azure::Network::Mgmt::V2019_04_01::Models::NextHopParameters
238
+ VpnSiteId = Azure::Network::Mgmt::V2019_04_01::Models::VpnSiteId
239
+ NextHopResult = Azure::Network::Mgmt::V2019_04_01::Models::NextHopResult
240
+ ListVirtualHubsResult = Azure::Network::Mgmt::V2019_04_01::Models::ListVirtualHubsResult
241
+ SecurityGroupViewParameters = Azure::Network::Mgmt::V2019_04_01::Models::SecurityGroupViewParameters
242
+ ListVpnSitesResult = Azure::Network::Mgmt::V2019_04_01::Models::ListVpnSitesResult
243
+ NetworkInterfaceAssociation = Azure::Network::Mgmt::V2019_04_01::Models::NetworkInterfaceAssociation
244
+ ApplicationGatewayConnectionDraining = Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayConnectionDraining
245
+ SubnetAssociation = Azure::Network::Mgmt::V2019_04_01::Models::SubnetAssociation
246
+ ApplicationGatewayBackendHealthOnDemand = Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayBackendHealthOnDemand
247
+ SecurityRuleAssociations = Azure::Network::Mgmt::V2019_04_01::Models::SecurityRuleAssociations
248
+ ApplicationGatewaySslPolicy = Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewaySslPolicy
249
+ SecurityGroupNetworkInterface = Azure::Network::Mgmt::V2019_04_01::Models::SecurityGroupNetworkInterface
250
+ VirtualNetworkGatewayListConnectionsResult = Azure::Network::Mgmt::V2019_04_01::Models::VirtualNetworkGatewayListConnectionsResult
251
+ SecurityGroupViewResult = Azure::Network::Mgmt::V2019_04_01::Models::SecurityGroupViewResult
252
+ VpnClientIPsecParameters = Azure::Network::Mgmt::V2019_04_01::Models::VpnClientIPsecParameters
253
+ PacketCaptureStorageLocation = Azure::Network::Mgmt::V2019_04_01::Models::PacketCaptureStorageLocation
254
+ ApplicationGatewayRewriteRuleCondition = Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayRewriteRuleCondition
255
+ PacketCaptureFilter = Azure::Network::Mgmt::V2019_04_01::Models::PacketCaptureFilter
256
+ GatewayRouteListResult = Azure::Network::Mgmt::V2019_04_01::Models::GatewayRouteListResult
257
+ PacketCaptureParameters = Azure::Network::Mgmt::V2019_04_01::Models::PacketCaptureParameters
258
+ ApplicationGatewayFirewallExclusion = Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayFirewallExclusion
259
+ PacketCapture = Azure::Network::Mgmt::V2019_04_01::Models::PacketCapture
260
+ ManagedServiceIdentity = Azure::Network::Mgmt::V2019_04_01::Models::ManagedServiceIdentity
261
+ PacketCaptureResult = Azure::Network::Mgmt::V2019_04_01::Models::PacketCaptureResult
262
+ ApplicationGatewayFirewallRuleGroup = Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayFirewallRuleGroup
263
+ PacketCaptureListResult = Azure::Network::Mgmt::V2019_04_01::Models::PacketCaptureListResult
264
+ BgpSettings = Azure::Network::Mgmt::V2019_04_01::Models::BgpSettings
265
+ PacketCaptureQueryStatusResult = Azure::Network::Mgmt::V2019_04_01::Models::PacketCaptureQueryStatusResult
266
+ Error = Azure::Network::Mgmt::V2019_04_01::Models::Error
267
+ TroubleshootingParameters = Azure::Network::Mgmt::V2019_04_01::Models::TroubleshootingParameters
268
+ AvailableDelegationsResult = Azure::Network::Mgmt::V2019_04_01::Models::AvailableDelegationsResult
269
+ QueryTroubleshootingParameters = Azure::Network::Mgmt::V2019_04_01::Models::QueryTroubleshootingParameters
270
+ AzureFirewallRCAction = Azure::Network::Mgmt::V2019_04_01::Models::AzureFirewallRCAction
271
+ TroubleshootingRecommendedActions = Azure::Network::Mgmt::V2019_04_01::Models::TroubleshootingRecommendedActions
272
+ AzureFirewallNatRCAction = Azure::Network::Mgmt::V2019_04_01::Models::AzureFirewallNatRCAction
273
+ TroubleshootingDetails = Azure::Network::Mgmt::V2019_04_01::Models::TroubleshootingDetails
274
+ PrepareNetworkPoliciesRequest = Azure::Network::Mgmt::V2019_04_01::Models::PrepareNetworkPoliciesRequest
275
+ TroubleshootingResult = Azure::Network::Mgmt::V2019_04_01::Models::TroubleshootingResult
276
+ AzureFirewallFqdnTagListResult = Azure::Network::Mgmt::V2019_04_01::Models::AzureFirewallFqdnTagListResult
277
+ RetentionPolicyParameters = Azure::Network::Mgmt::V2019_04_01::Models::RetentionPolicyParameters
278
+ DnsNameAvailabilityResult = Azure::Network::Mgmt::V2019_04_01::Models::DnsNameAvailabilityResult
279
+ FlowLogFormatParameters = Azure::Network::Mgmt::V2019_04_01::Models::FlowLogFormatParameters
280
+ FlowLogStatusParameters = Azure::Network::Mgmt::V2019_04_01::Models::FlowLogStatusParameters
281
+ EndpointServicesListResult = Azure::Network::Mgmt::V2019_04_01::Models::EndpointServicesListResult
282
+ TrafficAnalyticsConfigurationProperties = Azure::Network::Mgmt::V2019_04_01::Models::TrafficAnalyticsConfigurationProperties
283
+ Ipv6ExpressRouteCircuitPeeringConfig = Azure::Network::Mgmt::V2019_04_01::Models::Ipv6ExpressRouteCircuitPeeringConfig
284
+ TrafficAnalyticsProperties = Azure::Network::Mgmt::V2019_04_01::Models::TrafficAnalyticsProperties
285
+ ServiceAssociationLinksListResult = Azure::Network::Mgmt::V2019_04_01::Models::ServiceAssociationLinksListResult
286
+ FlowLogInformation = Azure::Network::Mgmt::V2019_04_01::Models::FlowLogInformation
287
+ PeerExpressRouteCircuitConnectionListResult = Azure::Network::Mgmt::V2019_04_01::Models::PeerExpressRouteCircuitConnectionListResult
288
+ ConnectivitySource = Azure::Network::Mgmt::V2019_04_01::Models::ConnectivitySource
289
+ ExpressRouteCircuitArpTable = Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteCircuitArpTable
290
+ ConnectivityDestination = Azure::Network::Mgmt::V2019_04_01::Models::ConnectivityDestination
291
+ ExpressRouteCircuitRoutesTableSummary = Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteCircuitRoutesTableSummary
292
+ HTTPHeader = Azure::Network::Mgmt::V2019_04_01::Models::HTTPHeader
293
+ AddressSpace = Azure::Network::Mgmt::V2019_04_01::Models::AddressSpace
294
+ HTTPConfiguration = Azure::Network::Mgmt::V2019_04_01::Models::HTTPConfiguration
295
+ WebApplicationFirewallCustomRule = Azure::Network::Mgmt::V2019_04_01::Models::WebApplicationFirewallCustomRule
296
+ ProtocolConfiguration = Azure::Network::Mgmt::V2019_04_01::Models::ProtocolConfiguration
297
+ ListP2SVpnGatewaysResult = Azure::Network::Mgmt::V2019_04_01::Models::ListP2SVpnGatewaysResult
298
+ ConnectivityParameters = Azure::Network::Mgmt::V2019_04_01::Models::ConnectivityParameters
299
+ VirtualWanSecurityProviders = Azure::Network::Mgmt::V2019_04_01::Models::VirtualWanSecurityProviders
300
+ ConnectivityIssue = Azure::Network::Mgmt::V2019_04_01::Models::ConnectivityIssue
301
+ VirtualHubRoute = Azure::Network::Mgmt::V2019_04_01::Models::VirtualHubRoute
302
+ ConnectivityHop = Azure::Network::Mgmt::V2019_04_01::Models::ConnectivityHop
303
+ ApplicationGatewayBackendHealthServer = Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayBackendHealthServer
304
+ ConnectivityInformation = Azure::Network::Mgmt::V2019_04_01::Models::ConnectivityInformation
305
+ VpnClientConnectionHealthDetail = Azure::Network::Mgmt::V2019_04_01::Models::VpnClientConnectionHealthDetail
306
+ AzureReachabilityReportLocation = Azure::Network::Mgmt::V2019_04_01::Models::AzureReachabilityReportLocation
307
+ VirtualNetworkGatewayConnectionListResult = Azure::Network::Mgmt::V2019_04_01::Models::VirtualNetworkGatewayConnectionListResult
308
+ AzureReachabilityReportParameters = Azure::Network::Mgmt::V2019_04_01::Models::AzureReachabilityReportParameters
309
+ VirtualNetworkGatewayListResult = Azure::Network::Mgmt::V2019_04_01::Models::VirtualNetworkGatewayListResult
310
+ AzureReachabilityReportLatencyInfo = Azure::Network::Mgmt::V2019_04_01::Models::AzureReachabilityReportLatencyInfo
311
+ ApplicationGatewayListResult = Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayListResult
312
+ AzureReachabilityReportItem = Azure::Network::Mgmt::V2019_04_01::Models::AzureReachabilityReportItem
313
+ Resource = Azure::Network::Mgmt::V2019_04_01::Models::Resource
314
+ AzureReachabilityReport = Azure::Network::Mgmt::V2019_04_01::Models::AzureReachabilityReport
315
+ AvailablePrivateEndpointTypesResult = Azure::Network::Mgmt::V2019_04_01::Models::AvailablePrivateEndpointTypesResult
316
+ AvailableProvidersListParameters = Azure::Network::Mgmt::V2019_04_01::Models::AvailableProvidersListParameters
317
+ VirtualNetworkGatewaySku = Azure::Network::Mgmt::V2019_04_01::Models::VirtualNetworkGatewaySku
318
+ AvailableProvidersListCity = Azure::Network::Mgmt::V2019_04_01::Models::AvailableProvidersListCity
319
+ VirtualNetworkUsageName = Azure::Network::Mgmt::V2019_04_01::Models::VirtualNetworkUsageName
320
+ AvailableProvidersListState = Azure::Network::Mgmt::V2019_04_01::Models::AvailableProvidersListState
321
+ DdosProtectionPlanListResult = Azure::Network::Mgmt::V2019_04_01::Models::DdosProtectionPlanListResult
322
+ AvailableProvidersListCountry = Azure::Network::Mgmt::V2019_04_01::Models::AvailableProvidersListCountry
323
+ ExpressRouteConnectionId = Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteConnectionId
324
+ AvailableProvidersList = Azure::Network::Mgmt::V2019_04_01::Models::AvailableProvidersList
325
+ ExpressRouteCircuitServiceProviderProperties = Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteCircuitServiceProviderProperties
326
+ ConnectionMonitorSource = Azure::Network::Mgmt::V2019_04_01::Models::ConnectionMonitorSource
327
+ ExpressRouteCircuitListResult = Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteCircuitListResult
328
+ ConnectionMonitorDestination = Azure::Network::Mgmt::V2019_04_01::Models::ConnectionMonitorDestination
329
+ NetworkInterfaceDnsSettings = Azure::Network::Mgmt::V2019_04_01::Models::NetworkInterfaceDnsSettings
330
+ ConnectionMonitorParameters = Azure::Network::Mgmt::V2019_04_01::Models::ConnectionMonitorParameters
331
+ ListVpnConnectionsResult = Azure::Network::Mgmt::V2019_04_01::Models::ListVpnConnectionsResult
332
+ ConnectionMonitor = Azure::Network::Mgmt::V2019_04_01::Models::ConnectionMonitor
333
+ ApplicationGatewayBackendHealth = Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayBackendHealth
334
+ ConnectionMonitorResult = Azure::Network::Mgmt::V2019_04_01::Models::ConnectionMonitorResult
335
+ ApplicationGatewayRewriteRuleActionSet = Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayRewriteRuleActionSet
336
+ ConnectionMonitorListResult = Azure::Network::Mgmt::V2019_04_01::Models::ConnectionMonitorListResult
337
+ ApplicationGatewayAvailableWafRuleSetsResult = Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayAvailableWafRuleSetsResult
338
+ ConnectionStateSnapshot = Azure::Network::Mgmt::V2019_04_01::Models::ConnectionStateSnapshot
339
+ AzureFirewallApplicationRule = Azure::Network::Mgmt::V2019_04_01::Models::AzureFirewallApplicationRule
340
+ ConnectionMonitorQueryResult = Azure::Network::Mgmt::V2019_04_01::Models::ConnectionMonitorQueryResult
341
+ IPAddressAvailabilityResult = Azure::Network::Mgmt::V2019_04_01::Models::IPAddressAvailabilityResult
342
+ NetworkConfigurationDiagnosticProfile = Azure::Network::Mgmt::V2019_04_01::Models::NetworkConfigurationDiagnosticProfile
343
+ ExpressRouteCircuitPeeringListResult = Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteCircuitPeeringListResult
344
+ NetworkConfigurationDiagnosticParameters = Azure::Network::Mgmt::V2019_04_01::Models::NetworkConfigurationDiagnosticParameters
345
+ ExpressRouteCrossConnectionRoutesTableSummary = Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteCrossConnectionRoutesTableSummary
346
+ MatchedRule = Azure::Network::Mgmt::V2019_04_01::Models::MatchedRule
347
+ ApplicationGatewayBackendAddress = Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayBackendAddress
348
+ NetworkSecurityRulesEvaluationResult = Azure::Network::Mgmt::V2019_04_01::Models::NetworkSecurityRulesEvaluationResult
349
+ ApplicationGatewayAutoscaleConfiguration = Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayAutoscaleConfiguration
350
+ EvaluatedNetworkSecurityGroup = Azure::Network::Mgmt::V2019_04_01::Models::EvaluatedNetworkSecurityGroup
351
+ AzureFirewallListResult = Azure::Network::Mgmt::V2019_04_01::Models::AzureFirewallListResult
352
+ NetworkSecurityGroupResult = Azure::Network::Mgmt::V2019_04_01::Models::NetworkSecurityGroupResult
353
+ ExpressRouteCircuitRoutesTable = Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteCircuitRoutesTable
354
+ NetworkConfigurationDiagnosticResult = Azure::Network::Mgmt::V2019_04_01::Models::NetworkConfigurationDiagnosticResult
355
+ LocalNetworkGatewayListResult = Azure::Network::Mgmt::V2019_04_01::Models::LocalNetworkGatewayListResult
356
+ NetworkConfigurationDiagnosticResponse = Azure::Network::Mgmt::V2019_04_01::Models::NetworkConfigurationDiagnosticResponse
357
+ AuthorizationListResult = Azure::Network::Mgmt::V2019_04_01::Models::AuthorizationListResult
358
+ OperationDisplay = Azure::Network::Mgmt::V2019_04_01::Models::OperationDisplay
359
+ ApplicationSecurityGroupListResult = Azure::Network::Mgmt::V2019_04_01::Models::ApplicationSecurityGroupListResult
360
+ Availability = Azure::Network::Mgmt::V2019_04_01::Models::Availability
361
+ PublicIPAddressSku = Azure::Network::Mgmt::V2019_04_01::Models::PublicIPAddressSku
362
+ Dimension = Azure::Network::Mgmt::V2019_04_01::Models::Dimension
363
+ NetworkInterfaceTapConfiguration = Azure::Network::Mgmt::V2019_04_01::Models::NetworkInterfaceTapConfiguration
364
+ ApplicationSecurityGroup = Azure::Network::Mgmt::V2019_04_01::Models::ApplicationSecurityGroup
365
+ SecurityRule = Azure::Network::Mgmt::V2019_04_01::Models::SecurityRule
366
+ PrivateLinkServiceConnection = Azure::Network::Mgmt::V2019_04_01::Models::PrivateLinkServiceConnection
367
+ PrivateEndpoint = Azure::Network::Mgmt::V2019_04_01::Models::PrivateEndpoint
368
+ NetworkInterface = Azure::Network::Mgmt::V2019_04_01::Models::NetworkInterface
369
+ NetworkSecurityGroup = Azure::Network::Mgmt::V2019_04_01::Models::NetworkSecurityGroup
370
+ Route = Azure::Network::Mgmt::V2019_04_01::Models::Route
371
+ RouteTable = Azure::Network::Mgmt::V2019_04_01::Models::RouteTable
372
+ ServiceEndpointPolicyDefinition = Azure::Network::Mgmt::V2019_04_01::Models::ServiceEndpointPolicyDefinition
373
+ ServiceEndpointPolicy = Azure::Network::Mgmt::V2019_04_01::Models::ServiceEndpointPolicy
374
+ PublicIPAddress = Azure::Network::Mgmt::V2019_04_01::Models::PublicIPAddress
375
+ IPConfiguration = Azure::Network::Mgmt::V2019_04_01::Models::IPConfiguration
376
+ IPConfigurationProfile = Azure::Network::Mgmt::V2019_04_01::Models::IPConfigurationProfile
377
+ ResourceNavigationLink = Azure::Network::Mgmt::V2019_04_01::Models::ResourceNavigationLink
378
+ ServiceAssociationLink = Azure::Network::Mgmt::V2019_04_01::Models::ServiceAssociationLink
379
+ Delegation = Azure::Network::Mgmt::V2019_04_01::Models::Delegation
380
+ Subnet = Azure::Network::Mgmt::V2019_04_01::Models::Subnet
381
+ FrontendIPConfiguration = Azure::Network::Mgmt::V2019_04_01::Models::FrontendIPConfiguration
382
+ VirtualNetworkTap = Azure::Network::Mgmt::V2019_04_01::Models::VirtualNetworkTap
383
+ BackendAddressPool = Azure::Network::Mgmt::V2019_04_01::Models::BackendAddressPool
384
+ InboundNatRule = Azure::Network::Mgmt::V2019_04_01::Models::InboundNatRule
385
+ NetworkInterfaceIPConfiguration = Azure::Network::Mgmt::V2019_04_01::Models::NetworkInterfaceIPConfiguration
386
+ ApplicationGatewayBackendAddressPool = Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayBackendAddressPool
387
+ ApplicationGatewayBackendHttpSettings = Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayBackendHttpSettings
388
+ ApplicationGatewayIPConfiguration = Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayIPConfiguration
389
+ ApplicationGatewayAuthenticationCertificate = Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayAuthenticationCertificate
390
+ ApplicationGatewayTrustedRootCertificate = Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayTrustedRootCertificate
391
+ ApplicationGatewaySslCertificate = Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewaySslCertificate
392
+ ApplicationGatewayFrontendIPConfiguration = Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayFrontendIPConfiguration
393
+ ApplicationGatewayFrontendPort = Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayFrontendPort
394
+ ApplicationGatewayHttpListener = Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayHttpListener
395
+ ApplicationGatewayPathRule = Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayPathRule
396
+ ApplicationGatewayProbe = Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayProbe
397
+ ApplicationGatewayRequestRoutingRule = Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayRequestRoutingRule
398
+ ApplicationGatewayRewriteRuleSet = Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayRewriteRuleSet
399
+ ApplicationGatewayRedirectConfiguration = Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayRedirectConfiguration
400
+ ApplicationGatewayUrlPathMap = Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayUrlPathMap
401
+ ApplicationGateway = Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGateway
402
+ ApplicationGatewayFirewallRuleSet = Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayFirewallRuleSet
403
+ ApplicationGatewayAvailableSslOptions = Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayAvailableSslOptions
404
+ ApplicationGatewaySslPredefinedPolicy = Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewaySslPredefinedPolicy
405
+ AzureFirewallIPConfiguration = Azure::Network::Mgmt::V2019_04_01::Models::AzureFirewallIPConfiguration
406
+ AzureFirewallApplicationRuleCollection = Azure::Network::Mgmt::V2019_04_01::Models::AzureFirewallApplicationRuleCollection
407
+ AzureFirewallNatRuleCollection = Azure::Network::Mgmt::V2019_04_01::Models::AzureFirewallNatRuleCollection
408
+ AzureFirewallNetworkRuleCollection = Azure::Network::Mgmt::V2019_04_01::Models::AzureFirewallNetworkRuleCollection
409
+ AzureFirewall = Azure::Network::Mgmt::V2019_04_01::Models::AzureFirewall
410
+ AzureFirewallFqdnTag = Azure::Network::Mgmt::V2019_04_01::Models::AzureFirewallFqdnTag
411
+ BastionHostIPConfiguration = Azure::Network::Mgmt::V2019_04_01::Models::BastionHostIPConfiguration
412
+ BastionHost = Azure::Network::Mgmt::V2019_04_01::Models::BastionHost
413
+ DdosCustomPolicy = Azure::Network::Mgmt::V2019_04_01::Models::DdosCustomPolicy
414
+ EndpointServiceResult = Azure::Network::Mgmt::V2019_04_01::Models::EndpointServiceResult
415
+ ExpressRouteCircuitAuthorization = Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteCircuitAuthorization
416
+ ExpressRouteCircuitConnection = Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteCircuitConnection
417
+ PeerExpressRouteCircuitConnection = Azure::Network::Mgmt::V2019_04_01::Models::PeerExpressRouteCircuitConnection
418
+ ExpressRouteCircuitPeering = Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteCircuitPeering
419
+ ExpressRouteCircuit = Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteCircuit
420
+ ExpressRouteServiceProvider = Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteServiceProvider
421
+ ExpressRouteCrossConnectionPeering = Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteCrossConnectionPeering
422
+ ExpressRouteCrossConnection = Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteCrossConnection
423
+ ExpressRouteConnection = Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteConnection
424
+ ExpressRouteGateway = Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteGateway
425
+ ExpressRoutePortsLocation = Azure::Network::Mgmt::V2019_04_01::Models::ExpressRoutePortsLocation
426
+ ExpressRouteLink = Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteLink
427
+ ExpressRoutePort = Azure::Network::Mgmt::V2019_04_01::Models::ExpressRoutePort
428
+ PrivateEndpointConnection = Azure::Network::Mgmt::V2019_04_01::Models::PrivateEndpointConnection
429
+ PrivateLinkServicePropertiesVisibility = Azure::Network::Mgmt::V2019_04_01::Models::PrivateLinkServicePropertiesVisibility
430
+ PrivateLinkServicePropertiesAutoApproval = Azure::Network::Mgmt::V2019_04_01::Models::PrivateLinkServicePropertiesAutoApproval
431
+ PrivateLinkService = Azure::Network::Mgmt::V2019_04_01::Models::PrivateLinkService
432
+ LoadBalancingRule = Azure::Network::Mgmt::V2019_04_01::Models::LoadBalancingRule
433
+ Probe = Azure::Network::Mgmt::V2019_04_01::Models::Probe
434
+ InboundNatPool = Azure::Network::Mgmt::V2019_04_01::Models::InboundNatPool
435
+ OutboundRule = Azure::Network::Mgmt::V2019_04_01::Models::OutboundRule
436
+ LoadBalancer = Azure::Network::Mgmt::V2019_04_01::Models::LoadBalancer
437
+ NatGateway = Azure::Network::Mgmt::V2019_04_01::Models::NatGateway
438
+ ContainerNetworkInterfaceConfiguration = Azure::Network::Mgmt::V2019_04_01::Models::ContainerNetworkInterfaceConfiguration
439
+ Container = Azure::Network::Mgmt::V2019_04_01::Models::Container
440
+ ContainerNetworkInterface = Azure::Network::Mgmt::V2019_04_01::Models::ContainerNetworkInterface
441
+ NetworkProfile = Azure::Network::Mgmt::V2019_04_01::Models::NetworkProfile
442
+ NetworkWatcher = Azure::Network::Mgmt::V2019_04_01::Models::NetworkWatcher
443
+ PublicIPPrefix = Azure::Network::Mgmt::V2019_04_01::Models::PublicIPPrefix
444
+ RouteFilterRule = Azure::Network::Mgmt::V2019_04_01::Models::RouteFilterRule
445
+ PatchRouteFilterRule = Azure::Network::Mgmt::V2019_04_01::Models::PatchRouteFilterRule
446
+ RouteFilter = Azure::Network::Mgmt::V2019_04_01::Models::RouteFilter
447
+ PatchRouteFilter = Azure::Network::Mgmt::V2019_04_01::Models::PatchRouteFilter
448
+ BgpServiceCommunity = Azure::Network::Mgmt::V2019_04_01::Models::BgpServiceCommunity
449
+ VirtualNetworkPeering = Azure::Network::Mgmt::V2019_04_01::Models::VirtualNetworkPeering
450
+ VirtualNetwork = Azure::Network::Mgmt::V2019_04_01::Models::VirtualNetwork
451
+ NetworkIntentPolicy = Azure::Network::Mgmt::V2019_04_01::Models::NetworkIntentPolicy
452
+ VirtualNetworkGatewayIPConfiguration = Azure::Network::Mgmt::V2019_04_01::Models::VirtualNetworkGatewayIPConfiguration
453
+ VpnClientRootCertificate = Azure::Network::Mgmt::V2019_04_01::Models::VpnClientRootCertificate
454
+ VpnClientRevokedCertificate = Azure::Network::Mgmt::V2019_04_01::Models::VpnClientRevokedCertificate
455
+ VirtualNetworkGateway = Azure::Network::Mgmt::V2019_04_01::Models::VirtualNetworkGateway
456
+ LocalNetworkGateway = Azure::Network::Mgmt::V2019_04_01::Models::LocalNetworkGateway
457
+ VirtualNetworkGatewayConnection = Azure::Network::Mgmt::V2019_04_01::Models::VirtualNetworkGatewayConnection
458
+ ConnectionSharedKey = Azure::Network::Mgmt::V2019_04_01::Models::ConnectionSharedKey
459
+ VirtualNetworkGatewayConnectionListEntity = Azure::Network::Mgmt::V2019_04_01::Models::VirtualNetworkGatewayConnectionListEntity
460
+ P2SVpnServerConfigVpnClientRootCertificate = Azure::Network::Mgmt::V2019_04_01::Models::P2SVpnServerConfigVpnClientRootCertificate
461
+ P2SVpnServerConfigVpnClientRevokedCertificate = Azure::Network::Mgmt::V2019_04_01::Models::P2SVpnServerConfigVpnClientRevokedCertificate
462
+ P2SVpnServerConfigRadiusServerRootCertificate = Azure::Network::Mgmt::V2019_04_01::Models::P2SVpnServerConfigRadiusServerRootCertificate
463
+ P2SVpnServerConfigRadiusClientRootCertificate = Azure::Network::Mgmt::V2019_04_01::Models::P2SVpnServerConfigRadiusClientRootCertificate
464
+ P2SVpnServerConfiguration = Azure::Network::Mgmt::V2019_04_01::Models::P2SVpnServerConfiguration
465
+ VirtualWAN = Azure::Network::Mgmt::V2019_04_01::Models::VirtualWAN
466
+ VpnSite = Azure::Network::Mgmt::V2019_04_01::Models::VpnSite
467
+ HubVirtualNetworkConnection = Azure::Network::Mgmt::V2019_04_01::Models::HubVirtualNetworkConnection
468
+ VirtualHub = Azure::Network::Mgmt::V2019_04_01::Models::VirtualHub
469
+ VpnConnection = Azure::Network::Mgmt::V2019_04_01::Models::VpnConnection
470
+ VpnGateway = Azure::Network::Mgmt::V2019_04_01::Models::VpnGateway
471
+ P2SVpnGateway = Azure::Network::Mgmt::V2019_04_01::Models::P2SVpnGateway
472
+ WebApplicationFirewallPolicy = Azure::Network::Mgmt::V2019_04_01::Models::WebApplicationFirewallPolicy
473
+ ApplicationGatewayProtocol = Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayProtocol
474
+ IPAllocationMethod = Azure::Network::Mgmt::V2019_04_01::Models::IPAllocationMethod
475
+ IPVersion = Azure::Network::Mgmt::V2019_04_01::Models::IPVersion
476
+ SecurityRuleProtocol = Azure::Network::Mgmt::V2019_04_01::Models::SecurityRuleProtocol
477
+ SecurityRuleAccess = Azure::Network::Mgmt::V2019_04_01::Models::SecurityRuleAccess
478
+ SecurityRuleDirection = Azure::Network::Mgmt::V2019_04_01::Models::SecurityRuleDirection
479
+ RouteNextHopType = Azure::Network::Mgmt::V2019_04_01::Models::RouteNextHopType
480
+ PublicIPAddressSkuName = Azure::Network::Mgmt::V2019_04_01::Models::PublicIPAddressSkuName
481
+ DdosSettingsProtectionCoverage = Azure::Network::Mgmt::V2019_04_01::Models::DdosSettingsProtectionCoverage
482
+ TransportProtocol = Azure::Network::Mgmt::V2019_04_01::Models::TransportProtocol
483
+ ApplicationGatewayCookieBasedAffinity = Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayCookieBasedAffinity
484
+ ApplicationGatewayBackendHealthServerHealth = Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayBackendHealthServerHealth
485
+ ApplicationGatewaySkuName = Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewaySkuName
486
+ ApplicationGatewayTier = Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayTier
487
+ ApplicationGatewaySslProtocol = Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewaySslProtocol
488
+ ApplicationGatewaySslPolicyType = Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewaySslPolicyType
489
+ ApplicationGatewaySslPolicyName = Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewaySslPolicyName
490
+ ApplicationGatewaySslCipherSuite = Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewaySslCipherSuite
491
+ ApplicationGatewayCustomErrorStatusCode = Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayCustomErrorStatusCode
492
+ ApplicationGatewayRequestRoutingRuleType = Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayRequestRoutingRuleType
493
+ ApplicationGatewayRedirectType = Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayRedirectType
494
+ ApplicationGatewayOperationalState = Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayOperationalState
495
+ ApplicationGatewayFirewallMode = Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayFirewallMode
496
+ ResourceIdentityType = Azure::Network::Mgmt::V2019_04_01::Models::ResourceIdentityType
497
+ ProvisioningState = Azure::Network::Mgmt::V2019_04_01::Models::ProvisioningState
498
+ AzureFirewallRCActionType = Azure::Network::Mgmt::V2019_04_01::Models::AzureFirewallRCActionType
499
+ AzureFirewallApplicationRuleProtocolType = Azure::Network::Mgmt::V2019_04_01::Models::AzureFirewallApplicationRuleProtocolType
500
+ AzureFirewallNatRCActionType = Azure::Network::Mgmt::V2019_04_01::Models::AzureFirewallNatRCActionType
501
+ AzureFirewallNetworkRuleProtocol = Azure::Network::Mgmt::V2019_04_01::Models::AzureFirewallNetworkRuleProtocol
502
+ AzureFirewallThreatIntelMode = Azure::Network::Mgmt::V2019_04_01::Models::AzureFirewallThreatIntelMode
503
+ DdosCustomPolicyProtocol = Azure::Network::Mgmt::V2019_04_01::Models::DdosCustomPolicyProtocol
504
+ DdosCustomPolicyTriggerSensitivityOverride = Azure::Network::Mgmt::V2019_04_01::Models::DdosCustomPolicyTriggerSensitivityOverride
505
+ AuthorizationUseStatus = Azure::Network::Mgmt::V2019_04_01::Models::AuthorizationUseStatus
506
+ ExpressRouteCircuitPeeringAdvertisedPublicPrefixState = Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteCircuitPeeringAdvertisedPublicPrefixState
507
+ ExpressRouteCircuitPeeringState = Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteCircuitPeeringState
508
+ ExpressRoutePeeringType = Azure::Network::Mgmt::V2019_04_01::Models::ExpressRoutePeeringType
509
+ ExpressRoutePeeringState = Azure::Network::Mgmt::V2019_04_01::Models::ExpressRoutePeeringState
510
+ CircuitConnectionStatus = Azure::Network::Mgmt::V2019_04_01::Models::CircuitConnectionStatus
511
+ ExpressRouteCircuitSkuTier = Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteCircuitSkuTier
512
+ ExpressRouteCircuitSkuFamily = Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteCircuitSkuFamily
513
+ ServiceProviderProvisioningState = Azure::Network::Mgmt::V2019_04_01::Models::ServiceProviderProvisioningState
514
+ ExpressRouteLinkConnectorType = Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteLinkConnectorType
515
+ ExpressRouteLinkAdminState = Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteLinkAdminState
516
+ ExpressRoutePortsEncapsulation = Azure::Network::Mgmt::V2019_04_01::Models::ExpressRoutePortsEncapsulation
517
+ LoadBalancerSkuName = Azure::Network::Mgmt::V2019_04_01::Models::LoadBalancerSkuName
518
+ LoadDistribution = Azure::Network::Mgmt::V2019_04_01::Models::LoadDistribution
519
+ ProbeProtocol = Azure::Network::Mgmt::V2019_04_01::Models::ProbeProtocol
520
+ LoadBalancerOutboundRuleProtocol = Azure::Network::Mgmt::V2019_04_01::Models::LoadBalancerOutboundRuleProtocol
521
+ NatGatewaySkuName = Azure::Network::Mgmt::V2019_04_01::Models::NatGatewaySkuName
522
+ NetworkOperationStatus = Azure::Network::Mgmt::V2019_04_01::Models::NetworkOperationStatus
523
+ Access = Azure::Network::Mgmt::V2019_04_01::Models::Access
524
+ AuthenticationMethod = Azure::Network::Mgmt::V2019_04_01::Models::AuthenticationMethod
525
+ EffectiveSecurityRuleProtocol = Azure::Network::Mgmt::V2019_04_01::Models::EffectiveSecurityRuleProtocol
526
+ EffectiveRouteSource = Azure::Network::Mgmt::V2019_04_01::Models::EffectiveRouteSource
527
+ EffectiveRouteState = Azure::Network::Mgmt::V2019_04_01::Models::EffectiveRouteState
528
+ AssociationType = Azure::Network::Mgmt::V2019_04_01::Models::AssociationType
529
+ Direction = Azure::Network::Mgmt::V2019_04_01::Models::Direction
530
+ IpFlowProtocol = Azure::Network::Mgmt::V2019_04_01::Models::IpFlowProtocol
531
+ NextHopType = Azure::Network::Mgmt::V2019_04_01::Models::NextHopType
532
+ PcProtocol = Azure::Network::Mgmt::V2019_04_01::Models::PcProtocol
533
+ PcStatus = Azure::Network::Mgmt::V2019_04_01::Models::PcStatus
534
+ PcError = Azure::Network::Mgmt::V2019_04_01::Models::PcError
535
+ FlowLogFormatType = Azure::Network::Mgmt::V2019_04_01::Models::FlowLogFormatType
536
+ Protocol = Azure::Network::Mgmt::V2019_04_01::Models::Protocol
537
+ HTTPMethod = Azure::Network::Mgmt::V2019_04_01::Models::HTTPMethod
538
+ Origin = Azure::Network::Mgmt::V2019_04_01::Models::Origin
539
+ Severity = Azure::Network::Mgmt::V2019_04_01::Models::Severity
540
+ IssueType = Azure::Network::Mgmt::V2019_04_01::Models::IssueType
541
+ ConnectionStatus = Azure::Network::Mgmt::V2019_04_01::Models::ConnectionStatus
542
+ ConnectionMonitorSourceStatus = Azure::Network::Mgmt::V2019_04_01::Models::ConnectionMonitorSourceStatus
543
+ ConnectionState = Azure::Network::Mgmt::V2019_04_01::Models::ConnectionState
544
+ EvaluationState = Azure::Network::Mgmt::V2019_04_01::Models::EvaluationState
545
+ VerbosityLevel = Azure::Network::Mgmt::V2019_04_01::Models::VerbosityLevel
546
+ PublicIPPrefixSkuName = Azure::Network::Mgmt::V2019_04_01::Models::PublicIPPrefixSkuName
547
+ VirtualNetworkPeeringState = Azure::Network::Mgmt::V2019_04_01::Models::VirtualNetworkPeeringState
548
+ VirtualNetworkGatewayType = Azure::Network::Mgmt::V2019_04_01::Models::VirtualNetworkGatewayType
549
+ VpnType = Azure::Network::Mgmt::V2019_04_01::Models::VpnType
550
+ VirtualNetworkGatewaySkuName = Azure::Network::Mgmt::V2019_04_01::Models::VirtualNetworkGatewaySkuName
551
+ VirtualNetworkGatewaySkuTier = Azure::Network::Mgmt::V2019_04_01::Models::VirtualNetworkGatewaySkuTier
552
+ VpnClientProtocol = Azure::Network::Mgmt::V2019_04_01::Models::VpnClientProtocol
553
+ IpsecEncryption = Azure::Network::Mgmt::V2019_04_01::Models::IpsecEncryption
554
+ IpsecIntegrity = Azure::Network::Mgmt::V2019_04_01::Models::IpsecIntegrity
555
+ IkeEncryption = Azure::Network::Mgmt::V2019_04_01::Models::IkeEncryption
556
+ IkeIntegrity = Azure::Network::Mgmt::V2019_04_01::Models::IkeIntegrity
557
+ DhGroup = Azure::Network::Mgmt::V2019_04_01::Models::DhGroup
558
+ PfsGroup = Azure::Network::Mgmt::V2019_04_01::Models::PfsGroup
559
+ BgpPeerState = Azure::Network::Mgmt::V2019_04_01::Models::BgpPeerState
560
+ ProcessorArchitecture = Azure::Network::Mgmt::V2019_04_01::Models::ProcessorArchitecture
561
+ VirtualNetworkGatewayConnectionStatus = Azure::Network::Mgmt::V2019_04_01::Models::VirtualNetworkGatewayConnectionStatus
562
+ VirtualNetworkGatewayConnectionType = Azure::Network::Mgmt::V2019_04_01::Models::VirtualNetworkGatewayConnectionType
563
+ VirtualNetworkGatewayConnectionProtocol = Azure::Network::Mgmt::V2019_04_01::Models::VirtualNetworkGatewayConnectionProtocol
564
+ OfficeTrafficCategory = Azure::Network::Mgmt::V2019_04_01::Models::OfficeTrafficCategory
565
+ VpnGatewayTunnelingProtocol = Azure::Network::Mgmt::V2019_04_01::Models::VpnGatewayTunnelingProtocol
566
+ VpnConnectionStatus = Azure::Network::Mgmt::V2019_04_01::Models::VpnConnectionStatus
567
+ VirtualWanSecurityProviderType = Azure::Network::Mgmt::V2019_04_01::Models::VirtualWanSecurityProviderType
568
+ TunnelConnectionStatus = Azure::Network::Mgmt::V2019_04_01::Models::TunnelConnectionStatus
569
+ HubVirtualNetworkConnectionStatus = Azure::Network::Mgmt::V2019_04_01::Models::HubVirtualNetworkConnectionStatus
570
+ WebApplicationFirewallEnabledState = Azure::Network::Mgmt::V2019_04_01::Models::WebApplicationFirewallEnabledState
571
+ WebApplicationFirewallMode = Azure::Network::Mgmt::V2019_04_01::Models::WebApplicationFirewallMode
572
+ WebApplicationFirewallRuleType = Azure::Network::Mgmt::V2019_04_01::Models::WebApplicationFirewallRuleType
573
+ WebApplicationFirewallMatchVariable = Azure::Network::Mgmt::V2019_04_01::Models::WebApplicationFirewallMatchVariable
574
+ WebApplicationFirewallOperator = Azure::Network::Mgmt::V2019_04_01::Models::WebApplicationFirewallOperator
575
+ WebApplicationFirewallTransform = Azure::Network::Mgmt::V2019_04_01::Models::WebApplicationFirewallTransform
576
+ WebApplicationFirewallAction = Azure::Network::Mgmt::V2019_04_01::Models::WebApplicationFirewallAction
577
+ WebApplicationFirewallPolicyResourceState = Azure::Network::Mgmt::V2019_04_01::Models::WebApplicationFirewallPolicyResourceState
551
578
  end
552
579
 
553
580
  class NetworkManagementClass
554
- attr_reader :application_gateways, :application_security_groups, :available_delegations, :available_resource_group_delegations, :azure_firewalls, :azure_firewall_fqdn_tags, :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, :interface_endpoints, :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, :public_ipaddresses, :public_ipprefixes, :route_filters, :route_filter_rules, :route_tables, :routes, :bgp_service_communities, :service_endpoint_policies, :service_endpoint_policy_definitions, :usages, :virtual_networks, :subnets, :virtual_network_peerings, :virtual_network_gateways, :virtual_network_gateway_connections, :local_network_gateways, :virtual_network_taps, :virtual_wans, :vpn_sites, :vpn_sites_configuration, :virtual_hubs, :hub_virtual_network_connections, :vpn_gateways, :vpn_connections, :p2s_vpn_server_configurations, :p2s_vpn_gateways, :web_application_firewall_policies, :configurable, :base_url, :options, :model_classes
581
+ attr_reader :application_gateways, :application_security_groups, :available_delegations, :available_resource_group_delegations, :available_private_endpoint_types, :available_resource_group_private_endpoint_types, :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, :private_endpoints, :private_link_services, :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, :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_sites_configuration, :virtual_hubs, :hub_virtual_network_connections, :vpn_gateways, :vpn_connections, :p2s_vpn_server_configurations, :p2s_vpn_gateways, :web_application_firewall_policies, :configurable, :base_url, :options, :model_classes
555
582
 
556
583
  def initialize(configurable, base_url=nil, options=nil)
557
584
  @configurable, @base_url, @options = configurable, base_url, options
@@ -562,7 +589,7 @@ module Azure::Profiles::Latest
562
589
  end
563
590
  add_telemetry(@client_0)
564
591
 
565
- @client_1 = Azure::Network::Mgmt::V2019_02_01::NetworkManagementClient.new(configurable.credentials, base_url, options)
592
+ @client_1 = Azure::Network::Mgmt::V2019_04_01::NetworkManagementClient.new(configurable.credentials, base_url, options)
566
593
  if(@client_1.respond_to?(:subscription_id))
567
594
  @client_1.subscription_id = configurable.subscription_id
568
595
  end
@@ -571,8 +598,11 @@ module Azure::Profiles::Latest
571
598
  @application_security_groups = @client_1.application_security_groups
572
599
  @available_delegations = @client_1.available_delegations
573
600
  @available_resource_group_delegations = @client_1.available_resource_group_delegations
601
+ @available_private_endpoint_types = @client_1.available_private_endpoint_types
602
+ @available_resource_group_private_endpoint_types = @client_1.available_resource_group_private_endpoint_types
574
603
  @azure_firewalls = @client_1.azure_firewalls
575
604
  @azure_firewall_fqdn_tags = @client_1.azure_firewall_fqdn_tags
605
+ @bastion_hosts = @client_1.bastion_hosts
576
606
  @ddos_custom_policies = @client_1.ddos_custom_policies
577
607
  @ddos_protection_plans = @client_1.ddos_protection_plans
578
608
  @available_endpoint_services = @client_1.available_endpoint_services
@@ -589,7 +619,8 @@ module Azure::Profiles::Latest
589
619
  @express_route_ports_locations = @client_1.express_route_ports_locations
590
620
  @express_route_ports = @client_1.express_route_ports
591
621
  @express_route_links = @client_1.express_route_links
592
- @interface_endpoints = @client_1.interface_endpoints
622
+ @private_endpoints = @client_1.private_endpoints
623
+ @private_link_services = @client_1.private_link_services
593
624
  @load_balancers = @client_1.load_balancers
594
625
  @load_balancer_backend_address_pools = @client_1.load_balancer_backend_address_pools
595
626
  @load_balancer_frontend_ipconfigurations = @client_1.load_balancer_frontend_ipconfigurations
@@ -620,9 +651,12 @@ module Azure::Profiles::Latest
620
651
  @bgp_service_communities = @client_1.bgp_service_communities
621
652
  @service_endpoint_policies = @client_1.service_endpoint_policies
622
653
  @service_endpoint_policy_definitions = @client_1.service_endpoint_policy_definitions
654
+ @service_tags = @client_1.service_tags
623
655
  @usages = @client_1.usages
624
656
  @virtual_networks = @client_1.virtual_networks
625
657
  @subnets = @client_1.subnets
658
+ @resource_navigation_links = @client_1.resource_navigation_links
659
+ @service_association_links = @client_1.service_association_links
626
660
  @virtual_network_peerings = @client_1.virtual_network_peerings
627
661
  @virtual_network_gateways = @client_1.virtual_network_gateways
628
662
  @virtual_network_gateway_connections = @client_1.virtual_network_gateway_connections
@@ -658,1409 +692,1469 @@ module Azure::Profiles::Latest
658
692
  end
659
693
 
660
694
  class ModelClasses
661
- def effective_route_list_result
662
- Azure::Network::Mgmt::V2019_02_01::Models::EffectiveRouteListResult
695
+ def effective_route
696
+ Azure::Network::Mgmt::V2019_04_01::Models::EffectiveRoute
663
697
  end
664
698
  def application_gateway_probe_health_response_match
665
- Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayProbeHealthResponseMatch
666
- end
667
- def load_balancer_load_balancing_rule_list_result
668
- Azure::Network::Mgmt::V2019_02_01::Models::LoadBalancerLoadBalancingRuleListResult
669
- end
670
- def load_balancer_outbound_rule_list_result
671
- Azure::Network::Mgmt::V2019_02_01::Models::LoadBalancerOutboundRuleListResult
699
+ Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayProbeHealthResponseMatch
672
700
  end
673
- def sub_resource
674
- Azure::Network::Mgmt::V2019_02_01::Models::SubResource
675
- end
676
- def load_balancer_probe_list_result
677
- Azure::Network::Mgmt::V2019_02_01::Models::LoadBalancerProbeListResult
701
+ def effective_route_list_result
702
+ Azure::Network::Mgmt::V2019_04_01::Models::EffectiveRouteListResult
678
703
  end
679
704
  def express_route_cross_connections_routes_table_summary_list_result
680
- Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCrossConnectionsRoutesTableSummaryListResult
705
+ Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteCrossConnectionsRoutesTableSummaryListResult
681
706
  end
682
707
  def express_route_circuit_reference
683
- Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitReference
708
+ Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteCircuitReference
684
709
  end
685
- def list_virtual_wans_result
686
- Azure::Network::Mgmt::V2019_02_01::Models::ListVirtualWANsResult
710
+ def web_application_firewall_policy_list_result
711
+ Azure::Network::Mgmt::V2019_04_01::Models::WebApplicationFirewallPolicyListResult
687
712
  end
688
- def route_filter_rule_list_result
689
- Azure::Network::Mgmt::V2019_02_01::Models::RouteFilterRuleListResult
713
+ def usages_list_result
714
+ Azure::Network::Mgmt::V2019_04_01::Models::UsagesListResult
690
715
  end
691
- def device_properties
692
- Azure::Network::Mgmt::V2019_02_01::Models::DeviceProperties
716
+ def private_link_service_connection_state
717
+ Azure::Network::Mgmt::V2019_04_01::Models::PrivateLinkServiceConnectionState
693
718
  end
694
- def route_filter_list_result
695
- Azure::Network::Mgmt::V2019_02_01::Models::RouteFilterListResult
719
+ def usage
720
+ Azure::Network::Mgmt::V2019_04_01::Models::Usage
696
721
  end
697
- def virtual_network_tap_list_result
698
- Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkTapListResult
722
+ def match_variable
723
+ Azure::Network::Mgmt::V2019_04_01::Models::MatchVariable
699
724
  end
700
725
  def express_route_cross_connection_list_result
701
- Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCrossConnectionListResult
726
+ Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteCrossConnectionListResult
702
727
  end
703
- def service_endpoint_properties_format
704
- Azure::Network::Mgmt::V2019_02_01::Models::ServiceEndpointPropertiesFormat
728
+ def policy_settings
729
+ Azure::Network::Mgmt::V2019_04_01::Models::PolicySettings
705
730
  end
706
731
  def express_route_cross_connection_peering_list
707
- Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCrossConnectionPeeringList
732
+ Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteCrossConnectionPeeringList
708
733
  end
709
- def get_vpn_sites_configuration_request
710
- Azure::Network::Mgmt::V2019_02_01::Models::GetVpnSitesConfigurationRequest
734
+ def p2_svpn_profile_parameters
735
+ Azure::Network::Mgmt::V2019_04_01::Models::P2SVpnProfileParameters
711
736
  end
712
737
  def virtual_hub_id
713
- Azure::Network::Mgmt::V2019_02_01::Models::VirtualHubId
738
+ Azure::Network::Mgmt::V2019_04_01::Models::VirtualHubId
714
739
  end
715
- def public_ipaddress_dns_settings
716
- Azure::Network::Mgmt::V2019_02_01::Models::PublicIPAddressDnsSettings
740
+ def service_endpoint_properties_format
741
+ Azure::Network::Mgmt::V2019_04_01::Models::ServiceEndpointPropertiesFormat
717
742
  end
718
743
  def express_route_circuit_peering_id
719
- Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitPeeringId
744
+ Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteCircuitPeeringId
720
745
  end
721
- def ip_tag
722
- Azure::Network::Mgmt::V2019_02_01::Models::IpTag
746
+ def list_p2_svpn_server_configurations_result
747
+ Azure::Network::Mgmt::V2019_04_01::Models::ListP2SVpnServerConfigurationsResult
723
748
  end
724
749
  def express_route_gateway_properties_auto_scale_configuration_bounds
725
- Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds
750
+ Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds
726
751
  end
727
- def local_network_gateway_list_result
728
- Azure::Network::Mgmt::V2019_02_01::Models::LocalNetworkGatewayListResult
752
+ def public_ipaddress_dns_settings
753
+ Azure::Network::Mgmt::V2019_04_01::Models::PublicIPAddressDnsSettings
729
754
  end
730
755
  def express_route_gateway_properties_auto_scale_configuration
731
- Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteGatewayPropertiesAutoScaleConfiguration
756
+ Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteGatewayPropertiesAutoScaleConfiguration
732
757
  end
733
- def virtual_hub_route
734
- Azure::Network::Mgmt::V2019_02_01::Models::VirtualHubRoute
758
+ def ip_tag
759
+ Azure::Network::Mgmt::V2019_04_01::Models::IpTag
735
760
  end
736
- def list_p2_svpn_gateways_result
737
- Azure::Network::Mgmt::V2019_02_01::Models::ListP2SVpnGatewaysResult
761
+ def usage_name
762
+ Azure::Network::Mgmt::V2019_04_01::Models::UsageName
738
763
  end
739
- def virtual_network_gateway_connection_list_result
740
- Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkGatewayConnectionListResult
764
+ def virtual_wan_security_provider
765
+ Azure::Network::Mgmt::V2019_04_01::Models::VirtualWanSecurityProvider
741
766
  end
742
- def p2_svpn_profile_parameters
743
- Azure::Network::Mgmt::V2019_02_01::Models::P2SVpnProfileParameters
767
+ def service_tags_list_result
768
+ Azure::Network::Mgmt::V2019_04_01::Models::ServiceTagsListResult
744
769
  end
745
- def list_virtual_hubs_result
746
- Azure::Network::Mgmt::V2019_02_01::Models::ListVirtualHubsResult
770
+ def list_hub_virtual_network_connections_result
771
+ Azure::Network::Mgmt::V2019_04_01::Models::ListHubVirtualNetworkConnectionsResult
747
772
  end
748
773
  def express_route_gateway_list
749
- Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteGatewayList
774
+ Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteGatewayList
750
775
  end
751
- def gateway_route_list_result
752
- Azure::Network::Mgmt::V2019_02_01::Models::GatewayRouteListResult
776
+ def list_vpn_gateways_result
777
+ Azure::Network::Mgmt::V2019_04_01::Models::ListVpnGatewaysResult
753
778
  end
754
779
  def express_route_connection_list
755
- Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteConnectionList
780
+ Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteConnectionList
756
781
  end
757
- def virtual_network_gateway_list_result
758
- Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkGatewayListResult
782
+ def virtual_hub_route_table
783
+ Azure::Network::Mgmt::V2019_04_01::Models::VirtualHubRouteTable
759
784
  end
760
785
  def express_route_ports_location_bandwidths
761
- Azure::Network::Mgmt::V2019_02_01::Models::ExpressRoutePortsLocationBandwidths
786
+ Azure::Network::Mgmt::V2019_04_01::Models::ExpressRoutePortsLocationBandwidths
762
787
  end
763
- def vpn_client_parameters
764
- Azure::Network::Mgmt::V2019_02_01::Models::VpnClientParameters
788
+ def get_vpn_sites_configuration_request
789
+ Azure::Network::Mgmt::V2019_04_01::Models::GetVpnSitesConfigurationRequest
765
790
  end
766
- def public_ipprefix_list_result
767
- Azure::Network::Mgmt::V2019_02_01::Models::PublicIPPrefixListResult
791
+ def service_tag_information
792
+ Azure::Network::Mgmt::V2019_04_01::Models::ServiceTagInformation
768
793
  end
769
- def list_vpn_gateways_result
770
- Azure::Network::Mgmt::V2019_02_01::Models::ListVpnGatewaysResult
794
+ def device_properties
795
+ Azure::Network::Mgmt::V2019_04_01::Models::DeviceProperties
771
796
  end
772
797
  def express_route_ports_location_list_result
773
- Azure::Network::Mgmt::V2019_02_01::Models::ExpressRoutePortsLocationListResult
798
+ Azure::Network::Mgmt::V2019_04_01::Models::ExpressRoutePortsLocationListResult
799
+ end
800
+ def list_virtual_wans_result
801
+ Azure::Network::Mgmt::V2019_04_01::Models::ListVirtualWANsResult
802
+ end
803
+ def service_tag_information_properties_format
804
+ Azure::Network::Mgmt::V2019_04_01::Models::ServiceTagInformationPropertiesFormat
805
+ end
806
+ def virtual_network_tap_list_result
807
+ Azure::Network::Mgmt::V2019_04_01::Models::VirtualNetworkTapListResult
808
+ end
809
+ def express_route_link_list_result
810
+ Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteLinkListResult
774
811
  end
775
812
  def application_gateway_backend_health_http_settings
776
- Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayBackendHealthHttpSettings
813
+ Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayBackendHealthHttpSettings
777
814
  end
778
- def vpn_profile_response
779
- Azure::Network::Mgmt::V2019_02_01::Models::VpnProfileResponse
815
+ def service_endpoint_policy_list_result
816
+ Azure::Network::Mgmt::V2019_04_01::Models::ServiceEndpointPolicyListResult
780
817
  end
781
818
  def application_gateway_backend_health_pool
782
- Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayBackendHealthPool
819
+ Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayBackendHealthPool
783
820
  end
784
- def express_route_link_list_result
785
- Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteLinkListResult
821
+ def express_route_port_list_result
822
+ Azure::Network::Mgmt::V2019_04_01::Models::ExpressRoutePortListResult
786
823
  end
787
824
  def application_gateway_sku
788
- Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewaySku
825
+ Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewaySku
789
826
  end
790
- def referenced_public_ip_address
791
- Azure::Network::Mgmt::V2019_02_01::Models::ReferencedPublicIpAddress
827
+ def private_endpoint_list_result
828
+ Azure::Network::Mgmt::V2019_04_01::Models::PrivateEndpointListResult
792
829
  end
793
- def gateway_route
794
- Azure::Network::Mgmt::V2019_02_01::Models::GatewayRoute
830
+ def vpn_client_connection_health_detail_list_result
831
+ Azure::Network::Mgmt::V2019_04_01::Models::VpnClientConnectionHealthDetailListResult
795
832
  end
796
- def express_route_port_list_result
797
- Azure::Network::Mgmt::V2019_02_01::Models::ExpressRoutePortListResult
833
+ def private_link_service_ip_configuration
834
+ Azure::Network::Mgmt::V2019_04_01::Models::PrivateLinkServiceIpConfiguration
798
835
  end
799
- def bgp_settings
800
- Azure::Network::Mgmt::V2019_02_01::Models::BgpSettings
836
+ def vpn_device_script_parameters
837
+ Azure::Network::Mgmt::V2019_04_01::Models::VpnDeviceScriptParameters
801
838
  end
802
- def interface_endpoint_list_result
803
- Azure::Network::Mgmt::V2019_02_01::Models::InterfaceEndpointListResult
839
+ def service_endpoint_policy_definition_list_result
840
+ Azure::Network::Mgmt::V2019_04_01::Models::ServiceEndpointPolicyDefinitionListResult
804
841
  end
805
- def ipsec_policy
806
- Azure::Network::Mgmt::V2019_02_01::Models::IpsecPolicy
842
+ def virtual_network_connection_gateway_reference
843
+ Azure::Network::Mgmt::V2019_04_01::Models::VirtualNetworkConnectionGatewayReference
807
844
  end
808
- def load_balancer_sku
809
- Azure::Network::Mgmt::V2019_02_01::Models::LoadBalancerSku
845
+ def bgp_service_community_list_result
846
+ Azure::Network::Mgmt::V2019_04_01::Models::BgpServiceCommunityListResult
810
847
  end
811
848
  def application_gateway_custom_error
812
- Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayCustomError
849
+ Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayCustomError
813
850
  end
814
- def public_ipprefix_sku
815
- Azure::Network::Mgmt::V2019_02_01::Models::PublicIPPrefixSku
851
+ def bgpcommunity
852
+ Azure::Network::Mgmt::V2019_04_01::Models::BGPCommunity
816
853
  end
817
- def virtual_network_gateway_sku
818
- Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkGatewaySku
854
+ def connection_reset_shared_key
855
+ Azure::Network::Mgmt::V2019_04_01::Models::ConnectionResetSharedKey
819
856
  end
820
- def public_ipaddress_list_result
821
- Azure::Network::Mgmt::V2019_02_01::Models::PublicIPAddressListResult
857
+ def route_list_result
858
+ Azure::Network::Mgmt::V2019_04_01::Models::RouteListResult
822
859
  end
823
- def prepare_network_policies_request
824
- Azure::Network::Mgmt::V2019_02_01::Models::PrepareNetworkPoliciesRequest
860
+ def tunnel_connection_health
861
+ Azure::Network::Mgmt::V2019_04_01::Models::TunnelConnectionHealth
825
862
  end
826
- def operation_list_result
827
- Azure::Network::Mgmt::V2019_02_01::Models::OperationListResult
863
+ def resource_set
864
+ Azure::Network::Mgmt::V2019_04_01::Models::ResourceSet
828
865
  end
829
866
  def application_gateway_header_configuration
830
- Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayHeaderConfiguration
867
+ Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayHeaderConfiguration
831
868
  end
832
- def operation
833
- Azure::Network::Mgmt::V2019_02_01::Models::Operation
869
+ def private_link_service_list_result
870
+ Azure::Network::Mgmt::V2019_04_01::Models::PrivateLinkServiceListResult
834
871
  end
835
872
  def application_gateway_rewrite_rule
836
- Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayRewriteRule
873
+ Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayRewriteRule
837
874
  end
838
- def operation_properties_format_service_specification
839
- Azure::Network::Mgmt::V2019_02_01::Models::OperationPropertiesFormatServiceSpecification
875
+ def load_balancer_sku
876
+ Azure::Network::Mgmt::V2019_04_01::Models::LoadBalancerSku
840
877
  end
841
- def virtual_wan_security_provider
842
- Azure::Network::Mgmt::V2019_02_01::Models::VirtualWanSecurityProvider
878
+ def bgp_peer_status_list_result
879
+ Azure::Network::Mgmt::V2019_04_01::Models::BgpPeerStatusListResult
843
880
  end
844
- def load_balancer_list_result
845
- Azure::Network::Mgmt::V2019_02_01::Models::LoadBalancerListResult
881
+ def route_table_list_result
882
+ Azure::Network::Mgmt::V2019_04_01::Models::RouteTableListResult
846
883
  end
847
884
  def application_gateway_firewall_disabled_rule_group
848
- Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayFirewallDisabledRuleGroup
885
+ Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayFirewallDisabledRuleGroup
849
886
  end
850
- def inbound_nat_rule_list_result
851
- Azure::Network::Mgmt::V2019_02_01::Models::InboundNatRuleListResult
887
+ def route_filter_rule_list_result
888
+ Azure::Network::Mgmt::V2019_04_01::Models::RouteFilterRuleListResult
852
889
  end
853
890
  def application_gateway_web_application_firewall_configuration
854
- Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayWebApplicationFirewallConfiguration
891
+ Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayWebApplicationFirewallConfiguration
855
892
  end
856
- def load_balancer_backend_address_pool_list_result
857
- Azure::Network::Mgmt::V2019_02_01::Models::LoadBalancerBackendAddressPoolListResult
893
+ def route_filter_list_result
894
+ Azure::Network::Mgmt::V2019_04_01::Models::RouteFilterListResult
858
895
  end
859
896
  def managed_service_identity_user_assigned_identities_value
860
- Azure::Network::Mgmt::V2019_02_01::Models::ManagedServiceIdentityUserAssignedIdentitiesValue
897
+ Azure::Network::Mgmt::V2019_04_01::Models::ManagedServiceIdentityUserAssignedIdentitiesValue
861
898
  end
862
- def load_balancer_frontend_ipconfiguration_list_result
863
- Azure::Network::Mgmt::V2019_02_01::Models::LoadBalancerFrontendIPConfigurationListResult
899
+ def public_ipprefix_list_result
900
+ Azure::Network::Mgmt::V2019_04_01::Models::PublicIPPrefixListResult
864
901
  end
865
- def virtual_network_usage
866
- Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkUsage
902
+ def vpn_client_parameters
903
+ Azure::Network::Mgmt::V2019_04_01::Models::VpnClientParameters
867
904
  end
868
- def application_gateway_list_result
869
- Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayListResult
905
+ def referenced_public_ip_address
906
+ Azure::Network::Mgmt::V2019_04_01::Models::ReferencedPublicIpAddress
870
907
  end
871
908
  def application_gateway_firewall_rule
872
- Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayFirewallRule
909
+ Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayFirewallRule
873
910
  end
874
- def dimension
875
- Azure::Network::Mgmt::V2019_02_01::Models::Dimension
911
+ def load_balancer_list_result
912
+ Azure::Network::Mgmt::V2019_04_01::Models::LoadBalancerListResult
876
913
  end
877
- def virtual_network_usage_name
878
- Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkUsageName
914
+ def gateway_route
915
+ Azure::Network::Mgmt::V2019_04_01::Models::GatewayRoute
879
916
  end
880
- def availability
881
- Azure::Network::Mgmt::V2019_02_01::Models::Availability
917
+ def inbound_nat_rule_list_result
918
+ Azure::Network::Mgmt::V2019_04_01::Models::InboundNatRuleListResult
882
919
  end
883
- def ipaddress_availability_result
884
- Azure::Network::Mgmt::V2019_02_01::Models::IPAddressAvailabilityResult
920
+ def bgp_peer_status
921
+ Azure::Network::Mgmt::V2019_04_01::Models::BgpPeerStatus
885
922
  end
886
- def log_specification
887
- Azure::Network::Mgmt::V2019_02_01::Models::LogSpecification
923
+ def load_balancer_backend_address_pool_list_result
924
+ Azure::Network::Mgmt::V2019_04_01::Models::LoadBalancerBackendAddressPoolListResult
888
925
  end
889
926
  def application_gateway_available_ssl_predefined_policies
890
- Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayAvailableSslPredefinedPolicies
927
+ Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayAvailableSslPredefinedPolicies
891
928
  end
892
- def network_interface_list_result
893
- Azure::Network::Mgmt::V2019_02_01::Models::NetworkInterfaceListResult
929
+ def load_balancer_frontend_ipconfiguration_list_result
930
+ Azure::Network::Mgmt::V2019_04_01::Models::LoadBalancerFrontendIPConfigurationListResult
894
931
  end
895
932
  def error_details
896
- Azure::Network::Mgmt::V2019_02_01::Models::ErrorDetails
933
+ Azure::Network::Mgmt::V2019_04_01::Models::ErrorDetails
897
934
  end
898
- def nat_gateway_sku
899
- Azure::Network::Mgmt::V2019_02_01::Models::NatGatewaySku
935
+ def load_balancer_load_balancing_rule_list_result
936
+ Azure::Network::Mgmt::V2019_04_01::Models::LoadBalancerLoadBalancingRuleListResult
900
937
  end
901
938
  def tags_object
902
- Azure::Network::Mgmt::V2019_02_01::Models::TagsObject
939
+ Azure::Network::Mgmt::V2019_04_01::Models::TagsObject
903
940
  end
904
- def metric_specification
905
- Azure::Network::Mgmt::V2019_02_01::Models::MetricSpecification
941
+ def load_balancer_outbound_rule_list_result
942
+ Azure::Network::Mgmt::V2019_04_01::Models::LoadBalancerOutboundRuleListResult
906
943
  end
907
944
  def available_delegation
908
- Azure::Network::Mgmt::V2019_02_01::Models::AvailableDelegation
945
+ Azure::Network::Mgmt::V2019_04_01::Models::AvailableDelegation
946
+ end
947
+ def load_balancer_probe_list_result
948
+ Azure::Network::Mgmt::V2019_04_01::Models::LoadBalancerProbeListResult
949
+ end
950
+ def available_private_endpoint_type
951
+ Azure::Network::Mgmt::V2019_04_01::Models::AvailablePrivateEndpointType
952
+ end
953
+ def network_interface_list_result
954
+ Azure::Network::Mgmt::V2019_04_01::Models::NetworkInterfaceListResult
955
+ end
956
+ def vpn_client_configuration
957
+ Azure::Network::Mgmt::V2019_04_01::Models::VpnClientConfiguration
958
+ end
959
+ def nat_gateway_sku
960
+ Azure::Network::Mgmt::V2019_04_01::Models::NatGatewaySku
961
+ end
962
+ def azure_firewall_application_rule_protocol
963
+ Azure::Network::Mgmt::V2019_04_01::Models::AzureFirewallApplicationRuleProtocol
964
+ end
965
+ def public_ipprefix_sku
966
+ Azure::Network::Mgmt::V2019_04_01::Models::PublicIPPrefixSku
967
+ end
968
+ def ipsec_policy
969
+ Azure::Network::Mgmt::V2019_04_01::Models::IpsecPolicy
909
970
  end
910
971
  def nat_gateway_list_result
911
- Azure::Network::Mgmt::V2019_02_01::Models::NatGatewayListResult
972
+ Azure::Network::Mgmt::V2019_04_01::Models::NatGatewayListResult
912
973
  end
913
- def virtual_wan_security_providers
914
- Azure::Network::Mgmt::V2019_02_01::Models::VirtualWanSecurityProviders
974
+ def azure_firewall_nat_rule
975
+ Azure::Network::Mgmt::V2019_04_01::Models::AzureFirewallNatRule
915
976
  end
916
977
  def azure_async_operation_result
917
- Azure::Network::Mgmt::V2019_02_01::Models::AzureAsyncOperationResult
978
+ Azure::Network::Mgmt::V2019_04_01::Models::AzureAsyncOperationResult
918
979
  end
919
- def azure_firewall_application_rule_protocol
920
- Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallApplicationRuleProtocol
980
+ def azure_firewall_network_rule
981
+ Azure::Network::Mgmt::V2019_04_01::Models::AzureFirewallNetworkRule
921
982
  end
922
983
  def network_interface_tap_configuration_list_result
923
- Azure::Network::Mgmt::V2019_02_01::Models::NetworkInterfaceTapConfigurationListResult
984
+ Azure::Network::Mgmt::V2019_04_01::Models::NetworkInterfaceTapConfigurationListResult
924
985
  end
925
- def dhcp_options
926
- Azure::Network::Mgmt::V2019_02_01::Models::DhcpOptions
986
+ def network_intent_policy_configuration
987
+ Azure::Network::Mgmt::V2019_04_01::Models::NetworkIntentPolicyConfiguration
927
988
  end
928
989
  def network_interface_ipconfiguration_list_result
929
- Azure::Network::Mgmt::V2019_02_01::Models::NetworkInterfaceIPConfigurationListResult
990
+ Azure::Network::Mgmt::V2019_04_01::Models::NetworkInterfaceIPConfigurationListResult
930
991
  end
931
- def azure_firewall_nat_rule
932
- Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallNatRule
992
+ def virtual_network_list_usage_result
993
+ Azure::Network::Mgmt::V2019_04_01::Models::VirtualNetworkListUsageResult
933
994
  end
934
995
  def network_interface_load_balancer_list_result
935
- Azure::Network::Mgmt::V2019_02_01::Models::NetworkInterfaceLoadBalancerListResult
996
+ Azure::Network::Mgmt::V2019_04_01::Models::NetworkInterfaceLoadBalancerListResult
936
997
  end
937
- def azure_firewall_network_rule
938
- Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallNetworkRule
998
+ def virtual_network_usage
999
+ Azure::Network::Mgmt::V2019_04_01::Models::VirtualNetworkUsage
939
1000
  end
940
1001
  def effective_network_security_group_association
941
- Azure::Network::Mgmt::V2019_02_01::Models::EffectiveNetworkSecurityGroupAssociation
1002
+ Azure::Network::Mgmt::V2019_04_01::Models::EffectiveNetworkSecurityGroupAssociation
942
1003
  end
943
- def list_p2_svpn_server_configurations_result
944
- Azure::Network::Mgmt::V2019_02_01::Models::ListP2SVpnServerConfigurationsResult
1004
+ def bastion_host_list_result
1005
+ Azure::Network::Mgmt::V2019_04_01::Models::BastionHostListResult
945
1006
  end
946
1007
  def effective_network_security_rule
947
- Azure::Network::Mgmt::V2019_02_01::Models::EffectiveNetworkSecurityRule
1008
+ Azure::Network::Mgmt::V2019_04_01::Models::EffectiveNetworkSecurityRule
948
1009
  end
949
- def address_space
950
- Azure::Network::Mgmt::V2019_02_01::Models::AddressSpace
1010
+ def protocol_custom_settings_format
1011
+ Azure::Network::Mgmt::V2019_04_01::Models::ProtocolCustomSettingsFormat
951
1012
  end
952
1013
  def effective_network_security_group
953
- Azure::Network::Mgmt::V2019_02_01::Models::EffectiveNetworkSecurityGroup
954
- end
955
- def dns_name_availability_result
956
- Azure::Network::Mgmt::V2019_02_01::Models::DnsNameAvailabilityResult
1014
+ Azure::Network::Mgmt::V2019_04_01::Models::EffectiveNetworkSecurityGroup
957
1015
  end
958
1016
  def effective_network_security_group_list_result
959
- Azure::Network::Mgmt::V2019_02_01::Models::EffectiveNetworkSecurityGroupListResult
1017
+ Azure::Network::Mgmt::V2019_04_01::Models::EffectiveNetworkSecurityGroupListResult
960
1018
  end
961
- def usages_list_result
962
- Azure::Network::Mgmt::V2019_02_01::Models::UsagesListResult
963
- end
964
- def effective_route
965
- Azure::Network::Mgmt::V2019_02_01::Models::EffectiveRoute
1019
+ def ddos_protection_plan
1020
+ Azure::Network::Mgmt::V2019_04_01::Models::DdosProtectionPlan
966
1021
  end
967
1022
  def application_gateway_on_demand_probe
968
- Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayOnDemandProbe
1023
+ Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayOnDemandProbe
969
1024
  end
970
- def ddos_protection_plan_list_result
971
- Azure::Network::Mgmt::V2019_02_01::Models::DdosProtectionPlanListResult
1025
+ def virtual_network_list_result
1026
+ Azure::Network::Mgmt::V2019_04_01::Models::VirtualNetworkListResult
972
1027
  end
973
- def web_application_firewall_policy_list_result
974
- Azure::Network::Mgmt::V2019_02_01::Models::WebApplicationFirewallPolicyListResult
1028
+ def public_ipaddress_list_result
1029
+ Azure::Network::Mgmt::V2019_04_01::Models::PublicIPAddressListResult
975
1030
  end
976
- def endpoint_services_list_result
977
- Azure::Network::Mgmt::V2019_02_01::Models::EndpointServicesListResult
1031
+ def dhcp_options
1032
+ Azure::Network::Mgmt::V2019_04_01::Models::DhcpOptions
978
1033
  end
979
- def web_application_firewall_custom_rule
980
- Azure::Network::Mgmt::V2019_02_01::Models::WebApplicationFirewallCustomRule
1034
+ def operation_list_result
1035
+ Azure::Network::Mgmt::V2019_04_01::Models::OperationListResult
981
1036
  end
982
- def authorization_list_result
983
- Azure::Network::Mgmt::V2019_02_01::Models::AuthorizationListResult
1037
+ def express_route_circuit_peering_config
1038
+ Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteCircuitPeeringConfig
1039
+ end
1040
+ def operation
1041
+ Azure::Network::Mgmt::V2019_04_01::Models::Operation
1042
+ end
1043
+ def express_route_circuit_stats
1044
+ Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteCircuitStats
984
1045
  end
985
1046
  def container_network_interface_ip_configuration
986
- Azure::Network::Mgmt::V2019_02_01::Models::ContainerNetworkInterfaceIpConfiguration
1047
+ Azure::Network::Mgmt::V2019_04_01::Models::ContainerNetworkInterfaceIpConfiguration
987
1048
  end
988
- def service_endpoint_policy_list_result
989
- Azure::Network::Mgmt::V2019_02_01::Models::ServiceEndpointPolicyListResult
1049
+ def virtual_network_peering_list_result
1050
+ Azure::Network::Mgmt::V2019_04_01::Models::VirtualNetworkPeeringListResult
990
1051
  end
991
- def match_condition
992
- Azure::Network::Mgmt::V2019_02_01::Models::MatchCondition
1052
+ def operation_properties_format_service_specification
1053
+ Azure::Network::Mgmt::V2019_04_01::Models::OperationPropertiesFormatServiceSpecification
993
1054
  end
994
- def express_route_connection_id
995
- Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteConnectionId
1055
+ def resource_navigation_links_list_result
1056
+ Azure::Network::Mgmt::V2019_04_01::Models::ResourceNavigationLinksListResult
996
1057
  end
997
- def match_variable
998
- Azure::Network::Mgmt::V2019_02_01::Models::MatchVariable
1058
+ def log_specification
1059
+ Azure::Network::Mgmt::V2019_04_01::Models::LogSpecification
999
1060
  end
1000
- def bgp_service_community_list_result
1001
- Azure::Network::Mgmt::V2019_02_01::Models::BgpServiceCommunityListResult
1061
+ def express_route_circuit_connection_list_result
1062
+ Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteCircuitConnectionListResult
1002
1063
  end
1003
1064
  def network_profile_list_result
1004
- Azure::Network::Mgmt::V2019_02_01::Models::NetworkProfileListResult
1065
+ Azure::Network::Mgmt::V2019_04_01::Models::NetworkProfileListResult
1005
1066
  end
1006
- def bgpcommunity
1007
- Azure::Network::Mgmt::V2019_02_01::Models::BGPCommunity
1067
+ def express_route_circuit_sku
1068
+ Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteCircuitSku
1008
1069
  end
1009
1070
  def security_rule_list_result
1010
- Azure::Network::Mgmt::V2019_02_01::Models::SecurityRuleListResult
1071
+ Azure::Network::Mgmt::V2019_04_01::Models::SecurityRuleListResult
1011
1072
  end
1012
- def express_route_circuit_peering_list_result
1013
- Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitPeeringListResult
1073
+ def subnet_list_result
1074
+ Azure::Network::Mgmt::V2019_04_01::Models::SubnetListResult
1014
1075
  end
1015
1076
  def network_security_group_list_result
1016
- Azure::Network::Mgmt::V2019_02_01::Models::NetworkSecurityGroupListResult
1077
+ Azure::Network::Mgmt::V2019_04_01::Models::NetworkSecurityGroupListResult
1017
1078
  end
1018
- def peer_express_route_circuit_connection_list_result
1019
- Azure::Network::Mgmt::V2019_02_01::Models::PeerExpressRouteCircuitConnectionListResult
1079
+ def express_route_circuits_arp_table_list_result
1080
+ Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteCircuitsArpTableListResult
1020
1081
  end
1021
1082
  def error_response
1022
- Azure::Network::Mgmt::V2019_02_01::Models::ErrorResponse
1083
+ Azure::Network::Mgmt::V2019_04_01::Models::ErrorResponse
1023
1084
  end
1024
- def express_route_circuit_service_provider_properties
1025
- Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitServiceProviderProperties
1085
+ def express_route_circuits_routes_table_list_result
1086
+ Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteCircuitsRoutesTableListResult
1026
1087
  end
1027
- def policy_settings
1028
- Azure::Network::Mgmt::V2019_02_01::Models::PolicySettings
1088
+ def metric_specification
1089
+ Azure::Network::Mgmt::V2019_04_01::Models::MetricSpecification
1029
1090
  end
1030
- def express_route_circuit_arp_table
1031
- Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitArpTable
1091
+ def express_route_circuits_routes_table_summary_list_result
1092
+ Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteCircuitsRoutesTableSummaryListResult
1032
1093
  end
1033
1094
  def network_watcher_list_result
1034
- Azure::Network::Mgmt::V2019_02_01::Models::NetworkWatcherListResult
1095
+ Azure::Network::Mgmt::V2019_04_01::Models::NetworkWatcherListResult
1035
1096
  end
1036
- def express_route_circuit_routes_table
1037
- Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitRoutesTable
1097
+ def express_route_service_provider_bandwidths_offered
1098
+ Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteServiceProviderBandwidthsOffered
1038
1099
  end
1039
1100
  def topology_parameters
1040
- Azure::Network::Mgmt::V2019_02_01::Models::TopologyParameters
1101
+ Azure::Network::Mgmt::V2019_04_01::Models::TopologyParameters
1041
1102
  end
1042
- def express_route_circuit_routes_table_summary
1043
- Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitRoutesTableSummary
1103
+ def express_route_service_provider_list_result
1104
+ Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteServiceProviderListResult
1044
1105
  end
1045
1106
  def topology_association
1046
- Azure::Network::Mgmt::V2019_02_01::Models::TopologyAssociation
1107
+ Azure::Network::Mgmt::V2019_04_01::Models::TopologyAssociation
1047
1108
  end
1048
- def express_route_circuit_list_result
1049
- Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitListResult
1109
+ def sub_resource
1110
+ Azure::Network::Mgmt::V2019_04_01::Models::SubResource
1050
1111
  end
1051
1112
  def topology_resource
1052
- Azure::Network::Mgmt::V2019_02_01::Models::TopologyResource
1113
+ Azure::Network::Mgmt::V2019_04_01::Models::TopologyResource
1053
1114
  end
1054
- def route_table_list_result
1055
- Azure::Network::Mgmt::V2019_02_01::Models::RouteTableListResult
1115
+ def match_condition
1116
+ Azure::Network::Mgmt::V2019_04_01::Models::MatchCondition
1056
1117
  end
1057
1118
  def topology
1058
- Azure::Network::Mgmt::V2019_02_01::Models::Topology
1119
+ Azure::Network::Mgmt::V2019_04_01::Models::Topology
1059
1120
  end
1060
- def express_route_cross_connection_routes_table_summary
1061
- Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCrossConnectionRoutesTableSummary
1121
+ def vpn_profile_response
1122
+ Azure::Network::Mgmt::V2019_04_01::Models::VpnProfileResponse
1062
1123
  end
1063
1124
  def verification_ipflow_parameters
1064
- Azure::Network::Mgmt::V2019_02_01::Models::VerificationIPFlowParameters
1125
+ Azure::Network::Mgmt::V2019_04_01::Models::VerificationIPFlowParameters
1065
1126
  end
1066
- def network_interface_dns_settings
1067
- Azure::Network::Mgmt::V2019_02_01::Models::NetworkInterfaceDnsSettings
1127
+ def vpn_client_connection_health
1128
+ Azure::Network::Mgmt::V2019_04_01::Models::VpnClientConnectionHealth
1068
1129
  end
1069
1130
  def verification_ipflow_result
1070
- Azure::Network::Mgmt::V2019_02_01::Models::VerificationIPFlowResult
1131
+ Azure::Network::Mgmt::V2019_04_01::Models::VerificationIPFlowResult
1071
1132
  end
1072
- def vpn_device_script_parameters
1073
- Azure::Network::Mgmt::V2019_02_01::Models::VpnDeviceScriptParameters
1133
+ def ddos_settings
1134
+ Azure::Network::Mgmt::V2019_04_01::Models::DdosSettings
1074
1135
  end
1075
1136
  def next_hop_parameters
1076
- Azure::Network::Mgmt::V2019_02_01::Models::NextHopParameters
1137
+ Azure::Network::Mgmt::V2019_04_01::Models::NextHopParameters
1077
1138
  end
1078
- def public_ipaddress_sku
1079
- Azure::Network::Mgmt::V2019_02_01::Models::PublicIPAddressSku
1139
+ def vpn_site_id
1140
+ Azure::Network::Mgmt::V2019_04_01::Models::VpnSiteId
1080
1141
  end
1081
1142
  def next_hop_result
1082
- Azure::Network::Mgmt::V2019_02_01::Models::NextHopResult
1143
+ Azure::Network::Mgmt::V2019_04_01::Models::NextHopResult
1083
1144
  end
1084
- def virtual_network_connection_gateway_reference
1085
- Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkConnectionGatewayReference
1145
+ def list_virtual_hubs_result
1146
+ Azure::Network::Mgmt::V2019_04_01::Models::ListVirtualHubsResult
1086
1147
  end
1087
1148
  def security_group_view_parameters
1088
- Azure::Network::Mgmt::V2019_02_01::Models::SecurityGroupViewParameters
1149
+ Azure::Network::Mgmt::V2019_04_01::Models::SecurityGroupViewParameters
1089
1150
  end
1090
- def connection_reset_shared_key
1091
- Azure::Network::Mgmt::V2019_02_01::Models::ConnectionResetSharedKey
1151
+ def list_vpn_sites_result
1152
+ Azure::Network::Mgmt::V2019_04_01::Models::ListVpnSitesResult
1092
1153
  end
1093
1154
  def network_interface_association
1094
- Azure::Network::Mgmt::V2019_02_01::Models::NetworkInterfaceAssociation
1155
+ Azure::Network::Mgmt::V2019_04_01::Models::NetworkInterfaceAssociation
1095
1156
  end
1096
- def tunnel_connection_health
1097
- Azure::Network::Mgmt::V2019_02_01::Models::TunnelConnectionHealth
1157
+ def application_gateway_connection_draining
1158
+ Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayConnectionDraining
1098
1159
  end
1099
1160
  def subnet_association
1100
- Azure::Network::Mgmt::V2019_02_01::Models::SubnetAssociation
1161
+ Azure::Network::Mgmt::V2019_04_01::Models::SubnetAssociation
1101
1162
  end
1102
- def application_gateway_backend_address
1103
- Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayBackendAddress
1163
+ def application_gateway_backend_health_on_demand
1164
+ Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayBackendHealthOnDemand
1104
1165
  end
1105
1166
  def security_rule_associations
1106
- Azure::Network::Mgmt::V2019_02_01::Models::SecurityRuleAssociations
1167
+ Azure::Network::Mgmt::V2019_04_01::Models::SecurityRuleAssociations
1107
1168
  end
1108
- def application_gateway_backend_health_server
1109
- Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayBackendHealthServer
1169
+ def application_gateway_ssl_policy
1170
+ Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewaySslPolicy
1110
1171
  end
1111
1172
  def security_group_network_interface
1112
- Azure::Network::Mgmt::V2019_02_01::Models::SecurityGroupNetworkInterface
1173
+ Azure::Network::Mgmt::V2019_04_01::Models::SecurityGroupNetworkInterface
1113
1174
  end
1114
- def application_gateway_backend_health
1115
- Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayBackendHealth
1175
+ def virtual_network_gateway_list_connections_result
1176
+ Azure::Network::Mgmt::V2019_04_01::Models::VirtualNetworkGatewayListConnectionsResult
1116
1177
  end
1117
1178
  def security_group_view_result
1118
- Azure::Network::Mgmt::V2019_02_01::Models::SecurityGroupViewResult
1179
+ Azure::Network::Mgmt::V2019_04_01::Models::SecurityGroupViewResult
1119
1180
  end
1120
- def bgp_peer_status
1121
- Azure::Network::Mgmt::V2019_02_01::Models::BgpPeerStatus
1181
+ def vpn_client_ipsec_parameters
1182
+ Azure::Network::Mgmt::V2019_04_01::Models::VpnClientIPsecParameters
1122
1183
  end
1123
1184
  def packet_capture_storage_location
1124
- Azure::Network::Mgmt::V2019_02_01::Models::PacketCaptureStorageLocation
1185
+ Azure::Network::Mgmt::V2019_04_01::Models::PacketCaptureStorageLocation
1125
1186
  end
1126
- def list_vpn_connections_result
1127
- Azure::Network::Mgmt::V2019_02_01::Models::ListVpnConnectionsResult
1187
+ def application_gateway_rewrite_rule_condition
1188
+ Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayRewriteRuleCondition
1128
1189
  end
1129
1190
  def packet_capture_filter
1130
- Azure::Network::Mgmt::V2019_02_01::Models::PacketCaptureFilter
1191
+ Azure::Network::Mgmt::V2019_04_01::Models::PacketCaptureFilter
1131
1192
  end
1132
- def vpn_site_id
1133
- Azure::Network::Mgmt::V2019_02_01::Models::VpnSiteId
1193
+ def gateway_route_list_result
1194
+ Azure::Network::Mgmt::V2019_04_01::Models::GatewayRouteListResult
1134
1195
  end
1135
1196
  def packet_capture_parameters
1136
- Azure::Network::Mgmt::V2019_02_01::Models::PacketCaptureParameters
1197
+ Azure::Network::Mgmt::V2019_04_01::Models::PacketCaptureParameters
1137
1198
  end
1138
- def application_gateway_rewrite_rule_action_set
1139
- Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayRewriteRuleActionSet
1199
+ def application_gateway_firewall_exclusion
1200
+ Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayFirewallExclusion
1140
1201
  end
1141
1202
  def packet_capture
1142
- Azure::Network::Mgmt::V2019_02_01::Models::PacketCapture
1203
+ Azure::Network::Mgmt::V2019_04_01::Models::PacketCapture
1143
1204
  end
1144
- def virtual_network_list_usage_result
1145
- Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkListUsageResult
1205
+ def managed_service_identity
1206
+ Azure::Network::Mgmt::V2019_04_01::Models::ManagedServiceIdentity
1146
1207
  end
1147
1208
  def packet_capture_result
1148
- Azure::Network::Mgmt::V2019_02_01::Models::PacketCaptureResult
1209
+ Azure::Network::Mgmt::V2019_04_01::Models::PacketCaptureResult
1149
1210
  end
1150
- def application_gateway_autoscale_configuration
1151
- Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayAutoscaleConfiguration
1211
+ def application_gateway_firewall_rule_group
1212
+ Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayFirewallRuleGroup
1152
1213
  end
1153
1214
  def packet_capture_list_result
1154
- Azure::Network::Mgmt::V2019_02_01::Models::PacketCaptureListResult
1215
+ Azure::Network::Mgmt::V2019_04_01::Models::PacketCaptureListResult
1155
1216
  end
1156
- def application_gateway_firewall_rule_group
1157
- Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayFirewallRuleGroup
1217
+ def bgp_settings
1218
+ Azure::Network::Mgmt::V2019_04_01::Models::BgpSettings
1158
1219
  end
1159
1220
  def packet_capture_query_status_result
1160
- Azure::Network::Mgmt::V2019_02_01::Models::PacketCaptureQueryStatusResult
1221
+ Azure::Network::Mgmt::V2019_04_01::Models::PacketCaptureQueryStatusResult
1161
1222
  end
1162
- def virtual_network_list_result
1163
- Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkListResult
1223
+ def error
1224
+ Azure::Network::Mgmt::V2019_04_01::Models::Error
1164
1225
  end
1165
1226
  def troubleshooting_parameters
1166
- Azure::Network::Mgmt::V2019_02_01::Models::TroubleshootingParameters
1227
+ Azure::Network::Mgmt::V2019_04_01::Models::TroubleshootingParameters
1167
1228
  end
1168
- def error
1169
- Azure::Network::Mgmt::V2019_02_01::Models::Error
1229
+ def available_delegations_result
1230
+ Azure::Network::Mgmt::V2019_04_01::Models::AvailableDelegationsResult
1170
1231
  end
1171
1232
  def query_troubleshooting_parameters
1172
- Azure::Network::Mgmt::V2019_02_01::Models::QueryTroubleshootingParameters
1233
+ Azure::Network::Mgmt::V2019_04_01::Models::QueryTroubleshootingParameters
1173
1234
  end
1174
- def available_delegations_result
1175
- Azure::Network::Mgmt::V2019_02_01::Models::AvailableDelegationsResult
1235
+ def azure_firewall_rcaction
1236
+ Azure::Network::Mgmt::V2019_04_01::Models::AzureFirewallRCAction
1176
1237
  end
1177
1238
  def troubleshooting_recommended_actions
1178
- Azure::Network::Mgmt::V2019_02_01::Models::TroubleshootingRecommendedActions
1239
+ Azure::Network::Mgmt::V2019_04_01::Models::TroubleshootingRecommendedActions
1179
1240
  end
1180
- def azure_firewall_application_rule
1181
- Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallApplicationRule
1241
+ def azure_firewall_nat_rcaction
1242
+ Azure::Network::Mgmt::V2019_04_01::Models::AzureFirewallNatRCAction
1182
1243
  end
1183
1244
  def troubleshooting_details
1184
- Azure::Network::Mgmt::V2019_02_01::Models::TroubleshootingDetails
1245
+ Azure::Network::Mgmt::V2019_04_01::Models::TroubleshootingDetails
1185
1246
  end
1186
- def virtual_network_peering_list_result
1187
- Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkPeeringListResult
1247
+ def prepare_network_policies_request
1248
+ Azure::Network::Mgmt::V2019_04_01::Models::PrepareNetworkPoliciesRequest
1188
1249
  end
1189
1250
  def troubleshooting_result
1190
- Azure::Network::Mgmt::V2019_02_01::Models::TroubleshootingResult
1251
+ Azure::Network::Mgmt::V2019_04_01::Models::TroubleshootingResult
1191
1252
  end
1192
- def azure_firewall_list_result
1193
- Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallListResult
1253
+ def azure_firewall_fqdn_tag_list_result
1254
+ Azure::Network::Mgmt::V2019_04_01::Models::AzureFirewallFqdnTagListResult
1194
1255
  end
1195
1256
  def retention_policy_parameters
1196
- Azure::Network::Mgmt::V2019_02_01::Models::RetentionPolicyParameters
1257
+ Azure::Network::Mgmt::V2019_04_01::Models::RetentionPolicyParameters
1197
1258
  end
1198
- def protocol_custom_settings_format
1199
- Azure::Network::Mgmt::V2019_02_01::Models::ProtocolCustomSettingsFormat
1259
+ def dns_name_availability_result
1260
+ Azure::Network::Mgmt::V2019_04_01::Models::DnsNameAvailabilityResult
1200
1261
  end
1201
1262
  def flow_log_format_parameters
1202
- Azure::Network::Mgmt::V2019_02_01::Models::FlowLogFormatParameters
1203
- end
1204
- def ddos_protection_plan
1205
- Azure::Network::Mgmt::V2019_02_01::Models::DdosProtectionPlan
1263
+ Azure::Network::Mgmt::V2019_04_01::Models::FlowLogFormatParameters
1206
1264
  end
1207
1265
  def flow_log_status_parameters
1208
- Azure::Network::Mgmt::V2019_02_01::Models::FlowLogStatusParameters
1266
+ Azure::Network::Mgmt::V2019_04_01::Models::FlowLogStatusParameters
1209
1267
  end
1210
- def usage_name
1211
- Azure::Network::Mgmt::V2019_02_01::Models::UsageName
1268
+ def endpoint_services_list_result
1269
+ Azure::Network::Mgmt::V2019_04_01::Models::EndpointServicesListResult
1212
1270
  end
1213
1271
  def traffic_analytics_configuration_properties
1214
- Azure::Network::Mgmt::V2019_02_01::Models::TrafficAnalyticsConfigurationProperties
1272
+ Azure::Network::Mgmt::V2019_04_01::Models::TrafficAnalyticsConfigurationProperties
1215
1273
  end
1216
- def express_route_circuit_stats
1217
- Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitStats
1274
+ def ipv6_express_route_circuit_peering_config
1275
+ Azure::Network::Mgmt::V2019_04_01::Models::Ipv6ExpressRouteCircuitPeeringConfig
1218
1276
  end
1219
1277
  def traffic_analytics_properties
1220
- Azure::Network::Mgmt::V2019_02_01::Models::TrafficAnalyticsProperties
1278
+ Azure::Network::Mgmt::V2019_04_01::Models::TrafficAnalyticsProperties
1221
1279
  end
1222
- def vpn_client_connection_health
1223
- Azure::Network::Mgmt::V2019_02_01::Models::VpnClientConnectionHealth
1280
+ def service_association_links_list_result
1281
+ Azure::Network::Mgmt::V2019_04_01::Models::ServiceAssociationLinksListResult
1224
1282
  end
1225
1283
  def flow_log_information
1226
- Azure::Network::Mgmt::V2019_02_01::Models::FlowLogInformation
1284
+ Azure::Network::Mgmt::V2019_04_01::Models::FlowLogInformation
1227
1285
  end
1228
- def express_route_circuit_connection_list_result
1229
- Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitConnectionListResult
1286
+ def peer_express_route_circuit_connection_list_result
1287
+ Azure::Network::Mgmt::V2019_04_01::Models::PeerExpressRouteCircuitConnectionListResult
1230
1288
  end
1231
1289
  def connectivity_source
1232
- Azure::Network::Mgmt::V2019_02_01::Models::ConnectivitySource
1290
+ Azure::Network::Mgmt::V2019_04_01::Models::ConnectivitySource
1233
1291
  end
1234
- def route_list_result
1235
- Azure::Network::Mgmt::V2019_02_01::Models::RouteListResult
1292
+ def express_route_circuit_arp_table
1293
+ Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteCircuitArpTable
1236
1294
  end
1237
1295
  def connectivity_destination
1238
- Azure::Network::Mgmt::V2019_02_01::Models::ConnectivityDestination
1296
+ Azure::Network::Mgmt::V2019_04_01::Models::ConnectivityDestination
1239
1297
  end
1240
- def express_route_circuits_routes_table_list_result
1241
- Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitsRoutesTableListResult
1298
+ def express_route_circuit_routes_table_summary
1299
+ Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteCircuitRoutesTableSummary
1242
1300
  end
1243
1301
  def httpheader
1244
- Azure::Network::Mgmt::V2019_02_01::Models::HTTPHeader
1302
+ Azure::Network::Mgmt::V2019_04_01::Models::HTTPHeader
1245
1303
  end
1246
- def express_route_service_provider_bandwidths_offered
1247
- Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteServiceProviderBandwidthsOffered
1304
+ def address_space
1305
+ Azure::Network::Mgmt::V2019_04_01::Models::AddressSpace
1248
1306
  end
1249
1307
  def httpconfiguration
1250
- Azure::Network::Mgmt::V2019_02_01::Models::HTTPConfiguration
1308
+ Azure::Network::Mgmt::V2019_04_01::Models::HTTPConfiguration
1251
1309
  end
1252
- def endpoint_service
1253
- Azure::Network::Mgmt::V2019_02_01::Models::EndpointService
1310
+ def web_application_firewall_custom_rule
1311
+ Azure::Network::Mgmt::V2019_04_01::Models::WebApplicationFirewallCustomRule
1254
1312
  end
1255
1313
  def protocol_configuration
1256
- Azure::Network::Mgmt::V2019_02_01::Models::ProtocolConfiguration
1314
+ Azure::Network::Mgmt::V2019_04_01::Models::ProtocolConfiguration
1257
1315
  end
1258
- def virtual_network_gateway_list_connections_result
1259
- Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkGatewayListConnectionsResult
1316
+ def list_p2_svpn_gateways_result
1317
+ Azure::Network::Mgmt::V2019_04_01::Models::ListP2SVpnGatewaysResult
1260
1318
  end
1261
1319
  def connectivity_parameters
1262
- Azure::Network::Mgmt::V2019_02_01::Models::ConnectivityParameters
1320
+ Azure::Network::Mgmt::V2019_04_01::Models::ConnectivityParameters
1263
1321
  end
1264
- def vpn_client_ipsec_parameters
1265
- Azure::Network::Mgmt::V2019_02_01::Models::VpnClientIPsecParameters
1322
+ def virtual_wan_security_providers
1323
+ Azure::Network::Mgmt::V2019_04_01::Models::VirtualWanSecurityProviders
1266
1324
  end
1267
1325
  def connectivity_issue
1268
- Azure::Network::Mgmt::V2019_02_01::Models::ConnectivityIssue
1326
+ Azure::Network::Mgmt::V2019_04_01::Models::ConnectivityIssue
1269
1327
  end
1270
- def bgp_peer_status_list_result
1271
- Azure::Network::Mgmt::V2019_02_01::Models::BgpPeerStatusListResult
1328
+ def virtual_hub_route
1329
+ Azure::Network::Mgmt::V2019_04_01::Models::VirtualHubRoute
1272
1330
  end
1273
1331
  def connectivity_hop
1274
- Azure::Network::Mgmt::V2019_02_01::Models::ConnectivityHop
1332
+ Azure::Network::Mgmt::V2019_04_01::Models::ConnectivityHop
1275
1333
  end
1276
- def application_gateway_backend_health_on_demand
1277
- Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayBackendHealthOnDemand
1334
+ def application_gateway_backend_health_server
1335
+ Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayBackendHealthServer
1278
1336
  end
1279
1337
  def connectivity_information
1280
- Azure::Network::Mgmt::V2019_02_01::Models::ConnectivityInformation
1338
+ Azure::Network::Mgmt::V2019_04_01::Models::ConnectivityInformation
1281
1339
  end
1282
- def vpn_client_configuration
1283
- Azure::Network::Mgmt::V2019_02_01::Models::VpnClientConfiguration
1340
+ def vpn_client_connection_health_detail
1341
+ Azure::Network::Mgmt::V2019_04_01::Models::VpnClientConnectionHealthDetail
1284
1342
  end
1285
1343
  def azure_reachability_report_location
1286
- Azure::Network::Mgmt::V2019_02_01::Models::AzureReachabilityReportLocation
1344
+ Azure::Network::Mgmt::V2019_04_01::Models::AzureReachabilityReportLocation
1287
1345
  end
1288
- def application_gateway_rewrite_rule_condition
1289
- Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayRewriteRuleCondition
1346
+ def virtual_network_gateway_connection_list_result
1347
+ Azure::Network::Mgmt::V2019_04_01::Models::VirtualNetworkGatewayConnectionListResult
1290
1348
  end
1291
1349
  def azure_reachability_report_parameters
1292
- Azure::Network::Mgmt::V2019_02_01::Models::AzureReachabilityReportParameters
1350
+ Azure::Network::Mgmt::V2019_04_01::Models::AzureReachabilityReportParameters
1293
1351
  end
1294
- def application_gateway_firewall_exclusion
1295
- Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayFirewallExclusion
1352
+ def virtual_network_gateway_list_result
1353
+ Azure::Network::Mgmt::V2019_04_01::Models::VirtualNetworkGatewayListResult
1296
1354
  end
1297
1355
  def azure_reachability_report_latency_info
1298
- Azure::Network::Mgmt::V2019_02_01::Models::AzureReachabilityReportLatencyInfo
1356
+ Azure::Network::Mgmt::V2019_04_01::Models::AzureReachabilityReportLatencyInfo
1299
1357
  end
1300
- def application_gateway_available_waf_rule_sets_result
1301
- Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayAvailableWafRuleSetsResult
1358
+ def application_gateway_list_result
1359
+ Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayListResult
1302
1360
  end
1303
1361
  def azure_reachability_report_item
1304
- Azure::Network::Mgmt::V2019_02_01::Models::AzureReachabilityReportItem
1362
+ Azure::Network::Mgmt::V2019_04_01::Models::AzureReachabilityReportItem
1305
1363
  end
1306
- def application_security_group_list_result
1307
- Azure::Network::Mgmt::V2019_02_01::Models::ApplicationSecurityGroupListResult
1364
+ def resource
1365
+ Azure::Network::Mgmt::V2019_04_01::Models::Resource
1308
1366
  end
1309
1367
  def azure_reachability_report
1310
- Azure::Network::Mgmt::V2019_02_01::Models::AzureReachabilityReport
1368
+ Azure::Network::Mgmt::V2019_04_01::Models::AzureReachabilityReport
1311
1369
  end
1312
- def azure_firewall_nat_rcaction
1313
- Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallNatRCAction
1370
+ def available_private_endpoint_types_result
1371
+ Azure::Network::Mgmt::V2019_04_01::Models::AvailablePrivateEndpointTypesResult
1314
1372
  end
1315
1373
  def available_providers_list_parameters
1316
- Azure::Network::Mgmt::V2019_02_01::Models::AvailableProvidersListParameters
1374
+ Azure::Network::Mgmt::V2019_04_01::Models::AvailableProvidersListParameters
1317
1375
  end
1318
- def azure_firewall_fqdn_tag_list_result
1319
- Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallFqdnTagListResult
1376
+ def virtual_network_gateway_sku
1377
+ Azure::Network::Mgmt::V2019_04_01::Models::VirtualNetworkGatewaySku
1320
1378
  end
1321
1379
  def available_providers_list_city
1322
- Azure::Network::Mgmt::V2019_02_01::Models::AvailableProvidersListCity
1380
+ Azure::Network::Mgmt::V2019_04_01::Models::AvailableProvidersListCity
1323
1381
  end
1324
- def usage
1325
- Azure::Network::Mgmt::V2019_02_01::Models::Usage
1382
+ def virtual_network_usage_name
1383
+ Azure::Network::Mgmt::V2019_04_01::Models::VirtualNetworkUsageName
1326
1384
  end
1327
1385
  def available_providers_list_state
1328
- Azure::Network::Mgmt::V2019_02_01::Models::AvailableProvidersListState
1386
+ Azure::Network::Mgmt::V2019_04_01::Models::AvailableProvidersListState
1329
1387
  end
1330
- def service_endpoint_policy_definition_list_result
1331
- Azure::Network::Mgmt::V2019_02_01::Models::ServiceEndpointPolicyDefinitionListResult
1388
+ def ddos_protection_plan_list_result
1389
+ Azure::Network::Mgmt::V2019_04_01::Models::DdosProtectionPlanListResult
1332
1390
  end
1333
1391
  def available_providers_list_country
1334
- Azure::Network::Mgmt::V2019_02_01::Models::AvailableProvidersListCountry
1392
+ Azure::Network::Mgmt::V2019_04_01::Models::AvailableProvidersListCountry
1335
1393
  end
1336
- def express_route_circuit_sku
1337
- Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitSku
1394
+ def express_route_connection_id
1395
+ Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteConnectionId
1338
1396
  end
1339
1397
  def available_providers_list
1340
- Azure::Network::Mgmt::V2019_02_01::Models::AvailableProvidersList
1398
+ Azure::Network::Mgmt::V2019_04_01::Models::AvailableProvidersList
1341
1399
  end
1342
- def express_route_circuits_routes_table_summary_list_result
1343
- Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitsRoutesTableSummaryListResult
1400
+ def express_route_circuit_service_provider_properties
1401
+ Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteCircuitServiceProviderProperties
1344
1402
  end
1345
1403
  def connection_monitor_source
1346
- Azure::Network::Mgmt::V2019_02_01::Models::ConnectionMonitorSource
1404
+ Azure::Network::Mgmt::V2019_04_01::Models::ConnectionMonitorSource
1347
1405
  end
1348
- def list_vpn_sites_result
1349
- Azure::Network::Mgmt::V2019_02_01::Models::ListVpnSitesResult
1406
+ def express_route_circuit_list_result
1407
+ Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteCircuitListResult
1350
1408
  end
1351
1409
  def connection_monitor_destination
1352
- Azure::Network::Mgmt::V2019_02_01::Models::ConnectionMonitorDestination
1410
+ Azure::Network::Mgmt::V2019_04_01::Models::ConnectionMonitorDestination
1353
1411
  end
1354
- def virtual_hub_route_table
1355
- Azure::Network::Mgmt::V2019_02_01::Models::VirtualHubRouteTable
1412
+ def network_interface_dns_settings
1413
+ Azure::Network::Mgmt::V2019_04_01::Models::NetworkInterfaceDnsSettings
1356
1414
  end
1357
1415
  def connection_monitor_parameters
1358
- Azure::Network::Mgmt::V2019_02_01::Models::ConnectionMonitorParameters
1416
+ Azure::Network::Mgmt::V2019_04_01::Models::ConnectionMonitorParameters
1359
1417
  end
1360
- def application_gateway_ssl_policy
1361
- Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewaySslPolicy
1418
+ def list_vpn_connections_result
1419
+ Azure::Network::Mgmt::V2019_04_01::Models::ListVpnConnectionsResult
1362
1420
  end
1363
1421
  def connection_monitor
1364
- Azure::Network::Mgmt::V2019_02_01::Models::ConnectionMonitor
1422
+ Azure::Network::Mgmt::V2019_04_01::Models::ConnectionMonitor
1365
1423
  end
1366
- def network_intent_policy_configuration
1367
- Azure::Network::Mgmt::V2019_02_01::Models::NetworkIntentPolicyConfiguration
1424
+ def application_gateway_backend_health
1425
+ Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayBackendHealth
1368
1426
  end
1369
1427
  def connection_monitor_result
1370
- Azure::Network::Mgmt::V2019_02_01::Models::ConnectionMonitorResult
1428
+ Azure::Network::Mgmt::V2019_04_01::Models::ConnectionMonitorResult
1371
1429
  end
1372
- def resource
1373
- Azure::Network::Mgmt::V2019_02_01::Models::Resource
1430
+ def application_gateway_rewrite_rule_action_set
1431
+ Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayRewriteRuleActionSet
1374
1432
  end
1375
1433
  def connection_monitor_list_result
1376
- Azure::Network::Mgmt::V2019_02_01::Models::ConnectionMonitorListResult
1434
+ Azure::Network::Mgmt::V2019_04_01::Models::ConnectionMonitorListResult
1377
1435
  end
1378
- def subnet_list_result
1379
- Azure::Network::Mgmt::V2019_02_01::Models::SubnetListResult
1436
+ def application_gateway_available_waf_rule_sets_result
1437
+ Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayAvailableWafRuleSetsResult
1380
1438
  end
1381
1439
  def connection_state_snapshot
1382
- Azure::Network::Mgmt::V2019_02_01::Models::ConnectionStateSnapshot
1440
+ Azure::Network::Mgmt::V2019_04_01::Models::ConnectionStateSnapshot
1383
1441
  end
1384
- def express_route_circuit_peering_config
1385
- Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitPeeringConfig
1442
+ def azure_firewall_application_rule
1443
+ Azure::Network::Mgmt::V2019_04_01::Models::AzureFirewallApplicationRule
1386
1444
  end
1387
1445
  def connection_monitor_query_result
1388
- Azure::Network::Mgmt::V2019_02_01::Models::ConnectionMonitorQueryResult
1446
+ Azure::Network::Mgmt::V2019_04_01::Models::ConnectionMonitorQueryResult
1389
1447
  end
1390
- def express_route_circuits_arp_table_list_result
1391
- Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitsArpTableListResult
1448
+ def ipaddress_availability_result
1449
+ Azure::Network::Mgmt::V2019_04_01::Models::IPAddressAvailabilityResult
1392
1450
  end
1393
1451
  def network_configuration_diagnostic_profile
1394
- Azure::Network::Mgmt::V2019_02_01::Models::NetworkConfigurationDiagnosticProfile
1452
+ Azure::Network::Mgmt::V2019_04_01::Models::NetworkConfigurationDiagnosticProfile
1395
1453
  end
1396
- def ddos_settings
1397
- Azure::Network::Mgmt::V2019_02_01::Models::DdosSettings
1454
+ def express_route_circuit_peering_list_result
1455
+ Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteCircuitPeeringListResult
1398
1456
  end
1399
1457
  def network_configuration_diagnostic_parameters
1400
- Azure::Network::Mgmt::V2019_02_01::Models::NetworkConfigurationDiagnosticParameters
1458
+ Azure::Network::Mgmt::V2019_04_01::Models::NetworkConfigurationDiagnosticParameters
1401
1459
  end
1402
- def list_hub_virtual_network_connections_result
1403
- Azure::Network::Mgmt::V2019_02_01::Models::ListHubVirtualNetworkConnectionsResult
1460
+ def express_route_cross_connection_routes_table_summary
1461
+ Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteCrossConnectionRoutesTableSummary
1404
1462
  end
1405
1463
  def matched_rule
1406
- Azure::Network::Mgmt::V2019_02_01::Models::MatchedRule
1464
+ Azure::Network::Mgmt::V2019_04_01::Models::MatchedRule
1407
1465
  end
1408
- def azure_firewall_rcaction
1409
- Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallRCAction
1466
+ def application_gateway_backend_address
1467
+ Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayBackendAddress
1410
1468
  end
1411
1469
  def network_security_rules_evaluation_result
1412
- Azure::Network::Mgmt::V2019_02_01::Models::NetworkSecurityRulesEvaluationResult
1470
+ Azure::Network::Mgmt::V2019_04_01::Models::NetworkSecurityRulesEvaluationResult
1413
1471
  end
1414
- def ipv6_express_route_circuit_peering_config
1415
- Azure::Network::Mgmt::V2019_02_01::Models::Ipv6ExpressRouteCircuitPeeringConfig
1472
+ def application_gateway_autoscale_configuration
1473
+ Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayAutoscaleConfiguration
1416
1474
  end
1417
1475
  def evaluated_network_security_group
1418
- Azure::Network::Mgmt::V2019_02_01::Models::EvaluatedNetworkSecurityGroup
1476
+ Azure::Network::Mgmt::V2019_04_01::Models::EvaluatedNetworkSecurityGroup
1419
1477
  end
1420
- def application_gateway_connection_draining
1421
- Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayConnectionDraining
1478
+ def azure_firewall_list_result
1479
+ Azure::Network::Mgmt::V2019_04_01::Models::AzureFirewallListResult
1422
1480
  end
1423
1481
  def network_security_group_result
1424
- Azure::Network::Mgmt::V2019_02_01::Models::NetworkSecurityGroupResult
1482
+ Azure::Network::Mgmt::V2019_04_01::Models::NetworkSecurityGroupResult
1483
+ end
1484
+ def express_route_circuit_routes_table
1485
+ Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteCircuitRoutesTable
1425
1486
  end
1426
1487
  def network_configuration_diagnostic_result
1427
- Azure::Network::Mgmt::V2019_02_01::Models::NetworkConfigurationDiagnosticResult
1488
+ Azure::Network::Mgmt::V2019_04_01::Models::NetworkConfigurationDiagnosticResult
1428
1489
  end
1429
- def managed_service_identity
1430
- Azure::Network::Mgmt::V2019_02_01::Models::ManagedServiceIdentity
1490
+ def local_network_gateway_list_result
1491
+ Azure::Network::Mgmt::V2019_04_01::Models::LocalNetworkGatewayListResult
1431
1492
  end
1432
1493
  def network_configuration_diagnostic_response
1433
- Azure::Network::Mgmt::V2019_02_01::Models::NetworkConfigurationDiagnosticResponse
1494
+ Azure::Network::Mgmt::V2019_04_01::Models::NetworkConfigurationDiagnosticResponse
1434
1495
  end
1435
- def express_route_service_provider_list_result
1436
- Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteServiceProviderListResult
1496
+ def authorization_list_result
1497
+ Azure::Network::Mgmt::V2019_04_01::Models::AuthorizationListResult
1437
1498
  end
1438
1499
  def operation_display
1439
- Azure::Network::Mgmt::V2019_02_01::Models::OperationDisplay
1500
+ Azure::Network::Mgmt::V2019_04_01::Models::OperationDisplay
1501
+ end
1502
+ def application_security_group_list_result
1503
+ Azure::Network::Mgmt::V2019_04_01::Models::ApplicationSecurityGroupListResult
1504
+ end
1505
+ def availability
1506
+ Azure::Network::Mgmt::V2019_04_01::Models::Availability
1507
+ end
1508
+ def public_ipaddress_sku
1509
+ Azure::Network::Mgmt::V2019_04_01::Models::PublicIPAddressSku
1510
+ end
1511
+ def dimension
1512
+ Azure::Network::Mgmt::V2019_04_01::Models::Dimension
1440
1513
  end
1441
1514
  def network_interface_tap_configuration
1442
- Azure::Network::Mgmt::V2019_02_01::Models::NetworkInterfaceTapConfiguration
1515
+ Azure::Network::Mgmt::V2019_04_01::Models::NetworkInterfaceTapConfiguration
1443
1516
  end
1444
1517
  def application_security_group
1445
- Azure::Network::Mgmt::V2019_02_01::Models::ApplicationSecurityGroup
1518
+ Azure::Network::Mgmt::V2019_04_01::Models::ApplicationSecurityGroup
1446
1519
  end
1447
1520
  def security_rule
1448
- Azure::Network::Mgmt::V2019_02_01::Models::SecurityRule
1521
+ Azure::Network::Mgmt::V2019_04_01::Models::SecurityRule
1522
+ end
1523
+ def private_link_service_connection
1524
+ Azure::Network::Mgmt::V2019_04_01::Models::PrivateLinkServiceConnection
1449
1525
  end
1450
- def interface_endpoint
1451
- Azure::Network::Mgmt::V2019_02_01::Models::InterfaceEndpoint
1526
+ def private_endpoint
1527
+ Azure::Network::Mgmt::V2019_04_01::Models::PrivateEndpoint
1452
1528
  end
1453
1529
  def network_interface
1454
- Azure::Network::Mgmt::V2019_02_01::Models::NetworkInterface
1530
+ Azure::Network::Mgmt::V2019_04_01::Models::NetworkInterface
1455
1531
  end
1456
1532
  def network_security_group
1457
- Azure::Network::Mgmt::V2019_02_01::Models::NetworkSecurityGroup
1533
+ Azure::Network::Mgmt::V2019_04_01::Models::NetworkSecurityGroup
1458
1534
  end
1459
1535
  def route
1460
- Azure::Network::Mgmt::V2019_02_01::Models::Route
1536
+ Azure::Network::Mgmt::V2019_04_01::Models::Route
1461
1537
  end
1462
1538
  def route_table
1463
- Azure::Network::Mgmt::V2019_02_01::Models::RouteTable
1539
+ Azure::Network::Mgmt::V2019_04_01::Models::RouteTable
1464
1540
  end
1465
1541
  def service_endpoint_policy_definition
1466
- Azure::Network::Mgmt::V2019_02_01::Models::ServiceEndpointPolicyDefinition
1542
+ Azure::Network::Mgmt::V2019_04_01::Models::ServiceEndpointPolicyDefinition
1467
1543
  end
1468
1544
  def service_endpoint_policy
1469
- Azure::Network::Mgmt::V2019_02_01::Models::ServiceEndpointPolicy
1545
+ Azure::Network::Mgmt::V2019_04_01::Models::ServiceEndpointPolicy
1470
1546
  end
1471
1547
  def public_ipaddress
1472
- Azure::Network::Mgmt::V2019_02_01::Models::PublicIPAddress
1548
+ Azure::Network::Mgmt::V2019_04_01::Models::PublicIPAddress
1473
1549
  end
1474
1550
  def ipconfiguration
1475
- Azure::Network::Mgmt::V2019_02_01::Models::IPConfiguration
1551
+ Azure::Network::Mgmt::V2019_04_01::Models::IPConfiguration
1476
1552
  end
1477
1553
  def ipconfiguration_profile
1478
- Azure::Network::Mgmt::V2019_02_01::Models::IPConfigurationProfile
1554
+ Azure::Network::Mgmt::V2019_04_01::Models::IPConfigurationProfile
1479
1555
  end
1480
1556
  def resource_navigation_link
1481
- Azure::Network::Mgmt::V2019_02_01::Models::ResourceNavigationLink
1557
+ Azure::Network::Mgmt::V2019_04_01::Models::ResourceNavigationLink
1482
1558
  end
1483
1559
  def service_association_link
1484
- Azure::Network::Mgmt::V2019_02_01::Models::ServiceAssociationLink
1560
+ Azure::Network::Mgmt::V2019_04_01::Models::ServiceAssociationLink
1485
1561
  end
1486
1562
  def delegation
1487
- Azure::Network::Mgmt::V2019_02_01::Models::Delegation
1563
+ Azure::Network::Mgmt::V2019_04_01::Models::Delegation
1488
1564
  end
1489
1565
  def subnet
1490
- Azure::Network::Mgmt::V2019_02_01::Models::Subnet
1566
+ Azure::Network::Mgmt::V2019_04_01::Models::Subnet
1491
1567
  end
1492
1568
  def frontend_ipconfiguration
1493
- Azure::Network::Mgmt::V2019_02_01::Models::FrontendIPConfiguration
1569
+ Azure::Network::Mgmt::V2019_04_01::Models::FrontendIPConfiguration
1494
1570
  end
1495
1571
  def virtual_network_tap
1496
- Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkTap
1572
+ Azure::Network::Mgmt::V2019_04_01::Models::VirtualNetworkTap
1497
1573
  end
1498
1574
  def backend_address_pool
1499
- Azure::Network::Mgmt::V2019_02_01::Models::BackendAddressPool
1575
+ Azure::Network::Mgmt::V2019_04_01::Models::BackendAddressPool
1500
1576
  end
1501
1577
  def inbound_nat_rule
1502
- Azure::Network::Mgmt::V2019_02_01::Models::InboundNatRule
1578
+ Azure::Network::Mgmt::V2019_04_01::Models::InboundNatRule
1503
1579
  end
1504
1580
  def network_interface_ipconfiguration
1505
- Azure::Network::Mgmt::V2019_02_01::Models::NetworkInterfaceIPConfiguration
1581
+ Azure::Network::Mgmt::V2019_04_01::Models::NetworkInterfaceIPConfiguration
1506
1582
  end
1507
1583
  def application_gateway_backend_address_pool
1508
- Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayBackendAddressPool
1584
+ Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayBackendAddressPool
1509
1585
  end
1510
1586
  def application_gateway_backend_http_settings
1511
- Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayBackendHttpSettings
1587
+ Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayBackendHttpSettings
1512
1588
  end
1513
1589
  def application_gateway_ipconfiguration
1514
- Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayIPConfiguration
1590
+ Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayIPConfiguration
1515
1591
  end
1516
1592
  def application_gateway_authentication_certificate
1517
- Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayAuthenticationCertificate
1593
+ Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayAuthenticationCertificate
1518
1594
  end
1519
1595
  def application_gateway_trusted_root_certificate
1520
- Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayTrustedRootCertificate
1596
+ Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayTrustedRootCertificate
1521
1597
  end
1522
1598
  def application_gateway_ssl_certificate
1523
- Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewaySslCertificate
1599
+ Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewaySslCertificate
1524
1600
  end
1525
1601
  def application_gateway_frontend_ipconfiguration
1526
- Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayFrontendIPConfiguration
1602
+ Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayFrontendIPConfiguration
1527
1603
  end
1528
1604
  def application_gateway_frontend_port
1529
- Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayFrontendPort
1605
+ Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayFrontendPort
1530
1606
  end
1531
1607
  def application_gateway_http_listener
1532
- Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayHttpListener
1608
+ Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayHttpListener
1533
1609
  end
1534
1610
  def application_gateway_path_rule
1535
- Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayPathRule
1611
+ Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayPathRule
1536
1612
  end
1537
1613
  def application_gateway_probe
1538
- Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayProbe
1614
+ Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayProbe
1539
1615
  end
1540
1616
  def application_gateway_request_routing_rule
1541
- Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayRequestRoutingRule
1617
+ Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayRequestRoutingRule
1542
1618
  end
1543
1619
  def application_gateway_rewrite_rule_set
1544
- Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayRewriteRuleSet
1620
+ Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayRewriteRuleSet
1545
1621
  end
1546
1622
  def application_gateway_redirect_configuration
1547
- Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayRedirectConfiguration
1623
+ Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayRedirectConfiguration
1548
1624
  end
1549
1625
  def application_gateway_url_path_map
1550
- Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayUrlPathMap
1626
+ Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayUrlPathMap
1551
1627
  end
1552
1628
  def application_gateway
1553
- Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGateway
1629
+ Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGateway
1554
1630
  end
1555
1631
  def application_gateway_firewall_rule_set
1556
- Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayFirewallRuleSet
1632
+ Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayFirewallRuleSet
1557
1633
  end
1558
1634
  def application_gateway_available_ssl_options
1559
- Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayAvailableSslOptions
1635
+ Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayAvailableSslOptions
1560
1636
  end
1561
1637
  def application_gateway_ssl_predefined_policy
1562
- Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewaySslPredefinedPolicy
1638
+ Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewaySslPredefinedPolicy
1563
1639
  end
1564
1640
  def azure_firewall_ipconfiguration
1565
- Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallIPConfiguration
1641
+ Azure::Network::Mgmt::V2019_04_01::Models::AzureFirewallIPConfiguration
1566
1642
  end
1567
1643
  def azure_firewall_application_rule_collection
1568
- Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallApplicationRuleCollection
1644
+ Azure::Network::Mgmt::V2019_04_01::Models::AzureFirewallApplicationRuleCollection
1569
1645
  end
1570
1646
  def azure_firewall_nat_rule_collection
1571
- Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallNatRuleCollection
1647
+ Azure::Network::Mgmt::V2019_04_01::Models::AzureFirewallNatRuleCollection
1572
1648
  end
1573
1649
  def azure_firewall_network_rule_collection
1574
- Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallNetworkRuleCollection
1650
+ Azure::Network::Mgmt::V2019_04_01::Models::AzureFirewallNetworkRuleCollection
1575
1651
  end
1576
1652
  def azure_firewall
1577
- Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewall
1653
+ Azure::Network::Mgmt::V2019_04_01::Models::AzureFirewall
1578
1654
  end
1579
1655
  def azure_firewall_fqdn_tag
1580
- Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallFqdnTag
1656
+ Azure::Network::Mgmt::V2019_04_01::Models::AzureFirewallFqdnTag
1657
+ end
1658
+ def bastion_host_ipconfiguration
1659
+ Azure::Network::Mgmt::V2019_04_01::Models::BastionHostIPConfiguration
1660
+ end
1661
+ def bastion_host
1662
+ Azure::Network::Mgmt::V2019_04_01::Models::BastionHost
1581
1663
  end
1582
1664
  def ddos_custom_policy
1583
- Azure::Network::Mgmt::V2019_02_01::Models::DdosCustomPolicy
1665
+ Azure::Network::Mgmt::V2019_04_01::Models::DdosCustomPolicy
1584
1666
  end
1585
1667
  def endpoint_service_result
1586
- Azure::Network::Mgmt::V2019_02_01::Models::EndpointServiceResult
1668
+ Azure::Network::Mgmt::V2019_04_01::Models::EndpointServiceResult
1587
1669
  end
1588
1670
  def express_route_circuit_authorization
1589
- Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitAuthorization
1590
- end
1591
- def route_filter_rule
1592
- Azure::Network::Mgmt::V2019_02_01::Models::RouteFilterRule
1671
+ Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteCircuitAuthorization
1593
1672
  end
1594
1673
  def express_route_circuit_connection
1595
- Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitConnection
1674
+ Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteCircuitConnection
1596
1675
  end
1597
1676
  def peer_express_route_circuit_connection
1598
- Azure::Network::Mgmt::V2019_02_01::Models::PeerExpressRouteCircuitConnection
1677
+ Azure::Network::Mgmt::V2019_04_01::Models::PeerExpressRouteCircuitConnection
1599
1678
  end
1600
1679
  def express_route_circuit_peering
1601
- Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitPeering
1602
- end
1603
- def route_filter
1604
- Azure::Network::Mgmt::V2019_02_01::Models::RouteFilter
1680
+ Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteCircuitPeering
1605
1681
  end
1606
1682
  def express_route_circuit
1607
- Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuit
1683
+ Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteCircuit
1608
1684
  end
1609
1685
  def express_route_service_provider
1610
- Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteServiceProvider
1686
+ Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteServiceProvider
1611
1687
  end
1612
1688
  def express_route_cross_connection_peering
1613
- Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCrossConnectionPeering
1689
+ Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteCrossConnectionPeering
1614
1690
  end
1615
1691
  def express_route_cross_connection
1616
- Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCrossConnection
1692
+ Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteCrossConnection
1617
1693
  end
1618
1694
  def express_route_connection
1619
- Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteConnection
1695
+ Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteConnection
1620
1696
  end
1621
1697
  def express_route_gateway
1622
- Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteGateway
1698
+ Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteGateway
1623
1699
  end
1624
1700
  def express_route_ports_location
1625
- Azure::Network::Mgmt::V2019_02_01::Models::ExpressRoutePortsLocation
1701
+ Azure::Network::Mgmt::V2019_04_01::Models::ExpressRoutePortsLocation
1626
1702
  end
1627
1703
  def express_route_link
1628
- Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteLink
1704
+ Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteLink
1629
1705
  end
1630
1706
  def express_route_port
1631
- Azure::Network::Mgmt::V2019_02_01::Models::ExpressRoutePort
1707
+ Azure::Network::Mgmt::V2019_04_01::Models::ExpressRoutePort
1708
+ end
1709
+ def private_endpoint_connection
1710
+ Azure::Network::Mgmt::V2019_04_01::Models::PrivateEndpointConnection
1711
+ end
1712
+ def private_link_service_properties_visibility
1713
+ Azure::Network::Mgmt::V2019_04_01::Models::PrivateLinkServicePropertiesVisibility
1714
+ end
1715
+ def private_link_service_properties_auto_approval
1716
+ Azure::Network::Mgmt::V2019_04_01::Models::PrivateLinkServicePropertiesAutoApproval
1717
+ end
1718
+ def private_link_service
1719
+ Azure::Network::Mgmt::V2019_04_01::Models::PrivateLinkService
1632
1720
  end
1633
1721
  def load_balancing_rule
1634
- Azure::Network::Mgmt::V2019_02_01::Models::LoadBalancingRule
1722
+ Azure::Network::Mgmt::V2019_04_01::Models::LoadBalancingRule
1635
1723
  end
1636
1724
  def probe
1637
- Azure::Network::Mgmt::V2019_02_01::Models::Probe
1725
+ Azure::Network::Mgmt::V2019_04_01::Models::Probe
1638
1726
  end
1639
1727
  def inbound_nat_pool
1640
- Azure::Network::Mgmt::V2019_02_01::Models::InboundNatPool
1728
+ Azure::Network::Mgmt::V2019_04_01::Models::InboundNatPool
1641
1729
  end
1642
1730
  def outbound_rule
1643
- Azure::Network::Mgmt::V2019_02_01::Models::OutboundRule
1731
+ Azure::Network::Mgmt::V2019_04_01::Models::OutboundRule
1644
1732
  end
1645
1733
  def load_balancer
1646
- Azure::Network::Mgmt::V2019_02_01::Models::LoadBalancer
1734
+ Azure::Network::Mgmt::V2019_04_01::Models::LoadBalancer
1647
1735
  end
1648
1736
  def nat_gateway
1649
- Azure::Network::Mgmt::V2019_02_01::Models::NatGateway
1737
+ Azure::Network::Mgmt::V2019_04_01::Models::NatGateway
1650
1738
  end
1651
1739
  def container_network_interface_configuration
1652
- Azure::Network::Mgmt::V2019_02_01::Models::ContainerNetworkInterfaceConfiguration
1740
+ Azure::Network::Mgmt::V2019_04_01::Models::ContainerNetworkInterfaceConfiguration
1653
1741
  end
1654
1742
  def container
1655
- Azure::Network::Mgmt::V2019_02_01::Models::Container
1743
+ Azure::Network::Mgmt::V2019_04_01::Models::Container
1656
1744
  end
1657
1745
  def container_network_interface
1658
- Azure::Network::Mgmt::V2019_02_01::Models::ContainerNetworkInterface
1746
+ Azure::Network::Mgmt::V2019_04_01::Models::ContainerNetworkInterface
1659
1747
  end
1660
1748
  def network_profile
1661
- Azure::Network::Mgmt::V2019_02_01::Models::NetworkProfile
1749
+ Azure::Network::Mgmt::V2019_04_01::Models::NetworkProfile
1662
1750
  end
1663
1751
  def network_watcher
1664
- Azure::Network::Mgmt::V2019_02_01::Models::NetworkWatcher
1752
+ Azure::Network::Mgmt::V2019_04_01::Models::NetworkWatcher
1665
1753
  end
1666
1754
  def public_ipprefix
1667
- Azure::Network::Mgmt::V2019_02_01::Models::PublicIPPrefix
1755
+ Azure::Network::Mgmt::V2019_04_01::Models::PublicIPPrefix
1756
+ end
1757
+ def route_filter_rule
1758
+ Azure::Network::Mgmt::V2019_04_01::Models::RouteFilterRule
1668
1759
  end
1669
1760
  def patch_route_filter_rule
1670
- Azure::Network::Mgmt::V2019_02_01::Models::PatchRouteFilterRule
1761
+ Azure::Network::Mgmt::V2019_04_01::Models::PatchRouteFilterRule
1762
+ end
1763
+ def route_filter
1764
+ Azure::Network::Mgmt::V2019_04_01::Models::RouteFilter
1671
1765
  end
1672
1766
  def patch_route_filter
1673
- Azure::Network::Mgmt::V2019_02_01::Models::PatchRouteFilter
1767
+ Azure::Network::Mgmt::V2019_04_01::Models::PatchRouteFilter
1674
1768
  end
1675
1769
  def bgp_service_community
1676
- Azure::Network::Mgmt::V2019_02_01::Models::BgpServiceCommunity
1770
+ Azure::Network::Mgmt::V2019_04_01::Models::BgpServiceCommunity
1677
1771
  end
1678
1772
  def virtual_network_peering
1679
- Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkPeering
1773
+ Azure::Network::Mgmt::V2019_04_01::Models::VirtualNetworkPeering
1680
1774
  end
1681
1775
  def virtual_network
1682
- Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetwork
1776
+ Azure::Network::Mgmt::V2019_04_01::Models::VirtualNetwork
1683
1777
  end
1684
1778
  def network_intent_policy
1685
- Azure::Network::Mgmt::V2019_02_01::Models::NetworkIntentPolicy
1779
+ Azure::Network::Mgmt::V2019_04_01::Models::NetworkIntentPolicy
1686
1780
  end
1687
1781
  def virtual_network_gateway_ipconfiguration
1688
- Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkGatewayIPConfiguration
1782
+ Azure::Network::Mgmt::V2019_04_01::Models::VirtualNetworkGatewayIPConfiguration
1689
1783
  end
1690
1784
  def vpn_client_root_certificate
1691
- Azure::Network::Mgmt::V2019_02_01::Models::VpnClientRootCertificate
1785
+ Azure::Network::Mgmt::V2019_04_01::Models::VpnClientRootCertificate
1692
1786
  end
1693
1787
  def vpn_client_revoked_certificate
1694
- Azure::Network::Mgmt::V2019_02_01::Models::VpnClientRevokedCertificate
1788
+ Azure::Network::Mgmt::V2019_04_01::Models::VpnClientRevokedCertificate
1695
1789
  end
1696
1790
  def virtual_network_gateway
1697
- Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkGateway
1791
+ Azure::Network::Mgmt::V2019_04_01::Models::VirtualNetworkGateway
1698
1792
  end
1699
1793
  def local_network_gateway
1700
- Azure::Network::Mgmt::V2019_02_01::Models::LocalNetworkGateway
1794
+ Azure::Network::Mgmt::V2019_04_01::Models::LocalNetworkGateway
1701
1795
  end
1702
1796
  def virtual_network_gateway_connection
1703
- Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkGatewayConnection
1797
+ Azure::Network::Mgmt::V2019_04_01::Models::VirtualNetworkGatewayConnection
1704
1798
  end
1705
1799
  def connection_shared_key
1706
- Azure::Network::Mgmt::V2019_02_01::Models::ConnectionSharedKey
1800
+ Azure::Network::Mgmt::V2019_04_01::Models::ConnectionSharedKey
1707
1801
  end
1708
1802
  def virtual_network_gateway_connection_list_entity
1709
- Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkGatewayConnectionListEntity
1803
+ Azure::Network::Mgmt::V2019_04_01::Models::VirtualNetworkGatewayConnectionListEntity
1710
1804
  end
1711
1805
  def p2_svpn_server_config_vpn_client_root_certificate
1712
- Azure::Network::Mgmt::V2019_02_01::Models::P2SVpnServerConfigVpnClientRootCertificate
1806
+ Azure::Network::Mgmt::V2019_04_01::Models::P2SVpnServerConfigVpnClientRootCertificate
1713
1807
  end
1714
1808
  def p2_svpn_server_config_vpn_client_revoked_certificate
1715
- Azure::Network::Mgmt::V2019_02_01::Models::P2SVpnServerConfigVpnClientRevokedCertificate
1809
+ Azure::Network::Mgmt::V2019_04_01::Models::P2SVpnServerConfigVpnClientRevokedCertificate
1716
1810
  end
1717
1811
  def p2_svpn_server_config_radius_server_root_certificate
1718
- Azure::Network::Mgmt::V2019_02_01::Models::P2SVpnServerConfigRadiusServerRootCertificate
1812
+ Azure::Network::Mgmt::V2019_04_01::Models::P2SVpnServerConfigRadiusServerRootCertificate
1719
1813
  end
1720
1814
  def p2_svpn_server_config_radius_client_root_certificate
1721
- Azure::Network::Mgmt::V2019_02_01::Models::P2SVpnServerConfigRadiusClientRootCertificate
1815
+ Azure::Network::Mgmt::V2019_04_01::Models::P2SVpnServerConfigRadiusClientRootCertificate
1722
1816
  end
1723
1817
  def p2_svpn_server_configuration
1724
- Azure::Network::Mgmt::V2019_02_01::Models::P2SVpnServerConfiguration
1818
+ Azure::Network::Mgmt::V2019_04_01::Models::P2SVpnServerConfiguration
1725
1819
  end
1726
1820
  def virtual_wan
1727
- Azure::Network::Mgmt::V2019_02_01::Models::VirtualWAN
1821
+ Azure::Network::Mgmt::V2019_04_01::Models::VirtualWAN
1728
1822
  end
1729
1823
  def vpn_site
1730
- Azure::Network::Mgmt::V2019_02_01::Models::VpnSite
1824
+ Azure::Network::Mgmt::V2019_04_01::Models::VpnSite
1731
1825
  end
1732
1826
  def hub_virtual_network_connection
1733
- Azure::Network::Mgmt::V2019_02_01::Models::HubVirtualNetworkConnection
1827
+ Azure::Network::Mgmt::V2019_04_01::Models::HubVirtualNetworkConnection
1734
1828
  end
1735
1829
  def virtual_hub
1736
- Azure::Network::Mgmt::V2019_02_01::Models::VirtualHub
1830
+ Azure::Network::Mgmt::V2019_04_01::Models::VirtualHub
1737
1831
  end
1738
1832
  def vpn_connection
1739
- Azure::Network::Mgmt::V2019_02_01::Models::VpnConnection
1833
+ Azure::Network::Mgmt::V2019_04_01::Models::VpnConnection
1740
1834
  end
1741
1835
  def vpn_gateway
1742
- Azure::Network::Mgmt::V2019_02_01::Models::VpnGateway
1836
+ Azure::Network::Mgmt::V2019_04_01::Models::VpnGateway
1743
1837
  end
1744
1838
  def p2_svpn_gateway
1745
- Azure::Network::Mgmt::V2019_02_01::Models::P2SVpnGateway
1839
+ Azure::Network::Mgmt::V2019_04_01::Models::P2SVpnGateway
1746
1840
  end
1747
1841
  def web_application_firewall_policy
1748
- Azure::Network::Mgmt::V2019_02_01::Models::WebApplicationFirewallPolicy
1842
+ Azure::Network::Mgmt::V2019_04_01::Models::WebApplicationFirewallPolicy
1749
1843
  end
1750
1844
  def application_gateway_protocol
1751
- Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayProtocol
1845
+ Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayProtocol
1752
1846
  end
1753
1847
  def ipallocation_method
1754
- Azure::Network::Mgmt::V2019_02_01::Models::IPAllocationMethod
1848
+ Azure::Network::Mgmt::V2019_04_01::Models::IPAllocationMethod
1849
+ end
1850
+ def ipversion
1851
+ Azure::Network::Mgmt::V2019_04_01::Models::IPVersion
1755
1852
  end
1756
1853
  def security_rule_protocol
1757
- Azure::Network::Mgmt::V2019_02_01::Models::SecurityRuleProtocol
1854
+ Azure::Network::Mgmt::V2019_04_01::Models::SecurityRuleProtocol
1758
1855
  end
1759
1856
  def security_rule_access
1760
- Azure::Network::Mgmt::V2019_02_01::Models::SecurityRuleAccess
1857
+ Azure::Network::Mgmt::V2019_04_01::Models::SecurityRuleAccess
1761
1858
  end
1762
1859
  def security_rule_direction
1763
- Azure::Network::Mgmt::V2019_02_01::Models::SecurityRuleDirection
1860
+ Azure::Network::Mgmt::V2019_04_01::Models::SecurityRuleDirection
1764
1861
  end
1765
1862
  def route_next_hop_type
1766
- Azure::Network::Mgmt::V2019_02_01::Models::RouteNextHopType
1863
+ Azure::Network::Mgmt::V2019_04_01::Models::RouteNextHopType
1767
1864
  end
1768
1865
  def public_ipaddress_sku_name
1769
- Azure::Network::Mgmt::V2019_02_01::Models::PublicIPAddressSkuName
1770
- end
1771
- def ipversion
1772
- Azure::Network::Mgmt::V2019_02_01::Models::IPVersion
1866
+ Azure::Network::Mgmt::V2019_04_01::Models::PublicIPAddressSkuName
1773
1867
  end
1774
1868
  def ddos_settings_protection_coverage
1775
- Azure::Network::Mgmt::V2019_02_01::Models::DdosSettingsProtectionCoverage
1869
+ Azure::Network::Mgmt::V2019_04_01::Models::DdosSettingsProtectionCoverage
1776
1870
  end
1777
1871
  def transport_protocol
1778
- Azure::Network::Mgmt::V2019_02_01::Models::TransportProtocol
1872
+ Azure::Network::Mgmt::V2019_04_01::Models::TransportProtocol
1779
1873
  end
1780
1874
  def application_gateway_cookie_based_affinity
1781
- Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayCookieBasedAffinity
1875
+ Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayCookieBasedAffinity
1782
1876
  end
1783
1877
  def application_gateway_backend_health_server_health
1784
- Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayBackendHealthServerHealth
1878
+ Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayBackendHealthServerHealth
1785
1879
  end
1786
1880
  def application_gateway_sku_name
1787
- Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewaySkuName
1881
+ Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewaySkuName
1788
1882
  end
1789
1883
  def application_gateway_tier
1790
- Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayTier
1884
+ Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayTier
1791
1885
  end
1792
1886
  def application_gateway_ssl_protocol
1793
- Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewaySslProtocol
1887
+ Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewaySslProtocol
1794
1888
  end
1795
1889
  def application_gateway_ssl_policy_type
1796
- Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewaySslPolicyType
1890
+ Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewaySslPolicyType
1797
1891
  end
1798
1892
  def application_gateway_ssl_policy_name
1799
- Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewaySslPolicyName
1893
+ Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewaySslPolicyName
1800
1894
  end
1801
1895
  def application_gateway_ssl_cipher_suite
1802
- Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewaySslCipherSuite
1896
+ Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewaySslCipherSuite
1803
1897
  end
1804
1898
  def application_gateway_custom_error_status_code
1805
- Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayCustomErrorStatusCode
1899
+ Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayCustomErrorStatusCode
1806
1900
  end
1807
1901
  def application_gateway_request_routing_rule_type
1808
- Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayRequestRoutingRuleType
1902
+ Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayRequestRoutingRuleType
1809
1903
  end
1810
1904
  def application_gateway_redirect_type
1811
- Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayRedirectType
1905
+ Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayRedirectType
1812
1906
  end
1813
1907
  def application_gateway_operational_state
1814
- Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayOperationalState
1908
+ Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayOperationalState
1815
1909
  end
1816
1910
  def application_gateway_firewall_mode
1817
- Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayFirewallMode
1911
+ Azure::Network::Mgmt::V2019_04_01::Models::ApplicationGatewayFirewallMode
1818
1912
  end
1819
1913
  def resource_identity_type
1820
- Azure::Network::Mgmt::V2019_02_01::Models::ResourceIdentityType
1914
+ Azure::Network::Mgmt::V2019_04_01::Models::ResourceIdentityType
1821
1915
  end
1822
1916
  def provisioning_state
1823
- Azure::Network::Mgmt::V2019_02_01::Models::ProvisioningState
1917
+ Azure::Network::Mgmt::V2019_04_01::Models::ProvisioningState
1824
1918
  end
1825
1919
  def azure_firewall_rcaction_type
1826
- Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallRCActionType
1920
+ Azure::Network::Mgmt::V2019_04_01::Models::AzureFirewallRCActionType
1827
1921
  end
1828
1922
  def azure_firewall_application_rule_protocol_type
1829
- Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallApplicationRuleProtocolType
1923
+ Azure::Network::Mgmt::V2019_04_01::Models::AzureFirewallApplicationRuleProtocolType
1830
1924
  end
1831
1925
  def azure_firewall_nat_rcaction_type
1832
- Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallNatRCActionType
1926
+ Azure::Network::Mgmt::V2019_04_01::Models::AzureFirewallNatRCActionType
1833
1927
  end
1834
1928
  def azure_firewall_network_rule_protocol
1835
- Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallNetworkRuleProtocol
1929
+ Azure::Network::Mgmt::V2019_04_01::Models::AzureFirewallNetworkRuleProtocol
1836
1930
  end
1837
1931
  def azure_firewall_threat_intel_mode
1838
- Azure::Network::Mgmt::V2019_02_01::Models::AzureFirewallThreatIntelMode
1932
+ Azure::Network::Mgmt::V2019_04_01::Models::AzureFirewallThreatIntelMode
1839
1933
  end
1840
1934
  def ddos_custom_policy_protocol
1841
- Azure::Network::Mgmt::V2019_02_01::Models::DdosCustomPolicyProtocol
1935
+ Azure::Network::Mgmt::V2019_04_01::Models::DdosCustomPolicyProtocol
1842
1936
  end
1843
1937
  def ddos_custom_policy_trigger_sensitivity_override
1844
- Azure::Network::Mgmt::V2019_02_01::Models::DdosCustomPolicyTriggerSensitivityOverride
1938
+ Azure::Network::Mgmt::V2019_04_01::Models::DdosCustomPolicyTriggerSensitivityOverride
1845
1939
  end
1846
1940
  def authorization_use_status
1847
- Azure::Network::Mgmt::V2019_02_01::Models::AuthorizationUseStatus
1941
+ Azure::Network::Mgmt::V2019_04_01::Models::AuthorizationUseStatus
1848
1942
  end
1849
1943
  def express_route_circuit_peering_advertised_public_prefix_state
1850
- Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitPeeringAdvertisedPublicPrefixState
1944
+ Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteCircuitPeeringAdvertisedPublicPrefixState
1851
1945
  end
1852
- def access
1853
- Azure::Network::Mgmt::V2019_02_01::Models::Access
1946
+ def express_route_circuit_peering_state
1947
+ Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteCircuitPeeringState
1854
1948
  end
1855
1949
  def express_route_peering_type
1856
- Azure::Network::Mgmt::V2019_02_01::Models::ExpressRoutePeeringType
1950
+ Azure::Network::Mgmt::V2019_04_01::Models::ExpressRoutePeeringType
1857
1951
  end
1858
1952
  def express_route_peering_state
1859
- Azure::Network::Mgmt::V2019_02_01::Models::ExpressRoutePeeringState
1953
+ Azure::Network::Mgmt::V2019_04_01::Models::ExpressRoutePeeringState
1860
1954
  end
1861
1955
  def circuit_connection_status
1862
- Azure::Network::Mgmt::V2019_02_01::Models::CircuitConnectionStatus
1863
- end
1864
- def express_route_circuit_peering_state
1865
- Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitPeeringState
1956
+ Azure::Network::Mgmt::V2019_04_01::Models::CircuitConnectionStatus
1866
1957
  end
1867
1958
  def express_route_circuit_sku_tier
1868
- Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitSkuTier
1959
+ Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteCircuitSkuTier
1869
1960
  end
1870
1961
  def express_route_circuit_sku_family
1871
- Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteCircuitSkuFamily
1962
+ Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteCircuitSkuFamily
1872
1963
  end
1873
1964
  def service_provider_provisioning_state
1874
- Azure::Network::Mgmt::V2019_02_01::Models::ServiceProviderProvisioningState
1965
+ Azure::Network::Mgmt::V2019_04_01::Models::ServiceProviderProvisioningState
1875
1966
  end
1876
1967
  def express_route_link_connector_type
1877
- Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteLinkConnectorType
1968
+ Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteLinkConnectorType
1878
1969
  end
1879
1970
  def express_route_link_admin_state
1880
- Azure::Network::Mgmt::V2019_02_01::Models::ExpressRouteLinkAdminState
1971
+ Azure::Network::Mgmt::V2019_04_01::Models::ExpressRouteLinkAdminState
1881
1972
  end
1882
1973
  def express_route_ports_encapsulation
1883
- Azure::Network::Mgmt::V2019_02_01::Models::ExpressRoutePortsEncapsulation
1974
+ Azure::Network::Mgmt::V2019_04_01::Models::ExpressRoutePortsEncapsulation
1884
1975
  end
1885
1976
  def load_balancer_sku_name
1886
- Azure::Network::Mgmt::V2019_02_01::Models::LoadBalancerSkuName
1977
+ Azure::Network::Mgmt::V2019_04_01::Models::LoadBalancerSkuName
1887
1978
  end
1888
1979
  def load_distribution
1889
- Azure::Network::Mgmt::V2019_02_01::Models::LoadDistribution
1980
+ Azure::Network::Mgmt::V2019_04_01::Models::LoadDistribution
1890
1981
  end
1891
1982
  def probe_protocol
1892
- Azure::Network::Mgmt::V2019_02_01::Models::ProbeProtocol
1983
+ Azure::Network::Mgmt::V2019_04_01::Models::ProbeProtocol
1893
1984
  end
1894
1985
  def load_balancer_outbound_rule_protocol
1895
- Azure::Network::Mgmt::V2019_02_01::Models::LoadBalancerOutboundRuleProtocol
1986
+ Azure::Network::Mgmt::V2019_04_01::Models::LoadBalancerOutboundRuleProtocol
1896
1987
  end
1897
1988
  def nat_gateway_sku_name
1898
- Azure::Network::Mgmt::V2019_02_01::Models::NatGatewaySkuName
1989
+ Azure::Network::Mgmt::V2019_04_01::Models::NatGatewaySkuName
1899
1990
  end
1900
1991
  def network_operation_status
1901
- Azure::Network::Mgmt::V2019_02_01::Models::NetworkOperationStatus
1992
+ Azure::Network::Mgmt::V2019_04_01::Models::NetworkOperationStatus
1993
+ end
1994
+ def access
1995
+ Azure::Network::Mgmt::V2019_04_01::Models::Access
1902
1996
  end
1903
1997
  def authentication_method
1904
- Azure::Network::Mgmt::V2019_02_01::Models::AuthenticationMethod
1998
+ Azure::Network::Mgmt::V2019_04_01::Models::AuthenticationMethod
1905
1999
  end
1906
2000
  def effective_security_rule_protocol
1907
- Azure::Network::Mgmt::V2019_02_01::Models::EffectiveSecurityRuleProtocol
2001
+ Azure::Network::Mgmt::V2019_04_01::Models::EffectiveSecurityRuleProtocol
1908
2002
  end
1909
2003
  def effective_route_source
1910
- Azure::Network::Mgmt::V2019_02_01::Models::EffectiveRouteSource
2004
+ Azure::Network::Mgmt::V2019_04_01::Models::EffectiveRouteSource
1911
2005
  end
1912
2006
  def effective_route_state
1913
- Azure::Network::Mgmt::V2019_02_01::Models::EffectiveRouteState
2007
+ Azure::Network::Mgmt::V2019_04_01::Models::EffectiveRouteState
1914
2008
  end
1915
2009
  def association_type
1916
- Azure::Network::Mgmt::V2019_02_01::Models::AssociationType
2010
+ Azure::Network::Mgmt::V2019_04_01::Models::AssociationType
1917
2011
  end
1918
2012
  def direction
1919
- Azure::Network::Mgmt::V2019_02_01::Models::Direction
2013
+ Azure::Network::Mgmt::V2019_04_01::Models::Direction
1920
2014
  end
1921
2015
  def ip_flow_protocol
1922
- Azure::Network::Mgmt::V2019_02_01::Models::IpFlowProtocol
2016
+ Azure::Network::Mgmt::V2019_04_01::Models::IpFlowProtocol
1923
2017
  end
1924
2018
  def next_hop_type
1925
- Azure::Network::Mgmt::V2019_02_01::Models::NextHopType
2019
+ Azure::Network::Mgmt::V2019_04_01::Models::NextHopType
1926
2020
  end
1927
2021
  def pc_protocol
1928
- Azure::Network::Mgmt::V2019_02_01::Models::PcProtocol
2022
+ Azure::Network::Mgmt::V2019_04_01::Models::PcProtocol
1929
2023
  end
1930
2024
  def pc_status
1931
- Azure::Network::Mgmt::V2019_02_01::Models::PcStatus
2025
+ Azure::Network::Mgmt::V2019_04_01::Models::PcStatus
1932
2026
  end
1933
2027
  def pc_error
1934
- Azure::Network::Mgmt::V2019_02_01::Models::PcError
2028
+ Azure::Network::Mgmt::V2019_04_01::Models::PcError
1935
2029
  end
1936
2030
  def flow_log_format_type
1937
- Azure::Network::Mgmt::V2019_02_01::Models::FlowLogFormatType
2031
+ Azure::Network::Mgmt::V2019_04_01::Models::FlowLogFormatType
1938
2032
  end
1939
2033
  def protocol
1940
- Azure::Network::Mgmt::V2019_02_01::Models::Protocol
2034
+ Azure::Network::Mgmt::V2019_04_01::Models::Protocol
1941
2035
  end
1942
2036
  def httpmethod
1943
- Azure::Network::Mgmt::V2019_02_01::Models::HTTPMethod
2037
+ Azure::Network::Mgmt::V2019_04_01::Models::HTTPMethod
1944
2038
  end
1945
2039
  def origin
1946
- Azure::Network::Mgmt::V2019_02_01::Models::Origin
2040
+ Azure::Network::Mgmt::V2019_04_01::Models::Origin
1947
2041
  end
1948
2042
  def severity
1949
- Azure::Network::Mgmt::V2019_02_01::Models::Severity
2043
+ Azure::Network::Mgmt::V2019_04_01::Models::Severity
1950
2044
  end
1951
2045
  def issue_type
1952
- Azure::Network::Mgmt::V2019_02_01::Models::IssueType
2046
+ Azure::Network::Mgmt::V2019_04_01::Models::IssueType
1953
2047
  end
1954
2048
  def connection_status
1955
- Azure::Network::Mgmt::V2019_02_01::Models::ConnectionStatus
2049
+ Azure::Network::Mgmt::V2019_04_01::Models::ConnectionStatus
1956
2050
  end
1957
2051
  def connection_monitor_source_status
1958
- Azure::Network::Mgmt::V2019_02_01::Models::ConnectionMonitorSourceStatus
2052
+ Azure::Network::Mgmt::V2019_04_01::Models::ConnectionMonitorSourceStatus
1959
2053
  end
1960
2054
  def connection_state
1961
- Azure::Network::Mgmt::V2019_02_01::Models::ConnectionState
2055
+ Azure::Network::Mgmt::V2019_04_01::Models::ConnectionState
1962
2056
  end
1963
2057
  def evaluation_state
1964
- Azure::Network::Mgmt::V2019_02_01::Models::EvaluationState
2058
+ Azure::Network::Mgmt::V2019_04_01::Models::EvaluationState
1965
2059
  end
1966
2060
  def verbosity_level
1967
- Azure::Network::Mgmt::V2019_02_01::Models::VerbosityLevel
2061
+ Azure::Network::Mgmt::V2019_04_01::Models::VerbosityLevel
1968
2062
  end
1969
2063
  def public_ipprefix_sku_name
1970
- Azure::Network::Mgmt::V2019_02_01::Models::PublicIPPrefixSkuName
2064
+ Azure::Network::Mgmt::V2019_04_01::Models::PublicIPPrefixSkuName
1971
2065
  end
1972
2066
  def virtual_network_peering_state
1973
- Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkPeeringState
2067
+ Azure::Network::Mgmt::V2019_04_01::Models::VirtualNetworkPeeringState
1974
2068
  end
1975
2069
  def virtual_network_gateway_type
1976
- Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkGatewayType
2070
+ Azure::Network::Mgmt::V2019_04_01::Models::VirtualNetworkGatewayType
1977
2071
  end
1978
2072
  def vpn_type
1979
- Azure::Network::Mgmt::V2019_02_01::Models::VpnType
2073
+ Azure::Network::Mgmt::V2019_04_01::Models::VpnType
1980
2074
  end
1981
2075
  def virtual_network_gateway_sku_name
1982
- Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkGatewaySkuName
2076
+ Azure::Network::Mgmt::V2019_04_01::Models::VirtualNetworkGatewaySkuName
1983
2077
  end
1984
2078
  def virtual_network_gateway_sku_tier
1985
- Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkGatewaySkuTier
2079
+ Azure::Network::Mgmt::V2019_04_01::Models::VirtualNetworkGatewaySkuTier
1986
2080
  end
1987
2081
  def vpn_client_protocol
1988
- Azure::Network::Mgmt::V2019_02_01::Models::VpnClientProtocol
2082
+ Azure::Network::Mgmt::V2019_04_01::Models::VpnClientProtocol
1989
2083
  end
1990
2084
  def ipsec_encryption
1991
- Azure::Network::Mgmt::V2019_02_01::Models::IpsecEncryption
2085
+ Azure::Network::Mgmt::V2019_04_01::Models::IpsecEncryption
1992
2086
  end
1993
2087
  def ipsec_integrity
1994
- Azure::Network::Mgmt::V2019_02_01::Models::IpsecIntegrity
2088
+ Azure::Network::Mgmt::V2019_04_01::Models::IpsecIntegrity
1995
2089
  end
1996
2090
  def ike_encryption
1997
- Azure::Network::Mgmt::V2019_02_01::Models::IkeEncryption
2091
+ Azure::Network::Mgmt::V2019_04_01::Models::IkeEncryption
1998
2092
  end
1999
2093
  def ike_integrity
2000
- Azure::Network::Mgmt::V2019_02_01::Models::IkeIntegrity
2094
+ Azure::Network::Mgmt::V2019_04_01::Models::IkeIntegrity
2001
2095
  end
2002
2096
  def dh_group
2003
- Azure::Network::Mgmt::V2019_02_01::Models::DhGroup
2097
+ Azure::Network::Mgmt::V2019_04_01::Models::DhGroup
2004
2098
  end
2005
2099
  def pfs_group
2006
- Azure::Network::Mgmt::V2019_02_01::Models::PfsGroup
2100
+ Azure::Network::Mgmt::V2019_04_01::Models::PfsGroup
2007
2101
  end
2008
2102
  def bgp_peer_state
2009
- Azure::Network::Mgmt::V2019_02_01::Models::BgpPeerState
2103
+ Azure::Network::Mgmt::V2019_04_01::Models::BgpPeerState
2010
2104
  end
2011
2105
  def processor_architecture
2012
- Azure::Network::Mgmt::V2019_02_01::Models::ProcessorArchitecture
2106
+ Azure::Network::Mgmt::V2019_04_01::Models::ProcessorArchitecture
2013
2107
  end
2014
2108
  def virtual_network_gateway_connection_status
2015
- Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkGatewayConnectionStatus
2109
+ Azure::Network::Mgmt::V2019_04_01::Models::VirtualNetworkGatewayConnectionStatus
2016
2110
  end
2017
2111
  def virtual_network_gateway_connection_type
2018
- Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkGatewayConnectionType
2112
+ Azure::Network::Mgmt::V2019_04_01::Models::VirtualNetworkGatewayConnectionType
2019
2113
  end
2020
2114
  def virtual_network_gateway_connection_protocol
2021
- Azure::Network::Mgmt::V2019_02_01::Models::VirtualNetworkGatewayConnectionProtocol
2115
+ Azure::Network::Mgmt::V2019_04_01::Models::VirtualNetworkGatewayConnectionProtocol
2022
2116
  end
2023
2117
  def office_traffic_category
2024
- Azure::Network::Mgmt::V2019_02_01::Models::OfficeTrafficCategory
2118
+ Azure::Network::Mgmt::V2019_04_01::Models::OfficeTrafficCategory
2025
2119
  end
2026
2120
  def vpn_gateway_tunneling_protocol
2027
- Azure::Network::Mgmt::V2019_02_01::Models::VpnGatewayTunnelingProtocol
2121
+ Azure::Network::Mgmt::V2019_04_01::Models::VpnGatewayTunnelingProtocol
2028
2122
  end
2029
2123
  def vpn_connection_status
2030
- Azure::Network::Mgmt::V2019_02_01::Models::VpnConnectionStatus
2124
+ Azure::Network::Mgmt::V2019_04_01::Models::VpnConnectionStatus
2031
2125
  end
2032
2126
  def virtual_wan_security_provider_type
2033
- Azure::Network::Mgmt::V2019_02_01::Models::VirtualWanSecurityProviderType
2127
+ Azure::Network::Mgmt::V2019_04_01::Models::VirtualWanSecurityProviderType
2034
2128
  end
2035
2129
  def tunnel_connection_status
2036
- Azure::Network::Mgmt::V2019_02_01::Models::TunnelConnectionStatus
2130
+ Azure::Network::Mgmt::V2019_04_01::Models::TunnelConnectionStatus
2037
2131
  end
2038
2132
  def hub_virtual_network_connection_status
2039
- Azure::Network::Mgmt::V2019_02_01::Models::HubVirtualNetworkConnectionStatus
2133
+ Azure::Network::Mgmt::V2019_04_01::Models::HubVirtualNetworkConnectionStatus
2040
2134
  end
2041
2135
  def web_application_firewall_enabled_state
2042
- Azure::Network::Mgmt::V2019_02_01::Models::WebApplicationFirewallEnabledState
2136
+ Azure::Network::Mgmt::V2019_04_01::Models::WebApplicationFirewallEnabledState
2043
2137
  end
2044
2138
  def web_application_firewall_mode
2045
- Azure::Network::Mgmt::V2019_02_01::Models::WebApplicationFirewallMode
2139
+ Azure::Network::Mgmt::V2019_04_01::Models::WebApplicationFirewallMode
2046
2140
  end
2047
2141
  def web_application_firewall_rule_type
2048
- Azure::Network::Mgmt::V2019_02_01::Models::WebApplicationFirewallRuleType
2142
+ Azure::Network::Mgmt::V2019_04_01::Models::WebApplicationFirewallRuleType
2049
2143
  end
2050
2144
  def web_application_firewall_match_variable
2051
- Azure::Network::Mgmt::V2019_02_01::Models::WebApplicationFirewallMatchVariable
2145
+ Azure::Network::Mgmt::V2019_04_01::Models::WebApplicationFirewallMatchVariable
2052
2146
  end
2053
2147
  def web_application_firewall_operator
2054
- Azure::Network::Mgmt::V2019_02_01::Models::WebApplicationFirewallOperator
2148
+ Azure::Network::Mgmt::V2019_04_01::Models::WebApplicationFirewallOperator
2055
2149
  end
2056
2150
  def web_application_firewall_transform
2057
- Azure::Network::Mgmt::V2019_02_01::Models::WebApplicationFirewallTransform
2151
+ Azure::Network::Mgmt::V2019_04_01::Models::WebApplicationFirewallTransform
2058
2152
  end
2059
2153
  def web_application_firewall_action
2060
- Azure::Network::Mgmt::V2019_02_01::Models::WebApplicationFirewallAction
2154
+ Azure::Network::Mgmt::V2019_04_01::Models::WebApplicationFirewallAction
2061
2155
  end
2062
2156
  def web_application_firewall_policy_resource_state
2063
- Azure::Network::Mgmt::V2019_02_01::Models::WebApplicationFirewallPolicyResourceState
2157
+ Azure::Network::Mgmt::V2019_04_01::Models::WebApplicationFirewallPolicyResourceState
2064
2158
  end
2065
2159
  end
2066
2160
  end