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