azure_sdk 0.25.0 → 0.25.1

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