azure_sdk 0.23.1 → 0.24.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 +10 -1
- data/lib/latest/modules/anomalydetector_profile_module.rb +69 -0
- data/lib/latest/modules/containerservice_profile_module.rb +179 -83
- data/lib/latest/modules/customvisionprediction_profile_module.rb +19 -11
- data/lib/latest/modules/customvisiontraining_profile_module.rb +128 -116
- data/lib/latest/modules/mediaservices_profile_module.rb +128 -120
- data/lib/latest/modules/netapp_profile_module.rb +47 -31
- data/lib/latest/modules/network_profile_module.rb +496 -428
- metadata +12 -11
@@ -15,27 +15,31 @@ module Azure::Profiles::Latest
|
|
15
15
|
Snapshots = Azure::NetApp::Mgmt::V2017_08_15_preview::Snapshots
|
16
16
|
|
17
17
|
module Models
|
18
|
-
CapacityPoolList = Azure::NetApp::Mgmt::V2017_08_15_preview::Models::CapacityPoolList
|
19
18
|
CapacityPoolPatch = Azure::NetApp::Mgmt::V2017_08_15_preview::Models::CapacityPoolPatch
|
19
|
+
ExportPolicyRule = Azure::NetApp::Mgmt::V2017_08_15_preview::Models::ExportPolicyRule
|
20
20
|
Dimension = Azure::NetApp::Mgmt::V2017_08_15_preview::Models::Dimension
|
21
|
-
|
21
|
+
VolumePropertiesExportPolicy = Azure::NetApp::Mgmt::V2017_08_15_preview::Models::VolumePropertiesExportPolicy
|
22
22
|
ServiceSpecification = Azure::NetApp::Mgmt::V2017_08_15_preview::Models::ServiceSpecification
|
23
|
-
|
23
|
+
Volume = Azure::NetApp::Mgmt::V2017_08_15_preview::Models::Volume
|
24
24
|
OperationListResult = Azure::NetApp::Mgmt::V2017_08_15_preview::Models::OperationListResult
|
25
|
+
VolumeList = Azure::NetApp::Mgmt::V2017_08_15_preview::Models::VolumeList
|
26
|
+
NetAppAccount = Azure::NetApp::Mgmt::V2017_08_15_preview::Models::NetAppAccount
|
27
|
+
VolumePatchPropertiesExportPolicy = Azure::NetApp::Mgmt::V2017_08_15_preview::Models::VolumePatchPropertiesExportPolicy
|
28
|
+
NetAppAccountPatch = Azure::NetApp::Mgmt::V2017_08_15_preview::Models::NetAppAccountPatch
|
25
29
|
VolumePatch = Azure::NetApp::Mgmt::V2017_08_15_preview::Models::VolumePatch
|
26
|
-
|
30
|
+
CapacityPoolList = Azure::NetApp::Mgmt::V2017_08_15_preview::Models::CapacityPoolList
|
27
31
|
MountTarget = Azure::NetApp::Mgmt::V2017_08_15_preview::Models::MountTarget
|
28
|
-
CapacityPool = Azure::NetApp::Mgmt::V2017_08_15_preview::Models::CapacityPool
|
29
|
-
MountTargetList = Azure::NetApp::Mgmt::V2017_08_15_preview::Models::MountTargetList
|
30
32
|
MetricSpecification = Azure::NetApp::Mgmt::V2017_08_15_preview::Models::MetricSpecification
|
33
|
+
MountTargetList = Azure::NetApp::Mgmt::V2017_08_15_preview::Models::MountTargetList
|
34
|
+
ActiveDirectory = Azure::NetApp::Mgmt::V2017_08_15_preview::Models::ActiveDirectory
|
31
35
|
Snapshot = Azure::NetApp::Mgmt::V2017_08_15_preview::Models::Snapshot
|
32
|
-
|
36
|
+
CapacityPool = Azure::NetApp::Mgmt::V2017_08_15_preview::Models::CapacityPool
|
33
37
|
SnapshotsList = Azure::NetApp::Mgmt::V2017_08_15_preview::Models::SnapshotsList
|
34
|
-
|
38
|
+
Operation = Azure::NetApp::Mgmt::V2017_08_15_preview::Models::Operation
|
35
39
|
SnapshotPatch = Azure::NetApp::Mgmt::V2017_08_15_preview::Models::SnapshotPatch
|
36
|
-
|
40
|
+
OperationDisplay = Azure::NetApp::Mgmt::V2017_08_15_preview::Models::OperationDisplay
|
37
41
|
Error = Azure::NetApp::Mgmt::V2017_08_15_preview::Models::Error
|
38
|
-
|
42
|
+
NetAppAccountList = Azure::NetApp::Mgmt::V2017_08_15_preview::Models::NetAppAccountList
|
39
43
|
ServiceLevel = Azure::NetApp::Mgmt::V2017_08_15_preview::Models::ServiceLevel
|
40
44
|
end
|
41
45
|
|
@@ -74,68 +78,80 @@ module Azure::Profiles::Latest
|
|
74
78
|
end
|
75
79
|
|
76
80
|
class ModelClasses
|
77
|
-
def capacity_pool_list
|
78
|
-
Azure::NetApp::Mgmt::V2017_08_15_preview::Models::CapacityPoolList
|
79
|
-
end
|
80
81
|
def capacity_pool_patch
|
81
82
|
Azure::NetApp::Mgmt::V2017_08_15_preview::Models::CapacityPoolPatch
|
82
83
|
end
|
84
|
+
def export_policy_rule
|
85
|
+
Azure::NetApp::Mgmt::V2017_08_15_preview::Models::ExportPolicyRule
|
86
|
+
end
|
83
87
|
def dimension
|
84
88
|
Azure::NetApp::Mgmt::V2017_08_15_preview::Models::Dimension
|
85
89
|
end
|
86
|
-
def
|
87
|
-
Azure::NetApp::Mgmt::V2017_08_15_preview::Models::
|
90
|
+
def volume_properties_export_policy
|
91
|
+
Azure::NetApp::Mgmt::V2017_08_15_preview::Models::VolumePropertiesExportPolicy
|
88
92
|
end
|
89
93
|
def service_specification
|
90
94
|
Azure::NetApp::Mgmt::V2017_08_15_preview::Models::ServiceSpecification
|
91
95
|
end
|
92
|
-
def
|
93
|
-
Azure::NetApp::Mgmt::V2017_08_15_preview::Models::
|
96
|
+
def volume
|
97
|
+
Azure::NetApp::Mgmt::V2017_08_15_preview::Models::Volume
|
94
98
|
end
|
95
99
|
def operation_list_result
|
96
100
|
Azure::NetApp::Mgmt::V2017_08_15_preview::Models::OperationListResult
|
97
101
|
end
|
102
|
+
def volume_list
|
103
|
+
Azure::NetApp::Mgmt::V2017_08_15_preview::Models::VolumeList
|
104
|
+
end
|
105
|
+
def net_app_account
|
106
|
+
Azure::NetApp::Mgmt::V2017_08_15_preview::Models::NetAppAccount
|
107
|
+
end
|
108
|
+
def volume_patch_properties_export_policy
|
109
|
+
Azure::NetApp::Mgmt::V2017_08_15_preview::Models::VolumePatchPropertiesExportPolicy
|
110
|
+
end
|
111
|
+
def net_app_account_patch
|
112
|
+
Azure::NetApp::Mgmt::V2017_08_15_preview::Models::NetAppAccountPatch
|
113
|
+
end
|
98
114
|
def volume_patch
|
99
115
|
Azure::NetApp::Mgmt::V2017_08_15_preview::Models::VolumePatch
|
100
116
|
end
|
101
|
-
def
|
102
|
-
Azure::NetApp::Mgmt::V2017_08_15_preview::Models::
|
117
|
+
def capacity_pool_list
|
118
|
+
Azure::NetApp::Mgmt::V2017_08_15_preview::Models::CapacityPoolList
|
103
119
|
end
|
104
120
|
def mount_target
|
105
121
|
Azure::NetApp::Mgmt::V2017_08_15_preview::Models::MountTarget
|
106
122
|
end
|
107
|
-
def
|
108
|
-
Azure::NetApp::Mgmt::V2017_08_15_preview::Models::
|
123
|
+
def metric_specification
|
124
|
+
Azure::NetApp::Mgmt::V2017_08_15_preview::Models::MetricSpecification
|
109
125
|
end
|
110
126
|
def mount_target_list
|
111
127
|
Azure::NetApp::Mgmt::V2017_08_15_preview::Models::MountTargetList
|
112
128
|
end
|
113
|
-
def
|
114
|
-
Azure::NetApp::Mgmt::V2017_08_15_preview::Models::
|
129
|
+
def active_directory
|
130
|
+
Azure::NetApp::Mgmt::V2017_08_15_preview::Models::ActiveDirectory
|
115
131
|
end
|
116
132
|
def snapshot
|
117
133
|
Azure::NetApp::Mgmt::V2017_08_15_preview::Models::Snapshot
|
118
134
|
end
|
119
|
-
def
|
120
|
-
Azure::NetApp::Mgmt::V2017_08_15_preview::Models::
|
135
|
+
def capacity_pool
|
136
|
+
Azure::NetApp::Mgmt::V2017_08_15_preview::Models::CapacityPool
|
121
137
|
end
|
122
138
|
def snapshots_list
|
123
139
|
Azure::NetApp::Mgmt::V2017_08_15_preview::Models::SnapshotsList
|
124
140
|
end
|
125
|
-
def
|
126
|
-
Azure::NetApp::Mgmt::V2017_08_15_preview::Models::
|
141
|
+
def operation
|
142
|
+
Azure::NetApp::Mgmt::V2017_08_15_preview::Models::Operation
|
127
143
|
end
|
128
144
|
def snapshot_patch
|
129
145
|
Azure::NetApp::Mgmt::V2017_08_15_preview::Models::SnapshotPatch
|
130
146
|
end
|
131
|
-
def
|
132
|
-
Azure::NetApp::Mgmt::V2017_08_15_preview::Models::
|
147
|
+
def operation_display
|
148
|
+
Azure::NetApp::Mgmt::V2017_08_15_preview::Models::OperationDisplay
|
133
149
|
end
|
134
150
|
def error
|
135
151
|
Azure::NetApp::Mgmt::V2017_08_15_preview::Models::Error
|
136
152
|
end
|
137
|
-
def
|
138
|
-
Azure::NetApp::Mgmt::V2017_08_15_preview::Models::
|
153
|
+
def net_app_account_list
|
154
|
+
Azure::NetApp::Mgmt::V2017_08_15_preview::Models::NetAppAccountList
|
139
155
|
end
|
140
156
|
def service_level
|
141
157
|
Azure::NetApp::Mgmt::V2017_08_15_preview::Models::ServiceLevel
|
@@ -19,6 +19,7 @@ module Azure::Profiles::Latest
|
|
19
19
|
ExpressRouteCircuitAuthorizations = Azure::Network::Mgmt::V2018_12_01::ExpressRouteCircuitAuthorizations
|
20
20
|
ExpressRouteCircuitPeerings = Azure::Network::Mgmt::V2018_12_01::ExpressRouteCircuitPeerings
|
21
21
|
ExpressRouteCircuitConnections = Azure::Network::Mgmt::V2018_12_01::ExpressRouteCircuitConnections
|
22
|
+
PeerExpressRouteCircuitConnections = Azure::Network::Mgmt::V2018_12_01::PeerExpressRouteCircuitConnections
|
22
23
|
ExpressRouteCircuits = Azure::Network::Mgmt::V2018_12_01::ExpressRouteCircuits
|
23
24
|
ExpressRouteServiceProviders = Azure::Network::Mgmt::V2018_12_01::ExpressRouteServiceProviders
|
24
25
|
ExpressRouteCrossConnections = Azure::Network::Mgmt::V2018_12_01::ExpressRouteCrossConnections
|
@@ -75,258 +76,265 @@ module Azure::Profiles::Latest
|
|
75
76
|
VpnConnections = Azure::Network::Mgmt::V2018_12_01::VpnConnections
|
76
77
|
P2sVpnServerConfigurations = Azure::Network::Mgmt::V2018_12_01::P2sVpnServerConfigurations
|
77
78
|
P2sVpnGateways = Azure::Network::Mgmt::V2018_12_01::P2sVpnGateways
|
79
|
+
WebApplicationFirewallPolicies = Azure::Network::Mgmt::V2018_12_01::WebApplicationFirewallPolicies
|
78
80
|
|
79
81
|
module Models
|
80
|
-
EffectiveRouteListResult = Azure::Network::Mgmt::V2018_12_01::Models::EffectiveRouteListResult
|
81
|
-
LoadBalancerBackendAddressPoolListResult = Azure::Network::Mgmt::V2018_12_01::Models::LoadBalancerBackendAddressPoolListResult
|
82
|
-
SubResource = Azure::Network::Mgmt::V2018_12_01::Models::SubResource
|
83
82
|
LoadBalancerFrontendIPConfigurationListResult = Azure::Network::Mgmt::V2018_12_01::Models::LoadBalancerFrontendIPConfigurationListResult
|
84
|
-
|
83
|
+
LoadBalancerLoadBalancingRuleListResult = Azure::Network::Mgmt::V2018_12_01::Models::LoadBalancerLoadBalancingRuleListResult
|
84
|
+
SubResource = Azure::Network::Mgmt::V2018_12_01::Models::SubResource
|
85
|
+
LoadBalancerOutboundRuleListResult = Azure::Network::Mgmt::V2018_12_01::Models::LoadBalancerOutboundRuleListResult
|
85
86
|
ExpressRouteCrossConnectionRoutesTableSummary = Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteCrossConnectionRoutesTableSummary
|
86
|
-
VirtualNetworkGatewayListConnectionsResult = Azure::Network::Mgmt::V2018_12_01::Models::VirtualNetworkGatewayListConnectionsResult
|
87
87
|
ExpressRouteCrossConnectionsRoutesTableSummaryListResult = Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteCrossConnectionsRoutesTableSummaryListResult
|
88
|
-
|
88
|
+
ListVirtualWANsResult = Azure::Network::Mgmt::V2018_12_01::Models::ListVirtualWANsResult
|
89
89
|
ExpressRouteCircuitReference = Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteCircuitReference
|
90
|
-
|
91
|
-
|
90
|
+
DeviceProperties = Azure::Network::Mgmt::V2018_12_01::Models::DeviceProperties
|
91
|
+
RouteTableListResult = Azure::Network::Mgmt::V2018_12_01::Models::RouteTableListResult
|
92
|
+
GetVpnSitesConfigurationRequest = Azure::Network::Mgmt::V2018_12_01::Models::GetVpnSitesConfigurationRequest
|
93
|
+
RouteFilterRuleListResult = Azure::Network::Mgmt::V2018_12_01::Models::RouteFilterRuleListResult
|
92
94
|
ServiceEndpointPropertiesFormat = Azure::Network::Mgmt::V2018_12_01::Models::ServiceEndpointPropertiesFormat
|
93
|
-
VirtualWanSecurityProviders = Azure::Network::Mgmt::V2018_12_01::Models::VirtualWanSecurityProviders
|
94
|
-
ConnectionResetSharedKey = Azure::Network::Mgmt::V2018_12_01::Models::ConnectionResetSharedKey
|
95
95
|
ExpressRouteCrossConnectionListResult = Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteCrossConnectionListResult
|
96
|
-
|
96
|
+
VirtualNetworkGatewayListConnectionsResult = Azure::Network::Mgmt::V2018_12_01::Models::VirtualNetworkGatewayListConnectionsResult
|
97
97
|
ExpressRouteCrossConnectionPeeringList = Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteCrossConnectionPeeringList
|
98
|
-
|
98
|
+
PublicIPAddressDnsSettings = Azure::Network::Mgmt::V2018_12_01::Models::PublicIPAddressDnsSettings
|
99
99
|
VirtualHubId = Azure::Network::Mgmt::V2018_12_01::Models::VirtualHubId
|
100
|
-
|
100
|
+
IpTag = Azure::Network::Mgmt::V2018_12_01::Models::IpTag
|
101
101
|
ExpressRouteCircuitPeeringId = Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteCircuitPeeringId
|
102
|
-
|
102
|
+
VirtualNetworkConnectionGatewayReference = Azure::Network::Mgmt::V2018_12_01::Models::VirtualNetworkConnectionGatewayReference
|
103
103
|
ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds = Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds
|
104
|
-
|
104
|
+
VpnClientIPsecParameters = Azure::Network::Mgmt::V2018_12_01::Models::VpnClientIPsecParameters
|
105
105
|
ExpressRouteGatewayPropertiesAutoScaleConfiguration = Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteGatewayPropertiesAutoScaleConfiguration
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
106
|
+
ConnectionResetSharedKey = Azure::Network::Mgmt::V2018_12_01::Models::ConnectionResetSharedKey
|
107
|
+
RouteFilterListResult = Azure::Network::Mgmt::V2018_12_01::Models::RouteFilterListResult
|
108
|
+
ListVirtualHubsResult = Azure::Network::Mgmt::V2018_12_01::Models::ListVirtualHubsResult
|
109
|
+
P2SVpnProfileParameters = Azure::Network::Mgmt::V2018_12_01::Models::P2SVpnProfileParameters
|
110
|
+
TunnelConnectionHealth = Azure::Network::Mgmt::V2018_12_01::Models::TunnelConnectionHealth
|
111
111
|
ExpressRouteGatewayList = Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteGatewayList
|
112
|
-
|
112
|
+
BgpPeerStatusListResult = Azure::Network::Mgmt::V2018_12_01::Models::BgpPeerStatusListResult
|
113
113
|
ExpressRouteConnectionList = Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteConnectionList
|
114
|
-
|
114
|
+
VirtualNetworkGatewayListResult = Azure::Network::Mgmt::V2018_12_01::Models::VirtualNetworkGatewayListResult
|
115
115
|
ExpressRoutePortsLocationBandwidths = Azure::Network::Mgmt::V2018_12_01::Models::ExpressRoutePortsLocationBandwidths
|
116
|
+
VpnClientParameters = Azure::Network::Mgmt::V2018_12_01::Models::VpnClientParameters
|
117
|
+
VpnProfileResponse = Azure::Network::Mgmt::V2018_12_01::Models::VpnProfileResponse
|
116
118
|
ApplicationGatewayBackendHealthHttpSettings = Azure::Network::Mgmt::V2018_12_01::Models::ApplicationGatewayBackendHealthHttpSettings
|
117
|
-
PublicIPAddressListResult = Azure::Network::Mgmt::V2018_12_01::Models::PublicIPAddressListResult
|
118
|
-
ApplicationGatewayBackendHealth = Azure::Network::Mgmt::V2018_12_01::Models::ApplicationGatewayBackendHealth
|
119
119
|
ExpressRoutePortsLocationListResult = Azure::Network::Mgmt::V2018_12_01::Models::ExpressRoutePortsLocationListResult
|
120
|
+
ApplicationGatewayBackendHealth = Azure::Network::Mgmt::V2018_12_01::Models::ApplicationGatewayBackendHealth
|
121
|
+
PublicIPPrefixListResult = Azure::Network::Mgmt::V2018_12_01::Models::PublicIPPrefixListResult
|
120
122
|
ApplicationGatewaySslPolicy = Azure::Network::Mgmt::V2018_12_01::Models::ApplicationGatewaySslPolicy
|
121
|
-
OperationListResult = Azure::Network::Mgmt::V2018_12_01::Models::OperationListResult
|
122
|
-
VirtualHubRoute = Azure::Network::Mgmt::V2018_12_01::Models::VirtualHubRoute
|
123
123
|
ExpressRouteLinkListResult = Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteLinkListResult
|
124
|
-
|
125
|
-
|
126
|
-
|
124
|
+
GatewayRoute = Azure::Network::Mgmt::V2018_12_01::Models::GatewayRoute
|
125
|
+
PolicySettings = Azure::Network::Mgmt::V2018_12_01::Models::PolicySettings
|
126
|
+
BgpSettings = Azure::Network::Mgmt::V2018_12_01::Models::BgpSettings
|
127
127
|
ExpressRoutePortListResult = Azure::Network::Mgmt::V2018_12_01::Models::ExpressRoutePortListResult
|
128
|
-
|
128
|
+
IpsecPolicy = Azure::Network::Mgmt::V2018_12_01::Models::IpsecPolicy
|
129
129
|
InterfaceEndpointListResult = Azure::Network::Mgmt::V2018_12_01::Models::InterfaceEndpointListResult
|
130
|
-
|
130
|
+
ListHubVirtualNetworkConnectionsResult = Azure::Network::Mgmt::V2018_12_01::Models::ListHubVirtualNetworkConnectionsResult
|
131
131
|
LoadBalancerSku = Azure::Network::Mgmt::V2018_12_01::Models::LoadBalancerSku
|
132
|
-
|
133
|
-
|
132
|
+
ApplicationGatewayProbeHealthResponseMatch = Azure::Network::Mgmt::V2018_12_01::Models::ApplicationGatewayProbeHealthResponseMatch
|
133
|
+
ReferencedPublicIpAddress = Azure::Network::Mgmt::V2018_12_01::Models::ReferencedPublicIpAddress
|
134
|
+
VirtualWanSecurityProvider = Azure::Network::Mgmt::V2018_12_01::Models::VirtualWanSecurityProvider
|
135
|
+
PublicIPPrefixSku = Azure::Network::Mgmt::V2018_12_01::Models::PublicIPPrefixSku
|
134
136
|
ApplicationGatewayHeaderConfiguration = Azure::Network::Mgmt::V2018_12_01::Models::ApplicationGatewayHeaderConfiguration
|
135
|
-
|
137
|
+
PublicIPAddressListResult = Azure::Network::Mgmt::V2018_12_01::Models::PublicIPAddressListResult
|
136
138
|
ApplicationGatewayRewriteRule = Azure::Network::Mgmt::V2018_12_01::Models::ApplicationGatewayRewriteRule
|
137
|
-
|
138
|
-
|
139
|
-
|
139
|
+
OperationListResult = Azure::Network::Mgmt::V2018_12_01::Models::OperationListResult
|
140
|
+
NetworkIntentPolicyConfiguration = Azure::Network::Mgmt::V2018_12_01::Models::NetworkIntentPolicyConfiguration
|
141
|
+
Operation = Azure::Network::Mgmt::V2018_12_01::Models::Operation
|
140
142
|
ApplicationGatewayFirewallDisabledRuleGroup = Azure::Network::Mgmt::V2018_12_01::Models::ApplicationGatewayFirewallDisabledRuleGroup
|
141
|
-
Availability = Azure::Network::Mgmt::V2018_12_01::Models::Availability
|
142
|
-
ApplicationGatewayWebApplicationFirewallConfiguration = Azure::Network::Mgmt::V2018_12_01::Models::ApplicationGatewayWebApplicationFirewallConfiguration
|
143
143
|
LoadBalancerListResult = Azure::Network::Mgmt::V2018_12_01::Models::LoadBalancerListResult
|
144
|
-
|
144
|
+
ApplicationGatewayWebApplicationFirewallConfiguration = Azure::Network::Mgmt::V2018_12_01::Models::ApplicationGatewayWebApplicationFirewallConfiguration
|
145
145
|
InboundNatRuleListResult = Azure::Network::Mgmt::V2018_12_01::Models::InboundNatRuleListResult
|
146
|
-
|
146
|
+
ManagedServiceIdentityUserAssignedIdentitiesValue = Azure::Network::Mgmt::V2018_12_01::Models::ManagedServiceIdentityUserAssignedIdentitiesValue
|
147
|
+
LoadBalancerBackendAddressPoolListResult = Azure::Network::Mgmt::V2018_12_01::Models::LoadBalancerBackendAddressPoolListResult
|
148
|
+
VirtualNetworkListUsageResult = Azure::Network::Mgmt::V2018_12_01::Models::VirtualNetworkListUsageResult
|
147
149
|
ApplicationGatewayListResult = Azure::Network::Mgmt::V2018_12_01::Models::ApplicationGatewayListResult
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
Resource = Azure::Network::Mgmt::V2018_12_01::Models::Resource
|
150
|
+
ApplicationGatewayFirewallRule = Azure::Network::Mgmt::V2018_12_01::Models::ApplicationGatewayFirewallRule
|
151
|
+
MetricSpecification = Azure::Network::Mgmt::V2018_12_01::Models::MetricSpecification
|
152
|
+
VirtualNetworkUsage = Azure::Network::Mgmt::V2018_12_01::Models::VirtualNetworkUsage
|
153
|
+
Dimension = Azure::Network::Mgmt::V2018_12_01::Models::Dimension
|
154
|
+
VirtualNetworkUsageName = Azure::Network::Mgmt::V2018_12_01::Models::VirtualNetworkUsageName
|
155
|
+
OperationPropertiesFormatServiceSpecification = Azure::Network::Mgmt::V2018_12_01::Models::OperationPropertiesFormatServiceSpecification
|
156
|
+
ApplicationGatewayAvailableSslPredefinedPolicies = Azure::Network::Mgmt::V2018_12_01::Models::ApplicationGatewayAvailableSslPredefinedPolicies
|
156
157
|
LoadBalancerProbeListResult = Azure::Network::Mgmt::V2018_12_01::Models::LoadBalancerProbeListResult
|
157
|
-
|
158
|
+
ErrorDetails = Azure::Network::Mgmt::V2018_12_01::Models::ErrorDetails
|
158
159
|
NetworkInterfaceListResult = Azure::Network::Mgmt::V2018_12_01::Models::NetworkInterfaceListResult
|
159
|
-
|
160
|
+
TagsObject = Azure::Network::Mgmt::V2018_12_01::Models::TagsObject
|
160
161
|
AzureAsyncOperationResult = Azure::Network::Mgmt::V2018_12_01::Models::AzureAsyncOperationResult
|
161
|
-
|
162
|
+
AvailableDelegation = Azure::Network::Mgmt::V2018_12_01::Models::AvailableDelegation
|
162
163
|
NetworkInterfaceTapConfigurationListResult = Azure::Network::Mgmt::V2018_12_01::Models::NetworkInterfaceTapConfigurationListResult
|
163
|
-
|
164
|
+
VirtualNetworkListResult = Azure::Network::Mgmt::V2018_12_01::Models::VirtualNetworkListResult
|
164
165
|
NetworkInterfaceIPConfigurationListResult = Azure::Network::Mgmt::V2018_12_01::Models::NetworkInterfaceIPConfigurationListResult
|
165
|
-
|
166
|
+
AzureFirewallApplicationRuleProtocol = Azure::Network::Mgmt::V2018_12_01::Models::AzureFirewallApplicationRuleProtocol
|
166
167
|
NetworkInterfaceLoadBalancerListResult = Azure::Network::Mgmt::V2018_12_01::Models::NetworkInterfaceLoadBalancerListResult
|
167
|
-
|
168
|
+
ListP2SVpnServerConfigurationsResult = Azure::Network::Mgmt::V2018_12_01::Models::ListP2SVpnServerConfigurationsResult
|
168
169
|
EffectiveNetworkSecurityGroupAssociation = Azure::Network::Mgmt::V2018_12_01::Models::EffectiveNetworkSecurityGroupAssociation
|
169
|
-
|
170
|
+
AzureFirewallNatRule = Azure::Network::Mgmt::V2018_12_01::Models::AzureFirewallNatRule
|
170
171
|
EffectiveNetworkSecurityRule = Azure::Network::Mgmt::V2018_12_01::Models::EffectiveNetworkSecurityRule
|
171
|
-
|
172
|
+
AzureFirewallNetworkRule = Azure::Network::Mgmt::V2018_12_01::Models::AzureFirewallNetworkRule
|
172
173
|
EffectiveNetworkSecurityGroup = Azure::Network::Mgmt::V2018_12_01::Models::EffectiveNetworkSecurityGroup
|
173
|
-
|
174
|
+
SubnetListResult = Azure::Network::Mgmt::V2018_12_01::Models::SubnetListResult
|
174
175
|
EffectiveNetworkSecurityGroupListResult = Azure::Network::Mgmt::V2018_12_01::Models::EffectiveNetworkSecurityGroupListResult
|
175
|
-
|
176
|
+
VpnClientConnectionHealth = Azure::Network::Mgmt::V2018_12_01::Models::VpnClientConnectionHealth
|
176
177
|
EffectiveRoute = Azure::Network::Mgmt::V2018_12_01::Models::EffectiveRoute
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
178
|
+
DnsNameAvailabilityResult = Azure::Network::Mgmt::V2018_12_01::Models::DnsNameAvailabilityResult
|
179
|
+
EffectiveRouteListResult = Azure::Network::Mgmt::V2018_12_01::Models::EffectiveRouteListResult
|
180
|
+
AddressSpace = Azure::Network::Mgmt::V2018_12_01::Models::AddressSpace
|
181
|
+
LogSpecification = Azure::Network::Mgmt::V2018_12_01::Models::LogSpecification
|
182
|
+
WebApplicationFirewallPolicyListResult = Azure::Network::Mgmt::V2018_12_01::Models::WebApplicationFirewallPolicyListResult
|
181
183
|
DdosProtectionPlanListResult = Azure::Network::Mgmt::V2018_12_01::Models::DdosProtectionPlanListResult
|
182
|
-
P2SVpnProfileParameters = Azure::Network::Mgmt::V2018_12_01::Models::P2SVpnProfileParameters
|
183
|
-
EndpointServicesListResult = Azure::Network::Mgmt::V2018_12_01::Models::EndpointServicesListResult
|
184
184
|
ContainerNetworkInterfaceIpConfiguration = Azure::Network::Mgmt::V2018_12_01::Models::ContainerNetworkInterfaceIpConfiguration
|
185
|
+
EndpointServicesListResult = Azure::Network::Mgmt::V2018_12_01::Models::EndpointServicesListResult
|
186
|
+
WebApplicationFirewallCustomRule = Azure::Network::Mgmt::V2018_12_01::Models::WebApplicationFirewallCustomRule
|
185
187
|
AuthorizationListResult = Azure::Network::Mgmt::V2018_12_01::Models::AuthorizationListResult
|
186
|
-
|
187
|
-
|
188
|
-
VpnClientConnectionHealth = Azure::Network::Mgmt::V2018_12_01::Models::VpnClientConnectionHealth
|
189
|
-
ExpressRouteConnectionId = Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteConnectionId
|
188
|
+
MatchCondition = Azure::Network::Mgmt::V2018_12_01::Models::MatchCondition
|
189
|
+
UsageName = Azure::Network::Mgmt::V2018_12_01::Models::UsageName
|
190
190
|
NetworkProfileListResult = Azure::Network::Mgmt::V2018_12_01::Models::NetworkProfileListResult
|
191
|
-
|
191
|
+
ExpressRouteConnectionId = Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteConnectionId
|
192
192
|
SecurityRuleListResult = Azure::Network::Mgmt::V2018_12_01::Models::SecurityRuleListResult
|
193
|
-
|
193
|
+
ServiceEndpointPolicyDefinitionListResult = Azure::Network::Mgmt::V2018_12_01::Models::ServiceEndpointPolicyDefinitionListResult
|
194
194
|
NetworkSecurityGroupListResult = Azure::Network::Mgmt::V2018_12_01::Models::NetworkSecurityGroupListResult
|
195
|
-
|
195
|
+
ListP2SVpnGatewaysResult = Azure::Network::Mgmt::V2018_12_01::Models::ListP2SVpnGatewaysResult
|
196
196
|
ErrorResponse = Azure::Network::Mgmt::V2018_12_01::Models::ErrorResponse
|
197
|
-
|
198
|
-
|
199
|
-
|
197
|
+
ExpressRouteCircuitPeeringListResult = Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteCircuitPeeringListResult
|
198
|
+
MatchVariable = Azure::Network::Mgmt::V2018_12_01::Models::MatchVariable
|
199
|
+
PeerExpressRouteCircuitConnectionListResult = Azure::Network::Mgmt::V2018_12_01::Models::PeerExpressRouteCircuitConnectionListResult
|
200
200
|
NetworkWatcherListResult = Azure::Network::Mgmt::V2018_12_01::Models::NetworkWatcherListResult
|
201
|
-
|
201
|
+
ExpressRouteCircuitServiceProviderProperties = Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteCircuitServiceProviderProperties
|
202
202
|
TopologyParameters = Azure::Network::Mgmt::V2018_12_01::Models::TopologyParameters
|
203
|
-
|
203
|
+
ExpressRouteCircuitArpTable = Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteCircuitArpTable
|
204
204
|
TopologyAssociation = Azure::Network::Mgmt::V2018_12_01::Models::TopologyAssociation
|
205
|
-
|
205
|
+
ExpressRouteCircuitRoutesTable = Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteCircuitRoutesTable
|
206
206
|
TopologyResource = Azure::Network::Mgmt::V2018_12_01::Models::TopologyResource
|
207
|
-
|
207
|
+
ExpressRouteCircuitRoutesTableSummary = Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteCircuitRoutesTableSummary
|
208
208
|
Topology = Azure::Network::Mgmt::V2018_12_01::Models::Topology
|
209
|
-
|
209
|
+
ExpressRouteCircuitListResult = Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteCircuitListResult
|
210
210
|
VerificationIPFlowParameters = Azure::Network::Mgmt::V2018_12_01::Models::VerificationIPFlowParameters
|
211
|
-
|
211
|
+
RouteListResult = Azure::Network::Mgmt::V2018_12_01::Models::RouteListResult
|
212
212
|
VerificationIPFlowResult = Azure::Network::Mgmt::V2018_12_01::Models::VerificationIPFlowResult
|
213
|
-
|
213
|
+
EndpointService = Azure::Network::Mgmt::V2018_12_01::Models::EndpointService
|
214
214
|
NextHopParameters = Azure::Network::Mgmt::V2018_12_01::Models::NextHopParameters
|
215
|
-
|
215
|
+
ListVpnSitesResult = Azure::Network::Mgmt::V2018_12_01::Models::ListVpnSitesResult
|
216
216
|
NextHopResult = Azure::Network::Mgmt::V2018_12_01::Models::NextHopResult
|
217
|
-
|
217
|
+
VpnDeviceScriptParameters = Azure::Network::Mgmt::V2018_12_01::Models::VpnDeviceScriptParameters
|
218
218
|
SecurityGroupViewParameters = Azure::Network::Mgmt::V2018_12_01::Models::SecurityGroupViewParameters
|
219
|
-
|
219
|
+
DdosSettings = Azure::Network::Mgmt::V2018_12_01::Models::DdosSettings
|
220
220
|
NetworkInterfaceAssociation = Azure::Network::Mgmt::V2018_12_01::Models::NetworkInterfaceAssociation
|
221
|
-
|
221
|
+
LocalNetworkGatewayListResult = Azure::Network::Mgmt::V2018_12_01::Models::LocalNetworkGatewayListResult
|
222
222
|
SubnetAssociation = Azure::Network::Mgmt::V2018_12_01::Models::SubnetAssociation
|
223
|
-
|
223
|
+
VirtualNetworkGatewayConnectionListResult = Azure::Network::Mgmt::V2018_12_01::Models::VirtualNetworkGatewayConnectionListResult
|
224
224
|
SecurityRuleAssociations = Azure::Network::Mgmt::V2018_12_01::Models::SecurityRuleAssociations
|
225
|
-
|
225
|
+
GatewayRouteListResult = Azure::Network::Mgmt::V2018_12_01::Models::GatewayRouteListResult
|
226
226
|
SecurityGroupNetworkInterface = Azure::Network::Mgmt::V2018_12_01::Models::SecurityGroupNetworkInterface
|
227
|
-
|
227
|
+
ApplicationGatewayConnectionDraining = Azure::Network::Mgmt::V2018_12_01::Models::ApplicationGatewayConnectionDraining
|
228
228
|
SecurityGroupViewResult = Azure::Network::Mgmt::V2018_12_01::Models::SecurityGroupViewResult
|
229
|
-
|
229
|
+
ApplicationGatewayBackendHealthPool = Azure::Network::Mgmt::V2018_12_01::Models::ApplicationGatewayBackendHealthPool
|
230
230
|
PacketCaptureStorageLocation = Azure::Network::Mgmt::V2018_12_01::Models::PacketCaptureStorageLocation
|
231
|
-
|
231
|
+
ListVpnConnectionsResult = Azure::Network::Mgmt::V2018_12_01::Models::ListVpnConnectionsResult
|
232
232
|
PacketCaptureFilter = Azure::Network::Mgmt::V2018_12_01::Models::PacketCaptureFilter
|
233
|
-
|
233
|
+
VpnClientConfiguration = Azure::Network::Mgmt::V2018_12_01::Models::VpnClientConfiguration
|
234
234
|
PacketCaptureParameters = Azure::Network::Mgmt::V2018_12_01::Models::PacketCaptureParameters
|
235
|
-
|
235
|
+
VpnSiteId = Azure::Network::Mgmt::V2018_12_01::Models::VpnSiteId
|
236
236
|
PacketCapture = Azure::Network::Mgmt::V2018_12_01::Models::PacketCapture
|
237
|
-
|
237
|
+
ApplicationGatewayRewriteRuleCondition = Azure::Network::Mgmt::V2018_12_01::Models::ApplicationGatewayRewriteRuleCondition
|
238
238
|
PacketCaptureResult = Azure::Network::Mgmt::V2018_12_01::Models::PacketCaptureResult
|
239
|
-
|
239
|
+
PrepareNetworkPoliciesRequest = Azure::Network::Mgmt::V2018_12_01::Models::PrepareNetworkPoliciesRequest
|
240
240
|
PacketCaptureListResult = Azure::Network::Mgmt::V2018_12_01::Models::PacketCaptureListResult
|
241
|
-
|
241
|
+
ApplicationGatewayFirewallExclusion = Azure::Network::Mgmt::V2018_12_01::Models::ApplicationGatewayFirewallExclusion
|
242
242
|
PacketCaptureQueryStatusResult = Azure::Network::Mgmt::V2018_12_01::Models::PacketCaptureQueryStatusResult
|
243
|
-
|
243
|
+
ManagedServiceIdentity = Azure::Network::Mgmt::V2018_12_01::Models::ManagedServiceIdentity
|
244
244
|
TroubleshootingParameters = Azure::Network::Mgmt::V2018_12_01::Models::TroubleshootingParameters
|
245
|
-
|
245
|
+
ApplicationGatewayAvailableWafRuleSetsResult = Azure::Network::Mgmt::V2018_12_01::Models::ApplicationGatewayAvailableWafRuleSetsResult
|
246
246
|
QueryTroubleshootingParameters = Azure::Network::Mgmt::V2018_12_01::Models::QueryTroubleshootingParameters
|
247
|
-
|
247
|
+
Resource = Azure::Network::Mgmt::V2018_12_01::Models::Resource
|
248
248
|
TroubleshootingRecommendedActions = Azure::Network::Mgmt::V2018_12_01::Models::TroubleshootingRecommendedActions
|
249
|
-
|
249
|
+
ApplicationSecurityGroupListResult = Azure::Network::Mgmt::V2018_12_01::Models::ApplicationSecurityGroupListResult
|
250
250
|
TroubleshootingDetails = Azure::Network::Mgmt::V2018_12_01::Models::TroubleshootingDetails
|
251
|
-
|
251
|
+
AzureFirewallRCAction = Azure::Network::Mgmt::V2018_12_01::Models::AzureFirewallRCAction
|
252
252
|
TroubleshootingResult = Azure::Network::Mgmt::V2018_12_01::Models::TroubleshootingResult
|
253
|
-
|
253
|
+
AzureFirewallNatRCAction = Azure::Network::Mgmt::V2018_12_01::Models::AzureFirewallNatRCAction
|
254
254
|
RetentionPolicyParameters = Azure::Network::Mgmt::V2018_12_01::Models::RetentionPolicyParameters
|
255
|
-
|
255
|
+
VirtualNetworkPeeringListResult = Azure::Network::Mgmt::V2018_12_01::Models::VirtualNetworkPeeringListResult
|
256
256
|
FlowLogFormatParameters = Azure::Network::Mgmt::V2018_12_01::Models::FlowLogFormatParameters
|
257
|
-
|
257
|
+
AzureFirewallFqdnTagListResult = Azure::Network::Mgmt::V2018_12_01::Models::AzureFirewallFqdnTagListResult
|
258
258
|
FlowLogStatusParameters = Azure::Network::Mgmt::V2018_12_01::Models::FlowLogStatusParameters
|
259
|
-
ExpressRouteCircuitStats = Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteCircuitStats
|
260
259
|
TrafficAnalyticsConfigurationProperties = Azure::Network::Mgmt::V2018_12_01::Models::TrafficAnalyticsConfigurationProperties
|
261
|
-
|
260
|
+
UsagesListResult = Azure::Network::Mgmt::V2018_12_01::Models::UsagesListResult
|
262
261
|
TrafficAnalyticsProperties = Azure::Network::Mgmt::V2018_12_01::Models::TrafficAnalyticsProperties
|
263
|
-
|
262
|
+
ExpressRouteCircuitPeeringConfig = Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteCircuitPeeringConfig
|
264
263
|
FlowLogInformation = Azure::Network::Mgmt::V2018_12_01::Models::FlowLogInformation
|
265
|
-
|
264
|
+
ServiceEndpointPolicyListResult = Azure::Network::Mgmt::V2018_12_01::Models::ServiceEndpointPolicyListResult
|
266
265
|
ConnectivitySource = Azure::Network::Mgmt::V2018_12_01::Models::ConnectivitySource
|
267
|
-
|
266
|
+
Ipv6ExpressRouteCircuitPeeringConfig = Azure::Network::Mgmt::V2018_12_01::Models::Ipv6ExpressRouteCircuitPeeringConfig
|
268
267
|
ConnectivityDestination = Azure::Network::Mgmt::V2018_12_01::Models::ConnectivityDestination
|
269
|
-
|
268
|
+
ExpressRouteCircuitSku = Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteCircuitSku
|
270
269
|
HTTPHeader = Azure::Network::Mgmt::V2018_12_01::Models::HTTPHeader
|
271
|
-
|
270
|
+
ExpressRouteCircuitsArpTableListResult = Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteCircuitsArpTableListResult
|
272
271
|
HTTPConfiguration = Azure::Network::Mgmt::V2018_12_01::Models::HTTPConfiguration
|
273
|
-
|
272
|
+
ExpressRouteCircuitsRoutesTableSummaryListResult = Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteCircuitsRoutesTableSummaryListResult
|
274
273
|
ProtocolConfiguration = Azure::Network::Mgmt::V2018_12_01::Models::ProtocolConfiguration
|
275
|
-
|
274
|
+
ExpressRouteServiceProviderListResult = Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteServiceProviderListResult
|
276
275
|
ConnectivityParameters = Azure::Network::Mgmt::V2018_12_01::Models::ConnectivityParameters
|
277
|
-
|
276
|
+
VirtualNetworkTapListResult = Azure::Network::Mgmt::V2018_12_01::Models::VirtualNetworkTapListResult
|
278
277
|
ConnectivityIssue = Azure::Network::Mgmt::V2018_12_01::Models::ConnectivityIssue
|
279
|
-
|
278
|
+
VirtualHubRoute = Azure::Network::Mgmt::V2018_12_01::Models::VirtualHubRoute
|
280
279
|
ConnectivityHop = Azure::Network::Mgmt::V2018_12_01::Models::ConnectivityHop
|
281
|
-
|
280
|
+
ListVpnGatewaysResult = Azure::Network::Mgmt::V2018_12_01::Models::ListVpnGatewaysResult
|
282
281
|
ConnectivityInformation = Azure::Network::Mgmt::V2018_12_01::Models::ConnectivityInformation
|
283
|
-
|
282
|
+
ApplicationGatewayBackendHealthServer = Azure::Network::Mgmt::V2018_12_01::Models::ApplicationGatewayBackendHealthServer
|
284
283
|
AzureReachabilityReportLocation = Azure::Network::Mgmt::V2018_12_01::Models::AzureReachabilityReportLocation
|
285
|
-
|
284
|
+
BgpPeerStatus = Azure::Network::Mgmt::V2018_12_01::Models::BgpPeerStatus
|
286
285
|
AzureReachabilityReportParameters = Azure::Network::Mgmt::V2018_12_01::Models::AzureReachabilityReportParameters
|
287
|
-
|
286
|
+
VirtualNetworkGatewaySku = Azure::Network::Mgmt::V2018_12_01::Models::VirtualNetworkGatewaySku
|
288
287
|
AzureReachabilityReportLatencyInfo = Azure::Network::Mgmt::V2018_12_01::Models::AzureReachabilityReportLatencyInfo
|
289
|
-
|
288
|
+
VirtualWanSecurityProviders = Azure::Network::Mgmt::V2018_12_01::Models::VirtualWanSecurityProviders
|
290
289
|
AzureReachabilityReportItem = Azure::Network::Mgmt::V2018_12_01::Models::AzureReachabilityReportItem
|
291
|
-
|
290
|
+
ApplicationGatewayFirewallRuleGroup = Azure::Network::Mgmt::V2018_12_01::Models::ApplicationGatewayFirewallRuleGroup
|
292
291
|
AzureReachabilityReport = Azure::Network::Mgmt::V2018_12_01::Models::AzureReachabilityReport
|
293
|
-
|
292
|
+
Error = Azure::Network::Mgmt::V2018_12_01::Models::Error
|
294
293
|
AvailableProvidersListParameters = Azure::Network::Mgmt::V2018_12_01::Models::AvailableProvidersListParameters
|
295
|
-
|
294
|
+
AzureFirewallApplicationRule = Azure::Network::Mgmt::V2018_12_01::Models::AzureFirewallApplicationRule
|
296
295
|
AvailableProvidersListCity = Azure::Network::Mgmt::V2018_12_01::Models::AvailableProvidersListCity
|
297
|
-
|
296
|
+
AzureFirewallListResult = Azure::Network::Mgmt::V2018_12_01::Models::AzureFirewallListResult
|
298
297
|
AvailableProvidersListState = Azure::Network::Mgmt::V2018_12_01::Models::AvailableProvidersListState
|
299
|
-
|
298
|
+
DdosProtectionPlan = Azure::Network::Mgmt::V2018_12_01::Models::DdosProtectionPlan
|
300
299
|
AvailableProvidersListCountry = Azure::Network::Mgmt::V2018_12_01::Models::AvailableProvidersListCountry
|
301
|
-
|
300
|
+
ExpressRouteCircuitStats = Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteCircuitStats
|
302
301
|
AvailableProvidersList = Azure::Network::Mgmt::V2018_12_01::Models::AvailableProvidersList
|
303
|
-
|
302
|
+
ExpressRouteCircuitConnectionListResult = Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteCircuitConnectionListResult
|
304
303
|
ConnectionMonitorSource = Azure::Network::Mgmt::V2018_12_01::Models::ConnectionMonitorSource
|
305
|
-
|
304
|
+
ExpressRouteCircuitsRoutesTableListResult = Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteCircuitsRoutesTableListResult
|
306
305
|
ConnectionMonitorDestination = Azure::Network::Mgmt::V2018_12_01::Models::ConnectionMonitorDestination
|
307
|
-
|
306
|
+
NetworkInterfaceDnsSettings = Azure::Network::Mgmt::V2018_12_01::Models::NetworkInterfaceDnsSettings
|
308
307
|
ConnectionMonitorParameters = Azure::Network::Mgmt::V2018_12_01::Models::ConnectionMonitorParameters
|
309
|
-
|
308
|
+
VirtualHubRouteTable = Azure::Network::Mgmt::V2018_12_01::Models::VirtualHubRouteTable
|
310
309
|
ConnectionMonitor = Azure::Network::Mgmt::V2018_12_01::Models::ConnectionMonitor
|
310
|
+
ApplicationGatewaySku = Azure::Network::Mgmt::V2018_12_01::Models::ApplicationGatewaySku
|
311
311
|
ConnectionMonitorResult = Azure::Network::Mgmt::V2018_12_01::Models::ConnectionMonitorResult
|
312
|
-
|
312
|
+
ApplicationGatewayRewriteRuleActionSet = Azure::Network::Mgmt::V2018_12_01::Models::ApplicationGatewayRewriteRuleActionSet
|
313
313
|
ConnectionMonitorListResult = Azure::Network::Mgmt::V2018_12_01::Models::ConnectionMonitorListResult
|
314
|
-
|
314
|
+
IPAddressAvailabilityResult = Azure::Network::Mgmt::V2018_12_01::Models::IPAddressAvailabilityResult
|
315
315
|
ConnectionStateSnapshot = Azure::Network::Mgmt::V2018_12_01::Models::ConnectionStateSnapshot
|
316
|
-
|
316
|
+
DhcpOptions = Azure::Network::Mgmt::V2018_12_01::Models::DhcpOptions
|
317
317
|
ConnectionMonitorQueryResult = Azure::Network::Mgmt::V2018_12_01::Models::ConnectionMonitorQueryResult
|
318
|
-
|
318
|
+
Usage = Azure::Network::Mgmt::V2018_12_01::Models::Usage
|
319
319
|
NetworkConfigurationDiagnosticProfile = Azure::Network::Mgmt::V2018_12_01::Models::NetworkConfigurationDiagnosticProfile
|
320
|
-
|
320
|
+
BGPCommunity = Azure::Network::Mgmt::V2018_12_01::Models::BGPCommunity
|
321
321
|
NetworkConfigurationDiagnosticParameters = Azure::Network::Mgmt::V2018_12_01::Models::NetworkConfigurationDiagnosticParameters
|
322
|
-
|
322
|
+
PublicIPAddressSku = Azure::Network::Mgmt::V2018_12_01::Models::PublicIPAddressSku
|
323
323
|
MatchedRule = Azure::Network::Mgmt::V2018_12_01::Models::MatchedRule
|
324
|
-
|
324
|
+
ApplicationGatewayCustomError = Azure::Network::Mgmt::V2018_12_01::Models::ApplicationGatewayCustomError
|
325
325
|
NetworkSecurityRulesEvaluationResult = Azure::Network::Mgmt::V2018_12_01::Models::NetworkSecurityRulesEvaluationResult
|
326
|
-
|
326
|
+
AvailableDelegationsResult = Azure::Network::Mgmt::V2018_12_01::Models::AvailableDelegationsResult
|
327
327
|
EvaluatedNetworkSecurityGroup = Azure::Network::Mgmt::V2018_12_01::Models::EvaluatedNetworkSecurityGroup
|
328
|
-
|
328
|
+
BgpServiceCommunityListResult = Azure::Network::Mgmt::V2018_12_01::Models::BgpServiceCommunityListResult
|
329
329
|
NetworkSecurityGroupResult = Azure::Network::Mgmt::V2018_12_01::Models::NetworkSecurityGroupResult
|
330
|
+
ApplicationGatewayBackendAddress = Azure::Network::Mgmt::V2018_12_01::Models::ApplicationGatewayBackendAddress
|
331
|
+
NetworkConfigurationDiagnosticResult = Azure::Network::Mgmt::V2018_12_01::Models::NetworkConfigurationDiagnosticResult
|
332
|
+
ProtocolCustomSettingsFormat = Azure::Network::Mgmt::V2018_12_01::Models::ProtocolCustomSettingsFormat
|
333
|
+
NetworkConfigurationDiagnosticResponse = Azure::Network::Mgmt::V2018_12_01::Models::NetworkConfigurationDiagnosticResponse
|
334
|
+
ApplicationGatewayAutoscaleConfiguration = Azure::Network::Mgmt::V2018_12_01::Models::ApplicationGatewayAutoscaleConfiguration
|
335
|
+
OperationDisplay = Azure::Network::Mgmt::V2018_12_01::Models::OperationDisplay
|
336
|
+
ExpressRouteServiceProviderBandwidthsOffered = Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteServiceProviderBandwidthsOffered
|
337
|
+
Availability = Azure::Network::Mgmt::V2018_12_01::Models::Availability
|
330
338
|
NetworkInterfaceTapConfiguration = Azure::Network::Mgmt::V2018_12_01::Models::NetworkInterfaceTapConfiguration
|
331
339
|
ApplicationSecurityGroup = Azure::Network::Mgmt::V2018_12_01::Models::ApplicationSecurityGroup
|
332
340
|
SecurityRule = Azure::Network::Mgmt::V2018_12_01::Models::SecurityRule
|
@@ -379,6 +387,7 @@ module Azure::Profiles::Latest
|
|
379
387
|
ExpressRouteCircuitAuthorization = Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteCircuitAuthorization
|
380
388
|
RouteFilterRule = Azure::Network::Mgmt::V2018_12_01::Models::RouteFilterRule
|
381
389
|
ExpressRouteCircuitConnection = Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteCircuitConnection
|
390
|
+
PeerExpressRouteCircuitConnection = Azure::Network::Mgmt::V2018_12_01::Models::PeerExpressRouteCircuitConnection
|
382
391
|
ExpressRouteCircuitPeering = Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteCircuitPeering
|
383
392
|
RouteFilter = Azure::Network::Mgmt::V2018_12_01::Models::RouteFilter
|
384
393
|
ExpressRouteCircuit = Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteCircuit
|
@@ -427,6 +436,7 @@ module Azure::Profiles::Latest
|
|
427
436
|
VpnConnection = Azure::Network::Mgmt::V2018_12_01::Models::VpnConnection
|
428
437
|
VpnGateway = Azure::Network::Mgmt::V2018_12_01::Models::VpnGateway
|
429
438
|
P2SVpnGateway = Azure::Network::Mgmt::V2018_12_01::Models::P2SVpnGateway
|
439
|
+
WebApplicationFirewallPolicy = Azure::Network::Mgmt::V2018_12_01::Models::WebApplicationFirewallPolicy
|
430
440
|
IPAllocationMethod = Azure::Network::Mgmt::V2018_12_01::Models::IPAllocationMethod
|
431
441
|
SecurityRuleProtocol = Azure::Network::Mgmt::V2018_12_01::Models::SecurityRuleProtocol
|
432
442
|
SecurityRuleAccess = Azure::Network::Mgmt::V2018_12_01::Models::SecurityRuleAccess
|
@@ -521,10 +531,18 @@ module Azure::Profiles::Latest
|
|
521
531
|
VirtualWanSecurityProviderType = Azure::Network::Mgmt::V2018_12_01::Models::VirtualWanSecurityProviderType
|
522
532
|
TunnelConnectionStatus = Azure::Network::Mgmt::V2018_12_01::Models::TunnelConnectionStatus
|
523
533
|
HubVirtualNetworkConnectionStatus = Azure::Network::Mgmt::V2018_12_01::Models::HubVirtualNetworkConnectionStatus
|
534
|
+
WebApplicationFirewallEnabledState = Azure::Network::Mgmt::V2018_12_01::Models::WebApplicationFirewallEnabledState
|
535
|
+
WebApplicationFirewallMode = Azure::Network::Mgmt::V2018_12_01::Models::WebApplicationFirewallMode
|
536
|
+
WebApplicationFirewallRuleType = Azure::Network::Mgmt::V2018_12_01::Models::WebApplicationFirewallRuleType
|
537
|
+
WebApplicationFirewallMatchVariable = Azure::Network::Mgmt::V2018_12_01::Models::WebApplicationFirewallMatchVariable
|
538
|
+
WebApplicationFirewallOperator = Azure::Network::Mgmt::V2018_12_01::Models::WebApplicationFirewallOperator
|
539
|
+
WebApplicationFirewallTransform = Azure::Network::Mgmt::V2018_12_01::Models::WebApplicationFirewallTransform
|
540
|
+
WebApplicationFirewallAction = Azure::Network::Mgmt::V2018_12_01::Models::WebApplicationFirewallAction
|
541
|
+
WebApplicationFirewallPolicyResourceState = Azure::Network::Mgmt::V2018_12_01::Models::WebApplicationFirewallPolicyResourceState
|
524
542
|
end
|
525
543
|
|
526
544
|
class NetworkManagementClass
|
527
|
-
attr_reader :application_gateways, :application_security_groups, :available_delegations, :available_resource_group_delegations, :azure_firewalls, :azure_firewall_fqdn_tags, :ddos_custom_policies, :ddos_protection_plans, :available_endpoint_services, :express_route_circuit_authorizations, :express_route_circuit_peerings, :express_route_circuit_connections, :express_route_circuits, :express_route_service_providers, :express_route_cross_connections, :express_route_cross_connection_peerings, :express_route_gateways, :express_route_connections, :express_route_ports_locations, :express_route_ports, :express_route_links, :interface_endpoints, :load_balancers, :load_balancer_backend_address_pools, :load_balancer_frontend_ipconfigurations, :inbound_nat_rules, :load_balancer_load_balancing_rules, :load_balancer_outbound_rules, :load_balancer_network_interfaces, :load_balancer_probes, :network_interfaces, :network_interface_ipconfigurations, :network_interface_load_balancers, :network_interface_tap_configurations, :network_profiles, :network_security_groups, :security_rules, :default_security_rules, :network_watchers, :packet_captures, :connection_monitors, :operations, :public_ipaddresses, :public_ipprefixes, :route_filters, :route_filter_rules, :route_tables, :routes, :bgp_service_communities, :service_endpoint_policies, :service_endpoint_policy_definitions, :usages, :virtual_networks, :subnets, :virtual_network_peerings, :virtual_network_gateways, :virtual_network_gateway_connections, :local_network_gateways, :virtual_network_taps, :virtual_wans, :vpn_sites, :vpn_sites_configuration, :virtual_hubs, :hub_virtual_network_connections, :vpn_gateways, :vpn_connections, :p2s_vpn_server_configurations, :p2s_vpn_gateways, :configurable, :base_url, :options, :model_classes
|
545
|
+
attr_reader :application_gateways, :application_security_groups, :available_delegations, :available_resource_group_delegations, :azure_firewalls, :azure_firewall_fqdn_tags, :ddos_custom_policies, :ddos_protection_plans, :available_endpoint_services, :express_route_circuit_authorizations, :express_route_circuit_peerings, :express_route_circuit_connections, :peer_express_route_circuit_connections, :express_route_circuits, :express_route_service_providers, :express_route_cross_connections, :express_route_cross_connection_peerings, :express_route_gateways, :express_route_connections, :express_route_ports_locations, :express_route_ports, :express_route_links, :interface_endpoints, :load_balancers, :load_balancer_backend_address_pools, :load_balancer_frontend_ipconfigurations, :inbound_nat_rules, :load_balancer_load_balancing_rules, :load_balancer_outbound_rules, :load_balancer_network_interfaces, :load_balancer_probes, :network_interfaces, :network_interface_ipconfigurations, :network_interface_load_balancers, :network_interface_tap_configurations, :network_profiles, :network_security_groups, :security_rules, :default_security_rules, :network_watchers, :packet_captures, :connection_monitors, :operations, :public_ipaddresses, :public_ipprefixes, :route_filters, :route_filter_rules, :route_tables, :routes, :bgp_service_communities, :service_endpoint_policies, :service_endpoint_policy_definitions, :usages, :virtual_networks, :subnets, :virtual_network_peerings, :virtual_network_gateways, :virtual_network_gateway_connections, :local_network_gateways, :virtual_network_taps, :virtual_wans, :vpn_sites, :vpn_sites_configuration, :virtual_hubs, :hub_virtual_network_connections, :vpn_gateways, :vpn_connections, :p2s_vpn_server_configurations, :p2s_vpn_gateways, :web_application_firewall_policies, :configurable, :base_url, :options, :model_classes
|
528
546
|
|
529
547
|
def initialize(configurable, base_url=nil, options=nil)
|
530
548
|
@configurable, @base_url, @options = configurable, base_url, options
|
@@ -552,6 +570,7 @@ module Azure::Profiles::Latest
|
|
552
570
|
@express_route_circuit_authorizations = @client_1.express_route_circuit_authorizations
|
553
571
|
@express_route_circuit_peerings = @client_1.express_route_circuit_peerings
|
554
572
|
@express_route_circuit_connections = @client_1.express_route_circuit_connections
|
573
|
+
@peer_express_route_circuit_connections = @client_1.peer_express_route_circuit_connections
|
555
574
|
@express_route_circuits = @client_1.express_route_circuits
|
556
575
|
@express_route_service_providers = @client_1.express_route_service_providers
|
557
576
|
@express_route_cross_connections = @client_1.express_route_cross_connections
|
@@ -608,6 +627,7 @@ module Azure::Profiles::Latest
|
|
608
627
|
@vpn_connections = @client_1.vpn_connections
|
609
628
|
@p2s_vpn_server_configurations = @client_1.p2s_vpn_server_configurations
|
610
629
|
@p2s_vpn_gateways = @client_1.p2s_vpn_gateways
|
630
|
+
@web_application_firewall_policies = @client_1.web_application_firewall_policies
|
611
631
|
|
612
632
|
@model_classes = ModelClasses.new
|
613
633
|
end
|
@@ -628,756 +648,774 @@ module Azure::Profiles::Latest
|
|
628
648
|
end
|
629
649
|
|
630
650
|
class ModelClasses
|
631
|
-
def
|
632
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
651
|
+
def load_balancer_frontend_ipconfiguration_list_result
|
652
|
+
Azure::Network::Mgmt::V2018_12_01::Models::LoadBalancerFrontendIPConfigurationListResult
|
633
653
|
end
|
634
|
-
def
|
635
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
654
|
+
def load_balancer_load_balancing_rule_list_result
|
655
|
+
Azure::Network::Mgmt::V2018_12_01::Models::LoadBalancerLoadBalancingRuleListResult
|
636
656
|
end
|
637
657
|
def sub_resource
|
638
658
|
Azure::Network::Mgmt::V2018_12_01::Models::SubResource
|
639
659
|
end
|
640
|
-
def
|
641
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
642
|
-
end
|
643
|
-
def express_route_service_provider_list_result
|
644
|
-
Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteServiceProviderListResult
|
660
|
+
def load_balancer_outbound_rule_list_result
|
661
|
+
Azure::Network::Mgmt::V2018_12_01::Models::LoadBalancerOutboundRuleListResult
|
645
662
|
end
|
646
663
|
def express_route_cross_connection_routes_table_summary
|
647
664
|
Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteCrossConnectionRoutesTableSummary
|
648
665
|
end
|
649
|
-
def virtual_network_gateway_list_connections_result
|
650
|
-
Azure::Network::Mgmt::V2018_12_01::Models::VirtualNetworkGatewayListConnectionsResult
|
651
|
-
end
|
652
666
|
def express_route_cross_connections_routes_table_summary_list_result
|
653
667
|
Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteCrossConnectionsRoutesTableSummaryListResult
|
654
668
|
end
|
655
|
-
def
|
656
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
669
|
+
def list_virtual_wans_result
|
670
|
+
Azure::Network::Mgmt::V2018_12_01::Models::ListVirtualWANsResult
|
657
671
|
end
|
658
672
|
def express_route_circuit_reference
|
659
673
|
Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteCircuitReference
|
660
674
|
end
|
661
|
-
def
|
662
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
675
|
+
def device_properties
|
676
|
+
Azure::Network::Mgmt::V2018_12_01::Models::DeviceProperties
|
663
677
|
end
|
664
|
-
def
|
665
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
678
|
+
def route_table_list_result
|
679
|
+
Azure::Network::Mgmt::V2018_12_01::Models::RouteTableListResult
|
666
680
|
end
|
667
|
-
def
|
668
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
681
|
+
def get_vpn_sites_configuration_request
|
682
|
+
Azure::Network::Mgmt::V2018_12_01::Models::GetVpnSitesConfigurationRequest
|
669
683
|
end
|
670
|
-
def
|
671
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
684
|
+
def route_filter_rule_list_result
|
685
|
+
Azure::Network::Mgmt::V2018_12_01::Models::RouteFilterRuleListResult
|
672
686
|
end
|
673
|
-
def
|
674
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
687
|
+
def service_endpoint_properties_format
|
688
|
+
Azure::Network::Mgmt::V2018_12_01::Models::ServiceEndpointPropertiesFormat
|
675
689
|
end
|
676
690
|
def express_route_cross_connection_list_result
|
677
691
|
Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteCrossConnectionListResult
|
678
692
|
end
|
679
|
-
def
|
680
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
693
|
+
def virtual_network_gateway_list_connections_result
|
694
|
+
Azure::Network::Mgmt::V2018_12_01::Models::VirtualNetworkGatewayListConnectionsResult
|
681
695
|
end
|
682
696
|
def express_route_cross_connection_peering_list
|
683
697
|
Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteCrossConnectionPeeringList
|
684
698
|
end
|
685
|
-
def
|
686
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
699
|
+
def public_ipaddress_dns_settings
|
700
|
+
Azure::Network::Mgmt::V2018_12_01::Models::PublicIPAddressDnsSettings
|
687
701
|
end
|
688
702
|
def virtual_hub_id
|
689
703
|
Azure::Network::Mgmt::V2018_12_01::Models::VirtualHubId
|
690
704
|
end
|
691
|
-
def
|
692
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
705
|
+
def ip_tag
|
706
|
+
Azure::Network::Mgmt::V2018_12_01::Models::IpTag
|
693
707
|
end
|
694
708
|
def express_route_circuit_peering_id
|
695
709
|
Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteCircuitPeeringId
|
696
710
|
end
|
697
|
-
def
|
698
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
711
|
+
def virtual_network_connection_gateway_reference
|
712
|
+
Azure::Network::Mgmt::V2018_12_01::Models::VirtualNetworkConnectionGatewayReference
|
699
713
|
end
|
700
714
|
def express_route_gateway_properties_auto_scale_configuration_bounds
|
701
715
|
Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds
|
702
716
|
end
|
703
|
-
def
|
704
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
717
|
+
def vpn_client_ipsec_parameters
|
718
|
+
Azure::Network::Mgmt::V2018_12_01::Models::VpnClientIPsecParameters
|
705
719
|
end
|
706
720
|
def express_route_gateway_properties_auto_scale_configuration
|
707
721
|
Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteGatewayPropertiesAutoScaleConfiguration
|
708
722
|
end
|
709
|
-
def
|
710
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
723
|
+
def connection_reset_shared_key
|
724
|
+
Azure::Network::Mgmt::V2018_12_01::Models::ConnectionResetSharedKey
|
711
725
|
end
|
712
|
-
def
|
713
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
726
|
+
def route_filter_list_result
|
727
|
+
Azure::Network::Mgmt::V2018_12_01::Models::RouteFilterListResult
|
714
728
|
end
|
715
|
-
def
|
716
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
729
|
+
def list_virtual_hubs_result
|
730
|
+
Azure::Network::Mgmt::V2018_12_01::Models::ListVirtualHubsResult
|
717
731
|
end
|
718
|
-
def
|
719
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
732
|
+
def p2_svpn_profile_parameters
|
733
|
+
Azure::Network::Mgmt::V2018_12_01::Models::P2SVpnProfileParameters
|
720
734
|
end
|
721
|
-
def
|
722
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
735
|
+
def tunnel_connection_health
|
736
|
+
Azure::Network::Mgmt::V2018_12_01::Models::TunnelConnectionHealth
|
723
737
|
end
|
724
738
|
def express_route_gateway_list
|
725
739
|
Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteGatewayList
|
726
740
|
end
|
727
|
-
def
|
728
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
741
|
+
def bgp_peer_status_list_result
|
742
|
+
Azure::Network::Mgmt::V2018_12_01::Models::BgpPeerStatusListResult
|
729
743
|
end
|
730
744
|
def express_route_connection_list
|
731
745
|
Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteConnectionList
|
732
746
|
end
|
733
|
-
def
|
734
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
747
|
+
def virtual_network_gateway_list_result
|
748
|
+
Azure::Network::Mgmt::V2018_12_01::Models::VirtualNetworkGatewayListResult
|
735
749
|
end
|
736
750
|
def express_route_ports_location_bandwidths
|
737
751
|
Azure::Network::Mgmt::V2018_12_01::Models::ExpressRoutePortsLocationBandwidths
|
738
752
|
end
|
753
|
+
def vpn_client_parameters
|
754
|
+
Azure::Network::Mgmt::V2018_12_01::Models::VpnClientParameters
|
755
|
+
end
|
756
|
+
def vpn_profile_response
|
757
|
+
Azure::Network::Mgmt::V2018_12_01::Models::VpnProfileResponse
|
758
|
+
end
|
739
759
|
def application_gateway_backend_health_http_settings
|
740
760
|
Azure::Network::Mgmt::V2018_12_01::Models::ApplicationGatewayBackendHealthHttpSettings
|
741
761
|
end
|
742
|
-
def
|
743
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
762
|
+
def express_route_ports_location_list_result
|
763
|
+
Azure::Network::Mgmt::V2018_12_01::Models::ExpressRoutePortsLocationListResult
|
744
764
|
end
|
745
765
|
def application_gateway_backend_health
|
746
766
|
Azure::Network::Mgmt::V2018_12_01::Models::ApplicationGatewayBackendHealth
|
747
767
|
end
|
748
|
-
def
|
749
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
768
|
+
def public_ipprefix_list_result
|
769
|
+
Azure::Network::Mgmt::V2018_12_01::Models::PublicIPPrefixListResult
|
750
770
|
end
|
751
771
|
def application_gateway_ssl_policy
|
752
772
|
Azure::Network::Mgmt::V2018_12_01::Models::ApplicationGatewaySslPolicy
|
753
773
|
end
|
754
|
-
def operation_list_result
|
755
|
-
Azure::Network::Mgmt::V2018_12_01::Models::OperationListResult
|
756
|
-
end
|
757
|
-
def virtual_hub_route
|
758
|
-
Azure::Network::Mgmt::V2018_12_01::Models::VirtualHubRoute
|
759
|
-
end
|
760
774
|
def express_route_link_list_result
|
761
775
|
Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteLinkListResult
|
762
776
|
end
|
763
|
-
def
|
764
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
777
|
+
def gateway_route
|
778
|
+
Azure::Network::Mgmt::V2018_12_01::Models::GatewayRoute
|
765
779
|
end
|
766
|
-
def
|
767
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
780
|
+
def policy_settings
|
781
|
+
Azure::Network::Mgmt::V2018_12_01::Models::PolicySettings
|
768
782
|
end
|
769
|
-
def
|
770
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
783
|
+
def bgp_settings
|
784
|
+
Azure::Network::Mgmt::V2018_12_01::Models::BgpSettings
|
771
785
|
end
|
772
786
|
def express_route_port_list_result
|
773
787
|
Azure::Network::Mgmt::V2018_12_01::Models::ExpressRoutePortListResult
|
774
788
|
end
|
775
|
-
def
|
776
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
789
|
+
def ipsec_policy
|
790
|
+
Azure::Network::Mgmt::V2018_12_01::Models::IpsecPolicy
|
777
791
|
end
|
778
792
|
def interface_endpoint_list_result
|
779
793
|
Azure::Network::Mgmt::V2018_12_01::Models::InterfaceEndpointListResult
|
780
794
|
end
|
781
|
-
def
|
782
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
795
|
+
def list_hub_virtual_network_connections_result
|
796
|
+
Azure::Network::Mgmt::V2018_12_01::Models::ListHubVirtualNetworkConnectionsResult
|
783
797
|
end
|
784
798
|
def load_balancer_sku
|
785
799
|
Azure::Network::Mgmt::V2018_12_01::Models::LoadBalancerSku
|
786
800
|
end
|
787
|
-
def
|
788
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
801
|
+
def application_gateway_probe_health_response_match
|
802
|
+
Azure::Network::Mgmt::V2018_12_01::Models::ApplicationGatewayProbeHealthResponseMatch
|
789
803
|
end
|
790
|
-
def
|
791
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
804
|
+
def referenced_public_ip_address
|
805
|
+
Azure::Network::Mgmt::V2018_12_01::Models::ReferencedPublicIpAddress
|
806
|
+
end
|
807
|
+
def virtual_wan_security_provider
|
808
|
+
Azure::Network::Mgmt::V2018_12_01::Models::VirtualWanSecurityProvider
|
809
|
+
end
|
810
|
+
def public_ipprefix_sku
|
811
|
+
Azure::Network::Mgmt::V2018_12_01::Models::PublicIPPrefixSku
|
792
812
|
end
|
793
813
|
def application_gateway_header_configuration
|
794
814
|
Azure::Network::Mgmt::V2018_12_01::Models::ApplicationGatewayHeaderConfiguration
|
795
815
|
end
|
796
|
-
def
|
797
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
816
|
+
def public_ipaddress_list_result
|
817
|
+
Azure::Network::Mgmt::V2018_12_01::Models::PublicIPAddressListResult
|
798
818
|
end
|
799
819
|
def application_gateway_rewrite_rule
|
800
820
|
Azure::Network::Mgmt::V2018_12_01::Models::ApplicationGatewayRewriteRule
|
801
821
|
end
|
802
|
-
def
|
803
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
822
|
+
def operation_list_result
|
823
|
+
Azure::Network::Mgmt::V2018_12_01::Models::OperationListResult
|
804
824
|
end
|
805
|
-
def
|
806
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
825
|
+
def network_intent_policy_configuration
|
826
|
+
Azure::Network::Mgmt::V2018_12_01::Models::NetworkIntentPolicyConfiguration
|
807
827
|
end
|
808
|
-
def
|
809
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
828
|
+
def operation
|
829
|
+
Azure::Network::Mgmt::V2018_12_01::Models::Operation
|
810
830
|
end
|
811
831
|
def application_gateway_firewall_disabled_rule_group
|
812
832
|
Azure::Network::Mgmt::V2018_12_01::Models::ApplicationGatewayFirewallDisabledRuleGroup
|
813
833
|
end
|
814
|
-
def
|
815
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
834
|
+
def load_balancer_list_result
|
835
|
+
Azure::Network::Mgmt::V2018_12_01::Models::LoadBalancerListResult
|
816
836
|
end
|
817
837
|
def application_gateway_web_application_firewall_configuration
|
818
838
|
Azure::Network::Mgmt::V2018_12_01::Models::ApplicationGatewayWebApplicationFirewallConfiguration
|
819
839
|
end
|
820
|
-
def
|
821
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
840
|
+
def inbound_nat_rule_list_result
|
841
|
+
Azure::Network::Mgmt::V2018_12_01::Models::InboundNatRuleListResult
|
822
842
|
end
|
823
843
|
def managed_service_identity_user_assigned_identities_value
|
824
844
|
Azure::Network::Mgmt::V2018_12_01::Models::ManagedServiceIdentityUserAssignedIdentitiesValue
|
825
845
|
end
|
826
|
-
def
|
827
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
846
|
+
def load_balancer_backend_address_pool_list_result
|
847
|
+
Azure::Network::Mgmt::V2018_12_01::Models::LoadBalancerBackendAddressPoolListResult
|
828
848
|
end
|
829
|
-
def
|
830
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
849
|
+
def virtual_network_list_usage_result
|
850
|
+
Azure::Network::Mgmt::V2018_12_01::Models::VirtualNetworkListUsageResult
|
831
851
|
end
|
832
852
|
def application_gateway_list_result
|
833
853
|
Azure::Network::Mgmt::V2018_12_01::Models::ApplicationGatewayListResult
|
834
854
|
end
|
835
|
-
def
|
836
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
837
|
-
end
|
838
|
-
def application_gateway_firewall_rule_group
|
839
|
-
Azure::Network::Mgmt::V2018_12_01::Models::ApplicationGatewayFirewallRuleGroup
|
855
|
+
def application_gateway_firewall_rule
|
856
|
+
Azure::Network::Mgmt::V2018_12_01::Models::ApplicationGatewayFirewallRule
|
840
857
|
end
|
841
|
-
def
|
842
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
858
|
+
def metric_specification
|
859
|
+
Azure::Network::Mgmt::V2018_12_01::Models::MetricSpecification
|
843
860
|
end
|
844
|
-
def
|
845
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
861
|
+
def virtual_network_usage
|
862
|
+
Azure::Network::Mgmt::V2018_12_01::Models::VirtualNetworkUsage
|
846
863
|
end
|
847
|
-
def
|
848
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
864
|
+
def dimension
|
865
|
+
Azure::Network::Mgmt::V2018_12_01::Models::Dimension
|
849
866
|
end
|
850
|
-
def
|
851
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
867
|
+
def virtual_network_usage_name
|
868
|
+
Azure::Network::Mgmt::V2018_12_01::Models::VirtualNetworkUsageName
|
852
869
|
end
|
853
|
-
def
|
854
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
870
|
+
def operation_properties_format_service_specification
|
871
|
+
Azure::Network::Mgmt::V2018_12_01::Models::OperationPropertiesFormatServiceSpecification
|
855
872
|
end
|
856
|
-
def
|
857
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
873
|
+
def application_gateway_available_ssl_predefined_policies
|
874
|
+
Azure::Network::Mgmt::V2018_12_01::Models::ApplicationGatewayAvailableSslPredefinedPolicies
|
858
875
|
end
|
859
876
|
def load_balancer_probe_list_result
|
860
877
|
Azure::Network::Mgmt::V2018_12_01::Models::LoadBalancerProbeListResult
|
861
878
|
end
|
862
|
-
def
|
863
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
879
|
+
def error_details
|
880
|
+
Azure::Network::Mgmt::V2018_12_01::Models::ErrorDetails
|
864
881
|
end
|
865
882
|
def network_interface_list_result
|
866
883
|
Azure::Network::Mgmt::V2018_12_01::Models::NetworkInterfaceListResult
|
867
884
|
end
|
868
|
-
def
|
869
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
885
|
+
def tags_object
|
886
|
+
Azure::Network::Mgmt::V2018_12_01::Models::TagsObject
|
870
887
|
end
|
871
888
|
def azure_async_operation_result
|
872
889
|
Azure::Network::Mgmt::V2018_12_01::Models::AzureAsyncOperationResult
|
873
890
|
end
|
874
|
-
def
|
875
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
891
|
+
def available_delegation
|
892
|
+
Azure::Network::Mgmt::V2018_12_01::Models::AvailableDelegation
|
876
893
|
end
|
877
894
|
def network_interface_tap_configuration_list_result
|
878
895
|
Azure::Network::Mgmt::V2018_12_01::Models::NetworkInterfaceTapConfigurationListResult
|
879
896
|
end
|
880
|
-
def
|
881
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
897
|
+
def virtual_network_list_result
|
898
|
+
Azure::Network::Mgmt::V2018_12_01::Models::VirtualNetworkListResult
|
882
899
|
end
|
883
900
|
def network_interface_ipconfiguration_list_result
|
884
901
|
Azure::Network::Mgmt::V2018_12_01::Models::NetworkInterfaceIPConfigurationListResult
|
885
902
|
end
|
886
|
-
def
|
887
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
903
|
+
def azure_firewall_application_rule_protocol
|
904
|
+
Azure::Network::Mgmt::V2018_12_01::Models::AzureFirewallApplicationRuleProtocol
|
888
905
|
end
|
889
906
|
def network_interface_load_balancer_list_result
|
890
907
|
Azure::Network::Mgmt::V2018_12_01::Models::NetworkInterfaceLoadBalancerListResult
|
891
908
|
end
|
892
|
-
def
|
893
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
909
|
+
def list_p2_svpn_server_configurations_result
|
910
|
+
Azure::Network::Mgmt::V2018_12_01::Models::ListP2SVpnServerConfigurationsResult
|
894
911
|
end
|
895
912
|
def effective_network_security_group_association
|
896
913
|
Azure::Network::Mgmt::V2018_12_01::Models::EffectiveNetworkSecurityGroupAssociation
|
897
914
|
end
|
898
|
-
def
|
899
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
915
|
+
def azure_firewall_nat_rule
|
916
|
+
Azure::Network::Mgmt::V2018_12_01::Models::AzureFirewallNatRule
|
900
917
|
end
|
901
918
|
def effective_network_security_rule
|
902
919
|
Azure::Network::Mgmt::V2018_12_01::Models::EffectiveNetworkSecurityRule
|
903
920
|
end
|
904
|
-
def
|
905
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
921
|
+
def azure_firewall_network_rule
|
922
|
+
Azure::Network::Mgmt::V2018_12_01::Models::AzureFirewallNetworkRule
|
906
923
|
end
|
907
924
|
def effective_network_security_group
|
908
925
|
Azure::Network::Mgmt::V2018_12_01::Models::EffectiveNetworkSecurityGroup
|
909
926
|
end
|
910
|
-
def
|
911
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
927
|
+
def subnet_list_result
|
928
|
+
Azure::Network::Mgmt::V2018_12_01::Models::SubnetListResult
|
912
929
|
end
|
913
930
|
def effective_network_security_group_list_result
|
914
931
|
Azure::Network::Mgmt::V2018_12_01::Models::EffectiveNetworkSecurityGroupListResult
|
915
932
|
end
|
916
|
-
def
|
917
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
933
|
+
def vpn_client_connection_health
|
934
|
+
Azure::Network::Mgmt::V2018_12_01::Models::VpnClientConnectionHealth
|
918
935
|
end
|
919
936
|
def effective_route
|
920
937
|
Azure::Network::Mgmt::V2018_12_01::Models::EffectiveRoute
|
921
938
|
end
|
922
|
-
def
|
923
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
939
|
+
def dns_name_availability_result
|
940
|
+
Azure::Network::Mgmt::V2018_12_01::Models::DnsNameAvailabilityResult
|
924
941
|
end
|
925
|
-
def
|
926
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
942
|
+
def effective_route_list_result
|
943
|
+
Azure::Network::Mgmt::V2018_12_01::Models::EffectiveRouteListResult
|
927
944
|
end
|
928
|
-
def
|
929
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
945
|
+
def address_space
|
946
|
+
Azure::Network::Mgmt::V2018_12_01::Models::AddressSpace
|
930
947
|
end
|
931
|
-
def
|
932
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
948
|
+
def log_specification
|
949
|
+
Azure::Network::Mgmt::V2018_12_01::Models::LogSpecification
|
950
|
+
end
|
951
|
+
def web_application_firewall_policy_list_result
|
952
|
+
Azure::Network::Mgmt::V2018_12_01::Models::WebApplicationFirewallPolicyListResult
|
933
953
|
end
|
934
954
|
def ddos_protection_plan_list_result
|
935
955
|
Azure::Network::Mgmt::V2018_12_01::Models::DdosProtectionPlanListResult
|
936
956
|
end
|
937
|
-
def
|
938
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
957
|
+
def container_network_interface_ip_configuration
|
958
|
+
Azure::Network::Mgmt::V2018_12_01::Models::ContainerNetworkInterfaceIpConfiguration
|
939
959
|
end
|
940
960
|
def endpoint_services_list_result
|
941
961
|
Azure::Network::Mgmt::V2018_12_01::Models::EndpointServicesListResult
|
942
962
|
end
|
943
|
-
def
|
944
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
963
|
+
def web_application_firewall_custom_rule
|
964
|
+
Azure::Network::Mgmt::V2018_12_01::Models::WebApplicationFirewallCustomRule
|
945
965
|
end
|
946
966
|
def authorization_list_result
|
947
967
|
Azure::Network::Mgmt::V2018_12_01::Models::AuthorizationListResult
|
948
968
|
end
|
949
|
-
def
|
950
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
951
|
-
end
|
952
|
-
def route_list_result
|
953
|
-
Azure::Network::Mgmt::V2018_12_01::Models::RouteListResult
|
954
|
-
end
|
955
|
-
def vpn_client_connection_health
|
956
|
-
Azure::Network::Mgmt::V2018_12_01::Models::VpnClientConnectionHealth
|
969
|
+
def match_condition
|
970
|
+
Azure::Network::Mgmt::V2018_12_01::Models::MatchCondition
|
957
971
|
end
|
958
|
-
def
|
959
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
972
|
+
def usage_name
|
973
|
+
Azure::Network::Mgmt::V2018_12_01::Models::UsageName
|
960
974
|
end
|
961
975
|
def network_profile_list_result
|
962
976
|
Azure::Network::Mgmt::V2018_12_01::Models::NetworkProfileListResult
|
963
977
|
end
|
964
|
-
def
|
965
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
978
|
+
def express_route_connection_id
|
979
|
+
Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteConnectionId
|
966
980
|
end
|
967
981
|
def security_rule_list_result
|
968
982
|
Azure::Network::Mgmt::V2018_12_01::Models::SecurityRuleListResult
|
969
983
|
end
|
970
|
-
def
|
971
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
984
|
+
def service_endpoint_policy_definition_list_result
|
985
|
+
Azure::Network::Mgmt::V2018_12_01::Models::ServiceEndpointPolicyDefinitionListResult
|
972
986
|
end
|
973
987
|
def network_security_group_list_result
|
974
988
|
Azure::Network::Mgmt::V2018_12_01::Models::NetworkSecurityGroupListResult
|
975
989
|
end
|
976
|
-
def
|
977
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
990
|
+
def list_p2_svpn_gateways_result
|
991
|
+
Azure::Network::Mgmt::V2018_12_01::Models::ListP2SVpnGatewaysResult
|
978
992
|
end
|
979
993
|
def error_response
|
980
994
|
Azure::Network::Mgmt::V2018_12_01::Models::ErrorResponse
|
981
995
|
end
|
982
|
-
def
|
983
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
996
|
+
def express_route_circuit_peering_list_result
|
997
|
+
Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteCircuitPeeringListResult
|
984
998
|
end
|
985
|
-
def
|
986
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
999
|
+
def match_variable
|
1000
|
+
Azure::Network::Mgmt::V2018_12_01::Models::MatchVariable
|
987
1001
|
end
|
988
|
-
def
|
989
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1002
|
+
def peer_express_route_circuit_connection_list_result
|
1003
|
+
Azure::Network::Mgmt::V2018_12_01::Models::PeerExpressRouteCircuitConnectionListResult
|
990
1004
|
end
|
991
1005
|
def network_watcher_list_result
|
992
1006
|
Azure::Network::Mgmt::V2018_12_01::Models::NetworkWatcherListResult
|
993
1007
|
end
|
994
|
-
def
|
995
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1008
|
+
def express_route_circuit_service_provider_properties
|
1009
|
+
Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteCircuitServiceProviderProperties
|
996
1010
|
end
|
997
1011
|
def topology_parameters
|
998
1012
|
Azure::Network::Mgmt::V2018_12_01::Models::TopologyParameters
|
999
1013
|
end
|
1000
|
-
def
|
1001
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1014
|
+
def express_route_circuit_arp_table
|
1015
|
+
Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteCircuitArpTable
|
1002
1016
|
end
|
1003
1017
|
def topology_association
|
1004
1018
|
Azure::Network::Mgmt::V2018_12_01::Models::TopologyAssociation
|
1005
1019
|
end
|
1006
|
-
def
|
1007
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1020
|
+
def express_route_circuit_routes_table
|
1021
|
+
Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteCircuitRoutesTable
|
1008
1022
|
end
|
1009
1023
|
def topology_resource
|
1010
1024
|
Azure::Network::Mgmt::V2018_12_01::Models::TopologyResource
|
1011
1025
|
end
|
1012
|
-
def
|
1013
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1026
|
+
def express_route_circuit_routes_table_summary
|
1027
|
+
Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteCircuitRoutesTableSummary
|
1014
1028
|
end
|
1015
1029
|
def topology
|
1016
1030
|
Azure::Network::Mgmt::V2018_12_01::Models::Topology
|
1017
1031
|
end
|
1018
|
-
def
|
1019
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1032
|
+
def express_route_circuit_list_result
|
1033
|
+
Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteCircuitListResult
|
1020
1034
|
end
|
1021
1035
|
def verification_ipflow_parameters
|
1022
1036
|
Azure::Network::Mgmt::V2018_12_01::Models::VerificationIPFlowParameters
|
1023
1037
|
end
|
1024
|
-
def
|
1025
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1038
|
+
def route_list_result
|
1039
|
+
Azure::Network::Mgmt::V2018_12_01::Models::RouteListResult
|
1026
1040
|
end
|
1027
1041
|
def verification_ipflow_result
|
1028
1042
|
Azure::Network::Mgmt::V2018_12_01::Models::VerificationIPFlowResult
|
1029
1043
|
end
|
1030
|
-
def
|
1031
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1044
|
+
def endpoint_service
|
1045
|
+
Azure::Network::Mgmt::V2018_12_01::Models::EndpointService
|
1032
1046
|
end
|
1033
1047
|
def next_hop_parameters
|
1034
1048
|
Azure::Network::Mgmt::V2018_12_01::Models::NextHopParameters
|
1035
1049
|
end
|
1036
|
-
def
|
1037
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1050
|
+
def list_vpn_sites_result
|
1051
|
+
Azure::Network::Mgmt::V2018_12_01::Models::ListVpnSitesResult
|
1038
1052
|
end
|
1039
1053
|
def next_hop_result
|
1040
1054
|
Azure::Network::Mgmt::V2018_12_01::Models::NextHopResult
|
1041
1055
|
end
|
1042
|
-
def
|
1043
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1056
|
+
def vpn_device_script_parameters
|
1057
|
+
Azure::Network::Mgmt::V2018_12_01::Models::VpnDeviceScriptParameters
|
1044
1058
|
end
|
1045
1059
|
def security_group_view_parameters
|
1046
1060
|
Azure::Network::Mgmt::V2018_12_01::Models::SecurityGroupViewParameters
|
1047
1061
|
end
|
1048
|
-
def
|
1049
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1062
|
+
def ddos_settings
|
1063
|
+
Azure::Network::Mgmt::V2018_12_01::Models::DdosSettings
|
1050
1064
|
end
|
1051
1065
|
def network_interface_association
|
1052
1066
|
Azure::Network::Mgmt::V2018_12_01::Models::NetworkInterfaceAssociation
|
1053
1067
|
end
|
1054
|
-
def
|
1055
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1068
|
+
def local_network_gateway_list_result
|
1069
|
+
Azure::Network::Mgmt::V2018_12_01::Models::LocalNetworkGatewayListResult
|
1056
1070
|
end
|
1057
1071
|
def subnet_association
|
1058
1072
|
Azure::Network::Mgmt::V2018_12_01::Models::SubnetAssociation
|
1059
1073
|
end
|
1060
|
-
def
|
1061
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1074
|
+
def virtual_network_gateway_connection_list_result
|
1075
|
+
Azure::Network::Mgmt::V2018_12_01::Models::VirtualNetworkGatewayConnectionListResult
|
1062
1076
|
end
|
1063
1077
|
def security_rule_associations
|
1064
1078
|
Azure::Network::Mgmt::V2018_12_01::Models::SecurityRuleAssociations
|
1065
1079
|
end
|
1066
|
-
def
|
1067
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1080
|
+
def gateway_route_list_result
|
1081
|
+
Azure::Network::Mgmt::V2018_12_01::Models::GatewayRouteListResult
|
1068
1082
|
end
|
1069
1083
|
def security_group_network_interface
|
1070
1084
|
Azure::Network::Mgmt::V2018_12_01::Models::SecurityGroupNetworkInterface
|
1071
1085
|
end
|
1072
|
-
def
|
1073
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1086
|
+
def application_gateway_connection_draining
|
1087
|
+
Azure::Network::Mgmt::V2018_12_01::Models::ApplicationGatewayConnectionDraining
|
1074
1088
|
end
|
1075
1089
|
def security_group_view_result
|
1076
1090
|
Azure::Network::Mgmt::V2018_12_01::Models::SecurityGroupViewResult
|
1077
1091
|
end
|
1078
|
-
def
|
1079
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1092
|
+
def application_gateway_backend_health_pool
|
1093
|
+
Azure::Network::Mgmt::V2018_12_01::Models::ApplicationGatewayBackendHealthPool
|
1080
1094
|
end
|
1081
1095
|
def packet_capture_storage_location
|
1082
1096
|
Azure::Network::Mgmt::V2018_12_01::Models::PacketCaptureStorageLocation
|
1083
1097
|
end
|
1084
|
-
def
|
1085
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1098
|
+
def list_vpn_connections_result
|
1099
|
+
Azure::Network::Mgmt::V2018_12_01::Models::ListVpnConnectionsResult
|
1086
1100
|
end
|
1087
1101
|
def packet_capture_filter
|
1088
1102
|
Azure::Network::Mgmt::V2018_12_01::Models::PacketCaptureFilter
|
1089
1103
|
end
|
1090
|
-
def
|
1091
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1104
|
+
def vpn_client_configuration
|
1105
|
+
Azure::Network::Mgmt::V2018_12_01::Models::VpnClientConfiguration
|
1092
1106
|
end
|
1093
1107
|
def packet_capture_parameters
|
1094
1108
|
Azure::Network::Mgmt::V2018_12_01::Models::PacketCaptureParameters
|
1095
1109
|
end
|
1096
|
-
def
|
1097
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1110
|
+
def vpn_site_id
|
1111
|
+
Azure::Network::Mgmt::V2018_12_01::Models::VpnSiteId
|
1098
1112
|
end
|
1099
1113
|
def packet_capture
|
1100
1114
|
Azure::Network::Mgmt::V2018_12_01::Models::PacketCapture
|
1101
1115
|
end
|
1102
|
-
def
|
1103
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1116
|
+
def application_gateway_rewrite_rule_condition
|
1117
|
+
Azure::Network::Mgmt::V2018_12_01::Models::ApplicationGatewayRewriteRuleCondition
|
1104
1118
|
end
|
1105
1119
|
def packet_capture_result
|
1106
1120
|
Azure::Network::Mgmt::V2018_12_01::Models::PacketCaptureResult
|
1107
1121
|
end
|
1108
|
-
def
|
1109
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1122
|
+
def prepare_network_policies_request
|
1123
|
+
Azure::Network::Mgmt::V2018_12_01::Models::PrepareNetworkPoliciesRequest
|
1110
1124
|
end
|
1111
1125
|
def packet_capture_list_result
|
1112
1126
|
Azure::Network::Mgmt::V2018_12_01::Models::PacketCaptureListResult
|
1113
1127
|
end
|
1114
|
-
def
|
1115
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1128
|
+
def application_gateway_firewall_exclusion
|
1129
|
+
Azure::Network::Mgmt::V2018_12_01::Models::ApplicationGatewayFirewallExclusion
|
1116
1130
|
end
|
1117
1131
|
def packet_capture_query_status_result
|
1118
1132
|
Azure::Network::Mgmt::V2018_12_01::Models::PacketCaptureQueryStatusResult
|
1119
1133
|
end
|
1120
|
-
def
|
1121
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1134
|
+
def managed_service_identity
|
1135
|
+
Azure::Network::Mgmt::V2018_12_01::Models::ManagedServiceIdentity
|
1122
1136
|
end
|
1123
1137
|
def troubleshooting_parameters
|
1124
1138
|
Azure::Network::Mgmt::V2018_12_01::Models::TroubleshootingParameters
|
1125
1139
|
end
|
1126
|
-
def
|
1127
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1140
|
+
def application_gateway_available_waf_rule_sets_result
|
1141
|
+
Azure::Network::Mgmt::V2018_12_01::Models::ApplicationGatewayAvailableWafRuleSetsResult
|
1128
1142
|
end
|
1129
1143
|
def query_troubleshooting_parameters
|
1130
1144
|
Azure::Network::Mgmt::V2018_12_01::Models::QueryTroubleshootingParameters
|
1131
1145
|
end
|
1132
|
-
def
|
1133
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1146
|
+
def resource
|
1147
|
+
Azure::Network::Mgmt::V2018_12_01::Models::Resource
|
1134
1148
|
end
|
1135
1149
|
def troubleshooting_recommended_actions
|
1136
1150
|
Azure::Network::Mgmt::V2018_12_01::Models::TroubleshootingRecommendedActions
|
1137
1151
|
end
|
1138
|
-
def
|
1139
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1152
|
+
def application_security_group_list_result
|
1153
|
+
Azure::Network::Mgmt::V2018_12_01::Models::ApplicationSecurityGroupListResult
|
1140
1154
|
end
|
1141
1155
|
def troubleshooting_details
|
1142
1156
|
Azure::Network::Mgmt::V2018_12_01::Models::TroubleshootingDetails
|
1143
1157
|
end
|
1144
|
-
def
|
1145
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1158
|
+
def azure_firewall_rcaction
|
1159
|
+
Azure::Network::Mgmt::V2018_12_01::Models::AzureFirewallRCAction
|
1146
1160
|
end
|
1147
1161
|
def troubleshooting_result
|
1148
1162
|
Azure::Network::Mgmt::V2018_12_01::Models::TroubleshootingResult
|
1149
1163
|
end
|
1150
|
-
def
|
1151
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1164
|
+
def azure_firewall_nat_rcaction
|
1165
|
+
Azure::Network::Mgmt::V2018_12_01::Models::AzureFirewallNatRCAction
|
1152
1166
|
end
|
1153
1167
|
def retention_policy_parameters
|
1154
1168
|
Azure::Network::Mgmt::V2018_12_01::Models::RetentionPolicyParameters
|
1155
1169
|
end
|
1156
|
-
def
|
1157
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1170
|
+
def virtual_network_peering_list_result
|
1171
|
+
Azure::Network::Mgmt::V2018_12_01::Models::VirtualNetworkPeeringListResult
|
1158
1172
|
end
|
1159
1173
|
def flow_log_format_parameters
|
1160
1174
|
Azure::Network::Mgmt::V2018_12_01::Models::FlowLogFormatParameters
|
1161
1175
|
end
|
1162
|
-
def
|
1163
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1176
|
+
def azure_firewall_fqdn_tag_list_result
|
1177
|
+
Azure::Network::Mgmt::V2018_12_01::Models::AzureFirewallFqdnTagListResult
|
1164
1178
|
end
|
1165
1179
|
def flow_log_status_parameters
|
1166
1180
|
Azure::Network::Mgmt::V2018_12_01::Models::FlowLogStatusParameters
|
1167
1181
|
end
|
1168
|
-
def express_route_circuit_stats
|
1169
|
-
Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteCircuitStats
|
1170
|
-
end
|
1171
1182
|
def traffic_analytics_configuration_properties
|
1172
1183
|
Azure::Network::Mgmt::V2018_12_01::Models::TrafficAnalyticsConfigurationProperties
|
1173
1184
|
end
|
1174
|
-
def
|
1175
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1185
|
+
def usages_list_result
|
1186
|
+
Azure::Network::Mgmt::V2018_12_01::Models::UsagesListResult
|
1176
1187
|
end
|
1177
1188
|
def traffic_analytics_properties
|
1178
1189
|
Azure::Network::Mgmt::V2018_12_01::Models::TrafficAnalyticsProperties
|
1179
1190
|
end
|
1180
|
-
def
|
1181
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1191
|
+
def express_route_circuit_peering_config
|
1192
|
+
Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteCircuitPeeringConfig
|
1182
1193
|
end
|
1183
1194
|
def flow_log_information
|
1184
1195
|
Azure::Network::Mgmt::V2018_12_01::Models::FlowLogInformation
|
1185
1196
|
end
|
1186
|
-
def
|
1187
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1197
|
+
def service_endpoint_policy_list_result
|
1198
|
+
Azure::Network::Mgmt::V2018_12_01::Models::ServiceEndpointPolicyListResult
|
1188
1199
|
end
|
1189
1200
|
def connectivity_source
|
1190
1201
|
Azure::Network::Mgmt::V2018_12_01::Models::ConnectivitySource
|
1191
1202
|
end
|
1192
|
-
def
|
1193
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1203
|
+
def ipv6_express_route_circuit_peering_config
|
1204
|
+
Azure::Network::Mgmt::V2018_12_01::Models::Ipv6ExpressRouteCircuitPeeringConfig
|
1194
1205
|
end
|
1195
1206
|
def connectivity_destination
|
1196
1207
|
Azure::Network::Mgmt::V2018_12_01::Models::ConnectivityDestination
|
1197
1208
|
end
|
1198
|
-
def
|
1199
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1209
|
+
def express_route_circuit_sku
|
1210
|
+
Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteCircuitSku
|
1200
1211
|
end
|
1201
1212
|
def httpheader
|
1202
1213
|
Azure::Network::Mgmt::V2018_12_01::Models::HTTPHeader
|
1203
1214
|
end
|
1204
|
-
def
|
1205
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1215
|
+
def express_route_circuits_arp_table_list_result
|
1216
|
+
Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteCircuitsArpTableListResult
|
1206
1217
|
end
|
1207
1218
|
def httpconfiguration
|
1208
1219
|
Azure::Network::Mgmt::V2018_12_01::Models::HTTPConfiguration
|
1209
1220
|
end
|
1210
|
-
def
|
1211
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1221
|
+
def express_route_circuits_routes_table_summary_list_result
|
1222
|
+
Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteCircuitsRoutesTableSummaryListResult
|
1212
1223
|
end
|
1213
1224
|
def protocol_configuration
|
1214
1225
|
Azure::Network::Mgmt::V2018_12_01::Models::ProtocolConfiguration
|
1215
1226
|
end
|
1216
|
-
def
|
1217
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1227
|
+
def express_route_service_provider_list_result
|
1228
|
+
Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteServiceProviderListResult
|
1218
1229
|
end
|
1219
1230
|
def connectivity_parameters
|
1220
1231
|
Azure::Network::Mgmt::V2018_12_01::Models::ConnectivityParameters
|
1221
1232
|
end
|
1222
|
-
def
|
1223
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1233
|
+
def virtual_network_tap_list_result
|
1234
|
+
Azure::Network::Mgmt::V2018_12_01::Models::VirtualNetworkTapListResult
|
1224
1235
|
end
|
1225
1236
|
def connectivity_issue
|
1226
1237
|
Azure::Network::Mgmt::V2018_12_01::Models::ConnectivityIssue
|
1227
1238
|
end
|
1228
|
-
def
|
1229
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1239
|
+
def virtual_hub_route
|
1240
|
+
Azure::Network::Mgmt::V2018_12_01::Models::VirtualHubRoute
|
1230
1241
|
end
|
1231
1242
|
def connectivity_hop
|
1232
1243
|
Azure::Network::Mgmt::V2018_12_01::Models::ConnectivityHop
|
1233
1244
|
end
|
1234
|
-
def
|
1235
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1245
|
+
def list_vpn_gateways_result
|
1246
|
+
Azure::Network::Mgmt::V2018_12_01::Models::ListVpnGatewaysResult
|
1236
1247
|
end
|
1237
1248
|
def connectivity_information
|
1238
1249
|
Azure::Network::Mgmt::V2018_12_01::Models::ConnectivityInformation
|
1239
1250
|
end
|
1240
|
-
def
|
1241
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1251
|
+
def application_gateway_backend_health_server
|
1252
|
+
Azure::Network::Mgmt::V2018_12_01::Models::ApplicationGatewayBackendHealthServer
|
1242
1253
|
end
|
1243
1254
|
def azure_reachability_report_location
|
1244
1255
|
Azure::Network::Mgmt::V2018_12_01::Models::AzureReachabilityReportLocation
|
1245
1256
|
end
|
1246
|
-
def
|
1247
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1257
|
+
def bgp_peer_status
|
1258
|
+
Azure::Network::Mgmt::V2018_12_01::Models::BgpPeerStatus
|
1248
1259
|
end
|
1249
1260
|
def azure_reachability_report_parameters
|
1250
1261
|
Azure::Network::Mgmt::V2018_12_01::Models::AzureReachabilityReportParameters
|
1251
1262
|
end
|
1252
|
-
def
|
1253
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1263
|
+
def virtual_network_gateway_sku
|
1264
|
+
Azure::Network::Mgmt::V2018_12_01::Models::VirtualNetworkGatewaySku
|
1254
1265
|
end
|
1255
1266
|
def azure_reachability_report_latency_info
|
1256
1267
|
Azure::Network::Mgmt::V2018_12_01::Models::AzureReachabilityReportLatencyInfo
|
1257
1268
|
end
|
1258
|
-
def
|
1259
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1269
|
+
def virtual_wan_security_providers
|
1270
|
+
Azure::Network::Mgmt::V2018_12_01::Models::VirtualWanSecurityProviders
|
1260
1271
|
end
|
1261
1272
|
def azure_reachability_report_item
|
1262
1273
|
Azure::Network::Mgmt::V2018_12_01::Models::AzureReachabilityReportItem
|
1263
1274
|
end
|
1264
|
-
def
|
1265
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1275
|
+
def application_gateway_firewall_rule_group
|
1276
|
+
Azure::Network::Mgmt::V2018_12_01::Models::ApplicationGatewayFirewallRuleGroup
|
1266
1277
|
end
|
1267
1278
|
def azure_reachability_report
|
1268
1279
|
Azure::Network::Mgmt::V2018_12_01::Models::AzureReachabilityReport
|
1269
1280
|
end
|
1270
|
-
def
|
1271
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1281
|
+
def error
|
1282
|
+
Azure::Network::Mgmt::V2018_12_01::Models::Error
|
1272
1283
|
end
|
1273
1284
|
def available_providers_list_parameters
|
1274
1285
|
Azure::Network::Mgmt::V2018_12_01::Models::AvailableProvidersListParameters
|
1275
1286
|
end
|
1276
|
-
def
|
1277
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1287
|
+
def azure_firewall_application_rule
|
1288
|
+
Azure::Network::Mgmt::V2018_12_01::Models::AzureFirewallApplicationRule
|
1278
1289
|
end
|
1279
1290
|
def available_providers_list_city
|
1280
1291
|
Azure::Network::Mgmt::V2018_12_01::Models::AvailableProvidersListCity
|
1281
1292
|
end
|
1282
|
-
def
|
1283
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1293
|
+
def azure_firewall_list_result
|
1294
|
+
Azure::Network::Mgmt::V2018_12_01::Models::AzureFirewallListResult
|
1284
1295
|
end
|
1285
1296
|
def available_providers_list_state
|
1286
1297
|
Azure::Network::Mgmt::V2018_12_01::Models::AvailableProvidersListState
|
1287
1298
|
end
|
1288
|
-
def
|
1289
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1299
|
+
def ddos_protection_plan
|
1300
|
+
Azure::Network::Mgmt::V2018_12_01::Models::DdosProtectionPlan
|
1290
1301
|
end
|
1291
1302
|
def available_providers_list_country
|
1292
1303
|
Azure::Network::Mgmt::V2018_12_01::Models::AvailableProvidersListCountry
|
1293
1304
|
end
|
1294
|
-
def
|
1295
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1305
|
+
def express_route_circuit_stats
|
1306
|
+
Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteCircuitStats
|
1296
1307
|
end
|
1297
1308
|
def available_providers_list
|
1298
1309
|
Azure::Network::Mgmt::V2018_12_01::Models::AvailableProvidersList
|
1299
1310
|
end
|
1300
|
-
def
|
1301
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1311
|
+
def express_route_circuit_connection_list_result
|
1312
|
+
Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteCircuitConnectionListResult
|
1302
1313
|
end
|
1303
1314
|
def connection_monitor_source
|
1304
1315
|
Azure::Network::Mgmt::V2018_12_01::Models::ConnectionMonitorSource
|
1305
1316
|
end
|
1306
|
-
def
|
1307
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1317
|
+
def express_route_circuits_routes_table_list_result
|
1318
|
+
Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteCircuitsRoutesTableListResult
|
1308
1319
|
end
|
1309
1320
|
def connection_monitor_destination
|
1310
1321
|
Azure::Network::Mgmt::V2018_12_01::Models::ConnectionMonitorDestination
|
1311
1322
|
end
|
1312
|
-
def
|
1313
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1323
|
+
def network_interface_dns_settings
|
1324
|
+
Azure::Network::Mgmt::V2018_12_01::Models::NetworkInterfaceDnsSettings
|
1314
1325
|
end
|
1315
1326
|
def connection_monitor_parameters
|
1316
1327
|
Azure::Network::Mgmt::V2018_12_01::Models::ConnectionMonitorParameters
|
1317
1328
|
end
|
1318
|
-
def
|
1319
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1329
|
+
def virtual_hub_route_table
|
1330
|
+
Azure::Network::Mgmt::V2018_12_01::Models::VirtualHubRouteTable
|
1320
1331
|
end
|
1321
1332
|
def connection_monitor
|
1322
1333
|
Azure::Network::Mgmt::V2018_12_01::Models::ConnectionMonitor
|
1323
1334
|
end
|
1335
|
+
def application_gateway_sku
|
1336
|
+
Azure::Network::Mgmt::V2018_12_01::Models::ApplicationGatewaySku
|
1337
|
+
end
|
1324
1338
|
def connection_monitor_result
|
1325
1339
|
Azure::Network::Mgmt::V2018_12_01::Models::ConnectionMonitorResult
|
1326
1340
|
end
|
1327
|
-
def
|
1328
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1341
|
+
def application_gateway_rewrite_rule_action_set
|
1342
|
+
Azure::Network::Mgmt::V2018_12_01::Models::ApplicationGatewayRewriteRuleActionSet
|
1329
1343
|
end
|
1330
1344
|
def connection_monitor_list_result
|
1331
1345
|
Azure::Network::Mgmt::V2018_12_01::Models::ConnectionMonitorListResult
|
1332
1346
|
end
|
1333
|
-
def
|
1334
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1347
|
+
def ipaddress_availability_result
|
1348
|
+
Azure::Network::Mgmt::V2018_12_01::Models::IPAddressAvailabilityResult
|
1335
1349
|
end
|
1336
1350
|
def connection_state_snapshot
|
1337
1351
|
Azure::Network::Mgmt::V2018_12_01::Models::ConnectionStateSnapshot
|
1338
1352
|
end
|
1339
|
-
def
|
1340
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1353
|
+
def dhcp_options
|
1354
|
+
Azure::Network::Mgmt::V2018_12_01::Models::DhcpOptions
|
1341
1355
|
end
|
1342
1356
|
def connection_monitor_query_result
|
1343
1357
|
Azure::Network::Mgmt::V2018_12_01::Models::ConnectionMonitorQueryResult
|
1344
1358
|
end
|
1345
|
-
def
|
1346
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1359
|
+
def usage
|
1360
|
+
Azure::Network::Mgmt::V2018_12_01::Models::Usage
|
1347
1361
|
end
|
1348
1362
|
def network_configuration_diagnostic_profile
|
1349
1363
|
Azure::Network::Mgmt::V2018_12_01::Models::NetworkConfigurationDiagnosticProfile
|
1350
1364
|
end
|
1351
|
-
def
|
1352
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1365
|
+
def bgpcommunity
|
1366
|
+
Azure::Network::Mgmt::V2018_12_01::Models::BGPCommunity
|
1353
1367
|
end
|
1354
1368
|
def network_configuration_diagnostic_parameters
|
1355
1369
|
Azure::Network::Mgmt::V2018_12_01::Models::NetworkConfigurationDiagnosticParameters
|
1356
1370
|
end
|
1357
|
-
def
|
1358
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1371
|
+
def public_ipaddress_sku
|
1372
|
+
Azure::Network::Mgmt::V2018_12_01::Models::PublicIPAddressSku
|
1359
1373
|
end
|
1360
1374
|
def matched_rule
|
1361
1375
|
Azure::Network::Mgmt::V2018_12_01::Models::MatchedRule
|
1362
1376
|
end
|
1363
|
-
def
|
1364
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1377
|
+
def application_gateway_custom_error
|
1378
|
+
Azure::Network::Mgmt::V2018_12_01::Models::ApplicationGatewayCustomError
|
1365
1379
|
end
|
1366
1380
|
def network_security_rules_evaluation_result
|
1367
1381
|
Azure::Network::Mgmt::V2018_12_01::Models::NetworkSecurityRulesEvaluationResult
|
1368
1382
|
end
|
1369
|
-
def
|
1370
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1383
|
+
def available_delegations_result
|
1384
|
+
Azure::Network::Mgmt::V2018_12_01::Models::AvailableDelegationsResult
|
1371
1385
|
end
|
1372
1386
|
def evaluated_network_security_group
|
1373
1387
|
Azure::Network::Mgmt::V2018_12_01::Models::EvaluatedNetworkSecurityGroup
|
1374
1388
|
end
|
1375
|
-
def
|
1376
|
-
Azure::Network::Mgmt::V2018_12_01::Models::
|
1389
|
+
def bgp_service_community_list_result
|
1390
|
+
Azure::Network::Mgmt::V2018_12_01::Models::BgpServiceCommunityListResult
|
1377
1391
|
end
|
1378
1392
|
def network_security_group_result
|
1379
1393
|
Azure::Network::Mgmt::V2018_12_01::Models::NetworkSecurityGroupResult
|
1380
1394
|
end
|
1395
|
+
def application_gateway_backend_address
|
1396
|
+
Azure::Network::Mgmt::V2018_12_01::Models::ApplicationGatewayBackendAddress
|
1397
|
+
end
|
1398
|
+
def network_configuration_diagnostic_result
|
1399
|
+
Azure::Network::Mgmt::V2018_12_01::Models::NetworkConfigurationDiagnosticResult
|
1400
|
+
end
|
1401
|
+
def protocol_custom_settings_format
|
1402
|
+
Azure::Network::Mgmt::V2018_12_01::Models::ProtocolCustomSettingsFormat
|
1403
|
+
end
|
1404
|
+
def network_configuration_diagnostic_response
|
1405
|
+
Azure::Network::Mgmt::V2018_12_01::Models::NetworkConfigurationDiagnosticResponse
|
1406
|
+
end
|
1407
|
+
def application_gateway_autoscale_configuration
|
1408
|
+
Azure::Network::Mgmt::V2018_12_01::Models::ApplicationGatewayAutoscaleConfiguration
|
1409
|
+
end
|
1410
|
+
def operation_display
|
1411
|
+
Azure::Network::Mgmt::V2018_12_01::Models::OperationDisplay
|
1412
|
+
end
|
1413
|
+
def express_route_service_provider_bandwidths_offered
|
1414
|
+
Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteServiceProviderBandwidthsOffered
|
1415
|
+
end
|
1416
|
+
def availability
|
1417
|
+
Azure::Network::Mgmt::V2018_12_01::Models::Availability
|
1418
|
+
end
|
1381
1419
|
def network_interface_tap_configuration
|
1382
1420
|
Azure::Network::Mgmt::V2018_12_01::Models::NetworkInterfaceTapConfiguration
|
1383
1421
|
end
|
@@ -1534,6 +1572,9 @@ module Azure::Profiles::Latest
|
|
1534
1572
|
def express_route_circuit_connection
|
1535
1573
|
Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteCircuitConnection
|
1536
1574
|
end
|
1575
|
+
def peer_express_route_circuit_connection
|
1576
|
+
Azure::Network::Mgmt::V2018_12_01::Models::PeerExpressRouteCircuitConnection
|
1577
|
+
end
|
1537
1578
|
def express_route_circuit_peering
|
1538
1579
|
Azure::Network::Mgmt::V2018_12_01::Models::ExpressRouteCircuitPeering
|
1539
1580
|
end
|
@@ -1678,6 +1719,9 @@ module Azure::Profiles::Latest
|
|
1678
1719
|
def p2_svpn_gateway
|
1679
1720
|
Azure::Network::Mgmt::V2018_12_01::Models::P2SVpnGateway
|
1680
1721
|
end
|
1722
|
+
def web_application_firewall_policy
|
1723
|
+
Azure::Network::Mgmt::V2018_12_01::Models::WebApplicationFirewallPolicy
|
1724
|
+
end
|
1681
1725
|
def ipallocation_method
|
1682
1726
|
Azure::Network::Mgmt::V2018_12_01::Models::IPAllocationMethod
|
1683
1727
|
end
|
@@ -1960,6 +2004,30 @@ module Azure::Profiles::Latest
|
|
1960
2004
|
def hub_virtual_network_connection_status
|
1961
2005
|
Azure::Network::Mgmt::V2018_12_01::Models::HubVirtualNetworkConnectionStatus
|
1962
2006
|
end
|
2007
|
+
def web_application_firewall_enabled_state
|
2008
|
+
Azure::Network::Mgmt::V2018_12_01::Models::WebApplicationFirewallEnabledState
|
2009
|
+
end
|
2010
|
+
def web_application_firewall_mode
|
2011
|
+
Azure::Network::Mgmt::V2018_12_01::Models::WebApplicationFirewallMode
|
2012
|
+
end
|
2013
|
+
def web_application_firewall_rule_type
|
2014
|
+
Azure::Network::Mgmt::V2018_12_01::Models::WebApplicationFirewallRuleType
|
2015
|
+
end
|
2016
|
+
def web_application_firewall_match_variable
|
2017
|
+
Azure::Network::Mgmt::V2018_12_01::Models::WebApplicationFirewallMatchVariable
|
2018
|
+
end
|
2019
|
+
def web_application_firewall_operator
|
2020
|
+
Azure::Network::Mgmt::V2018_12_01::Models::WebApplicationFirewallOperator
|
2021
|
+
end
|
2022
|
+
def web_application_firewall_transform
|
2023
|
+
Azure::Network::Mgmt::V2018_12_01::Models::WebApplicationFirewallTransform
|
2024
|
+
end
|
2025
|
+
def web_application_firewall_action
|
2026
|
+
Azure::Network::Mgmt::V2018_12_01::Models::WebApplicationFirewallAction
|
2027
|
+
end
|
2028
|
+
def web_application_firewall_policy_resource_state
|
2029
|
+
Azure::Network::Mgmt::V2018_12_01::Models::WebApplicationFirewallPolicyResourceState
|
2030
|
+
end
|
1963
2031
|
end
|
1964
2032
|
end
|
1965
2033
|
end
|