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