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