1// +build go1.13
2
3// Copyright (c) Microsoft Corporation. All rights reserved.
4// Licensed under the MIT License. See License.txt in the project root for license information.
5// This code was generated by a tool.
6// Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
8package armnetwork
9
10import (
11	original "github.com/Azure/azure-sdk-for-go/sdk/arm/network/2020-07-01/armnetwork"
12	"github.com/Azure/azure-sdk-for-go/sdk/armcore"
13)
14
15// Access - Access to be allowed or denied.
16type Access = original.Access
17
18const (
19	AccessAllow = original.AccessAllow
20	AccessDeny  = original.AccessDeny
21)
22
23// ApplicationGatewayBackendHealthServerHealth - Health of backend server.
24type ApplicationGatewayBackendHealthServerHealth = original.ApplicationGatewayBackendHealthServerHealth
25
26const (
27	ApplicationGatewayBackendHealthServerHealthDown     = original.ApplicationGatewayBackendHealthServerHealthDown
28	ApplicationGatewayBackendHealthServerHealthDraining = original.ApplicationGatewayBackendHealthServerHealthDraining
29	ApplicationGatewayBackendHealthServerHealthPartial  = original.ApplicationGatewayBackendHealthServerHealthPartial
30	ApplicationGatewayBackendHealthServerHealthUnknown  = original.ApplicationGatewayBackendHealthServerHealthUnknown
31	ApplicationGatewayBackendHealthServerHealthUp       = original.ApplicationGatewayBackendHealthServerHealthUp
32)
33
34// ApplicationGatewayCookieBasedAffinity - Cookie based affinity.
35type ApplicationGatewayCookieBasedAffinity = original.ApplicationGatewayCookieBasedAffinity
36
37const (
38	ApplicationGatewayCookieBasedAffinityDisabled = original.ApplicationGatewayCookieBasedAffinityDisabled
39	ApplicationGatewayCookieBasedAffinityEnabled  = original.ApplicationGatewayCookieBasedAffinityEnabled
40)
41
42// ApplicationGatewayCustomErrorStatusCode - Status code of the application gateway customer error.
43type ApplicationGatewayCustomErrorStatusCode = original.ApplicationGatewayCustomErrorStatusCode
44
45const (
46	ApplicationGatewayCustomErrorStatusCodeHTTPStatus403 = original.ApplicationGatewayCustomErrorStatusCodeHTTPStatus403
47	ApplicationGatewayCustomErrorStatusCodeHTTPStatus502 = original.ApplicationGatewayCustomErrorStatusCodeHTTPStatus502
48)
49
50// ApplicationGatewayFirewallMode - Web application firewall mode.
51type ApplicationGatewayFirewallMode = original.ApplicationGatewayFirewallMode
52
53const (
54	ApplicationGatewayFirewallModeDetection  = original.ApplicationGatewayFirewallModeDetection
55	ApplicationGatewayFirewallModePrevention = original.ApplicationGatewayFirewallModePrevention
56)
57
58// ApplicationGatewayOperationalState - Operational state of the application gateway resource.
59type ApplicationGatewayOperationalState = original.ApplicationGatewayOperationalState
60
61const (
62	ApplicationGatewayOperationalStateRunning  = original.ApplicationGatewayOperationalStateRunning
63	ApplicationGatewayOperationalStateStarting = original.ApplicationGatewayOperationalStateStarting
64	ApplicationGatewayOperationalStateStopped  = original.ApplicationGatewayOperationalStateStopped
65	ApplicationGatewayOperationalStateStopping = original.ApplicationGatewayOperationalStateStopping
66)
67
68// ApplicationGatewayProtocol - Application Gateway protocol.
69type ApplicationGatewayProtocol = original.ApplicationGatewayProtocol
70
71const (
72	ApplicationGatewayProtocolHTTP  = original.ApplicationGatewayProtocolHTTP
73	ApplicationGatewayProtocolHTTPs = original.ApplicationGatewayProtocolHTTPs
74)
75
76// ApplicationGatewayRedirectType - Redirect type enum.
77type ApplicationGatewayRedirectType = original.ApplicationGatewayRedirectType
78
79const (
80	ApplicationGatewayRedirectTypeFound     = original.ApplicationGatewayRedirectTypeFound
81	ApplicationGatewayRedirectTypePermanent = original.ApplicationGatewayRedirectTypePermanent
82	ApplicationGatewayRedirectTypeSeeOther  = original.ApplicationGatewayRedirectTypeSeeOther
83	ApplicationGatewayRedirectTypeTemporary = original.ApplicationGatewayRedirectTypeTemporary
84)
85
86// ApplicationGatewayRequestRoutingRuleType - Rule type.
87type ApplicationGatewayRequestRoutingRuleType = original.ApplicationGatewayRequestRoutingRuleType
88
89const (
90	ApplicationGatewayRequestRoutingRuleTypeBasic            = original.ApplicationGatewayRequestRoutingRuleTypeBasic
91	ApplicationGatewayRequestRoutingRuleTypePathBasedRouting = original.ApplicationGatewayRequestRoutingRuleTypePathBasedRouting
92)
93
94// ApplicationGatewaySKUName - Name of an application gateway SKU.
95type ApplicationGatewaySKUName = original.ApplicationGatewaySKUName
96
97const (
98	ApplicationGatewaySKUNameStandardLarge  = original.ApplicationGatewaySKUNameStandardLarge
99	ApplicationGatewaySKUNameStandardMedium = original.ApplicationGatewaySKUNameStandardMedium
100	ApplicationGatewaySKUNameStandardSmall  = original.ApplicationGatewaySKUNameStandardSmall
101	ApplicationGatewaySKUNameStandardV2     = original.ApplicationGatewaySKUNameStandardV2
102	ApplicationGatewaySKUNameWafLarge       = original.ApplicationGatewaySKUNameWafLarge
103	ApplicationGatewaySKUNameWafMedium      = original.ApplicationGatewaySKUNameWafMedium
104	ApplicationGatewaySKUNameWafv2          = original.ApplicationGatewaySKUNameWafv2
105)
106
107// ApplicationGatewaySslCipherSuite - Ssl cipher suites enums.
108type ApplicationGatewaySslCipherSuite = original.ApplicationGatewaySslCipherSuite
109
110const (
111	ApplicationGatewaySslCipherSuiteTLSEcdheEcdsaWithAES128Cbcsha    = original.ApplicationGatewaySslCipherSuiteTLSEcdheEcdsaWithAES128Cbcsha
112	ApplicationGatewaySslCipherSuiteTLSEcdheEcdsaWithAES128Cbcsha256 = original.ApplicationGatewaySslCipherSuiteTLSEcdheEcdsaWithAES128Cbcsha256
113	ApplicationGatewaySslCipherSuiteTLSEcdheEcdsaWithAES128GCMsha256 = original.ApplicationGatewaySslCipherSuiteTLSEcdheEcdsaWithAES128GCMsha256
114	ApplicationGatewaySslCipherSuiteTLSEcdheEcdsaWithAES256Cbcsha    = original.ApplicationGatewaySslCipherSuiteTLSEcdheEcdsaWithAES256Cbcsha
115	ApplicationGatewaySslCipherSuiteTLSEcdheEcdsaWithAES256Cbcsha384 = original.ApplicationGatewaySslCipherSuiteTLSEcdheEcdsaWithAES256Cbcsha384
116	ApplicationGatewaySslCipherSuiteTLSEcdheEcdsaWithAES256GCMsha384 = original.ApplicationGatewaySslCipherSuiteTLSEcdheEcdsaWithAES256GCMsha384
117	ApplicationGatewaySslCipherSuiteTLSEcdheRsawithAES128Cbcsha      = original.ApplicationGatewaySslCipherSuiteTLSEcdheRsawithAES128Cbcsha
118	ApplicationGatewaySslCipherSuiteTLSEcdheRsawithAES128Cbcsha256   = original.ApplicationGatewaySslCipherSuiteTLSEcdheRsawithAES128Cbcsha256
119	ApplicationGatewaySslCipherSuiteTLSEcdheRsawithAES128GCMsha256   = original.ApplicationGatewaySslCipherSuiteTLSEcdheRsawithAES128GCMsha256
120	ApplicationGatewaySslCipherSuiteTLSEcdheRsawithAES256Cbcsha      = original.ApplicationGatewaySslCipherSuiteTLSEcdheRsawithAES256Cbcsha
121	ApplicationGatewaySslCipherSuiteTLSEcdheRsawithAES256Cbcsha384   = original.ApplicationGatewaySslCipherSuiteTLSEcdheRsawithAES256Cbcsha384
122	ApplicationGatewaySslCipherSuiteTLSEcdheRsawithAES256GCMsha384   = original.ApplicationGatewaySslCipherSuiteTLSEcdheRsawithAES256GCMsha384
123	ApplicationGatewaySslCipherSuiteTLSdhedssWith3Desedecbcsha       = original.ApplicationGatewaySslCipherSuiteTLSdhedssWith3Desedecbcsha
124	ApplicationGatewaySslCipherSuiteTLSdhedssWithAES128Cbcsha        = original.ApplicationGatewaySslCipherSuiteTLSdhedssWithAES128Cbcsha
125	ApplicationGatewaySslCipherSuiteTLSdhedssWithAES128Cbcsha256     = original.ApplicationGatewaySslCipherSuiteTLSdhedssWithAES128Cbcsha256
126	ApplicationGatewaySslCipherSuiteTLSdhedssWithAES256Cbcsha        = original.ApplicationGatewaySslCipherSuiteTLSdhedssWithAES256Cbcsha
127	ApplicationGatewaySslCipherSuiteTLSdhedssWithAES256Cbcsha256     = original.ApplicationGatewaySslCipherSuiteTLSdhedssWithAES256Cbcsha256
128	ApplicationGatewaySslCipherSuiteTLSdhersaWithAES128Cbcsha        = original.ApplicationGatewaySslCipherSuiteTLSdhersaWithAES128Cbcsha
129	ApplicationGatewaySslCipherSuiteTLSdhersaWithAES128GCMsha256     = original.ApplicationGatewaySslCipherSuiteTLSdhersaWithAES128GCMsha256
130	ApplicationGatewaySslCipherSuiteTLSdhersaWithAES256Cbcsha        = original.ApplicationGatewaySslCipherSuiteTLSdhersaWithAES256Cbcsha
131	ApplicationGatewaySslCipherSuiteTLSdhersaWithAES256GCMsha384     = original.ApplicationGatewaySslCipherSuiteTLSdhersaWithAES256GCMsha384
132	ApplicationGatewaySslCipherSuiteTLSrsaWith3Desedecbcsha          = original.ApplicationGatewaySslCipherSuiteTLSrsaWith3Desedecbcsha
133	ApplicationGatewaySslCipherSuiteTLSrsaWithAES128Cbcsha           = original.ApplicationGatewaySslCipherSuiteTLSrsaWithAES128Cbcsha
134	ApplicationGatewaySslCipherSuiteTLSrsaWithAES128Cbcsha256        = original.ApplicationGatewaySslCipherSuiteTLSrsaWithAES128Cbcsha256
135	ApplicationGatewaySslCipherSuiteTLSrsaWithAES128GCMsha256        = original.ApplicationGatewaySslCipherSuiteTLSrsaWithAES128GCMsha256
136	ApplicationGatewaySslCipherSuiteTLSrsaWithAES256Cbcsha           = original.ApplicationGatewaySslCipherSuiteTLSrsaWithAES256Cbcsha
137	ApplicationGatewaySslCipherSuiteTLSrsaWithAES256Cbcsha256        = original.ApplicationGatewaySslCipherSuiteTLSrsaWithAES256Cbcsha256
138	ApplicationGatewaySslCipherSuiteTLSrsaWithAES256GCMsha384        = original.ApplicationGatewaySslCipherSuiteTLSrsaWithAES256GCMsha384
139)
140
141// ApplicationGatewaySslPolicyName - Ssl predefined policy name enums.
142type ApplicationGatewaySslPolicyName = original.ApplicationGatewaySslPolicyName
143
144const (
145	ApplicationGatewaySslPolicyNameAppGwSslPolicy20150501  = original.ApplicationGatewaySslPolicyNameAppGwSslPolicy20150501
146	ApplicationGatewaySslPolicyNameAppGwSslPolicy20170401  = original.ApplicationGatewaySslPolicyNameAppGwSslPolicy20170401
147	ApplicationGatewaySslPolicyNameAppGwSslPolicy20170401S = original.ApplicationGatewaySslPolicyNameAppGwSslPolicy20170401S
148)
149
150// ApplicationGatewaySslPolicyType - Type of Ssl Policy.
151type ApplicationGatewaySslPolicyType = original.ApplicationGatewaySslPolicyType
152
153const (
154	ApplicationGatewaySslPolicyTypeCustom     = original.ApplicationGatewaySslPolicyTypeCustom
155	ApplicationGatewaySslPolicyTypePredefined = original.ApplicationGatewaySslPolicyTypePredefined
156)
157
158// ApplicationGatewaySslProtocol - Ssl protocol enums.
159type ApplicationGatewaySslProtocol = original.ApplicationGatewaySslProtocol
160
161const (
162	ApplicationGatewaySslProtocolTlSv10 = original.ApplicationGatewaySslProtocolTlSv10
163	ApplicationGatewaySslProtocolTlSv11 = original.ApplicationGatewaySslProtocolTlSv11
164	ApplicationGatewaySslProtocolTlSv12 = original.ApplicationGatewaySslProtocolTlSv12
165)
166
167// ApplicationGatewayTier - Tier of an application gateway.
168type ApplicationGatewayTier = original.ApplicationGatewayTier
169
170const (
171	ApplicationGatewayTierStandard   = original.ApplicationGatewayTierStandard
172	ApplicationGatewayTierStandardV2 = original.ApplicationGatewayTierStandardV2
173	ApplicationGatewayTierWaf        = original.ApplicationGatewayTierWaf
174	ApplicationGatewayTierWafv2      = original.ApplicationGatewayTierWafv2
175)
176
177// AssociationType - The association type of the child resource to the parent resource.
178type AssociationType = original.AssociationType
179
180const (
181	AssociationTypeAssociated = original.AssociationTypeAssociated
182	AssociationTypeContains   = original.AssociationTypeContains
183)
184
185// AuthenticationMethod - VPN client authentication method.
186type AuthenticationMethod = original.AuthenticationMethod
187
188const (
189	AuthenticationMethodEapmschaPv2 = original.AuthenticationMethodEapmschaPv2
190	AuthenticationMethodEaptls      = original.AuthenticationMethodEaptls
191)
192
193// AuthorizationUseStatus - The authorization use status.
194type AuthorizationUseStatus = original.AuthorizationUseStatus
195
196const (
197	AuthorizationUseStatusAvailable = original.AuthorizationUseStatusAvailable
198	AuthorizationUseStatusInUse     = original.AuthorizationUseStatusInUse
199)
200
201// AzureFirewallApplicationRuleProtocolType - The protocol type of a Application Rule resource.
202type AzureFirewallApplicationRuleProtocolType = original.AzureFirewallApplicationRuleProtocolType
203
204const (
205	AzureFirewallApplicationRuleProtocolTypeHTTP  = original.AzureFirewallApplicationRuleProtocolTypeHTTP
206	AzureFirewallApplicationRuleProtocolTypeHTTPs = original.AzureFirewallApplicationRuleProtocolTypeHTTPs
207	AzureFirewallApplicationRuleProtocolTypeMssql = original.AzureFirewallApplicationRuleProtocolTypeMssql
208)
209
210// AzureFirewallNatRCActionType - The action type of a NAT rule collection.
211type AzureFirewallNatRCActionType = original.AzureFirewallNatRCActionType
212
213const (
214	AzureFirewallNatRCActionTypeDnat = original.AzureFirewallNatRCActionTypeDnat
215	AzureFirewallNatRCActionTypeSnat = original.AzureFirewallNatRCActionTypeSnat
216)
217
218// AzureFirewallNetworkRuleProtocol - The protocol of a Network Rule resource.
219type AzureFirewallNetworkRuleProtocol = original.AzureFirewallNetworkRuleProtocol
220
221const (
222	AzureFirewallNetworkRuleProtocolAny  = original.AzureFirewallNetworkRuleProtocolAny
223	AzureFirewallNetworkRuleProtocolIcmp = original.AzureFirewallNetworkRuleProtocolIcmp
224	AzureFirewallNetworkRuleProtocolTCP  = original.AzureFirewallNetworkRuleProtocolTCP
225	AzureFirewallNetworkRuleProtocolUDP  = original.AzureFirewallNetworkRuleProtocolUDP
226)
227
228// AzureFirewallRCActionType - The action type of a rule collection.
229type AzureFirewallRCActionType = original.AzureFirewallRCActionType
230
231const (
232	AzureFirewallRCActionTypeAllow = original.AzureFirewallRCActionTypeAllow
233	AzureFirewallRCActionTypeDeny  = original.AzureFirewallRCActionTypeDeny
234)
235
236// AzureFirewallSKUName - Name of an Azure Firewall SKU.
237type AzureFirewallSKUName = original.AzureFirewallSKUName
238
239const (
240	AzureFirewallSKUNameAzfwHub  = original.AzureFirewallSKUNameAzfwHub
241	AzureFirewallSKUNameAzfwVnet = original.AzureFirewallSKUNameAzfwVnet
242)
243
244// AzureFirewallSKUTier - Tier of an Azure Firewall.
245type AzureFirewallSKUTier = original.AzureFirewallSKUTier
246
247const (
248	AzureFirewallSKUTierPremium  = original.AzureFirewallSKUTierPremium
249	AzureFirewallSKUTierStandard = original.AzureFirewallSKUTierStandard
250)
251
252// AzureFirewallThreatIntelMode - The operation mode for Threat Intel.
253type AzureFirewallThreatIntelMode = original.AzureFirewallThreatIntelMode
254
255const (
256	AzureFirewallThreatIntelModeAlert = original.AzureFirewallThreatIntelModeAlert
257	AzureFirewallThreatIntelModeDeny  = original.AzureFirewallThreatIntelModeDeny
258	AzureFirewallThreatIntelModeOff   = original.AzureFirewallThreatIntelModeOff
259)
260
261// BastionConnectProtocol - The protocol used to connect to the target.
262type BastionConnectProtocol = original.BastionConnectProtocol
263
264const (
265	BastionConnectProtocolRdp = original.BastionConnectProtocolRdp
266	BastionConnectProtocolSSH = original.BastionConnectProtocolSSH
267)
268
269// BgpPeerState - The BGP peer state.
270type BgpPeerState = original.BgpPeerState
271
272const (
273	BgpPeerStateConnected  = original.BgpPeerStateConnected
274	BgpPeerStateConnecting = original.BgpPeerStateConnecting
275	BgpPeerStateIDle       = original.BgpPeerStateIDle
276	BgpPeerStateStopped    = original.BgpPeerStateStopped
277	BgpPeerStateUnknown    = original.BgpPeerStateUnknown
278)
279
280// CircuitConnectionStatus - Express Route Circuit connection state.
281type CircuitConnectionStatus = original.CircuitConnectionStatus
282
283const (
284	CircuitConnectionStatusConnected    = original.CircuitConnectionStatusConnected
285	CircuitConnectionStatusConnecting   = original.CircuitConnectionStatusConnecting
286	CircuitConnectionStatusDisconnected = original.CircuitConnectionStatusDisconnected
287)
288
289// CommissionedState - The commissioned state of the Custom IP Prefix.
290type CommissionedState = original.CommissionedState
291
292const (
293	CommissionedStateCommissioned    = original.CommissionedStateCommissioned
294	CommissionedStateCommissioning   = original.CommissionedStateCommissioning
295	CommissionedStateDecommissioning = original.CommissionedStateDecommissioning
296	CommissionedStateDeprovisioning  = original.CommissionedStateDeprovisioning
297	CommissionedStateProvisioned     = original.CommissionedStateProvisioned
298	CommissionedStateProvisioning    = original.CommissionedStateProvisioning
299)
300
301// ConnectionMonitorEndpointFilterItemType - The type of item included in the filter. Currently only 'AgentAddress' is supported.
302type ConnectionMonitorEndpointFilterItemType = original.ConnectionMonitorEndpointFilterItemType
303
304const ConnectionMonitorEndpointFilterItemTypeAgentAddress = original.ConnectionMonitorEndpointFilterItemTypeAgentAddress
305
306// ConnectionMonitorEndpointFilterType - The behavior of the endpoint filter. Currently only 'Include' is supported.
307type ConnectionMonitorEndpointFilterType = original.ConnectionMonitorEndpointFilterType
308
309const ConnectionMonitorEndpointFilterTypeInclude = original.ConnectionMonitorEndpointFilterTypeInclude
310
311// ConnectionMonitorSourceStatus - Status of connection monitor source.
312type ConnectionMonitorSourceStatus = original.ConnectionMonitorSourceStatus
313
314const (
315	ConnectionMonitorSourceStatusActive   = original.ConnectionMonitorSourceStatusActive
316	ConnectionMonitorSourceStatusInactive = original.ConnectionMonitorSourceStatusInactive
317	ConnectionMonitorSourceStatusUnknown  = original.ConnectionMonitorSourceStatusUnknown
318)
319
320// ConnectionMonitorTestConfigurationProtocol - The protocol to use in test evaluation.
321type ConnectionMonitorTestConfigurationProtocol = original.ConnectionMonitorTestConfigurationProtocol
322
323const (
324	ConnectionMonitorTestConfigurationProtocolHTTP = original.ConnectionMonitorTestConfigurationProtocolHTTP
325	ConnectionMonitorTestConfigurationProtocolIcmp = original.ConnectionMonitorTestConfigurationProtocolIcmp
326	ConnectionMonitorTestConfigurationProtocolTCP  = original.ConnectionMonitorTestConfigurationProtocolTCP
327)
328
329// ConnectionMonitorType - Type of connection monitor.
330type ConnectionMonitorType = original.ConnectionMonitorType
331
332const (
333	ConnectionMonitorTypeMultiEndpoint           = original.ConnectionMonitorTypeMultiEndpoint
334	ConnectionMonitorTypeSingleSourceDestination = original.ConnectionMonitorTypeSingleSourceDestination
335)
336
337// ConnectionState - The connection state.
338type ConnectionState = original.ConnectionState
339
340const (
341	ConnectionStateReachable   = original.ConnectionStateReachable
342	ConnectionStateUnknown     = original.ConnectionStateUnknown
343	ConnectionStateUnreachable = original.ConnectionStateUnreachable
344)
345
346// ConnectionStatus - The connection status.
347type ConnectionStatus = original.ConnectionStatus
348
349const (
350	ConnectionStatusConnected    = original.ConnectionStatusConnected
351	ConnectionStatusDegraded     = original.ConnectionStatusDegraded
352	ConnectionStatusDisconnected = original.ConnectionStatusDisconnected
353	ConnectionStatusUnknown      = original.ConnectionStatusUnknown
354)
355
356// CoverageLevel - Test coverage for the endpoint.
357type CoverageLevel = original.CoverageLevel
358
359const (
360	CoverageLevelAboveAverage = original.CoverageLevelAboveAverage
361	CoverageLevelAverage      = original.CoverageLevelAverage
362	CoverageLevelBelowAverage = original.CoverageLevelBelowAverage
363	CoverageLevelDefault      = original.CoverageLevelDefault
364	CoverageLevelFull         = original.CoverageLevelFull
365	CoverageLevelLow          = original.CoverageLevelLow
366)
367
368// DdosCustomPolicyProtocol - The protocol for which the DDoS protection policy is being customized.
369type DdosCustomPolicyProtocol = original.DdosCustomPolicyProtocol
370
371const (
372	DdosCustomPolicyProtocolSyn = original.DdosCustomPolicyProtocolSyn
373	DdosCustomPolicyProtocolTCP = original.DdosCustomPolicyProtocolTCP
374	DdosCustomPolicyProtocolUDP = original.DdosCustomPolicyProtocolUDP
375)
376
377// DdosCustomPolicyTriggerSensitivityOverride - The customized DDoS protection trigger rate sensitivity degrees. High: Trigger rate set with most sensitivity
378// w.r.t. normal traffic. Default: Trigger rate set with moderate sensitivity w.r.t. normal
379// traffic. Low: Trigger rate set with less sensitivity w.r.t. normal traffic. Relaxed: Trigger rate set with least sensitivity w.r.t. normal traffic.
380type DdosCustomPolicyTriggerSensitivityOverride = original.DdosCustomPolicyTriggerSensitivityOverride
381
382const (
383	DdosCustomPolicyTriggerSensitivityOverrideDefault = original.DdosCustomPolicyTriggerSensitivityOverrideDefault
384	DdosCustomPolicyTriggerSensitivityOverrideHigh    = original.DdosCustomPolicyTriggerSensitivityOverrideHigh
385	DdosCustomPolicyTriggerSensitivityOverrideLow     = original.DdosCustomPolicyTriggerSensitivityOverrideLow
386	DdosCustomPolicyTriggerSensitivityOverrideRelaxed = original.DdosCustomPolicyTriggerSensitivityOverrideRelaxed
387)
388
389// DdosSettingsProtectionCoverage - The DDoS protection policy customizability of the public IP. Only standard coverage will have the ability to be customized.
390type DdosSettingsProtectionCoverage = original.DdosSettingsProtectionCoverage
391
392const (
393	DdosSettingsProtectionCoverageBasic    = original.DdosSettingsProtectionCoverageBasic
394	DdosSettingsProtectionCoverageStandard = original.DdosSettingsProtectionCoverageStandard
395)
396
397// DestinationPortBehavior - Destination port behavior.
398type DestinationPortBehavior = original.DestinationPortBehavior
399
400const (
401	DestinationPortBehaviorListenIfAvailable = original.DestinationPortBehaviorListenIfAvailable
402	DestinationPortBehaviorNone              = original.DestinationPortBehaviorNone
403)
404
405// DhGroup - The DH Groups used in IKE Phase 1 for initial SA.
406type DhGroup = original.DhGroup
407
408const (
409	DhGroupDhGroup1    = original.DhGroupDhGroup1
410	DhGroupDhGroup14   = original.DhGroupDhGroup14
411	DhGroupDhGroup2    = original.DhGroupDhGroup2
412	DhGroupDhGroup2048 = original.DhGroupDhGroup2048
413	DhGroupDhGroup24   = original.DhGroupDhGroup24
414	DhGroupEcp256      = original.DhGroupEcp256
415	DhGroupEcp384      = original.DhGroupEcp384
416	DhGroupNone        = original.DhGroupNone
417)
418
419// Direction - The direction of the traffic.
420type Direction = original.Direction
421
422const (
423	DirectionInbound  = original.DirectionInbound
424	DirectionOutbound = original.DirectionOutbound
425)
426
427// EffectiveRouteSource - Who created the route.
428type EffectiveRouteSource = original.EffectiveRouteSource
429
430const (
431	EffectiveRouteSourceDefault               = original.EffectiveRouteSourceDefault
432	EffectiveRouteSourceUnknown               = original.EffectiveRouteSourceUnknown
433	EffectiveRouteSourceUser                  = original.EffectiveRouteSourceUser
434	EffectiveRouteSourceVirtualNetworkGateway = original.EffectiveRouteSourceVirtualNetworkGateway
435)
436
437// EffectiveRouteState - The value of effective route.
438type EffectiveRouteState = original.EffectiveRouteState
439
440const (
441	EffectiveRouteStateActive  = original.EffectiveRouteStateActive
442	EffectiveRouteStateInvalid = original.EffectiveRouteStateInvalid
443)
444
445// EffectiveSecurityRuleProtocol - The network protocol this rule applies to.
446type EffectiveSecurityRuleProtocol = original.EffectiveSecurityRuleProtocol
447
448const (
449	EffectiveSecurityRuleProtocolAll = original.EffectiveSecurityRuleProtocolAll
450	EffectiveSecurityRuleProtocolTCP = original.EffectiveSecurityRuleProtocolTCP
451	EffectiveSecurityRuleProtocolUDP = original.EffectiveSecurityRuleProtocolUDP
452)
453
454// EndpointType - The endpoint type.
455type EndpointType = original.EndpointType
456
457const (
458	EndpointTypeAzureSubnet         = original.EndpointTypeAzureSubnet
459	EndpointTypeAzureVM             = original.EndpointTypeAzureVM
460	EndpointTypeAzureVNet           = original.EndpointTypeAzureVNet
461	EndpointTypeExternalAddress     = original.EndpointTypeExternalAddress
462	EndpointTypeMmaWorkspaceMachine = original.EndpointTypeMmaWorkspaceMachine
463	EndpointTypeMmaWorkspaceNetwork = original.EndpointTypeMmaWorkspaceNetwork
464)
465
466// EvaluationState - Connectivity analysis evaluation state.
467type EvaluationState = original.EvaluationState
468
469const (
470	EvaluationStateCompleted  = original.EvaluationStateCompleted
471	EvaluationStateInProgress = original.EvaluationStateInProgress
472	EvaluationStateNotStarted = original.EvaluationStateNotStarted
473)
474
475// ExpressRouteCircuitPeeringAdvertisedPublicPrefixState - The advertised public prefix state of the Peering resource.
476type ExpressRouteCircuitPeeringAdvertisedPublicPrefixState = original.ExpressRouteCircuitPeeringAdvertisedPublicPrefixState
477
478const (
479	ExpressRouteCircuitPeeringAdvertisedPublicPrefixStateConfigured       = original.ExpressRouteCircuitPeeringAdvertisedPublicPrefixStateConfigured
480	ExpressRouteCircuitPeeringAdvertisedPublicPrefixStateConfiguring      = original.ExpressRouteCircuitPeeringAdvertisedPublicPrefixStateConfiguring
481	ExpressRouteCircuitPeeringAdvertisedPublicPrefixStateNotConfigured    = original.ExpressRouteCircuitPeeringAdvertisedPublicPrefixStateNotConfigured
482	ExpressRouteCircuitPeeringAdvertisedPublicPrefixStateValidationNeeded = original.ExpressRouteCircuitPeeringAdvertisedPublicPrefixStateValidationNeeded
483)
484
485// ExpressRouteCircuitPeeringState - The state of peering.
486type ExpressRouteCircuitPeeringState = original.ExpressRouteCircuitPeeringState
487
488const (
489	ExpressRouteCircuitPeeringStateDisabled = original.ExpressRouteCircuitPeeringStateDisabled
490	ExpressRouteCircuitPeeringStateEnabled  = original.ExpressRouteCircuitPeeringStateEnabled
491)
492
493// ExpressRouteCircuitSKUFamily - The family of the SKU.
494type ExpressRouteCircuitSKUFamily = original.ExpressRouteCircuitSKUFamily
495
496const (
497	ExpressRouteCircuitSKUFamilyMeteredData   = original.ExpressRouteCircuitSKUFamilyMeteredData
498	ExpressRouteCircuitSKUFamilyUnlimitedData = original.ExpressRouteCircuitSKUFamilyUnlimitedData
499)
500
501// ExpressRouteCircuitSKUTier - The tier of the SKU.
502type ExpressRouteCircuitSKUTier = original.ExpressRouteCircuitSKUTier
503
504const (
505	ExpressRouteCircuitSKUTierBasic    = original.ExpressRouteCircuitSKUTierBasic
506	ExpressRouteCircuitSKUTierLocal    = original.ExpressRouteCircuitSKUTierLocal
507	ExpressRouteCircuitSKUTierPremium  = original.ExpressRouteCircuitSKUTierPremium
508	ExpressRouteCircuitSKUTierStandard = original.ExpressRouteCircuitSKUTierStandard
509)
510
511// ExpressRouteLinkAdminState - Administrative state of the physical port.
512type ExpressRouteLinkAdminState = original.ExpressRouteLinkAdminState
513
514const (
515	ExpressRouteLinkAdminStateDisabled = original.ExpressRouteLinkAdminStateDisabled
516	ExpressRouteLinkAdminStateEnabled  = original.ExpressRouteLinkAdminStateEnabled
517)
518
519// ExpressRouteLinkConnectorType - Physical fiber port type.
520type ExpressRouteLinkConnectorType = original.ExpressRouteLinkConnectorType
521
522const (
523	ExpressRouteLinkConnectorTypeLc = original.ExpressRouteLinkConnectorTypeLc
524	ExpressRouteLinkConnectorTypeSc = original.ExpressRouteLinkConnectorTypeSc
525)
526
527// ExpressRouteLinkMacSecCipher - Mac security cipher.
528type ExpressRouteLinkMacSecCipher = original.ExpressRouteLinkMacSecCipher
529
530const (
531	ExpressRouteLinkMacSecCipherGCMAES128    = original.ExpressRouteLinkMacSecCipherGCMAES128
532	ExpressRouteLinkMacSecCipherGCMAES256    = original.ExpressRouteLinkMacSecCipherGCMAES256
533	ExpressRouteLinkMacSecCipherGCMAESXpn128 = original.ExpressRouteLinkMacSecCipherGCMAESXpn128
534	ExpressRouteLinkMacSecCipherGCMAESXpn256 = original.ExpressRouteLinkMacSecCipherGCMAESXpn256
535)
536
537// ExpressRouteLinkMacSecSciState - Sci mode enabled/disabled.
538type ExpressRouteLinkMacSecSciState = original.ExpressRouteLinkMacSecSciState
539
540const (
541	ExpressRouteLinkMacSecSciStateDisabled = original.ExpressRouteLinkMacSecSciStateDisabled
542	ExpressRouteLinkMacSecSciStateEnabled  = original.ExpressRouteLinkMacSecSciStateEnabled
543)
544
545// ExpressRoutePeeringState - The state of peering.
546type ExpressRoutePeeringState = original.ExpressRoutePeeringState
547
548const (
549	ExpressRoutePeeringStateDisabled = original.ExpressRoutePeeringStateDisabled
550	ExpressRoutePeeringStateEnabled  = original.ExpressRoutePeeringStateEnabled
551)
552
553// ExpressRoutePeeringType - The peering type.
554type ExpressRoutePeeringType = original.ExpressRoutePeeringType
555
556const (
557	ExpressRoutePeeringTypeAzurePrivatePeering = original.ExpressRoutePeeringTypeAzurePrivatePeering
558	ExpressRoutePeeringTypeAzurePublicPeering  = original.ExpressRoutePeeringTypeAzurePublicPeering
559	ExpressRoutePeeringTypeMicrosoftPeering    = original.ExpressRoutePeeringTypeMicrosoftPeering
560)
561
562// ExpressRoutePortsEncapsulation - Encapsulation method on physical ports.
563type ExpressRoutePortsEncapsulation = original.ExpressRoutePortsEncapsulation
564
565const (
566	ExpressRoutePortsEncapsulationDot1Q = original.ExpressRoutePortsEncapsulationDot1Q
567	ExpressRoutePortsEncapsulationQinQ  = original.ExpressRoutePortsEncapsulationQinQ
568)
569
570// ExtendedLocationTypes - The supported ExtendedLocation types. Currently only EdgeZone is supported in Microsoft.Network resources.
571type ExtendedLocationTypes = original.ExtendedLocationTypes
572
573const ExtendedLocationTypesEdgeZone = original.ExtendedLocationTypesEdgeZone
574
575// FirewallPolicyFilterRuleCollectionActionType - The action type of a rule.
576type FirewallPolicyFilterRuleCollectionActionType = original.FirewallPolicyFilterRuleCollectionActionType
577
578const (
579	FirewallPolicyFilterRuleCollectionActionTypeAllow = original.FirewallPolicyFilterRuleCollectionActionTypeAllow
580	FirewallPolicyFilterRuleCollectionActionTypeDeny  = original.FirewallPolicyFilterRuleCollectionActionTypeDeny
581)
582
583// FirewallPolicyIntrusionDetectionProtocol - Possible intrusion detection bypass traffic protocols.
584type FirewallPolicyIntrusionDetectionProtocol = original.FirewallPolicyIntrusionDetectionProtocol
585
586const (
587	FirewallPolicyIntrusionDetectionProtocolAny  = original.FirewallPolicyIntrusionDetectionProtocolAny
588	FirewallPolicyIntrusionDetectionProtocolIcmp = original.FirewallPolicyIntrusionDetectionProtocolIcmp
589	FirewallPolicyIntrusionDetectionProtocolTCP  = original.FirewallPolicyIntrusionDetectionProtocolTCP
590	FirewallPolicyIntrusionDetectionProtocolUDP  = original.FirewallPolicyIntrusionDetectionProtocolUDP
591)
592
593// FirewallPolicyIntrusionDetectionStateType - Possible state values.
594type FirewallPolicyIntrusionDetectionStateType = original.FirewallPolicyIntrusionDetectionStateType
595
596const (
597	FirewallPolicyIntrusionDetectionStateTypeAlert = original.FirewallPolicyIntrusionDetectionStateTypeAlert
598	FirewallPolicyIntrusionDetectionStateTypeDeny  = original.FirewallPolicyIntrusionDetectionStateTypeDeny
599	FirewallPolicyIntrusionDetectionStateTypeOff   = original.FirewallPolicyIntrusionDetectionStateTypeOff
600)
601
602// FirewallPolicyNatRuleCollectionActionType - The action type of a rule.
603type FirewallPolicyNatRuleCollectionActionType = original.FirewallPolicyNatRuleCollectionActionType
604
605const FirewallPolicyNatRuleCollectionActionTypeDnat = original.FirewallPolicyNatRuleCollectionActionTypeDnat
606
607// FirewallPolicyRuleApplicationProtocolType - The application protocol type of a Rule.
608type FirewallPolicyRuleApplicationProtocolType = original.FirewallPolicyRuleApplicationProtocolType
609
610const (
611	FirewallPolicyRuleApplicationProtocolTypeHTTP  = original.FirewallPolicyRuleApplicationProtocolTypeHTTP
612	FirewallPolicyRuleApplicationProtocolTypeHTTPs = original.FirewallPolicyRuleApplicationProtocolTypeHTTPs
613)
614
615// FirewallPolicyRuleCollectionType - The type of the rule collection.
616type FirewallPolicyRuleCollectionType = original.FirewallPolicyRuleCollectionType
617
618const (
619	FirewallPolicyRuleCollectionTypeFirewallPolicyFilterRuleCollection = original.FirewallPolicyRuleCollectionTypeFirewallPolicyFilterRuleCollection
620	FirewallPolicyRuleCollectionTypeFirewallPolicyNatRuleCollection    = original.FirewallPolicyRuleCollectionTypeFirewallPolicyNatRuleCollection
621)
622
623// FirewallPolicyRuleNetworkProtocol - The Network protocol of a Rule.
624type FirewallPolicyRuleNetworkProtocol = original.FirewallPolicyRuleNetworkProtocol
625
626const (
627	FirewallPolicyRuleNetworkProtocolAny  = original.FirewallPolicyRuleNetworkProtocolAny
628	FirewallPolicyRuleNetworkProtocolIcmp = original.FirewallPolicyRuleNetworkProtocolIcmp
629	FirewallPolicyRuleNetworkProtocolTCP  = original.FirewallPolicyRuleNetworkProtocolTCP
630	FirewallPolicyRuleNetworkProtocolUDP  = original.FirewallPolicyRuleNetworkProtocolUDP
631)
632
633// FirewallPolicyRuleType - Rule Type.
634type FirewallPolicyRuleType = original.FirewallPolicyRuleType
635
636const (
637	FirewallPolicyRuleTypeApplicationRule = original.FirewallPolicyRuleTypeApplicationRule
638	FirewallPolicyRuleTypeNatRule         = original.FirewallPolicyRuleTypeNatRule
639	FirewallPolicyRuleTypeNetworkRule     = original.FirewallPolicyRuleTypeNetworkRule
640)
641
642// FirewallPolicySKUTier - Tier of Firewall Policy.
643type FirewallPolicySKUTier = original.FirewallPolicySKUTier
644
645const (
646	FirewallPolicySKUTierPremium  = original.FirewallPolicySKUTierPremium
647	FirewallPolicySKUTierStandard = original.FirewallPolicySKUTierStandard
648)
649
650// FlowLogFormatType - The file type of flow log.
651type FlowLogFormatType = original.FlowLogFormatType
652
653const FlowLogFormatTypeJSON = original.FlowLogFormatTypeJSON
654
655// HTTPConfigurationMethod - The HTTP method to use.
656type HTTPConfigurationMethod = original.HTTPConfigurationMethod
657
658const (
659	HTTPConfigurationMethodGet  = original.HTTPConfigurationMethodGet
660	HTTPConfigurationMethodPost = original.HTTPConfigurationMethodPost
661)
662
663// HTTPMethod - HTTP method.
664type HTTPMethod = original.HTTPMethod
665
666const HTTPMethodGet = original.HTTPMethodGet
667
668// HubBgpConnectionStatus - The current state of the VirtualHub to Peer.
669type HubBgpConnectionStatus = original.HubBgpConnectionStatus
670
671const (
672	HubBgpConnectionStatusConnected    = original.HubBgpConnectionStatusConnected
673	HubBgpConnectionStatusConnecting   = original.HubBgpConnectionStatusConnecting
674	HubBgpConnectionStatusNotConnected = original.HubBgpConnectionStatusNotConnected
675	HubBgpConnectionStatusUnknown      = original.HubBgpConnectionStatusUnknown
676)
677
678// HubVirtualNetworkConnectionStatus - The current state of the VirtualHub to vnet connection.
679type HubVirtualNetworkConnectionStatus = original.HubVirtualNetworkConnectionStatus
680
681const (
682	HubVirtualNetworkConnectionStatusConnected    = original.HubVirtualNetworkConnectionStatusConnected
683	HubVirtualNetworkConnectionStatusConnecting   = original.HubVirtualNetworkConnectionStatusConnecting
684	HubVirtualNetworkConnectionStatusNotConnected = original.HubVirtualNetworkConnectionStatusNotConnected
685	HubVirtualNetworkConnectionStatusUnknown      = original.HubVirtualNetworkConnectionStatusUnknown
686)
687
688// IPAllocationMethod - IP address allocation method.
689type IPAllocationMethod = original.IPAllocationMethod
690
691const (
692	IPAllocationMethodDynamic = original.IPAllocationMethodDynamic
693	IPAllocationMethodStatic  = original.IPAllocationMethodStatic
694)
695
696// IPAllocationType - IpAllocation type.
697type IPAllocationType = original.IPAllocationType
698
699const (
700	IPAllocationTypeHypernet  = original.IPAllocationTypeHypernet
701	IPAllocationTypeUndefined = original.IPAllocationTypeUndefined
702)
703
704// IPFlowProtocol - Protocol to be verified on.
705type IPFlowProtocol = original.IPFlowProtocol
706
707const (
708	IPFlowProtocolTCP = original.IPFlowProtocolTCP
709	IPFlowProtocolUDP = original.IPFlowProtocolUDP
710)
711
712// IPVersion - IP address version.
713type IPVersion = original.IPVersion
714
715const (
716	IPVersionIPv4 = original.IPVersionIPv4
717	IPVersionIPv6 = original.IPVersionIPv6
718)
719
720// IPsecEncryption - The IPSec encryption algorithm (IKE phase 1).
721type IPsecEncryption = original.IPsecEncryption
722
723const (
724	IPsecEncryptionAES128    = original.IPsecEncryptionAES128
725	IPsecEncryptionAES192    = original.IPsecEncryptionAES192
726	IPsecEncryptionAES256    = original.IPsecEncryptionAES256
727	IPsecEncryptionDes       = original.IPsecEncryptionDes
728	IPsecEncryptionDes3      = original.IPsecEncryptionDes3
729	IPsecEncryptionGCMaes128 = original.IPsecEncryptionGCMaes128
730	IPsecEncryptionGCMaes192 = original.IPsecEncryptionGCMaes192
731	IPsecEncryptionGCMaes256 = original.IPsecEncryptionGCMaes256
732	IPsecEncryptionNone      = original.IPsecEncryptionNone
733)
734
735// IPsecIntegrity - The IPSec integrity algorithm (IKE phase 1).
736type IPsecIntegrity = original.IPsecIntegrity
737
738const (
739	IPsecIntegrityGCMaes128 = original.IPsecIntegrityGCMaes128
740	IPsecIntegrityGCMaes192 = original.IPsecIntegrityGCMaes192
741	IPsecIntegrityGCMaes256 = original.IPsecIntegrityGCMaes256
742	IPsecIntegrityMD5       = original.IPsecIntegrityMD5
743	IPsecIntegritySHA1      = original.IPsecIntegritySHA1
744	IPsecIntegritySHA256    = original.IPsecIntegritySHA256
745)
746
747// IkeEncryption - The IKE encryption algorithm (IKE phase 2).
748type IkeEncryption = original.IkeEncryption
749
750const (
751	IkeEncryptionAES128    = original.IkeEncryptionAES128
752	IkeEncryptionAES192    = original.IkeEncryptionAES192
753	IkeEncryptionAES256    = original.IkeEncryptionAES256
754	IkeEncryptionDes       = original.IkeEncryptionDes
755	IkeEncryptionDes3      = original.IkeEncryptionDes3
756	IkeEncryptionGCMaes128 = original.IkeEncryptionGCMaes128
757	IkeEncryptionGCMaes256 = original.IkeEncryptionGCMaes256
758)
759
760// IkeIntegrity - The IKE integrity algorithm (IKE phase 2).
761type IkeIntegrity = original.IkeIntegrity
762
763const (
764	IkeIntegrityGCMaes128 = original.IkeIntegrityGCMaes128
765	IkeIntegrityGCMaes256 = original.IkeIntegrityGCMaes256
766	IkeIntegrityMD5       = original.IkeIntegrityMD5
767	IkeIntegritySHA1      = original.IkeIntegritySHA1
768	IkeIntegritySHA256    = original.IkeIntegritySHA256
769	IkeIntegritySHA384    = original.IkeIntegritySHA384
770)
771
772// InboundSecurityRulesProtocol - Protocol. This should be either TCP or UDP.
773type InboundSecurityRulesProtocol = original.InboundSecurityRulesProtocol
774
775const (
776	InboundSecurityRulesProtocolTCP = original.InboundSecurityRulesProtocolTCP
777	InboundSecurityRulesProtocolUDP = original.InboundSecurityRulesProtocolUDP
778)
779
780// IssueType - The type of issue.
781type IssueType = original.IssueType
782
783const (
784	IssueTypeAgentStopped        = original.IssueTypeAgentStopped
785	IssueTypeDNSResolution       = original.IssueTypeDNSResolution
786	IssueTypeGuestFirewall       = original.IssueTypeGuestFirewall
787	IssueTypeNetworkSecurityRule = original.IssueTypeNetworkSecurityRule
788	IssueTypePlatform            = original.IssueTypePlatform
789	IssueTypePortThrottled       = original.IssueTypePortThrottled
790	IssueTypeSocketBind          = original.IssueTypeSocketBind
791	IssueTypeUnknown             = original.IssueTypeUnknown
792	IssueTypeUserDefinedRoute    = original.IssueTypeUserDefinedRoute
793)
794
795// LoadBalancerOutboundRuleProtocol - The protocol for the outbound rule in load balancer.
796type LoadBalancerOutboundRuleProtocol = original.LoadBalancerOutboundRuleProtocol
797
798const (
799	LoadBalancerOutboundRuleProtocolAll = original.LoadBalancerOutboundRuleProtocolAll
800	LoadBalancerOutboundRuleProtocolTCP = original.LoadBalancerOutboundRuleProtocolTCP
801	LoadBalancerOutboundRuleProtocolUDP = original.LoadBalancerOutboundRuleProtocolUDP
802)
803
804// LoadBalancerSKUName - Name of a load balancer SKU.
805type LoadBalancerSKUName = original.LoadBalancerSKUName
806
807const (
808	LoadBalancerSKUNameBasic    = original.LoadBalancerSKUNameBasic
809	LoadBalancerSKUNameStandard = original.LoadBalancerSKUNameStandard
810)
811
812// LoadBalancerSKUTier - Tier of a load balancer SKU.
813type LoadBalancerSKUTier = original.LoadBalancerSKUTier
814
815const (
816	LoadBalancerSKUTierGlobal   = original.LoadBalancerSKUTierGlobal
817	LoadBalancerSKUTierRegional = original.LoadBalancerSKUTierRegional
818)
819
820// LoadDistribution - The load distribution policy for this rule.
821type LoadDistribution = original.LoadDistribution
822
823const (
824	LoadDistributionDefault          = original.LoadDistributionDefault
825	LoadDistributionSourceIP         = original.LoadDistributionSourceIP
826	LoadDistributionSourceIPProtocol = original.LoadDistributionSourceIPProtocol
827)
828
829// ManagedRuleEnabledState - The state of the managed rule. Defaults to Disabled if not specified.
830type ManagedRuleEnabledState = original.ManagedRuleEnabledState
831
832const ManagedRuleEnabledStateDisabled = original.ManagedRuleEnabledStateDisabled
833
834// NatGatewaySKUName - Name of Nat Gateway SKU.
835type NatGatewaySKUName = original.NatGatewaySKUName
836
837const NatGatewaySKUNameStandard = original.NatGatewaySKUNameStandard
838
839// NetworkOperationStatus - Status of the Azure async operation.
840type NetworkOperationStatus = original.NetworkOperationStatus
841
842const (
843	NetworkOperationStatusFailed     = original.NetworkOperationStatusFailed
844	NetworkOperationStatusInProgress = original.NetworkOperationStatusInProgress
845	NetworkOperationStatusSucceeded  = original.NetworkOperationStatusSucceeded
846)
847
848// NextHopType - Next hop type.
849type NextHopType = original.NextHopType
850
851const (
852	NextHopTypeHyperNetGateway       = original.NextHopTypeHyperNetGateway
853	NextHopTypeInternet              = original.NextHopTypeInternet
854	NextHopTypeNone                  = original.NextHopTypeNone
855	NextHopTypeVirtualAppliance      = original.NextHopTypeVirtualAppliance
856	NextHopTypeVirtualNetworkGateway = original.NextHopTypeVirtualNetworkGateway
857	NextHopTypeVnetLocal             = original.NextHopTypeVnetLocal
858)
859
860// OfficeTrafficCategory - The office traffic category.
861type OfficeTrafficCategory = original.OfficeTrafficCategory
862
863const (
864	OfficeTrafficCategoryAll              = original.OfficeTrafficCategoryAll
865	OfficeTrafficCategoryNone             = original.OfficeTrafficCategoryNone
866	OfficeTrafficCategoryOptimize         = original.OfficeTrafficCategoryOptimize
867	OfficeTrafficCategoryOptimizeAndAllow = original.OfficeTrafficCategoryOptimizeAndAllow
868)
869
870// Origin - The origin of the issue.
871type Origin = original.Origin
872
873const (
874	OriginInbound  = original.OriginInbound
875	OriginLocal    = original.OriginLocal
876	OriginOutbound = original.OriginOutbound
877)
878
879// OutputType - Connection monitor output destination type. Currently, only "Workspace" is supported.
880type OutputType = original.OutputType
881
882const OutputTypeWorkspace = original.OutputTypeWorkspace
883
884// OwaspCrsExclusionEntryMatchVariable - The variable to be excluded.
885type OwaspCrsExclusionEntryMatchVariable = original.OwaspCrsExclusionEntryMatchVariable
886
887const (
888	OwaspCrsExclusionEntryMatchVariableRequestArgNames    = original.OwaspCrsExclusionEntryMatchVariableRequestArgNames
889	OwaspCrsExclusionEntryMatchVariableRequestCookieNames = original.OwaspCrsExclusionEntryMatchVariableRequestCookieNames
890	OwaspCrsExclusionEntryMatchVariableRequestHeaderNames = original.OwaspCrsExclusionEntryMatchVariableRequestHeaderNames
891)
892
893// OwaspCrsExclusionEntrySelectorMatchOperator - When matchVariable is a collection, operate on the selector to specify which elements in the collection
894// this exclusion applies to.
895type OwaspCrsExclusionEntrySelectorMatchOperator = original.OwaspCrsExclusionEntrySelectorMatchOperator
896
897const (
898	OwaspCrsExclusionEntrySelectorMatchOperatorContains   = original.OwaspCrsExclusionEntrySelectorMatchOperatorContains
899	OwaspCrsExclusionEntrySelectorMatchOperatorEndsWith   = original.OwaspCrsExclusionEntrySelectorMatchOperatorEndsWith
900	OwaspCrsExclusionEntrySelectorMatchOperatorEquals     = original.OwaspCrsExclusionEntrySelectorMatchOperatorEquals
901	OwaspCrsExclusionEntrySelectorMatchOperatorEqualsAny  = original.OwaspCrsExclusionEntrySelectorMatchOperatorEqualsAny
902	OwaspCrsExclusionEntrySelectorMatchOperatorStartsWith = original.OwaspCrsExclusionEntrySelectorMatchOperatorStartsWith
903)
904
905type PcError = original.PcError
906
907const (
908	PcErrorAgentStopped    = original.PcErrorAgentStopped
909	PcErrorCaptureFailed   = original.PcErrorCaptureFailed
910	PcErrorInternalError   = original.PcErrorInternalError
911	PcErrorLocalFileFailed = original.PcErrorLocalFileFailed
912	PcErrorStorageFailed   = original.PcErrorStorageFailed
913)
914
915// PcProtocol - Protocol to be filtered on.
916type PcProtocol = original.PcProtocol
917
918const (
919	PcProtocolAny = original.PcProtocolAny
920	PcProtocolTCP = original.PcProtocolTCP
921	PcProtocolUDP = original.PcProtocolUDP
922)
923
924// PcStatus - The status of the packet capture session.
925type PcStatus = original.PcStatus
926
927const (
928	PcStatusError      = original.PcStatusError
929	PcStatusNotStarted = original.PcStatusNotStarted
930	PcStatusRunning    = original.PcStatusRunning
931	PcStatusStopped    = original.PcStatusStopped
932	PcStatusUnknown    = original.PcStatusUnknown
933)
934
935// PfsGroup - The Pfs Groups used in IKE Phase 2 for new child SA.
936type PfsGroup = original.PfsGroup
937
938const (
939	PfsGroupEcp256  = original.PfsGroupEcp256
940	PfsGroupEcp384  = original.PfsGroupEcp384
941	PfsGroupNone    = original.PfsGroupNone
942	PfsGroupPfs1    = original.PfsGroupPfs1
943	PfsGroupPfs14   = original.PfsGroupPfs14
944	PfsGroupPfs2    = original.PfsGroupPfs2
945	PfsGroupPfs2048 = original.PfsGroupPfs2048
946	PfsGroupPfs24   = original.PfsGroupPfs24
947	PfsGroupPfsmm   = original.PfsGroupPfsmm
948)
949
950// PreferredIPVersion - The preferred IP version to use in test evaluation. The connection monitor may choose to use a different version depending on other
951// parameters.
952type PreferredIPVersion = original.PreferredIPVersion
953
954const (
955	PreferredIPVersionIPv4 = original.PreferredIPVersionIPv4
956	PreferredIPVersionIPv6 = original.PreferredIPVersionIPv6
957)
958
959// ProbeProtocol - The protocol of the end point. If 'Tcp' is specified, a received ACK is required for the probe to be successful. If 'Http' or 'Https'
960// is specified, a 200 OK response from the specifies URI is required
961// for the probe to be successful.
962type ProbeProtocol = original.ProbeProtocol
963
964const (
965	ProbeProtocolHTTP  = original.ProbeProtocolHTTP
966	ProbeProtocolHTTPs = original.ProbeProtocolHTTPs
967	ProbeProtocolTCP   = original.ProbeProtocolTCP
968)
969
970// ProcessorArchitecture - VPN client Processor Architecture.
971type ProcessorArchitecture = original.ProcessorArchitecture
972
973const (
974	ProcessorArchitectureAmd64 = original.ProcessorArchitectureAmd64
975	ProcessorArchitectureX86   = original.ProcessorArchitectureX86
976)
977
978// Protocol - Network protocol.
979type Protocol = original.Protocol
980
981const (
982	ProtocolHTTP  = original.ProtocolHTTP
983	ProtocolHTTPs = original.ProtocolHTTPs
984	ProtocolIcmp  = original.ProtocolIcmp
985	ProtocolTCP   = original.ProtocolTCP
986)
987
988// ProtocolType - RNM supported protocol types.
989type ProtocolType = original.ProtocolType
990
991const (
992	ProtocolTypeAh       = original.ProtocolTypeAh
993	ProtocolTypeAll      = original.ProtocolTypeAll
994	ProtocolTypeDoNotUse = original.ProtocolTypeDoNotUse
995	ProtocolTypeEsp      = original.ProtocolTypeEsp
996	ProtocolTypeGre      = original.ProtocolTypeGre
997	ProtocolTypeIcmp     = original.ProtocolTypeIcmp
998	ProtocolTypeTCP      = original.ProtocolTypeTCP
999	ProtocolTypeUDP      = original.ProtocolTypeUDP
1000	ProtocolTypeVxlan    = original.ProtocolTypeVxlan
1001)
1002
1003// ProvisioningState - The current provisioning state.
1004type ProvisioningState = original.ProvisioningState
1005
1006const (
1007	ProvisioningStateDeleting  = original.ProvisioningStateDeleting
1008	ProvisioningStateFailed    = original.ProvisioningStateFailed
1009	ProvisioningStateSucceeded = original.ProvisioningStateSucceeded
1010	ProvisioningStateUpdating  = original.ProvisioningStateUpdating
1011)
1012
1013// PublicIPAddressSKUName - Name of a public IP address SKU.
1014type PublicIPAddressSKUName = original.PublicIPAddressSKUName
1015
1016const (
1017	PublicIPAddressSKUNameBasic    = original.PublicIPAddressSKUNameBasic
1018	PublicIPAddressSKUNameStandard = original.PublicIPAddressSKUNameStandard
1019)
1020
1021// PublicIPAddressSKUTier - Tier of a public IP address SKU.
1022type PublicIPAddressSKUTier = original.PublicIPAddressSKUTier
1023
1024const (
1025	PublicIPAddressSKUTierGlobal   = original.PublicIPAddressSKUTierGlobal
1026	PublicIPAddressSKUTierRegional = original.PublicIPAddressSKUTierRegional
1027)
1028
1029// PublicIPPrefixSKUName - Name of a public IP prefix SKU.
1030type PublicIPPrefixSKUName = original.PublicIPPrefixSKUName
1031
1032const PublicIPPrefixSKUNameStandard = original.PublicIPPrefixSKUNameStandard
1033
1034// PublicIPPrefixSKUTier - Tier of a public IP prefix SKU.
1035type PublicIPPrefixSKUTier = original.PublicIPPrefixSKUTier
1036
1037const (
1038	PublicIPPrefixSKUTierGlobal   = original.PublicIPPrefixSKUTierGlobal
1039	PublicIPPrefixSKUTierRegional = original.PublicIPPrefixSKUTierRegional
1040)
1041
1042// ResourceIDentityType - The type of identity used for the resource. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity
1043// and a set of user assigned identities. The type 'None' will remove any
1044// identities from the virtual machine.
1045type ResourceIDentityType = original.ResourceIDentityType
1046
1047const (
1048	ResourceIDentityTypeSystemAssigned             = original.ResourceIDentityTypeSystemAssigned
1049	ResourceIDentityTypeUserAssigned               = original.ResourceIDentityTypeUserAssigned
1050	ResourceIDentityTypeSystemAssignedUserAssigned = original.ResourceIDentityTypeSystemAssignedUserAssigned
1051	ResourceIDentityTypeNone                       = original.ResourceIDentityTypeNone
1052)
1053
1054// RouteFilterRuleType - The rule type of the rule.
1055type RouteFilterRuleType = original.RouteFilterRuleType
1056
1057const RouteFilterRuleTypeCommunity = original.RouteFilterRuleTypeCommunity
1058
1059// RouteNextHopType - The type of Azure hop the packet should be sent to.
1060type RouteNextHopType = original.RouteNextHopType
1061
1062const (
1063	RouteNextHopTypeInternet              = original.RouteNextHopTypeInternet
1064	RouteNextHopTypeNone                  = original.RouteNextHopTypeNone
1065	RouteNextHopTypeVirtualAppliance      = original.RouteNextHopTypeVirtualAppliance
1066	RouteNextHopTypeVirtualNetworkGateway = original.RouteNextHopTypeVirtualNetworkGateway
1067	RouteNextHopTypeVnetLocal             = original.RouteNextHopTypeVnetLocal
1068)
1069
1070// RoutingState - The current routing state of the VirtualHub.
1071type RoutingState = original.RoutingState
1072
1073const (
1074	RoutingStateFailed       = original.RoutingStateFailed
1075	RoutingStateNone         = original.RoutingStateNone
1076	RoutingStateProvisioned  = original.RoutingStateProvisioned
1077	RoutingStateProvisioning = original.RoutingStateProvisioning
1078)
1079
1080// SecurityPartnerProviderConnectionStatus - The current state of the connection with Security Partner Provider.
1081type SecurityPartnerProviderConnectionStatus = original.SecurityPartnerProviderConnectionStatus
1082
1083const (
1084	SecurityPartnerProviderConnectionStatusConnected          = original.SecurityPartnerProviderConnectionStatusConnected
1085	SecurityPartnerProviderConnectionStatusNotConnected       = original.SecurityPartnerProviderConnectionStatusNotConnected
1086	SecurityPartnerProviderConnectionStatusPartiallyConnected = original.SecurityPartnerProviderConnectionStatusPartiallyConnected
1087	SecurityPartnerProviderConnectionStatusUnknown            = original.SecurityPartnerProviderConnectionStatusUnknown
1088)
1089
1090// SecurityProviderName - The Security Providers.
1091type SecurityProviderName = original.SecurityProviderName
1092
1093const (
1094	SecurityProviderNameCheckpoint = original.SecurityProviderNameCheckpoint
1095	SecurityProviderNameIBoss      = original.SecurityProviderNameIBoss
1096	SecurityProviderNameZScaler    = original.SecurityProviderNameZScaler
1097)
1098
1099// SecurityRuleAccess - Whether network traffic is allowed or denied.
1100type SecurityRuleAccess = original.SecurityRuleAccess
1101
1102const (
1103	SecurityRuleAccessAllow = original.SecurityRuleAccessAllow
1104	SecurityRuleAccessDeny  = original.SecurityRuleAccessDeny
1105)
1106
1107// SecurityRuleDirection - The direction of the rule. The direction specifies if rule will be evaluated on incoming or outgoing traffic.
1108type SecurityRuleDirection = original.SecurityRuleDirection
1109
1110const (
1111	SecurityRuleDirectionInbound  = original.SecurityRuleDirectionInbound
1112	SecurityRuleDirectionOutbound = original.SecurityRuleDirectionOutbound
1113)
1114
1115// SecurityRuleProtocol - Network protocol this rule applies to.
1116type SecurityRuleProtocol = original.SecurityRuleProtocol
1117
1118const (
1119	SecurityRuleProtocolAh       = original.SecurityRuleProtocolAh
1120	SecurityRuleProtocolAsterisk = original.SecurityRuleProtocolAsterisk
1121	SecurityRuleProtocolEsp      = original.SecurityRuleProtocolEsp
1122	SecurityRuleProtocolIcmp     = original.SecurityRuleProtocolIcmp
1123	SecurityRuleProtocolTCP      = original.SecurityRuleProtocolTCP
1124	SecurityRuleProtocolUDP      = original.SecurityRuleProtocolUDP
1125)
1126
1127// ServiceProviderProvisioningState - The ServiceProviderProvisioningState state of the resource.
1128type ServiceProviderProvisioningState = original.ServiceProviderProvisioningState
1129
1130const (
1131	ServiceProviderProvisioningStateDeprovisioning = original.ServiceProviderProvisioningStateDeprovisioning
1132	ServiceProviderProvisioningStateNotProvisioned = original.ServiceProviderProvisioningStateNotProvisioned
1133	ServiceProviderProvisioningStateProvisioned    = original.ServiceProviderProvisioningStateProvisioned
1134	ServiceProviderProvisioningStateProvisioning   = original.ServiceProviderProvisioningStateProvisioning
1135)
1136
1137// Severity - The severity of the issue.
1138type Severity = original.Severity
1139
1140const (
1141	SeverityError   = original.SeverityError
1142	SeverityWarning = original.SeverityWarning
1143)
1144
1145// TransportProtocol - The transport protocol for the endpoint.
1146type TransportProtocol = original.TransportProtocol
1147
1148const (
1149	TransportProtocolAll = original.TransportProtocolAll
1150	TransportProtocolTCP = original.TransportProtocolTCP
1151	TransportProtocolUDP = original.TransportProtocolUDP
1152)
1153
1154// TunnelConnectionStatus - The current state of the tunnel.
1155type TunnelConnectionStatus = original.TunnelConnectionStatus
1156
1157const (
1158	TunnelConnectionStatusConnected    = original.TunnelConnectionStatusConnected
1159	TunnelConnectionStatusConnecting   = original.TunnelConnectionStatusConnecting
1160	TunnelConnectionStatusNotConnected = original.TunnelConnectionStatusNotConnected
1161	TunnelConnectionStatusUnknown      = original.TunnelConnectionStatusUnknown
1162)
1163
1164// UsageUnit - An enum describing the unit of measurement.
1165type UsageUnit = original.UsageUnit
1166
1167const UsageUnitCount = original.UsageUnitCount
1168
1169// VerbosityLevel - Verbosity level.
1170type VerbosityLevel = original.VerbosityLevel
1171
1172const (
1173	VerbosityLevelFull    = original.VerbosityLevelFull
1174	VerbosityLevelMinimum = original.VerbosityLevelMinimum
1175	VerbosityLevelNormal  = original.VerbosityLevelNormal
1176)
1177
1178// VirtualNetworkGatewayConnectionMode - Gateway connection type.
1179type VirtualNetworkGatewayConnectionMode = original.VirtualNetworkGatewayConnectionMode
1180
1181const (
1182	VirtualNetworkGatewayConnectionModeDefault       = original.VirtualNetworkGatewayConnectionModeDefault
1183	VirtualNetworkGatewayConnectionModeInitiatorOnly = original.VirtualNetworkGatewayConnectionModeInitiatorOnly
1184	VirtualNetworkGatewayConnectionModeResponderOnly = original.VirtualNetworkGatewayConnectionModeResponderOnly
1185)
1186
1187// VirtualNetworkGatewayConnectionProtocol - Gateway connection protocol.
1188type VirtualNetworkGatewayConnectionProtocol = original.VirtualNetworkGatewayConnectionProtocol
1189
1190const (
1191	VirtualNetworkGatewayConnectionProtocolIkEv1 = original.VirtualNetworkGatewayConnectionProtocolIkEv1
1192	VirtualNetworkGatewayConnectionProtocolIkEv2 = original.VirtualNetworkGatewayConnectionProtocolIkEv2
1193)
1194
1195// VirtualNetworkGatewayConnectionStatus - Virtual Network Gateway connection status.
1196type VirtualNetworkGatewayConnectionStatus = original.VirtualNetworkGatewayConnectionStatus
1197
1198const (
1199	VirtualNetworkGatewayConnectionStatusConnected    = original.VirtualNetworkGatewayConnectionStatusConnected
1200	VirtualNetworkGatewayConnectionStatusConnecting   = original.VirtualNetworkGatewayConnectionStatusConnecting
1201	VirtualNetworkGatewayConnectionStatusNotConnected = original.VirtualNetworkGatewayConnectionStatusNotConnected
1202	VirtualNetworkGatewayConnectionStatusUnknown      = original.VirtualNetworkGatewayConnectionStatusUnknown
1203)
1204
1205// VirtualNetworkGatewayConnectionType - Gateway connection type.
1206type VirtualNetworkGatewayConnectionType = original.VirtualNetworkGatewayConnectionType
1207
1208const (
1209	VirtualNetworkGatewayConnectionTypeExpressRoute = original.VirtualNetworkGatewayConnectionTypeExpressRoute
1210	VirtualNetworkGatewayConnectionTypeIPsec        = original.VirtualNetworkGatewayConnectionTypeIPsec
1211	VirtualNetworkGatewayConnectionTypeVnet2Vnet    = original.VirtualNetworkGatewayConnectionTypeVnet2Vnet
1212	VirtualNetworkGatewayConnectionTypeVpnClient    = original.VirtualNetworkGatewayConnectionTypeVpnClient
1213)
1214
1215// VirtualNetworkGatewaySKUName - Gateway SKU name.
1216type VirtualNetworkGatewaySKUName = original.VirtualNetworkGatewaySKUName
1217
1218const (
1219	VirtualNetworkGatewaySKUNameBasic            = original.VirtualNetworkGatewaySKUNameBasic
1220	VirtualNetworkGatewaySKUNameErGw1Az          = original.VirtualNetworkGatewaySKUNameErGw1Az
1221	VirtualNetworkGatewaySKUNameErGw2Az          = original.VirtualNetworkGatewaySKUNameErGw2Az
1222	VirtualNetworkGatewaySKUNameErGw3Az          = original.VirtualNetworkGatewaySKUNameErGw3Az
1223	VirtualNetworkGatewaySKUNameHighPerformance  = original.VirtualNetworkGatewaySKUNameHighPerformance
1224	VirtualNetworkGatewaySKUNameStandard         = original.VirtualNetworkGatewaySKUNameStandard
1225	VirtualNetworkGatewaySKUNameUltraPerformance = original.VirtualNetworkGatewaySKUNameUltraPerformance
1226	VirtualNetworkGatewaySKUNameVpnGw1           = original.VirtualNetworkGatewaySKUNameVpnGw1
1227	VirtualNetworkGatewaySKUNameVpnGw1Az         = original.VirtualNetworkGatewaySKUNameVpnGw1Az
1228	VirtualNetworkGatewaySKUNameVpnGw2           = original.VirtualNetworkGatewaySKUNameVpnGw2
1229	VirtualNetworkGatewaySKUNameVpnGw2Az         = original.VirtualNetworkGatewaySKUNameVpnGw2Az
1230	VirtualNetworkGatewaySKUNameVpnGw3           = original.VirtualNetworkGatewaySKUNameVpnGw3
1231	VirtualNetworkGatewaySKUNameVpnGw3Az         = original.VirtualNetworkGatewaySKUNameVpnGw3Az
1232	VirtualNetworkGatewaySKUNameVpnGw4           = original.VirtualNetworkGatewaySKUNameVpnGw4
1233	VirtualNetworkGatewaySKUNameVpnGw4Az         = original.VirtualNetworkGatewaySKUNameVpnGw4Az
1234	VirtualNetworkGatewaySKUNameVpnGw5           = original.VirtualNetworkGatewaySKUNameVpnGw5
1235	VirtualNetworkGatewaySKUNameVpnGw5Az         = original.VirtualNetworkGatewaySKUNameVpnGw5Az
1236)
1237
1238// VirtualNetworkGatewaySKUTier - Gateway SKU tier.
1239type VirtualNetworkGatewaySKUTier = original.VirtualNetworkGatewaySKUTier
1240
1241const (
1242	VirtualNetworkGatewaySKUTierBasic            = original.VirtualNetworkGatewaySKUTierBasic
1243	VirtualNetworkGatewaySKUTierErGw1Az          = original.VirtualNetworkGatewaySKUTierErGw1Az
1244	VirtualNetworkGatewaySKUTierErGw2Az          = original.VirtualNetworkGatewaySKUTierErGw2Az
1245	VirtualNetworkGatewaySKUTierErGw3Az          = original.VirtualNetworkGatewaySKUTierErGw3Az
1246	VirtualNetworkGatewaySKUTierHighPerformance  = original.VirtualNetworkGatewaySKUTierHighPerformance
1247	VirtualNetworkGatewaySKUTierStandard         = original.VirtualNetworkGatewaySKUTierStandard
1248	VirtualNetworkGatewaySKUTierUltraPerformance = original.VirtualNetworkGatewaySKUTierUltraPerformance
1249	VirtualNetworkGatewaySKUTierVpnGw1           = original.VirtualNetworkGatewaySKUTierVpnGw1
1250	VirtualNetworkGatewaySKUTierVpnGw1Az         = original.VirtualNetworkGatewaySKUTierVpnGw1Az
1251	VirtualNetworkGatewaySKUTierVpnGw2           = original.VirtualNetworkGatewaySKUTierVpnGw2
1252	VirtualNetworkGatewaySKUTierVpnGw2Az         = original.VirtualNetworkGatewaySKUTierVpnGw2Az
1253	VirtualNetworkGatewaySKUTierVpnGw3           = original.VirtualNetworkGatewaySKUTierVpnGw3
1254	VirtualNetworkGatewaySKUTierVpnGw3Az         = original.VirtualNetworkGatewaySKUTierVpnGw3Az
1255	VirtualNetworkGatewaySKUTierVpnGw4           = original.VirtualNetworkGatewaySKUTierVpnGw4
1256	VirtualNetworkGatewaySKUTierVpnGw4Az         = original.VirtualNetworkGatewaySKUTierVpnGw4Az
1257	VirtualNetworkGatewaySKUTierVpnGw5           = original.VirtualNetworkGatewaySKUTierVpnGw5
1258	VirtualNetworkGatewaySKUTierVpnGw5Az         = original.VirtualNetworkGatewaySKUTierVpnGw5Az
1259)
1260
1261// VirtualNetworkGatewayType - The type of this virtual network gateway.
1262type VirtualNetworkGatewayType = original.VirtualNetworkGatewayType
1263
1264const (
1265	VirtualNetworkGatewayTypeExpressRoute = original.VirtualNetworkGatewayTypeExpressRoute
1266	VirtualNetworkGatewayTypeLocalGateway = original.VirtualNetworkGatewayTypeLocalGateway
1267	VirtualNetworkGatewayTypeVpn          = original.VirtualNetworkGatewayTypeVpn
1268)
1269
1270// VirtualNetworkPeeringState - The status of the virtual network peering.
1271type VirtualNetworkPeeringState = original.VirtualNetworkPeeringState
1272
1273const (
1274	VirtualNetworkPeeringStateConnected    = original.VirtualNetworkPeeringStateConnected
1275	VirtualNetworkPeeringStateDisconnected = original.VirtualNetworkPeeringStateDisconnected
1276	VirtualNetworkPeeringStateInitiated    = original.VirtualNetworkPeeringStateInitiated
1277)
1278
1279// VirtualWanSecurityProviderType - The virtual wan security provider type.
1280type VirtualWanSecurityProviderType = original.VirtualWanSecurityProviderType
1281
1282const (
1283	VirtualWanSecurityProviderTypeExternal = original.VirtualWanSecurityProviderTypeExternal
1284	VirtualWanSecurityProviderTypeNative   = original.VirtualWanSecurityProviderTypeNative
1285)
1286
1287// VpnAuthenticationType - VPN authentication types enabled for the VpnServerConfiguration.
1288type VpnAuthenticationType = original.VpnAuthenticationType
1289
1290const (
1291	VpnAuthenticationTypeAad         = original.VpnAuthenticationTypeAad
1292	VpnAuthenticationTypeCertificate = original.VpnAuthenticationTypeCertificate
1293	VpnAuthenticationTypeRadius      = original.VpnAuthenticationTypeRadius
1294)
1295
1296// VpnClientProtocol - VPN client protocol enabled for the virtual network gateway.
1297type VpnClientProtocol = original.VpnClientProtocol
1298
1299const (
1300	VpnClientProtocolIkeV2   = original.VpnClientProtocolIkeV2
1301	VpnClientProtocolOpenVpn = original.VpnClientProtocolOpenVpn
1302	VpnClientProtocolSstp    = original.VpnClientProtocolSstp
1303)
1304
1305// VpnConnectionStatus - The current state of the vpn connection.
1306type VpnConnectionStatus = original.VpnConnectionStatus
1307
1308const (
1309	VpnConnectionStatusConnected    = original.VpnConnectionStatusConnected
1310	VpnConnectionStatusConnecting   = original.VpnConnectionStatusConnecting
1311	VpnConnectionStatusNotConnected = original.VpnConnectionStatusNotConnected
1312	VpnConnectionStatusUnknown      = original.VpnConnectionStatusUnknown
1313)
1314
1315// VpnGatewayGeneration - The generation for this VirtualNetworkGateway. Must be None if gatewayType is not VPN.
1316type VpnGatewayGeneration = original.VpnGatewayGeneration
1317
1318const (
1319	VpnGatewayGenerationGeneration1 = original.VpnGatewayGenerationGeneration1
1320	VpnGatewayGenerationGeneration2 = original.VpnGatewayGenerationGeneration2
1321	VpnGatewayGenerationNone        = original.VpnGatewayGenerationNone
1322)
1323
1324// VpnGatewayTunnelingProtocol - VPN protocol enabled for the VpnServerConfiguration.
1325type VpnGatewayTunnelingProtocol = original.VpnGatewayTunnelingProtocol
1326
1327const (
1328	VpnGatewayTunnelingProtocolIkeV2   = original.VpnGatewayTunnelingProtocolIkeV2
1329	VpnGatewayTunnelingProtocolOpenVpn = original.VpnGatewayTunnelingProtocolOpenVpn
1330)
1331
1332// VpnType - The type of this virtual network gateway.
1333type VpnType = original.VpnType
1334
1335const (
1336	VpnTypePolicyBased = original.VpnTypePolicyBased
1337	VpnTypeRouteBased  = original.VpnTypeRouteBased
1338)
1339
1340// WebApplicationFirewallAction - Type of Actions.
1341type WebApplicationFirewallAction = original.WebApplicationFirewallAction
1342
1343const (
1344	WebApplicationFirewallActionAllow = original.WebApplicationFirewallActionAllow
1345	WebApplicationFirewallActionBlock = original.WebApplicationFirewallActionBlock
1346	WebApplicationFirewallActionLog   = original.WebApplicationFirewallActionLog
1347)
1348
1349// WebApplicationFirewallEnabledState - The state of the policy.
1350type WebApplicationFirewallEnabledState = original.WebApplicationFirewallEnabledState
1351
1352const (
1353	WebApplicationFirewallEnabledStateDisabled = original.WebApplicationFirewallEnabledStateDisabled
1354	WebApplicationFirewallEnabledStateEnabled  = original.WebApplicationFirewallEnabledStateEnabled
1355)
1356
1357// WebApplicationFirewallMatchVariable - Match Variable.
1358type WebApplicationFirewallMatchVariable = original.WebApplicationFirewallMatchVariable
1359
1360const (
1361	WebApplicationFirewallMatchVariablePostArgs       = original.WebApplicationFirewallMatchVariablePostArgs
1362	WebApplicationFirewallMatchVariableQueryString    = original.WebApplicationFirewallMatchVariableQueryString
1363	WebApplicationFirewallMatchVariableRemoteAddr     = original.WebApplicationFirewallMatchVariableRemoteAddr
1364	WebApplicationFirewallMatchVariableRequestBody    = original.WebApplicationFirewallMatchVariableRequestBody
1365	WebApplicationFirewallMatchVariableRequestCookies = original.WebApplicationFirewallMatchVariableRequestCookies
1366	WebApplicationFirewallMatchVariableRequestHeaders = original.WebApplicationFirewallMatchVariableRequestHeaders
1367	WebApplicationFirewallMatchVariableRequestMethod  = original.WebApplicationFirewallMatchVariableRequestMethod
1368	WebApplicationFirewallMatchVariableRequestURI     = original.WebApplicationFirewallMatchVariableRequestURI
1369)
1370
1371// WebApplicationFirewallMode - The mode of the policy.
1372type WebApplicationFirewallMode = original.WebApplicationFirewallMode
1373
1374const (
1375	WebApplicationFirewallModeDetection  = original.WebApplicationFirewallModeDetection
1376	WebApplicationFirewallModePrevention = original.WebApplicationFirewallModePrevention
1377)
1378
1379// WebApplicationFirewallOperator - The operator to be matched.
1380type WebApplicationFirewallOperator = original.WebApplicationFirewallOperator
1381
1382const (
1383	WebApplicationFirewallOperatorBeginsWith         = original.WebApplicationFirewallOperatorBeginsWith
1384	WebApplicationFirewallOperatorContains           = original.WebApplicationFirewallOperatorContains
1385	WebApplicationFirewallOperatorEndsWith           = original.WebApplicationFirewallOperatorEndsWith
1386	WebApplicationFirewallOperatorEqual              = original.WebApplicationFirewallOperatorEqual
1387	WebApplicationFirewallOperatorGeoMatch           = original.WebApplicationFirewallOperatorGeoMatch
1388	WebApplicationFirewallOperatorGreaterThan        = original.WebApplicationFirewallOperatorGreaterThan
1389	WebApplicationFirewallOperatorGreaterThanOrEqual = original.WebApplicationFirewallOperatorGreaterThanOrEqual
1390	WebApplicationFirewallOperatorIPMatch            = original.WebApplicationFirewallOperatorIPMatch
1391	WebApplicationFirewallOperatorLessThan           = original.WebApplicationFirewallOperatorLessThan
1392	WebApplicationFirewallOperatorLessThanOrEqual    = original.WebApplicationFirewallOperatorLessThanOrEqual
1393	WebApplicationFirewallOperatorRegex              = original.WebApplicationFirewallOperatorRegex
1394)
1395
1396// WebApplicationFirewallPolicyResourceState - Resource status of the policy.
1397type WebApplicationFirewallPolicyResourceState = original.WebApplicationFirewallPolicyResourceState
1398
1399const (
1400	WebApplicationFirewallPolicyResourceStateCreating  = original.WebApplicationFirewallPolicyResourceStateCreating
1401	WebApplicationFirewallPolicyResourceStateDeleting  = original.WebApplicationFirewallPolicyResourceStateDeleting
1402	WebApplicationFirewallPolicyResourceStateDisabled  = original.WebApplicationFirewallPolicyResourceStateDisabled
1403	WebApplicationFirewallPolicyResourceStateDisabling = original.WebApplicationFirewallPolicyResourceStateDisabling
1404	WebApplicationFirewallPolicyResourceStateEnabled   = original.WebApplicationFirewallPolicyResourceStateEnabled
1405	WebApplicationFirewallPolicyResourceStateEnabling  = original.WebApplicationFirewallPolicyResourceStateEnabling
1406)
1407
1408// WebApplicationFirewallRuleType - The rule type.
1409type WebApplicationFirewallRuleType = original.WebApplicationFirewallRuleType
1410
1411const (
1412	WebApplicationFirewallRuleTypeInvalid   = original.WebApplicationFirewallRuleTypeInvalid
1413	WebApplicationFirewallRuleTypeMatchRule = original.WebApplicationFirewallRuleTypeMatchRule
1414)
1415
1416// WebApplicationFirewallTransform - Transforms applied before matching.
1417type WebApplicationFirewallTransform = original.WebApplicationFirewallTransform
1418
1419const (
1420	WebApplicationFirewallTransformHTMLEntityDecode = original.WebApplicationFirewallTransformHTMLEntityDecode
1421	WebApplicationFirewallTransformLowercase        = original.WebApplicationFirewallTransformLowercase
1422	WebApplicationFirewallTransformRemoveNulls      = original.WebApplicationFirewallTransformRemoveNulls
1423	WebApplicationFirewallTransformTrim             = original.WebApplicationFirewallTransformTrim
1424	WebApplicationFirewallTransformURLDecode        = original.WebApplicationFirewallTransformURLDecode
1425	WebApplicationFirewallTransformURLEncode        = original.WebApplicationFirewallTransformURLEncode
1426)
1427
1428// AAD Vpn authentication type related parameters.
1429type AadAuthenticationParameters = original.AadAuthenticationParameters
1430
1431// AddressSpace contains an array of IP address ranges that can be used by subnets of the virtual network.
1432type AddressSpace = original.AddressSpace
1433
1434// Application gateway resource.
1435type ApplicationGateway = original.ApplicationGateway
1436
1437// Authentication certificates of an application gateway.
1438type ApplicationGatewayAuthenticationCertificate = original.ApplicationGatewayAuthenticationCertificate
1439
1440// Authentication certificates properties of an application gateway.
1441type ApplicationGatewayAuthenticationCertificatePropertiesFormat = original.ApplicationGatewayAuthenticationCertificatePropertiesFormat
1442
1443// Application Gateway autoscale configuration.
1444type ApplicationGatewayAutoscaleConfiguration = original.ApplicationGatewayAutoscaleConfiguration
1445
1446// Response for ApplicationGatewayAvailableSslOptions API service call.
1447type ApplicationGatewayAvailableSslOptions = original.ApplicationGatewayAvailableSslOptions
1448
1449// Properties of ApplicationGatewayAvailableSslOptions.
1450type ApplicationGatewayAvailableSslOptionsPropertiesFormat = original.ApplicationGatewayAvailableSslOptionsPropertiesFormat
1451
1452// ApplicationGatewayAvailableSslOptionsResponse is the response envelope for operations that return a ApplicationGatewayAvailableSslOptions type.
1453type ApplicationGatewayAvailableSslOptionsResponse = original.ApplicationGatewayAvailableSslOptionsResponse
1454
1455// Response for ApplicationGatewayAvailableSslOptions API service call.
1456type ApplicationGatewayAvailableSslPredefinedPolicies = original.ApplicationGatewayAvailableSslPredefinedPolicies
1457
1458// ApplicationGatewayAvailableSslPredefinedPoliciesPager provides iteration over ApplicationGatewayAvailableSslPredefinedPolicies pages.
1459type ApplicationGatewayAvailableSslPredefinedPoliciesPager = original.ApplicationGatewayAvailableSslPredefinedPoliciesPager
1460
1461// ApplicationGatewayAvailableSslPredefinedPoliciesResponse is the response envelope for operations that return a ApplicationGatewayAvailableSslPredefinedPolicies
1462// type.
1463type ApplicationGatewayAvailableSslPredefinedPoliciesResponse = original.ApplicationGatewayAvailableSslPredefinedPoliciesResponse
1464
1465// Response for ApplicationGatewayAvailableWafRuleSets API service call.
1466type ApplicationGatewayAvailableWafRuleSetsResult = original.ApplicationGatewayAvailableWafRuleSetsResult
1467
1468// ApplicationGatewayAvailableWafRuleSetsResultResponse is the response envelope for operations that return a ApplicationGatewayAvailableWafRuleSetsResult
1469// type.
1470type ApplicationGatewayAvailableWafRuleSetsResultResponse = original.ApplicationGatewayAvailableWafRuleSetsResultResponse
1471
1472// Backend address of an application gateway.
1473type ApplicationGatewayBackendAddress = original.ApplicationGatewayBackendAddress
1474
1475// Backend Address Pool of an application gateway.
1476type ApplicationGatewayBackendAddressPool = original.ApplicationGatewayBackendAddressPool
1477
1478// Properties of Backend Address Pool of an application gateway.
1479type ApplicationGatewayBackendAddressPoolPropertiesFormat = original.ApplicationGatewayBackendAddressPoolPropertiesFormat
1480
1481// Backend address pool settings of an application gateway.
1482type ApplicationGatewayBackendHTTPSettings = original.ApplicationGatewayBackendHTTPSettings
1483
1484// Properties of Backend address pool settings of an application gateway.
1485type ApplicationGatewayBackendHTTPSettingsPropertiesFormat = original.ApplicationGatewayBackendHTTPSettingsPropertiesFormat
1486
1487// Response for ApplicationGatewayBackendHealth API service call.
1488type ApplicationGatewayBackendHealth = original.ApplicationGatewayBackendHealth
1489
1490// Application gateway BackendHealthHttp settings.
1491type ApplicationGatewayBackendHealthHTTPSettings = original.ApplicationGatewayBackendHealthHTTPSettings
1492
1493// Result of on demand test probe.
1494type ApplicationGatewayBackendHealthOnDemand = original.ApplicationGatewayBackendHealthOnDemand
1495
1496// ApplicationGatewayBackendHealthOnDemandPoller provides polling facilities until the operation completes
1497type ApplicationGatewayBackendHealthOnDemandPoller = original.ApplicationGatewayBackendHealthOnDemandPoller
1498
1499// ApplicationGatewayBackendHealthOnDemandPollerResponse is the response envelope for operations that asynchronously return a ApplicationGatewayBackendHealthOnDemand
1500// type.
1501type ApplicationGatewayBackendHealthOnDemandPollerResponse = original.ApplicationGatewayBackendHealthOnDemandPollerResponse
1502
1503// ApplicationGatewayBackendHealthOnDemandResponse is the response envelope for operations that return a ApplicationGatewayBackendHealthOnDemand type.
1504type ApplicationGatewayBackendHealthOnDemandResponse = original.ApplicationGatewayBackendHealthOnDemandResponse
1505
1506// ApplicationGatewayBackendHealthPoller provides polling facilities until the operation completes
1507type ApplicationGatewayBackendHealthPoller = original.ApplicationGatewayBackendHealthPoller
1508
1509// ApplicationGatewayBackendHealthPollerResponse is the response envelope for operations that asynchronously return a ApplicationGatewayBackendHealth type.
1510type ApplicationGatewayBackendHealthPollerResponse = original.ApplicationGatewayBackendHealthPollerResponse
1511
1512// Application gateway BackendHealth pool.
1513type ApplicationGatewayBackendHealthPool = original.ApplicationGatewayBackendHealthPool
1514
1515// ApplicationGatewayBackendHealthResponse is the response envelope for operations that return a ApplicationGatewayBackendHealth type.
1516type ApplicationGatewayBackendHealthResponse = original.ApplicationGatewayBackendHealthResponse
1517
1518// Application gateway backendhealth http settings.
1519type ApplicationGatewayBackendHealthServer = original.ApplicationGatewayBackendHealthServer
1520
1521// Application gateway client authentication configuration.
1522type ApplicationGatewayClientAuthConfiguration = original.ApplicationGatewayClientAuthConfiguration
1523
1524// Connection draining allows open connections to a backend server to be active for a specified time after the backend server got removed from the configuration.
1525type ApplicationGatewayConnectionDraining = original.ApplicationGatewayConnectionDraining
1526
1527// Customer error of an application gateway.
1528type ApplicationGatewayCustomError = original.ApplicationGatewayCustomError
1529
1530// Allows to disable rules within a rule group or an entire rule group.
1531type ApplicationGatewayFirewallDisabledRuleGroup = original.ApplicationGatewayFirewallDisabledRuleGroup
1532
1533// Allow to exclude some variable satisfy the condition for the WAF check.
1534type ApplicationGatewayFirewallExclusion = original.ApplicationGatewayFirewallExclusion
1535
1536// A web application firewall rule.
1537type ApplicationGatewayFirewallRule = original.ApplicationGatewayFirewallRule
1538
1539// A web application firewall rule group.
1540type ApplicationGatewayFirewallRuleGroup = original.ApplicationGatewayFirewallRuleGroup
1541
1542// A web application firewall rule set.
1543type ApplicationGatewayFirewallRuleSet = original.ApplicationGatewayFirewallRuleSet
1544
1545// Properties of the web application firewall rule set.
1546type ApplicationGatewayFirewallRuleSetPropertiesFormat = original.ApplicationGatewayFirewallRuleSetPropertiesFormat
1547
1548// Frontend IP configuration of an application gateway.
1549type ApplicationGatewayFrontendIPConfiguration = original.ApplicationGatewayFrontendIPConfiguration
1550
1551// Properties of Frontend IP configuration of an application gateway.
1552type ApplicationGatewayFrontendIPConfigurationPropertiesFormat = original.ApplicationGatewayFrontendIPConfigurationPropertiesFormat
1553
1554// Frontend port of an application gateway.
1555type ApplicationGatewayFrontendPort = original.ApplicationGatewayFrontendPort
1556
1557// Properties of Frontend port of an application gateway.
1558type ApplicationGatewayFrontendPortPropertiesFormat = original.ApplicationGatewayFrontendPortPropertiesFormat
1559
1560// Http listener of an application gateway.
1561type ApplicationGatewayHTTPListener = original.ApplicationGatewayHTTPListener
1562
1563// Properties of HTTP listener of an application gateway.
1564type ApplicationGatewayHTTPListenerPropertiesFormat = original.ApplicationGatewayHTTPListenerPropertiesFormat
1565
1566// Header configuration of the Actions set in Application Gateway.
1567type ApplicationGatewayHeaderConfiguration = original.ApplicationGatewayHeaderConfiguration
1568
1569// IP configuration of an application gateway. Currently 1 public and 1 private IP configuration is allowed.
1570type ApplicationGatewayIPConfiguration = original.ApplicationGatewayIPConfiguration
1571
1572// Properties of IP configuration of an application gateway.
1573type ApplicationGatewayIPConfigurationPropertiesFormat = original.ApplicationGatewayIPConfigurationPropertiesFormat
1574
1575// Response for ListApplicationGateways API service call.
1576type ApplicationGatewayListResult = original.ApplicationGatewayListResult
1577
1578// ApplicationGatewayListResultPager provides iteration over ApplicationGatewayListResult pages.
1579type ApplicationGatewayListResultPager = original.ApplicationGatewayListResultPager
1580
1581// ApplicationGatewayListResultResponse is the response envelope for operations that return a ApplicationGatewayListResult type.
1582type ApplicationGatewayListResultResponse = original.ApplicationGatewayListResultResponse
1583
1584// Details of on demand test probe request.
1585type ApplicationGatewayOnDemandProbe = original.ApplicationGatewayOnDemandProbe
1586
1587// Path rule of URL path map of an application gateway.
1588type ApplicationGatewayPathRule = original.ApplicationGatewayPathRule
1589
1590// Properties of path rule of an application gateway.
1591type ApplicationGatewayPathRulePropertiesFormat = original.ApplicationGatewayPathRulePropertiesFormat
1592
1593// ApplicationGatewayPoller provides polling facilities until the operation completes
1594type ApplicationGatewayPoller = original.ApplicationGatewayPoller
1595
1596// ApplicationGatewayPollerResponse is the response envelope for operations that asynchronously return a ApplicationGateway type.
1597type ApplicationGatewayPollerResponse = original.ApplicationGatewayPollerResponse
1598
1599// Private Endpoint connection on an application gateway.
1600type ApplicationGatewayPrivateEndpointConnection = original.ApplicationGatewayPrivateEndpointConnection
1601
1602// Response for ListApplicationGatewayPrivateEndpointConnection API service call. Gets all private endpoint connections for an application gateway.
1603type ApplicationGatewayPrivateEndpointConnectionListResult = original.ApplicationGatewayPrivateEndpointConnectionListResult
1604
1605// ApplicationGatewayPrivateEndpointConnectionListResultPager provides iteration over ApplicationGatewayPrivateEndpointConnectionListResult pages.
1606type ApplicationGatewayPrivateEndpointConnectionListResultPager = original.ApplicationGatewayPrivateEndpointConnectionListResultPager
1607
1608// ApplicationGatewayPrivateEndpointConnectionListResultResponse is the response envelope for operations that return a ApplicationGatewayPrivateEndpointConnectionListResult
1609// type.
1610type ApplicationGatewayPrivateEndpointConnectionListResultResponse = original.ApplicationGatewayPrivateEndpointConnectionListResultResponse
1611
1612// ApplicationGatewayPrivateEndpointConnectionPoller provides polling facilities until the operation completes
1613type ApplicationGatewayPrivateEndpointConnectionPoller = original.ApplicationGatewayPrivateEndpointConnectionPoller
1614
1615// ApplicationGatewayPrivateEndpointConnectionPollerResponse is the response envelope for operations that asynchronously return a ApplicationGatewayPrivateEndpointConnection
1616// type.
1617type ApplicationGatewayPrivateEndpointConnectionPollerResponse = original.ApplicationGatewayPrivateEndpointConnectionPollerResponse
1618
1619// Properties of Private Link Resource of an application gateway.
1620type ApplicationGatewayPrivateEndpointConnectionProperties = original.ApplicationGatewayPrivateEndpointConnectionProperties
1621
1622// ApplicationGatewayPrivateEndpointConnectionResponse is the response envelope for operations that return a ApplicationGatewayPrivateEndpointConnection
1623// type.
1624type ApplicationGatewayPrivateEndpointConnectionResponse = original.ApplicationGatewayPrivateEndpointConnectionResponse
1625
1626// ApplicationGatewayPrivateEndpointConnectionsBeginDeleteOptions contains the optional parameters for the ApplicationGatewayPrivateEndpointConnections.BeginDelete
1627// method.
1628type ApplicationGatewayPrivateEndpointConnectionsBeginDeleteOptions = original.ApplicationGatewayPrivateEndpointConnectionsBeginDeleteOptions
1629
1630// ApplicationGatewayPrivateEndpointConnectionsBeginUpdateOptions contains the optional parameters for the ApplicationGatewayPrivateEndpointConnections.BeginUpdate
1631// method.
1632type ApplicationGatewayPrivateEndpointConnectionsBeginUpdateOptions = original.ApplicationGatewayPrivateEndpointConnectionsBeginUpdateOptions
1633
1634// ApplicationGatewayPrivateEndpointConnectionsClient contains the methods for the ApplicationGatewayPrivateEndpointConnections group.
1635// Don't use this type directly, use NewApplicationGatewayPrivateEndpointConnectionsClient() instead.
1636type ApplicationGatewayPrivateEndpointConnectionsClient = original.ApplicationGatewayPrivateEndpointConnectionsClient
1637
1638// ApplicationGatewayPrivateEndpointConnectionsGetOptions contains the optional parameters for the ApplicationGatewayPrivateEndpointConnections.Get method.
1639type ApplicationGatewayPrivateEndpointConnectionsGetOptions = original.ApplicationGatewayPrivateEndpointConnectionsGetOptions
1640
1641// ApplicationGatewayPrivateEndpointConnectionsListOptions contains the optional parameters for the ApplicationGatewayPrivateEndpointConnections.List method.
1642type ApplicationGatewayPrivateEndpointConnectionsListOptions = original.ApplicationGatewayPrivateEndpointConnectionsListOptions
1643
1644// Private Link Configuration on an application gateway.
1645type ApplicationGatewayPrivateLinkConfiguration = original.ApplicationGatewayPrivateLinkConfiguration
1646
1647// Properties of private link configuration on an application gateway.
1648type ApplicationGatewayPrivateLinkConfigurationProperties = original.ApplicationGatewayPrivateLinkConfigurationProperties
1649
1650// The application gateway private link ip configuration.
1651type ApplicationGatewayPrivateLinkIPConfiguration = original.ApplicationGatewayPrivateLinkIPConfiguration
1652
1653// Properties of an application gateway private link IP configuration.
1654type ApplicationGatewayPrivateLinkIPConfigurationProperties = original.ApplicationGatewayPrivateLinkIPConfigurationProperties
1655
1656// PrivateLink Resource of an application gateway.
1657type ApplicationGatewayPrivateLinkResource = original.ApplicationGatewayPrivateLinkResource
1658
1659// Response for ListApplicationGatewayPrivateLinkResources API service call. Gets all private link resources for an application gateway.
1660type ApplicationGatewayPrivateLinkResourceListResult = original.ApplicationGatewayPrivateLinkResourceListResult
1661
1662// ApplicationGatewayPrivateLinkResourceListResultPager provides iteration over ApplicationGatewayPrivateLinkResourceListResult pages.
1663type ApplicationGatewayPrivateLinkResourceListResultPager = original.ApplicationGatewayPrivateLinkResourceListResultPager
1664
1665// ApplicationGatewayPrivateLinkResourceListResultResponse is the response envelope for operations that return a ApplicationGatewayPrivateLinkResourceListResult
1666// type.
1667type ApplicationGatewayPrivateLinkResourceListResultResponse = original.ApplicationGatewayPrivateLinkResourceListResultResponse
1668
1669// Properties of a private link resource.
1670type ApplicationGatewayPrivateLinkResourceProperties = original.ApplicationGatewayPrivateLinkResourceProperties
1671
1672// ApplicationGatewayPrivateLinkResourcesClient contains the methods for the ApplicationGatewayPrivateLinkResources group.
1673// Don't use this type directly, use NewApplicationGatewayPrivateLinkResourcesClient() instead.
1674type ApplicationGatewayPrivateLinkResourcesClient = original.ApplicationGatewayPrivateLinkResourcesClient
1675
1676// ApplicationGatewayPrivateLinkResourcesListOptions contains the optional parameters for the ApplicationGatewayPrivateLinkResources.List method.
1677type ApplicationGatewayPrivateLinkResourcesListOptions = original.ApplicationGatewayPrivateLinkResourcesListOptions
1678
1679// Probe of the application gateway.
1680type ApplicationGatewayProbe = original.ApplicationGatewayProbe
1681
1682// Application gateway probe health response match.
1683type ApplicationGatewayProbeHealthResponseMatch = original.ApplicationGatewayProbeHealthResponseMatch
1684
1685// Properties of probe of an application gateway.
1686type ApplicationGatewayProbePropertiesFormat = original.ApplicationGatewayProbePropertiesFormat
1687
1688// Properties of the application gateway.
1689type ApplicationGatewayPropertiesFormat = original.ApplicationGatewayPropertiesFormat
1690
1691// Redirect configuration of an application gateway.
1692type ApplicationGatewayRedirectConfiguration = original.ApplicationGatewayRedirectConfiguration
1693
1694// Properties of redirect configuration of the application gateway.
1695type ApplicationGatewayRedirectConfigurationPropertiesFormat = original.ApplicationGatewayRedirectConfigurationPropertiesFormat
1696
1697// Request routing rule of an application gateway.
1698type ApplicationGatewayRequestRoutingRule = original.ApplicationGatewayRequestRoutingRule
1699
1700// Properties of request routing rule of the application gateway.
1701type ApplicationGatewayRequestRoutingRulePropertiesFormat = original.ApplicationGatewayRequestRoutingRulePropertiesFormat
1702
1703// ApplicationGatewayResponse is the response envelope for operations that return a ApplicationGateway type.
1704type ApplicationGatewayResponse = original.ApplicationGatewayResponse
1705
1706// Rewrite rule of an application gateway.
1707type ApplicationGatewayRewriteRule = original.ApplicationGatewayRewriteRule
1708
1709// Set of actions in the Rewrite Rule in Application Gateway.
1710type ApplicationGatewayRewriteRuleActionSet = original.ApplicationGatewayRewriteRuleActionSet
1711
1712// Set of conditions in the Rewrite Rule in Application Gateway.
1713type ApplicationGatewayRewriteRuleCondition = original.ApplicationGatewayRewriteRuleCondition
1714
1715// Rewrite rule set of an application gateway.
1716type ApplicationGatewayRewriteRuleSet = original.ApplicationGatewayRewriteRuleSet
1717
1718// Properties of rewrite rule set of the application gateway.
1719type ApplicationGatewayRewriteRuleSetPropertiesFormat = original.ApplicationGatewayRewriteRuleSetPropertiesFormat
1720
1721// SKU of an application gateway.
1722type ApplicationGatewaySKU = original.ApplicationGatewaySKU
1723
1724// SSL certificates of an application gateway.
1725type ApplicationGatewaySslCertificate = original.ApplicationGatewaySslCertificate
1726
1727// Properties of SSL certificates of an application gateway.
1728type ApplicationGatewaySslCertificatePropertiesFormat = original.ApplicationGatewaySslCertificatePropertiesFormat
1729
1730// Application Gateway Ssl policy.
1731type ApplicationGatewaySslPolicy = original.ApplicationGatewaySslPolicy
1732
1733// An Ssl predefined policy.
1734type ApplicationGatewaySslPredefinedPolicy = original.ApplicationGatewaySslPredefinedPolicy
1735
1736// Properties of ApplicationGatewaySslPredefinedPolicy.
1737type ApplicationGatewaySslPredefinedPolicyPropertiesFormat = original.ApplicationGatewaySslPredefinedPolicyPropertiesFormat
1738
1739// ApplicationGatewaySslPredefinedPolicyResponse is the response envelope for operations that return a ApplicationGatewaySslPredefinedPolicy type.
1740type ApplicationGatewaySslPredefinedPolicyResponse = original.ApplicationGatewaySslPredefinedPolicyResponse
1741
1742// SSL profile of an application gateway.
1743type ApplicationGatewaySslProfile = original.ApplicationGatewaySslProfile
1744
1745// Properties of SSL profile of an application gateway.
1746type ApplicationGatewaySslProfilePropertiesFormat = original.ApplicationGatewaySslProfilePropertiesFormat
1747
1748// Trusted client certificates of an application gateway.
1749type ApplicationGatewayTrustedClientCertificate = original.ApplicationGatewayTrustedClientCertificate
1750
1751// Trusted client certificates properties of an application gateway.
1752type ApplicationGatewayTrustedClientCertificatePropertiesFormat = original.ApplicationGatewayTrustedClientCertificatePropertiesFormat
1753
1754// Trusted Root certificates of an application gateway.
1755type ApplicationGatewayTrustedRootCertificate = original.ApplicationGatewayTrustedRootCertificate
1756
1757// Trusted Root certificates properties of an application gateway.
1758type ApplicationGatewayTrustedRootCertificatePropertiesFormat = original.ApplicationGatewayTrustedRootCertificatePropertiesFormat
1759
1760// Url configuration of the Actions set in Application Gateway.
1761type ApplicationGatewayURLConfiguration = original.ApplicationGatewayURLConfiguration
1762
1763// UrlPathMaps give a url path to the backend mapping information for PathBasedRouting.
1764type ApplicationGatewayURLPathMap = original.ApplicationGatewayURLPathMap
1765
1766// Properties of UrlPathMap of the application gateway.
1767type ApplicationGatewayURLPathMapPropertiesFormat = original.ApplicationGatewayURLPathMapPropertiesFormat
1768
1769// Application gateway web application firewall configuration.
1770type ApplicationGatewayWebApplicationFirewallConfiguration = original.ApplicationGatewayWebApplicationFirewallConfiguration
1771
1772// ApplicationGatewaysBeginBackendHealthOnDemandOptions contains the optional parameters for the ApplicationGateways.BeginBackendHealthOnDemand method.
1773type ApplicationGatewaysBeginBackendHealthOnDemandOptions = original.ApplicationGatewaysBeginBackendHealthOnDemandOptions
1774
1775// ApplicationGatewaysBeginBackendHealthOptions contains the optional parameters for the ApplicationGateways.BeginBackendHealth method.
1776type ApplicationGatewaysBeginBackendHealthOptions = original.ApplicationGatewaysBeginBackendHealthOptions
1777
1778// ApplicationGatewaysBeginCreateOrUpdateOptions contains the optional parameters for the ApplicationGateways.BeginCreateOrUpdate method.
1779type ApplicationGatewaysBeginCreateOrUpdateOptions = original.ApplicationGatewaysBeginCreateOrUpdateOptions
1780
1781// ApplicationGatewaysBeginDeleteOptions contains the optional parameters for the ApplicationGateways.BeginDelete method.
1782type ApplicationGatewaysBeginDeleteOptions = original.ApplicationGatewaysBeginDeleteOptions
1783
1784// ApplicationGatewaysBeginStartOptions contains the optional parameters for the ApplicationGateways.BeginStart method.
1785type ApplicationGatewaysBeginStartOptions = original.ApplicationGatewaysBeginStartOptions
1786
1787// ApplicationGatewaysBeginStopOptions contains the optional parameters for the ApplicationGateways.BeginStop method.
1788type ApplicationGatewaysBeginStopOptions = original.ApplicationGatewaysBeginStopOptions
1789
1790// ApplicationGatewaysClient contains the methods for the ApplicationGateways group.
1791// Don't use this type directly, use NewApplicationGatewaysClient() instead.
1792type ApplicationGatewaysClient = original.ApplicationGatewaysClient
1793
1794// ApplicationGatewaysGetOptions contains the optional parameters for the ApplicationGateways.Get method.
1795type ApplicationGatewaysGetOptions = original.ApplicationGatewaysGetOptions
1796
1797// ApplicationGatewaysGetSslPredefinedPolicyOptions contains the optional parameters for the ApplicationGateways.GetSslPredefinedPolicy method.
1798type ApplicationGatewaysGetSslPredefinedPolicyOptions = original.ApplicationGatewaysGetSslPredefinedPolicyOptions
1799
1800// ApplicationGatewaysListAllOptions contains the optional parameters for the ApplicationGateways.ListAll method.
1801type ApplicationGatewaysListAllOptions = original.ApplicationGatewaysListAllOptions
1802
1803// ApplicationGatewaysListAvailableRequestHeadersOptions contains the optional parameters for the ApplicationGateways.ListAvailableRequestHeaders method.
1804type ApplicationGatewaysListAvailableRequestHeadersOptions = original.ApplicationGatewaysListAvailableRequestHeadersOptions
1805
1806// ApplicationGatewaysListAvailableResponseHeadersOptions contains the optional parameters for the ApplicationGateways.ListAvailableResponseHeaders method.
1807type ApplicationGatewaysListAvailableResponseHeadersOptions = original.ApplicationGatewaysListAvailableResponseHeadersOptions
1808
1809// ApplicationGatewaysListAvailableServerVariablesOptions contains the optional parameters for the ApplicationGateways.ListAvailableServerVariables method.
1810type ApplicationGatewaysListAvailableServerVariablesOptions = original.ApplicationGatewaysListAvailableServerVariablesOptions
1811
1812// ApplicationGatewaysListAvailableSslOptionsOptions contains the optional parameters for the ApplicationGateways.ListAvailableSslOptions method.
1813type ApplicationGatewaysListAvailableSslOptionsOptions = original.ApplicationGatewaysListAvailableSslOptionsOptions
1814
1815// ApplicationGatewaysListAvailableSslPredefinedPoliciesOptions contains the optional parameters for the ApplicationGateways.ListAvailableSslPredefinedPolicies
1816// method.
1817type ApplicationGatewaysListAvailableSslPredefinedPoliciesOptions = original.ApplicationGatewaysListAvailableSslPredefinedPoliciesOptions
1818
1819// ApplicationGatewaysListAvailableWafRuleSetsOptions contains the optional parameters for the ApplicationGateways.ListAvailableWafRuleSets method.
1820type ApplicationGatewaysListAvailableWafRuleSetsOptions = original.ApplicationGatewaysListAvailableWafRuleSetsOptions
1821
1822// ApplicationGatewaysListOptions contains the optional parameters for the ApplicationGateways.List method.
1823type ApplicationGatewaysListOptions = original.ApplicationGatewaysListOptions
1824
1825// ApplicationGatewaysUpdateTagsOptions contains the optional parameters for the ApplicationGateways.UpdateTags method.
1826type ApplicationGatewaysUpdateTagsOptions = original.ApplicationGatewaysUpdateTagsOptions
1827
1828// Rule of type application.
1829type ApplicationRule = original.ApplicationRule
1830
1831// An application security group in a resource group.
1832type ApplicationSecurityGroup = original.ApplicationSecurityGroup
1833
1834// A list of application security groups.
1835type ApplicationSecurityGroupListResult = original.ApplicationSecurityGroupListResult
1836
1837// ApplicationSecurityGroupListResultPager provides iteration over ApplicationSecurityGroupListResult pages.
1838type ApplicationSecurityGroupListResultPager = original.ApplicationSecurityGroupListResultPager
1839
1840// ApplicationSecurityGroupListResultResponse is the response envelope for operations that return a ApplicationSecurityGroupListResult type.
1841type ApplicationSecurityGroupListResultResponse = original.ApplicationSecurityGroupListResultResponse
1842
1843// ApplicationSecurityGroupPoller provides polling facilities until the operation completes
1844type ApplicationSecurityGroupPoller = original.ApplicationSecurityGroupPoller
1845
1846// ApplicationSecurityGroupPollerResponse is the response envelope for operations that asynchronously return a ApplicationSecurityGroup type.
1847type ApplicationSecurityGroupPollerResponse = original.ApplicationSecurityGroupPollerResponse
1848
1849// Application security group properties.
1850type ApplicationSecurityGroupPropertiesFormat = original.ApplicationSecurityGroupPropertiesFormat
1851
1852// ApplicationSecurityGroupResponse is the response envelope for operations that return a ApplicationSecurityGroup type.
1853type ApplicationSecurityGroupResponse = original.ApplicationSecurityGroupResponse
1854
1855// ApplicationSecurityGroupsBeginCreateOrUpdateOptions contains the optional parameters for the ApplicationSecurityGroups.BeginCreateOrUpdate method.
1856type ApplicationSecurityGroupsBeginCreateOrUpdateOptions = original.ApplicationSecurityGroupsBeginCreateOrUpdateOptions
1857
1858// ApplicationSecurityGroupsBeginDeleteOptions contains the optional parameters for the ApplicationSecurityGroups.BeginDelete method.
1859type ApplicationSecurityGroupsBeginDeleteOptions = original.ApplicationSecurityGroupsBeginDeleteOptions
1860
1861// ApplicationSecurityGroupsClient contains the methods for the ApplicationSecurityGroups group.
1862// Don't use this type directly, use NewApplicationSecurityGroupsClient() instead.
1863type ApplicationSecurityGroupsClient = original.ApplicationSecurityGroupsClient
1864
1865// ApplicationSecurityGroupsGetOptions contains the optional parameters for the ApplicationSecurityGroups.Get method.
1866type ApplicationSecurityGroupsGetOptions = original.ApplicationSecurityGroupsGetOptions
1867
1868// ApplicationSecurityGroupsListAllOptions contains the optional parameters for the ApplicationSecurityGroups.ListAll method.
1869type ApplicationSecurityGroupsListAllOptions = original.ApplicationSecurityGroupsListAllOptions
1870
1871// ApplicationSecurityGroupsListOptions contains the optional parameters for the ApplicationSecurityGroups.List method.
1872type ApplicationSecurityGroupsListOptions = original.ApplicationSecurityGroupsListOptions
1873
1874// ApplicationSecurityGroupsUpdateTagsOptions contains the optional parameters for the ApplicationSecurityGroups.UpdateTags method.
1875type ApplicationSecurityGroupsUpdateTagsOptions = original.ApplicationSecurityGroupsUpdateTagsOptions
1876
1877// Response for ListAuthorizations API service call retrieves all authorizations that belongs to an ExpressRouteCircuit.
1878type AuthorizationListResult = original.AuthorizationListResult
1879
1880// AuthorizationListResultPager provides iteration over AuthorizationListResult pages.
1881type AuthorizationListResultPager = original.AuthorizationListResultPager
1882
1883// AuthorizationListResultResponse is the response envelope for operations that return a AuthorizationListResult type.
1884type AuthorizationListResultResponse = original.AuthorizationListResultResponse
1885
1886// Properties of ExpressRouteCircuitAuthorization.
1887type AuthorizationPropertiesFormat = original.AuthorizationPropertiesFormat
1888
1889// The information of an AutoApprovedPrivateLinkService.
1890type AutoApprovedPrivateLinkService = original.AutoApprovedPrivateLinkService
1891
1892// An array of private link service id that can be linked to a private end point with auto approved.
1893type AutoApprovedPrivateLinkServicesResult = original.AutoApprovedPrivateLinkServicesResult
1894
1895// AutoApprovedPrivateLinkServicesResultPager provides iteration over AutoApprovedPrivateLinkServicesResult pages.
1896type AutoApprovedPrivateLinkServicesResultPager = original.AutoApprovedPrivateLinkServicesResultPager
1897
1898// AutoApprovedPrivateLinkServicesResultResponse is the response envelope for operations that return a AutoApprovedPrivateLinkServicesResult type.
1899type AutoApprovedPrivateLinkServicesResultResponse = original.AutoApprovedPrivateLinkServicesResultResponse
1900
1901// Availability of the metric.
1902type Availability = original.Availability
1903
1904// The serviceName of an AvailableDelegation indicates a possible delegation for a subnet.
1905type AvailableDelegation = original.AvailableDelegation
1906
1907// AvailableDelegationsClient contains the methods for the AvailableDelegations group.
1908// Don't use this type directly, use NewAvailableDelegationsClient() instead.
1909type AvailableDelegationsClient = original.AvailableDelegationsClient
1910
1911// AvailableDelegationsListOptions contains the optional parameters for the AvailableDelegations.List method.
1912type AvailableDelegationsListOptions = original.AvailableDelegationsListOptions
1913
1914// An array of available delegations.
1915type AvailableDelegationsResult = original.AvailableDelegationsResult
1916
1917// AvailableDelegationsResultPager provides iteration over AvailableDelegationsResult pages.
1918type AvailableDelegationsResultPager = original.AvailableDelegationsResultPager
1919
1920// AvailableDelegationsResultResponse is the response envelope for operations that return a AvailableDelegationsResult type.
1921type AvailableDelegationsResultResponse = original.AvailableDelegationsResultResponse
1922
1923// AvailableEndpointServicesClient contains the methods for the AvailableEndpointServices group.
1924// Don't use this type directly, use NewAvailableEndpointServicesClient() instead.
1925type AvailableEndpointServicesClient = original.AvailableEndpointServicesClient
1926
1927// AvailableEndpointServicesListOptions contains the optional parameters for the AvailableEndpointServices.List method.
1928type AvailableEndpointServicesListOptions = original.AvailableEndpointServicesListOptions
1929
1930// The information of an AvailablePrivateEndpointType.
1931type AvailablePrivateEndpointType = original.AvailablePrivateEndpointType
1932
1933// AvailablePrivateEndpointTypesClient contains the methods for the AvailablePrivateEndpointTypes group.
1934// Don't use this type directly, use NewAvailablePrivateEndpointTypesClient() instead.
1935type AvailablePrivateEndpointTypesClient = original.AvailablePrivateEndpointTypesClient
1936
1937// AvailablePrivateEndpointTypesListByResourceGroupOptions contains the optional parameters for the AvailablePrivateEndpointTypes.ListByResourceGroup method.
1938type AvailablePrivateEndpointTypesListByResourceGroupOptions = original.AvailablePrivateEndpointTypesListByResourceGroupOptions
1939
1940// AvailablePrivateEndpointTypesListOptions contains the optional parameters for the AvailablePrivateEndpointTypes.List method.
1941type AvailablePrivateEndpointTypesListOptions = original.AvailablePrivateEndpointTypesListOptions
1942
1943// An array of available PrivateEndpoint types.
1944type AvailablePrivateEndpointTypesResult = original.AvailablePrivateEndpointTypesResult
1945
1946// AvailablePrivateEndpointTypesResultPager provides iteration over AvailablePrivateEndpointTypesResult pages.
1947type AvailablePrivateEndpointTypesResultPager = original.AvailablePrivateEndpointTypesResultPager
1948
1949// AvailablePrivateEndpointTypesResultResponse is the response envelope for operations that return a AvailablePrivateEndpointTypesResult type.
1950type AvailablePrivateEndpointTypesResultResponse = original.AvailablePrivateEndpointTypesResultResponse
1951
1952// List of available countries with details.
1953type AvailableProvidersList = original.AvailableProvidersList
1954
1955// City or town details.
1956type AvailableProvidersListCity = original.AvailableProvidersListCity
1957
1958// Country details.
1959type AvailableProvidersListCountry = original.AvailableProvidersListCountry
1960
1961// Constraints that determine the list of available Internet service providers.
1962type AvailableProvidersListParameters = original.AvailableProvidersListParameters
1963
1964// AvailableProvidersListPoller provides polling facilities until the operation completes
1965type AvailableProvidersListPoller = original.AvailableProvidersListPoller
1966
1967// AvailableProvidersListPollerResponse is the response envelope for operations that asynchronously return a AvailableProvidersList type.
1968type AvailableProvidersListPollerResponse = original.AvailableProvidersListPollerResponse
1969
1970// AvailableProvidersListResponse is the response envelope for operations that return a AvailableProvidersList type.
1971type AvailableProvidersListResponse = original.AvailableProvidersListResponse
1972
1973// State details.
1974type AvailableProvidersListState = original.AvailableProvidersListState
1975
1976// AvailableResourceGroupDelegationsClient contains the methods for the AvailableResourceGroupDelegations group.
1977// Don't use this type directly, use NewAvailableResourceGroupDelegationsClient() instead.
1978type AvailableResourceGroupDelegationsClient = original.AvailableResourceGroupDelegationsClient
1979
1980// AvailableResourceGroupDelegationsListOptions contains the optional parameters for the AvailableResourceGroupDelegations.List method.
1981type AvailableResourceGroupDelegationsListOptions = original.AvailableResourceGroupDelegationsListOptions
1982
1983// The available service alias.
1984type AvailableServiceAlias = original.AvailableServiceAlias
1985
1986// AvailableServiceAliasesClient contains the methods for the AvailableServiceAliases group.
1987// Don't use this type directly, use NewAvailableServiceAliasesClient() instead.
1988type AvailableServiceAliasesClient = original.AvailableServiceAliasesClient
1989
1990// AvailableServiceAliasesListByResourceGroupOptions contains the optional parameters for the AvailableServiceAliases.ListByResourceGroup method.
1991type AvailableServiceAliasesListByResourceGroupOptions = original.AvailableServiceAliasesListByResourceGroupOptions
1992
1993// AvailableServiceAliasesListOptions contains the optional parameters for the AvailableServiceAliases.List method.
1994type AvailableServiceAliasesListOptions = original.AvailableServiceAliasesListOptions
1995
1996// An array of available service aliases.
1997type AvailableServiceAliasesResult = original.AvailableServiceAliasesResult
1998
1999// AvailableServiceAliasesResultPager provides iteration over AvailableServiceAliasesResult pages.
2000type AvailableServiceAliasesResultPager = original.AvailableServiceAliasesResultPager
2001
2002// AvailableServiceAliasesResultResponse is the response envelope for operations that return a AvailableServiceAliasesResult type.
2003type AvailableServiceAliasesResultResponse = original.AvailableServiceAliasesResultResponse
2004
2005// The response body contains the status of the specified asynchronous operation, indicating whether it has succeeded, is in progress, or has failed. Note
2006// that this status is distinct from the HTTP
2007// status code returned for the Get Operation Status operation itself. If the asynchronous operation succeeded, the response body includes the HTTP status
2008// code for the successful request. If the
2009// asynchronous operation failed, the response body includes the HTTP status code for the failed request and error information regarding the failure.
2010type AzureAsyncOperationResult = original.AzureAsyncOperationResult
2011
2012// Azure Firewall resource.
2013type AzureFirewall = original.AzureFirewall
2014
2015// Properties of an application rule.
2016type AzureFirewallApplicationRule = original.AzureFirewallApplicationRule
2017
2018// Application rule collection resource.
2019type AzureFirewallApplicationRuleCollection = original.AzureFirewallApplicationRuleCollection
2020
2021// Properties of the application rule collection.
2022type AzureFirewallApplicationRuleCollectionPropertiesFormat = original.AzureFirewallApplicationRuleCollectionPropertiesFormat
2023
2024// Properties of the application rule protocol.
2025type AzureFirewallApplicationRuleProtocol = original.AzureFirewallApplicationRuleProtocol
2026
2027// Azure Firewall FQDN Tag Resource.
2028type AzureFirewallFqdnTag = original.AzureFirewallFqdnTag
2029
2030// Response for ListAzureFirewallFqdnTags API service call.
2031type AzureFirewallFqdnTagListResult = original.AzureFirewallFqdnTagListResult
2032
2033// AzureFirewallFqdnTagListResultPager provides iteration over AzureFirewallFqdnTagListResult pages.
2034type AzureFirewallFqdnTagListResultPager = original.AzureFirewallFqdnTagListResultPager
2035
2036// AzureFirewallFqdnTagListResultResponse is the response envelope for operations that return a AzureFirewallFqdnTagListResult type.
2037type AzureFirewallFqdnTagListResultResponse = original.AzureFirewallFqdnTagListResultResponse
2038
2039// Azure Firewall FQDN Tag Properties.
2040type AzureFirewallFqdnTagPropertiesFormat = original.AzureFirewallFqdnTagPropertiesFormat
2041
2042// AzureFirewallFqdnTagsClient contains the methods for the AzureFirewallFqdnTags group.
2043// Don't use this type directly, use NewAzureFirewallFqdnTagsClient() instead.
2044type AzureFirewallFqdnTagsClient = original.AzureFirewallFqdnTagsClient
2045
2046// AzureFirewallFqdnTagsListAllOptions contains the optional parameters for the AzureFirewallFqdnTags.ListAll method.
2047type AzureFirewallFqdnTagsListAllOptions = original.AzureFirewallFqdnTagsListAllOptions
2048
2049// IP configuration of an Azure Firewall.
2050type AzureFirewallIPConfiguration = original.AzureFirewallIPConfiguration
2051
2052// Properties of IP configuration of an Azure Firewall.
2053type AzureFirewallIPConfigurationPropertiesFormat = original.AzureFirewallIPConfigurationPropertiesFormat
2054
2055// IpGroups associated with azure firewall.
2056type AzureFirewallIPGroups = original.AzureFirewallIPGroups
2057
2058// Response for ListAzureFirewalls API service call.
2059type AzureFirewallListResult = original.AzureFirewallListResult
2060
2061// AzureFirewallListResultPager provides iteration over AzureFirewallListResult pages.
2062type AzureFirewallListResultPager = original.AzureFirewallListResultPager
2063
2064// AzureFirewallListResultResponse is the response envelope for operations that return a AzureFirewallListResult type.
2065type AzureFirewallListResultResponse = original.AzureFirewallListResultResponse
2066
2067// AzureFirewall NAT Rule Collection Action.
2068type AzureFirewallNatRcAction = original.AzureFirewallNatRcAction
2069
2070// Properties of a NAT rule.
2071type AzureFirewallNatRule = original.AzureFirewallNatRule
2072
2073// NAT rule collection resource.
2074type AzureFirewallNatRuleCollection = original.AzureFirewallNatRuleCollection
2075
2076// Properties of the NAT rule collection.
2077type AzureFirewallNatRuleCollectionProperties = original.AzureFirewallNatRuleCollectionProperties
2078
2079// Properties of the network rule.
2080type AzureFirewallNetworkRule = original.AzureFirewallNetworkRule
2081
2082// Network rule collection resource.
2083type AzureFirewallNetworkRuleCollection = original.AzureFirewallNetworkRuleCollection
2084
2085// Properties of the network rule collection.
2086type AzureFirewallNetworkRuleCollectionPropertiesFormat = original.AzureFirewallNetworkRuleCollectionPropertiesFormat
2087
2088// AzureFirewallPoller provides polling facilities until the operation completes
2089type AzureFirewallPoller = original.AzureFirewallPoller
2090
2091// AzureFirewallPollerResponse is the response envelope for operations that asynchronously return a AzureFirewall type.
2092type AzureFirewallPollerResponse = original.AzureFirewallPollerResponse
2093
2094// Properties of the Azure Firewall.
2095type AzureFirewallPropertiesFormat = original.AzureFirewallPropertiesFormat
2096
2097// Public IP Address associated with azure firewall.
2098type AzureFirewallPublicIPAddress = original.AzureFirewallPublicIPAddress
2099
2100// Properties of the AzureFirewallRCAction.
2101type AzureFirewallRcAction = original.AzureFirewallRcAction
2102
2103// AzureFirewallResponse is the response envelope for operations that return a AzureFirewall type.
2104type AzureFirewallResponse = original.AzureFirewallResponse
2105
2106// SKU of an Azure Firewall.
2107type AzureFirewallSKU = original.AzureFirewallSKU
2108
2109// AzureFirewallsBeginCreateOrUpdateOptions contains the optional parameters for the AzureFirewalls.BeginCreateOrUpdate method.
2110type AzureFirewallsBeginCreateOrUpdateOptions = original.AzureFirewallsBeginCreateOrUpdateOptions
2111
2112// AzureFirewallsBeginDeleteOptions contains the optional parameters for the AzureFirewalls.BeginDelete method.
2113type AzureFirewallsBeginDeleteOptions = original.AzureFirewallsBeginDeleteOptions
2114
2115// AzureFirewallsBeginUpdateTagsOptions contains the optional parameters for the AzureFirewalls.BeginUpdateTags method.
2116type AzureFirewallsBeginUpdateTagsOptions = original.AzureFirewallsBeginUpdateTagsOptions
2117
2118// AzureFirewallsClient contains the methods for the AzureFirewalls group.
2119// Don't use this type directly, use NewAzureFirewallsClient() instead.
2120type AzureFirewallsClient = original.AzureFirewallsClient
2121
2122// AzureFirewallsGetOptions contains the optional parameters for the AzureFirewalls.Get method.
2123type AzureFirewallsGetOptions = original.AzureFirewallsGetOptions
2124
2125// AzureFirewallsListAllOptions contains the optional parameters for the AzureFirewalls.ListAll method.
2126type AzureFirewallsListAllOptions = original.AzureFirewallsListAllOptions
2127
2128// AzureFirewallsListOptions contains the optional parameters for the AzureFirewalls.List method.
2129type AzureFirewallsListOptions = original.AzureFirewallsListOptions
2130
2131// Azure reachability report details.
2132type AzureReachabilityReport = original.AzureReachabilityReport
2133
2134// Azure reachability report details for a given provider location.
2135type AzureReachabilityReportItem = original.AzureReachabilityReportItem
2136
2137// Details on latency for a time series.
2138type AzureReachabilityReportLatencyInfo = original.AzureReachabilityReportLatencyInfo
2139
2140// Parameters that define a geographic location.
2141type AzureReachabilityReportLocation = original.AzureReachabilityReportLocation
2142
2143// Geographic and time constraints for Azure reachability report.
2144type AzureReachabilityReportParameters = original.AzureReachabilityReportParameters
2145
2146// AzureReachabilityReportPoller provides polling facilities until the operation completes
2147type AzureReachabilityReportPoller = original.AzureReachabilityReportPoller
2148
2149// AzureReachabilityReportPollerResponse is the response envelope for operations that asynchronously return a AzureReachabilityReport type.
2150type AzureReachabilityReportPollerResponse = original.AzureReachabilityReportPollerResponse
2151
2152// AzureReachabilityReportResponse is the response envelope for operations that return a AzureReachabilityReport type.
2153type AzureReachabilityReportResponse = original.AzureReachabilityReportResponse
2154
2155// Azure Web Category Resource.
2156type AzureWebCategory = original.AzureWebCategory
2157
2158// Response for ListAzureWebCategories API service call.
2159type AzureWebCategoryListResult = original.AzureWebCategoryListResult
2160
2161// AzureWebCategoryListResultPager provides iteration over AzureWebCategoryListResult pages.
2162type AzureWebCategoryListResultPager = original.AzureWebCategoryListResultPager
2163
2164// AzureWebCategoryListResultResponse is the response envelope for operations that return a AzureWebCategoryListResult type.
2165type AzureWebCategoryListResultResponse = original.AzureWebCategoryListResultResponse
2166
2167// Azure Web Category Properties.
2168type AzureWebCategoryPropertiesFormat = original.AzureWebCategoryPropertiesFormat
2169
2170// AzureWebCategoryResponse is the response envelope for operations that return a AzureWebCategory type.
2171type AzureWebCategoryResponse = original.AzureWebCategoryResponse
2172
2173// Pool of backend IP addresses.
2174type BackendAddressPool = original.BackendAddressPool
2175
2176// BackendAddressPoolPoller provides polling facilities until the operation completes
2177type BackendAddressPoolPoller = original.BackendAddressPoolPoller
2178
2179// BackendAddressPoolPollerResponse is the response envelope for operations that asynchronously return a BackendAddressPool type.
2180type BackendAddressPoolPollerResponse = original.BackendAddressPoolPollerResponse
2181
2182// Properties of the backend address pool.
2183type BackendAddressPoolPropertiesFormat = original.BackendAddressPoolPropertiesFormat
2184
2185// BackendAddressPoolResponse is the response envelope for operations that return a BackendAddressPool type.
2186type BackendAddressPoolResponse = original.BackendAddressPoolResponse
2187
2188// The session detail for a target.
2189type BastionActiveSession = original.BastionActiveSession
2190
2191// Response for GetActiveSessions.
2192type BastionActiveSessionListResult = original.BastionActiveSessionListResult
2193
2194// BastionActiveSessionListResultPager provides iteration over BastionActiveSessionListResult pages.
2195type BastionActiveSessionListResultPager = original.BastionActiveSessionListResultPager
2196
2197// BastionActiveSessionListResultPagerPoller provides polling facilities until the operation completes
2198type BastionActiveSessionListResultPagerPoller = original.BastionActiveSessionListResultPagerPoller
2199
2200// BastionActiveSessionListResultPagerPollerResponse is the response envelope for operations that asynchronously return a BastionActiveSessionListResultPager
2201// type.
2202type BastionActiveSessionListResultPagerPollerResponse = original.BastionActiveSessionListResultPagerPollerResponse
2203
2204// BastionActiveSessionListResultResponse is the response envelope for operations that return a BastionActiveSessionListResult type.
2205type BastionActiveSessionListResultResponse = original.BastionActiveSessionListResultResponse
2206
2207// Bastion Host resource.
2208type BastionHost = original.BastionHost
2209
2210// IP configuration of an Bastion Host.
2211type BastionHostIPConfiguration = original.BastionHostIPConfiguration
2212
2213// Properties of IP configuration of an Bastion Host.
2214type BastionHostIPConfigurationPropertiesFormat = original.BastionHostIPConfigurationPropertiesFormat
2215
2216// Response for ListBastionHosts API service call.
2217type BastionHostListResult = original.BastionHostListResult
2218
2219// BastionHostListResultPager provides iteration over BastionHostListResult pages.
2220type BastionHostListResultPager = original.BastionHostListResultPager
2221
2222// BastionHostListResultResponse is the response envelope for operations that return a BastionHostListResult type.
2223type BastionHostListResultResponse = original.BastionHostListResultResponse
2224
2225// BastionHostPoller provides polling facilities until the operation completes
2226type BastionHostPoller = original.BastionHostPoller
2227
2228// BastionHostPollerResponse is the response envelope for operations that asynchronously return a BastionHost type.
2229type BastionHostPollerResponse = original.BastionHostPollerResponse
2230
2231// Properties of the Bastion Host.
2232type BastionHostPropertiesFormat = original.BastionHostPropertiesFormat
2233
2234// BastionHostResponse is the response envelope for operations that return a BastionHost type.
2235type BastionHostResponse = original.BastionHostResponse
2236
2237// BastionHostsBeginCreateOrUpdateOptions contains the optional parameters for the BastionHosts.BeginCreateOrUpdate method.
2238type BastionHostsBeginCreateOrUpdateOptions = original.BastionHostsBeginCreateOrUpdateOptions
2239
2240// BastionHostsBeginDeleteOptions contains the optional parameters for the BastionHosts.BeginDelete method.
2241type BastionHostsBeginDeleteOptions = original.BastionHostsBeginDeleteOptions
2242
2243// BastionHostsClient contains the methods for the BastionHosts group.
2244// Don't use this type directly, use NewBastionHostsClient() instead.
2245type BastionHostsClient = original.BastionHostsClient
2246
2247// BastionHostsGetOptions contains the optional parameters for the BastionHosts.Get method.
2248type BastionHostsGetOptions = original.BastionHostsGetOptions
2249
2250// BastionHostsListByResourceGroupOptions contains the optional parameters for the BastionHosts.ListByResourceGroup method.
2251type BastionHostsListByResourceGroupOptions = original.BastionHostsListByResourceGroupOptions
2252
2253// BastionHostsListOptions contains the optional parameters for the BastionHosts.List method.
2254type BastionHostsListOptions = original.BastionHostsListOptions
2255
2256// Response for DisconnectActiveSessions.
2257type BastionSessionDeleteResult = original.BastionSessionDeleteResult
2258
2259// BastionSessionDeleteResultPager provides iteration over BastionSessionDeleteResult pages.
2260type BastionSessionDeleteResultPager = original.BastionSessionDeleteResultPager
2261
2262// BastionSessionDeleteResultResponse is the response envelope for operations that return a BastionSessionDeleteResult type.
2263type BastionSessionDeleteResultResponse = original.BastionSessionDeleteResultResponse
2264
2265// The session state detail for a target.
2266type BastionSessionState = original.BastionSessionState
2267
2268// Bastion Shareable Link.
2269type BastionShareableLink = original.BastionShareableLink
2270
2271// Post request for all the Bastion Shareable Link endpoints.
2272type BastionShareableLinkListRequest = original.BastionShareableLinkListRequest
2273
2274// Response for all the Bastion Shareable Link endpoints.
2275type BastionShareableLinkListResult = original.BastionShareableLinkListResult
2276
2277// BastionShareableLinkListResultPager provides iteration over BastionShareableLinkListResult pages.
2278type BastionShareableLinkListResultPager = original.BastionShareableLinkListResultPager
2279
2280// BastionShareableLinkListResultPagerPoller provides polling facilities until the operation completes
2281type BastionShareableLinkListResultPagerPoller = original.BastionShareableLinkListResultPagerPoller
2282
2283// BastionShareableLinkListResultPagerPollerResponse is the response envelope for operations that asynchronously return a BastionShareableLinkListResultPager
2284// type.
2285type BastionShareableLinkListResultPagerPollerResponse = original.BastionShareableLinkListResultPagerPollerResponse
2286
2287// BastionShareableLinkListResultResponse is the response envelope for operations that return a BastionShareableLinkListResult type.
2288type BastionShareableLinkListResultResponse = original.BastionShareableLinkListResultResponse
2289
2290// Contains bgp community information offered in Service Community resources.
2291type BgpCommunity = original.BgpCommunity
2292
2293// Virtual Appliance Site resource.
2294type BgpConnection = original.BgpConnection
2295
2296// BgpConnectionPoller provides polling facilities until the operation completes
2297type BgpConnectionPoller = original.BgpConnectionPoller
2298
2299// BgpConnectionPollerResponse is the response envelope for operations that asynchronously return a BgpConnection type.
2300type BgpConnectionPollerResponse = original.BgpConnectionPollerResponse
2301
2302// Properties of the bgp connection.
2303type BgpConnectionProperties = original.BgpConnectionProperties
2304
2305// BgpConnectionResponse is the response envelope for operations that return a BgpConnection type.
2306type BgpConnectionResponse = original.BgpConnectionResponse
2307
2308// BGP peer status details.
2309type BgpPeerStatus = original.BgpPeerStatus
2310
2311// Response for list BGP peer status API service call.
2312type BgpPeerStatusListResult = original.BgpPeerStatusListResult
2313
2314// BgpPeerStatusListResultPoller provides polling facilities until the operation completes
2315type BgpPeerStatusListResultPoller = original.BgpPeerStatusListResultPoller
2316
2317// BgpPeerStatusListResultPollerResponse is the response envelope for operations that asynchronously return a BgpPeerStatusListResult type.
2318type BgpPeerStatusListResultPollerResponse = original.BgpPeerStatusListResultPollerResponse
2319
2320// BgpPeerStatusListResultResponse is the response envelope for operations that return a BgpPeerStatusListResult type.
2321type BgpPeerStatusListResultResponse = original.BgpPeerStatusListResultResponse
2322
2323// BgpServiceCommunitiesClient contains the methods for the BgpServiceCommunities group.
2324// Don't use this type directly, use NewBgpServiceCommunitiesClient() instead.
2325type BgpServiceCommunitiesClient = original.BgpServiceCommunitiesClient
2326
2327// BgpServiceCommunitiesListOptions contains the optional parameters for the BgpServiceCommunities.List method.
2328type BgpServiceCommunitiesListOptions = original.BgpServiceCommunitiesListOptions
2329
2330// Service Community Properties.
2331type BgpServiceCommunity = original.BgpServiceCommunity
2332
2333// Response for the ListServiceCommunity API service call.
2334type BgpServiceCommunityListResult = original.BgpServiceCommunityListResult
2335
2336// BgpServiceCommunityListResultPager provides iteration over BgpServiceCommunityListResult pages.
2337type BgpServiceCommunityListResultPager = original.BgpServiceCommunityListResultPager
2338
2339// BgpServiceCommunityListResultResponse is the response envelope for operations that return a BgpServiceCommunityListResult type.
2340type BgpServiceCommunityListResultResponse = original.BgpServiceCommunityListResultResponse
2341
2342// Properties of Service Community.
2343type BgpServiceCommunityPropertiesFormat = original.BgpServiceCommunityPropertiesFormat
2344
2345// BGP settings details.
2346type BgpSettings = original.BgpSettings
2347
2348// Network Virtual Appliance Sku Properties.
2349type BreakOutCategoryPolicies = original.BreakOutCategoryPolicies
2350
2351// Request body of the CheckPrivateLinkServiceVisibility API service call.
2352type CheckPrivateLinkServiceVisibilityRequest = original.CheckPrivateLinkServiceVisibilityRequest
2353
2354// An error response from the service.
2355type CloudError = original.CloudError
2356
2357// An error response from the service.
2358type CloudErrorBody = original.CloudErrorBody
2359type Components1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalproperties = original.Components1Jq1T4ISchemasManagedserviceidentityPropertiesUserassignedidentitiesAdditionalproperties
2360
2361// Parameters that define the operation to create a connection monitor.
2362type ConnectionMonitor = original.ConnectionMonitor
2363
2364// Describes the destination of connection monitor.
2365type ConnectionMonitorDestination = original.ConnectionMonitorDestination
2366
2367// Describes the connection monitor endpoint.
2368type ConnectionMonitorEndpoint = original.ConnectionMonitorEndpoint
2369
2370// Describes the connection monitor endpoint filter.
2371type ConnectionMonitorEndpointFilter = original.ConnectionMonitorEndpointFilter
2372
2373// Describes the connection monitor endpoint filter item.
2374type ConnectionMonitorEndpointFilterItem = original.ConnectionMonitorEndpointFilterItem
2375
2376// Describes the connection monitor endpoint scope.
2377type ConnectionMonitorEndpointScope = original.ConnectionMonitorEndpointScope
2378
2379// Describes the connection monitor endpoint scope item.
2380type ConnectionMonitorEndpointScopeItem = original.ConnectionMonitorEndpointScopeItem
2381
2382// Describes the HTTP configuration.
2383type ConnectionMonitorHTTPConfiguration = original.ConnectionMonitorHTTPConfiguration
2384
2385// Describes the ICMP configuration.
2386type ConnectionMonitorIcmpConfiguration = original.ConnectionMonitorIcmpConfiguration
2387
2388// List of connection monitors.
2389type ConnectionMonitorListResult = original.ConnectionMonitorListResult
2390
2391// ConnectionMonitorListResultResponse is the response envelope for operations that return a ConnectionMonitorListResult type.
2392type ConnectionMonitorListResultResponse = original.ConnectionMonitorListResultResponse
2393
2394// Describes a connection monitor output destination.
2395type ConnectionMonitorOutput = original.ConnectionMonitorOutput
2396
2397// Parameters that define the operation to create a connection monitor.
2398type ConnectionMonitorParameters = original.ConnectionMonitorParameters
2399
2400// List of connection states snapshots.
2401type ConnectionMonitorQueryResult = original.ConnectionMonitorQueryResult
2402
2403// ConnectionMonitorQueryResultPoller provides polling facilities until the operation completes
2404type ConnectionMonitorQueryResultPoller = original.ConnectionMonitorQueryResultPoller
2405
2406// ConnectionMonitorQueryResultPollerResponse is the response envelope for operations that asynchronously return a ConnectionMonitorQueryResult type.
2407type ConnectionMonitorQueryResultPollerResponse = original.ConnectionMonitorQueryResultPollerResponse
2408
2409// ConnectionMonitorQueryResultResponse is the response envelope for operations that return a ConnectionMonitorQueryResult type.
2410type ConnectionMonitorQueryResultResponse = original.ConnectionMonitorQueryResultResponse
2411
2412// Information about the connection monitor.
2413type ConnectionMonitorResult = original.ConnectionMonitorResult
2414
2415// ConnectionMonitorResultPoller provides polling facilities until the operation completes
2416type ConnectionMonitorResultPoller = original.ConnectionMonitorResultPoller
2417
2418// ConnectionMonitorResultPollerResponse is the response envelope for operations that asynchronously return a ConnectionMonitorResult type.
2419type ConnectionMonitorResultPollerResponse = original.ConnectionMonitorResultPollerResponse
2420
2421// Describes the properties of a connection monitor.
2422type ConnectionMonitorResultProperties = original.ConnectionMonitorResultProperties
2423
2424// ConnectionMonitorResultResponse is the response envelope for operations that return a ConnectionMonitorResult type.
2425type ConnectionMonitorResultResponse = original.ConnectionMonitorResultResponse
2426
2427// Describes the source of connection monitor.
2428type ConnectionMonitorSource = original.ConnectionMonitorSource
2429
2430// Describes the threshold for declaring a test successful.
2431type ConnectionMonitorSuccessThreshold = original.ConnectionMonitorSuccessThreshold
2432
2433// Describes the TCP configuration.
2434type ConnectionMonitorTCPConfiguration = original.ConnectionMonitorTCPConfiguration
2435
2436// Describes a connection monitor test configuration.
2437type ConnectionMonitorTestConfiguration = original.ConnectionMonitorTestConfiguration
2438
2439// Describes the connection monitor test group.
2440type ConnectionMonitorTestGroup = original.ConnectionMonitorTestGroup
2441
2442// Describes the settings for producing output into a log analytics workspace.
2443type ConnectionMonitorWorkspaceSettings = original.ConnectionMonitorWorkspaceSettings
2444
2445// ConnectionMonitorsBeginCreateOrUpdateOptions contains the optional parameters for the ConnectionMonitors.BeginCreateOrUpdate method.
2446type ConnectionMonitorsBeginCreateOrUpdateOptions = original.ConnectionMonitorsBeginCreateOrUpdateOptions
2447
2448// ConnectionMonitorsBeginDeleteOptions contains the optional parameters for the ConnectionMonitors.BeginDelete method.
2449type ConnectionMonitorsBeginDeleteOptions = original.ConnectionMonitorsBeginDeleteOptions
2450
2451// ConnectionMonitorsBeginQueryOptions contains the optional parameters for the ConnectionMonitors.BeginQuery method.
2452type ConnectionMonitorsBeginQueryOptions = original.ConnectionMonitorsBeginQueryOptions
2453
2454// ConnectionMonitorsBeginStartOptions contains the optional parameters for the ConnectionMonitors.BeginStart method.
2455type ConnectionMonitorsBeginStartOptions = original.ConnectionMonitorsBeginStartOptions
2456
2457// ConnectionMonitorsBeginStopOptions contains the optional parameters for the ConnectionMonitors.BeginStop method.
2458type ConnectionMonitorsBeginStopOptions = original.ConnectionMonitorsBeginStopOptions
2459
2460// ConnectionMonitorsClient contains the methods for the ConnectionMonitors group.
2461// Don't use this type directly, use NewConnectionMonitorsClient() instead.
2462type ConnectionMonitorsClient = original.ConnectionMonitorsClient
2463
2464// ConnectionMonitorsGetOptions contains the optional parameters for the ConnectionMonitors.Get method.
2465type ConnectionMonitorsGetOptions = original.ConnectionMonitorsGetOptions
2466
2467// ConnectionMonitorsListOptions contains the optional parameters for the ConnectionMonitors.List method.
2468type ConnectionMonitorsListOptions = original.ConnectionMonitorsListOptions
2469
2470// ConnectionMonitorsUpdateTagsOptions contains the optional parameters for the ConnectionMonitors.UpdateTags method.
2471type ConnectionMonitorsUpdateTagsOptions = original.ConnectionMonitorsUpdateTagsOptions
2472
2473// The virtual network connection reset shared key.
2474type ConnectionResetSharedKey = original.ConnectionResetSharedKey
2475
2476// ConnectionResetSharedKeyPoller provides polling facilities until the operation completes
2477type ConnectionResetSharedKeyPoller = original.ConnectionResetSharedKeyPoller
2478
2479// ConnectionResetSharedKeyPollerResponse is the response envelope for operations that asynchronously return a ConnectionResetSharedKey type.
2480type ConnectionResetSharedKeyPollerResponse = original.ConnectionResetSharedKeyPollerResponse
2481
2482// ConnectionResetSharedKeyResponse is the response envelope for operations that return a ConnectionResetSharedKey type.
2483type ConnectionResetSharedKeyResponse = original.ConnectionResetSharedKeyResponse
2484
2485// Response for GetConnectionSharedKey API service call.
2486type ConnectionSharedKey = original.ConnectionSharedKey
2487
2488// ConnectionSharedKeyPoller provides polling facilities until the operation completes
2489type ConnectionSharedKeyPoller = original.ConnectionSharedKeyPoller
2490
2491// ConnectionSharedKeyPollerResponse is the response envelope for operations that asynchronously return a ConnectionSharedKey type.
2492type ConnectionSharedKeyPollerResponse = original.ConnectionSharedKeyPollerResponse
2493
2494// ConnectionSharedKeyResponse is the response envelope for operations that return a ConnectionSharedKey type.
2495type ConnectionSharedKeyResponse = original.ConnectionSharedKeyResponse
2496
2497// Connection state snapshot.
2498type ConnectionStateSnapshot = original.ConnectionStateSnapshot
2499
2500// Parameters that define destination of connection.
2501type ConnectivityDestination = original.ConnectivityDestination
2502
2503// Information about a hop between the source and the destination.
2504type ConnectivityHop = original.ConnectivityHop
2505
2506// Information on the connectivity status.
2507type ConnectivityInformation = original.ConnectivityInformation
2508
2509// ConnectivityInformationPoller provides polling facilities until the operation completes
2510type ConnectivityInformationPoller = original.ConnectivityInformationPoller
2511
2512// ConnectivityInformationPollerResponse is the response envelope for operations that asynchronously return a ConnectivityInformation type.
2513type ConnectivityInformationPollerResponse = original.ConnectivityInformationPollerResponse
2514
2515// ConnectivityInformationResponse is the response envelope for operations that return a ConnectivityInformation type.
2516type ConnectivityInformationResponse = original.ConnectivityInformationResponse
2517
2518// Information about an issue encountered in the process of checking for connectivity.
2519type ConnectivityIssue = original.ConnectivityIssue
2520
2521// Parameters that determine how the connectivity check will be performed.
2522type ConnectivityParameters = original.ConnectivityParameters
2523
2524// Parameters that define the source of the connection.
2525type ConnectivitySource = original.ConnectivitySource
2526
2527// Reference to container resource in remote resource provider.
2528type Container = original.Container
2529
2530// Container network interface child resource.
2531type ContainerNetworkInterface = original.ContainerNetworkInterface
2532
2533// Container network interface configuration child resource.
2534type ContainerNetworkInterfaceConfiguration = original.ContainerNetworkInterfaceConfiguration
2535
2536// Container network interface configuration properties.
2537type ContainerNetworkInterfaceConfigurationPropertiesFormat = original.ContainerNetworkInterfaceConfigurationPropertiesFormat
2538
2539// The ip configuration for a container network interface.
2540type ContainerNetworkInterfaceIPConfiguration = original.ContainerNetworkInterfaceIPConfiguration
2541
2542// Properties of the container network interface IP configuration.
2543type ContainerNetworkInterfaceIPConfigurationPropertiesFormat = original.ContainerNetworkInterfaceIPConfigurationPropertiesFormat
2544
2545// Properties of container network interface.
2546type ContainerNetworkInterfacePropertiesFormat = original.ContainerNetworkInterfacePropertiesFormat
2547
2548// Contains custom Dns resolution configuration from customer.
2549type CustomDNSConfigPropertiesFormat = original.CustomDNSConfigPropertiesFormat
2550
2551// Custom IP prefix resource.
2552type CustomIPPrefix = original.CustomIPPrefix
2553
2554// Response for ListCustomIpPrefixes API service call.
2555type CustomIPPrefixListResult = original.CustomIPPrefixListResult
2556
2557// CustomIPPrefixListResultPager provides iteration over CustomIPPrefixListResult pages.
2558type CustomIPPrefixListResultPager = original.CustomIPPrefixListResultPager
2559
2560// CustomIPPrefixListResultResponse is the response envelope for operations that return a CustomIPPrefixListResult type.
2561type CustomIPPrefixListResultResponse = original.CustomIPPrefixListResultResponse
2562
2563// CustomIPPrefixPoller provides polling facilities until the operation completes
2564type CustomIPPrefixPoller = original.CustomIPPrefixPoller
2565
2566// CustomIPPrefixPollerResponse is the response envelope for operations that asynchronously return a CustomIPPrefix type.
2567type CustomIPPrefixPollerResponse = original.CustomIPPrefixPollerResponse
2568
2569// Custom IP prefix properties.
2570type CustomIPPrefixPropertiesFormat = original.CustomIPPrefixPropertiesFormat
2571
2572// CustomIPPrefixResponse is the response envelope for operations that return a CustomIPPrefix type.
2573type CustomIPPrefixResponse = original.CustomIPPrefixResponse
2574
2575// CustomIPPrefixesBeginCreateOrUpdateOptions contains the optional parameters for the CustomIPPrefixes.BeginCreateOrUpdate method.
2576type CustomIPPrefixesBeginCreateOrUpdateOptions = original.CustomIPPrefixesBeginCreateOrUpdateOptions
2577
2578// CustomIPPrefixesBeginDeleteOptions contains the optional parameters for the CustomIPPrefixes.BeginDelete method.
2579type CustomIPPrefixesBeginDeleteOptions = original.CustomIPPrefixesBeginDeleteOptions
2580
2581// CustomIPPrefixesClient contains the methods for the CustomIPPrefixes group.
2582// Don't use this type directly, use NewCustomIPPrefixesClient() instead.
2583type CustomIPPrefixesClient = original.CustomIPPrefixesClient
2584
2585// CustomIPPrefixesGetOptions contains the optional parameters for the CustomIPPrefixes.Get method.
2586type CustomIPPrefixesGetOptions = original.CustomIPPrefixesGetOptions
2587
2588// CustomIPPrefixesListAllOptions contains the optional parameters for the CustomIPPrefixes.ListAll method.
2589type CustomIPPrefixesListAllOptions = original.CustomIPPrefixesListAllOptions
2590
2591// CustomIPPrefixesListOptions contains the optional parameters for the CustomIPPrefixes.List method.
2592type CustomIPPrefixesListOptions = original.CustomIPPrefixesListOptions
2593
2594// CustomIPPrefixesUpdateTagsOptions contains the optional parameters for the CustomIPPrefixes.UpdateTags method.
2595type CustomIPPrefixesUpdateTagsOptions = original.CustomIPPrefixesUpdateTagsOptions
2596
2597// Response for the CheckDnsNameAvailability API service call.
2598type DNSNameAvailabilityResult = original.DNSNameAvailabilityResult
2599
2600// DNSNameAvailabilityResultResponse is the response envelope for operations that return a DNSNameAvailabilityResult type.
2601type DNSNameAvailabilityResultResponse = original.DNSNameAvailabilityResultResponse
2602
2603// DNS Proxy Settings in Firewall Policy.
2604type DNSSettings = original.DNSSettings
2605
2606// DdosCustomPoliciesBeginCreateOrUpdateOptions contains the optional parameters for the DdosCustomPolicies.BeginCreateOrUpdate method.
2607type DdosCustomPoliciesBeginCreateOrUpdateOptions = original.DdosCustomPoliciesBeginCreateOrUpdateOptions
2608
2609// DdosCustomPoliciesBeginDeleteOptions contains the optional parameters for the DdosCustomPolicies.BeginDelete method.
2610type DdosCustomPoliciesBeginDeleteOptions = original.DdosCustomPoliciesBeginDeleteOptions
2611
2612// DdosCustomPoliciesClient contains the methods for the DdosCustomPolicies group.
2613// Don't use this type directly, use NewDdosCustomPoliciesClient() instead.
2614type DdosCustomPoliciesClient = original.DdosCustomPoliciesClient
2615
2616// DdosCustomPoliciesGetOptions contains the optional parameters for the DdosCustomPolicies.Get method.
2617type DdosCustomPoliciesGetOptions = original.DdosCustomPoliciesGetOptions
2618
2619// DdosCustomPoliciesUpdateTagsOptions contains the optional parameters for the DdosCustomPolicies.UpdateTags method.
2620type DdosCustomPoliciesUpdateTagsOptions = original.DdosCustomPoliciesUpdateTagsOptions
2621
2622// A DDoS custom policy in a resource group.
2623type DdosCustomPolicy = original.DdosCustomPolicy
2624
2625// DdosCustomPolicyPoller provides polling facilities until the operation completes
2626type DdosCustomPolicyPoller = original.DdosCustomPolicyPoller
2627
2628// DdosCustomPolicyPollerResponse is the response envelope for operations that asynchronously return a DdosCustomPolicy type.
2629type DdosCustomPolicyPollerResponse = original.DdosCustomPolicyPollerResponse
2630
2631// DDoS custom policy properties.
2632type DdosCustomPolicyPropertiesFormat = original.DdosCustomPolicyPropertiesFormat
2633
2634// DdosCustomPolicyResponse is the response envelope for operations that return a DdosCustomPolicy type.
2635type DdosCustomPolicyResponse = original.DdosCustomPolicyResponse
2636
2637// A DDoS protection plan in a resource group.
2638type DdosProtectionPlan = original.DdosProtectionPlan
2639
2640// A list of DDoS protection plans.
2641type DdosProtectionPlanListResult = original.DdosProtectionPlanListResult
2642
2643// DdosProtectionPlanListResultPager provides iteration over DdosProtectionPlanListResult pages.
2644type DdosProtectionPlanListResultPager = original.DdosProtectionPlanListResultPager
2645
2646// DdosProtectionPlanListResultResponse is the response envelope for operations that return a DdosProtectionPlanListResult type.
2647type DdosProtectionPlanListResultResponse = original.DdosProtectionPlanListResultResponse
2648
2649// DdosProtectionPlanPoller provides polling facilities until the operation completes
2650type DdosProtectionPlanPoller = original.DdosProtectionPlanPoller
2651
2652// DdosProtectionPlanPollerResponse is the response envelope for operations that asynchronously return a DdosProtectionPlan type.
2653type DdosProtectionPlanPollerResponse = original.DdosProtectionPlanPollerResponse
2654
2655// DDoS protection plan properties.
2656type DdosProtectionPlanPropertiesFormat = original.DdosProtectionPlanPropertiesFormat
2657
2658// DdosProtectionPlanResponse is the response envelope for operations that return a DdosProtectionPlan type.
2659type DdosProtectionPlanResponse = original.DdosProtectionPlanResponse
2660
2661// DdosProtectionPlansBeginCreateOrUpdateOptions contains the optional parameters for the DdosProtectionPlans.BeginCreateOrUpdate method.
2662type DdosProtectionPlansBeginCreateOrUpdateOptions = original.DdosProtectionPlansBeginCreateOrUpdateOptions
2663
2664// DdosProtectionPlansBeginDeleteOptions contains the optional parameters for the DdosProtectionPlans.BeginDelete method.
2665type DdosProtectionPlansBeginDeleteOptions = original.DdosProtectionPlansBeginDeleteOptions
2666
2667// DdosProtectionPlansClient contains the methods for the DdosProtectionPlans group.
2668// Don't use this type directly, use NewDdosProtectionPlansClient() instead.
2669type DdosProtectionPlansClient = original.DdosProtectionPlansClient
2670
2671// DdosProtectionPlansGetOptions contains the optional parameters for the DdosProtectionPlans.Get method.
2672type DdosProtectionPlansGetOptions = original.DdosProtectionPlansGetOptions
2673
2674// DdosProtectionPlansListByResourceGroupOptions contains the optional parameters for the DdosProtectionPlans.ListByResourceGroup method.
2675type DdosProtectionPlansListByResourceGroupOptions = original.DdosProtectionPlansListByResourceGroupOptions
2676
2677// DdosProtectionPlansListOptions contains the optional parameters for the DdosProtectionPlans.List method.
2678type DdosProtectionPlansListOptions = original.DdosProtectionPlansListOptions
2679
2680// DdosProtectionPlansUpdateTagsOptions contains the optional parameters for the DdosProtectionPlans.UpdateTags method.
2681type DdosProtectionPlansUpdateTagsOptions = original.DdosProtectionPlansUpdateTagsOptions
2682
2683// Contains the DDoS protection settings of the public IP.
2684type DdosSettings = original.DdosSettings
2685
2686// DefaultSecurityRulesClient contains the methods for the DefaultSecurityRules group.
2687// Don't use this type directly, use NewDefaultSecurityRulesClient() instead.
2688type DefaultSecurityRulesClient = original.DefaultSecurityRulesClient
2689
2690// DefaultSecurityRulesGetOptions contains the optional parameters for the DefaultSecurityRules.Get method.
2691type DefaultSecurityRulesGetOptions = original.DefaultSecurityRulesGetOptions
2692
2693// DefaultSecurityRulesListOptions contains the optional parameters for the DefaultSecurityRules.List method.
2694type DefaultSecurityRulesListOptions = original.DefaultSecurityRulesListOptions
2695
2696// Details the service to which the subnet is delegated.
2697type Delegation = original.Delegation
2698
2699// List of properties of the device.
2700type DeviceProperties = original.DeviceProperties
2701
2702// DhcpOptions contains an array of DNS servers available to VMs deployed in the virtual network. Standard DHCP option for a subnet overrides VNET DHCP
2703// options.
2704type DhcpOptions = original.DhcpOptions
2705
2706// Dimension of the metric.
2707type Dimension = original.Dimension
2708
2709// DSCP Configuration in a resource group.
2710type DscpConfiguration = original.DscpConfiguration
2711
2712// DscpConfigurationBeginCreateOrUpdateOptions contains the optional parameters for the DscpConfiguration.BeginCreateOrUpdate method.
2713type DscpConfigurationBeginCreateOrUpdateOptions = original.DscpConfigurationBeginCreateOrUpdateOptions
2714
2715// DscpConfigurationBeginDeleteOptions contains the optional parameters for the DscpConfiguration.BeginDelete method.
2716type DscpConfigurationBeginDeleteOptions = original.DscpConfigurationBeginDeleteOptions
2717
2718// DscpConfigurationClient contains the methods for the DscpConfiguration group.
2719// Don't use this type directly, use NewDscpConfigurationClient() instead.
2720type DscpConfigurationClient = original.DscpConfigurationClient
2721
2722// DscpConfigurationGetOptions contains the optional parameters for the DscpConfiguration.Get method.
2723type DscpConfigurationGetOptions = original.DscpConfigurationGetOptions
2724
2725// DscpConfigurationListAllOptions contains the optional parameters for the DscpConfiguration.ListAll method.
2726type DscpConfigurationListAllOptions = original.DscpConfigurationListAllOptions
2727
2728// DscpConfigurationListOptions contains the optional parameters for the DscpConfiguration.List method.
2729type DscpConfigurationListOptions = original.DscpConfigurationListOptions
2730
2731// Response for the DscpConfigurationList API service call.
2732type DscpConfigurationListResult = original.DscpConfigurationListResult
2733
2734// DscpConfigurationListResultPager provides iteration over DscpConfigurationListResult pages.
2735type DscpConfigurationListResultPager = original.DscpConfigurationListResultPager
2736
2737// DscpConfigurationListResultResponse is the response envelope for operations that return a DscpConfigurationListResult type.
2738type DscpConfigurationListResultResponse = original.DscpConfigurationListResultResponse
2739
2740// DscpConfigurationPoller provides polling facilities until the operation completes
2741type DscpConfigurationPoller = original.DscpConfigurationPoller
2742
2743// DscpConfigurationPollerResponse is the response envelope for operations that asynchronously return a DscpConfiguration type.
2744type DscpConfigurationPollerResponse = original.DscpConfigurationPollerResponse
2745
2746// DSCP Configuration properties.
2747type DscpConfigurationPropertiesFormat = original.DscpConfigurationPropertiesFormat
2748
2749// DscpConfigurationResponse is the response envelope for operations that return a DscpConfiguration type.
2750type DscpConfigurationResponse = original.DscpConfigurationResponse
2751
2752// Effective network security group.
2753type EffectiveNetworkSecurityGroup = original.EffectiveNetworkSecurityGroup
2754
2755// The effective network security group association.
2756type EffectiveNetworkSecurityGroupAssociation = original.EffectiveNetworkSecurityGroupAssociation
2757
2758// Response for list effective network security groups API service call.
2759type EffectiveNetworkSecurityGroupListResult = original.EffectiveNetworkSecurityGroupListResult
2760
2761// EffectiveNetworkSecurityGroupListResultPoller provides polling facilities until the operation completes
2762type EffectiveNetworkSecurityGroupListResultPoller = original.EffectiveNetworkSecurityGroupListResultPoller
2763
2764// EffectiveNetworkSecurityGroupListResultPollerResponse is the response envelope for operations that asynchronously return a EffectiveNetworkSecurityGroupListResult
2765// type.
2766type EffectiveNetworkSecurityGroupListResultPollerResponse = original.EffectiveNetworkSecurityGroupListResultPollerResponse
2767
2768// EffectiveNetworkSecurityGroupListResultResponse is the response envelope for operations that return a EffectiveNetworkSecurityGroupListResult type.
2769type EffectiveNetworkSecurityGroupListResultResponse = original.EffectiveNetworkSecurityGroupListResultResponse
2770
2771// Effective network security rules.
2772type EffectiveNetworkSecurityRule = original.EffectiveNetworkSecurityRule
2773
2774// Effective Route.
2775type EffectiveRoute = original.EffectiveRoute
2776
2777// Response for list effective route API service call.
2778type EffectiveRouteListResult = original.EffectiveRouteListResult
2779
2780// EffectiveRouteListResultPoller provides polling facilities until the operation completes
2781type EffectiveRouteListResultPoller = original.EffectiveRouteListResultPoller
2782
2783// EffectiveRouteListResultPollerResponse is the response envelope for operations that asynchronously return a EffectiveRouteListResult type.
2784type EffectiveRouteListResultPollerResponse = original.EffectiveRouteListResultPollerResponse
2785
2786// EffectiveRouteListResultResponse is the response envelope for operations that return a EffectiveRouteListResult type.
2787type EffectiveRouteListResultResponse = original.EffectiveRouteListResultResponse
2788
2789// The parameters specifying the resource whose effective routes are being requested.
2790type EffectiveRoutesParameters = original.EffectiveRoutesParameters
2791
2792// Endpoint service.
2793type EndpointServiceResult = original.EndpointServiceResult
2794
2795// Response for the ListAvailableEndpointServices API service call.
2796type EndpointServicesListResult = original.EndpointServicesListResult
2797
2798// EndpointServicesListResultPager provides iteration over EndpointServicesListResult pages.
2799type EndpointServicesListResultPager = original.EndpointServicesListResultPager
2800
2801// EndpointServicesListResultResponse is the response envelope for operations that return a EndpointServicesListResult type.
2802type EndpointServicesListResultResponse = original.EndpointServicesListResultResponse
2803
2804// Common error representation.
2805type Error = original.Error
2806
2807// Common error details representation.
2808type ErrorDetails = original.ErrorDetails
2809
2810// The error object.
2811type ErrorResponse = original.ErrorResponse
2812
2813// Results of network security group evaluation.
2814type EvaluatedNetworkSecurityGroup = original.EvaluatedNetworkSecurityGroup
2815
2816// ExpressRouteCircuit resource.
2817type ExpressRouteCircuit = original.ExpressRouteCircuit
2818
2819// The ARP table associated with the ExpressRouteCircuit.
2820type ExpressRouteCircuitArpTable = original.ExpressRouteCircuitArpTable
2821
2822// Authorization in an ExpressRouteCircuit resource.
2823type ExpressRouteCircuitAuthorization = original.ExpressRouteCircuitAuthorization
2824
2825// ExpressRouteCircuitAuthorizationPoller provides polling facilities until the operation completes
2826type ExpressRouteCircuitAuthorizationPoller = original.ExpressRouteCircuitAuthorizationPoller
2827
2828// ExpressRouteCircuitAuthorizationPollerResponse is the response envelope for operations that asynchronously return a ExpressRouteCircuitAuthorization
2829// type.
2830type ExpressRouteCircuitAuthorizationPollerResponse = original.ExpressRouteCircuitAuthorizationPollerResponse
2831
2832// ExpressRouteCircuitAuthorizationResponse is the response envelope for operations that return a ExpressRouteCircuitAuthorization type.
2833type ExpressRouteCircuitAuthorizationResponse = original.ExpressRouteCircuitAuthorizationResponse
2834
2835// ExpressRouteCircuitAuthorizationsBeginCreateOrUpdateOptions contains the optional parameters for the ExpressRouteCircuitAuthorizations.BeginCreateOrUpdate
2836// method.
2837type ExpressRouteCircuitAuthorizationsBeginCreateOrUpdateOptions = original.ExpressRouteCircuitAuthorizationsBeginCreateOrUpdateOptions
2838
2839// ExpressRouteCircuitAuthorizationsBeginDeleteOptions contains the optional parameters for the ExpressRouteCircuitAuthorizations.BeginDelete method.
2840type ExpressRouteCircuitAuthorizationsBeginDeleteOptions = original.ExpressRouteCircuitAuthorizationsBeginDeleteOptions
2841
2842// ExpressRouteCircuitAuthorizationsClient contains the methods for the ExpressRouteCircuitAuthorizations group.
2843// Don't use this type directly, use NewExpressRouteCircuitAuthorizationsClient() instead.
2844type ExpressRouteCircuitAuthorizationsClient = original.ExpressRouteCircuitAuthorizationsClient
2845
2846// ExpressRouteCircuitAuthorizationsGetOptions contains the optional parameters for the ExpressRouteCircuitAuthorizations.Get method.
2847type ExpressRouteCircuitAuthorizationsGetOptions = original.ExpressRouteCircuitAuthorizationsGetOptions
2848
2849// ExpressRouteCircuitAuthorizationsListOptions contains the optional parameters for the ExpressRouteCircuitAuthorizations.List method.
2850type ExpressRouteCircuitAuthorizationsListOptions = original.ExpressRouteCircuitAuthorizationsListOptions
2851
2852// Express Route Circuit Connection in an ExpressRouteCircuitPeering resource.
2853type ExpressRouteCircuitConnection = original.ExpressRouteCircuitConnection
2854
2855// Response for ListConnections API service call retrieves all global reach connections that belongs to a Private Peering for an ExpressRouteCircuit.
2856type ExpressRouteCircuitConnectionListResult = original.ExpressRouteCircuitConnectionListResult
2857
2858// ExpressRouteCircuitConnectionListResultPager provides iteration over ExpressRouteCircuitConnectionListResult pages.
2859type ExpressRouteCircuitConnectionListResultPager = original.ExpressRouteCircuitConnectionListResultPager
2860
2861// ExpressRouteCircuitConnectionListResultResponse is the response envelope for operations that return a ExpressRouteCircuitConnectionListResult type.
2862type ExpressRouteCircuitConnectionListResultResponse = original.ExpressRouteCircuitConnectionListResultResponse
2863
2864// ExpressRouteCircuitConnectionPoller provides polling facilities until the operation completes
2865type ExpressRouteCircuitConnectionPoller = original.ExpressRouteCircuitConnectionPoller
2866
2867// ExpressRouteCircuitConnectionPollerResponse is the response envelope for operations that asynchronously return a ExpressRouteCircuitConnection type.
2868type ExpressRouteCircuitConnectionPollerResponse = original.ExpressRouteCircuitConnectionPollerResponse
2869
2870// Properties of the express route circuit connection.
2871type ExpressRouteCircuitConnectionPropertiesFormat = original.ExpressRouteCircuitConnectionPropertiesFormat
2872
2873// ExpressRouteCircuitConnectionResponse is the response envelope for operations that return a ExpressRouteCircuitConnection type.
2874type ExpressRouteCircuitConnectionResponse = original.ExpressRouteCircuitConnectionResponse
2875
2876// ExpressRouteCircuitConnectionsBeginCreateOrUpdateOptions contains the optional parameters for the ExpressRouteCircuitConnections.BeginCreateOrUpdate
2877// method.
2878type ExpressRouteCircuitConnectionsBeginCreateOrUpdateOptions = original.ExpressRouteCircuitConnectionsBeginCreateOrUpdateOptions
2879
2880// ExpressRouteCircuitConnectionsBeginDeleteOptions contains the optional parameters for the ExpressRouteCircuitConnections.BeginDelete method.
2881type ExpressRouteCircuitConnectionsBeginDeleteOptions = original.ExpressRouteCircuitConnectionsBeginDeleteOptions
2882
2883// ExpressRouteCircuitConnectionsClient contains the methods for the ExpressRouteCircuitConnections group.
2884// Don't use this type directly, use NewExpressRouteCircuitConnectionsClient() instead.
2885type ExpressRouteCircuitConnectionsClient = original.ExpressRouteCircuitConnectionsClient
2886
2887// ExpressRouteCircuitConnectionsGetOptions contains the optional parameters for the ExpressRouteCircuitConnections.Get method.
2888type ExpressRouteCircuitConnectionsGetOptions = original.ExpressRouteCircuitConnectionsGetOptions
2889
2890// ExpressRouteCircuitConnectionsListOptions contains the optional parameters for the ExpressRouteCircuitConnections.List method.
2891type ExpressRouteCircuitConnectionsListOptions = original.ExpressRouteCircuitConnectionsListOptions
2892
2893// Response for ListExpressRouteCircuit API service call.
2894type ExpressRouteCircuitListResult = original.ExpressRouteCircuitListResult
2895
2896// ExpressRouteCircuitListResultPager provides iteration over ExpressRouteCircuitListResult pages.
2897type ExpressRouteCircuitListResultPager = original.ExpressRouteCircuitListResultPager
2898
2899// ExpressRouteCircuitListResultResponse is the response envelope for operations that return a ExpressRouteCircuitListResult type.
2900type ExpressRouteCircuitListResultResponse = original.ExpressRouteCircuitListResultResponse
2901
2902// Peering in an ExpressRouteCircuit resource.
2903type ExpressRouteCircuitPeering = original.ExpressRouteCircuitPeering
2904
2905// Specifies the peering configuration.
2906type ExpressRouteCircuitPeeringConfig = original.ExpressRouteCircuitPeeringConfig
2907
2908// ExpressRoute circuit peering identifier.
2909type ExpressRouteCircuitPeeringID = original.ExpressRouteCircuitPeeringID
2910
2911// Response for ListPeering API service call retrieves all peerings that belong to an ExpressRouteCircuit.
2912type ExpressRouteCircuitPeeringListResult = original.ExpressRouteCircuitPeeringListResult
2913
2914// ExpressRouteCircuitPeeringListResultPager provides iteration over ExpressRouteCircuitPeeringListResult pages.
2915type ExpressRouteCircuitPeeringListResultPager = original.ExpressRouteCircuitPeeringListResultPager
2916
2917// ExpressRouteCircuitPeeringListResultResponse is the response envelope for operations that return a ExpressRouteCircuitPeeringListResult type.
2918type ExpressRouteCircuitPeeringListResultResponse = original.ExpressRouteCircuitPeeringListResultResponse
2919
2920// ExpressRouteCircuitPeeringPoller provides polling facilities until the operation completes
2921type ExpressRouteCircuitPeeringPoller = original.ExpressRouteCircuitPeeringPoller
2922
2923// ExpressRouteCircuitPeeringPollerResponse is the response envelope for operations that asynchronously return a ExpressRouteCircuitPeering type.
2924type ExpressRouteCircuitPeeringPollerResponse = original.ExpressRouteCircuitPeeringPollerResponse
2925
2926// Properties of the express route circuit peering.
2927type ExpressRouteCircuitPeeringPropertiesFormat = original.ExpressRouteCircuitPeeringPropertiesFormat
2928
2929// ExpressRouteCircuitPeeringResponse is the response envelope for operations that return a ExpressRouteCircuitPeering type.
2930type ExpressRouteCircuitPeeringResponse = original.ExpressRouteCircuitPeeringResponse
2931
2932// ExpressRouteCircuitPeeringsBeginCreateOrUpdateOptions contains the optional parameters for the ExpressRouteCircuitPeerings.BeginCreateOrUpdate method.
2933type ExpressRouteCircuitPeeringsBeginCreateOrUpdateOptions = original.ExpressRouteCircuitPeeringsBeginCreateOrUpdateOptions
2934
2935// ExpressRouteCircuitPeeringsBeginDeleteOptions contains the optional parameters for the ExpressRouteCircuitPeerings.BeginDelete method.
2936type ExpressRouteCircuitPeeringsBeginDeleteOptions = original.ExpressRouteCircuitPeeringsBeginDeleteOptions
2937
2938// ExpressRouteCircuitPeeringsClient contains the methods for the ExpressRouteCircuitPeerings group.
2939// Don't use this type directly, use NewExpressRouteCircuitPeeringsClient() instead.
2940type ExpressRouteCircuitPeeringsClient = original.ExpressRouteCircuitPeeringsClient
2941
2942// ExpressRouteCircuitPeeringsGetOptions contains the optional parameters for the ExpressRouteCircuitPeerings.Get method.
2943type ExpressRouteCircuitPeeringsGetOptions = original.ExpressRouteCircuitPeeringsGetOptions
2944
2945// ExpressRouteCircuitPeeringsListOptions contains the optional parameters for the ExpressRouteCircuitPeerings.List method.
2946type ExpressRouteCircuitPeeringsListOptions = original.ExpressRouteCircuitPeeringsListOptions
2947
2948// ExpressRouteCircuitPoller provides polling facilities until the operation completes
2949type ExpressRouteCircuitPoller = original.ExpressRouteCircuitPoller
2950
2951// ExpressRouteCircuitPollerResponse is the response envelope for operations that asynchronously return a ExpressRouteCircuit type.
2952type ExpressRouteCircuitPollerResponse = original.ExpressRouteCircuitPollerResponse
2953
2954// Properties of ExpressRouteCircuit.
2955type ExpressRouteCircuitPropertiesFormat = original.ExpressRouteCircuitPropertiesFormat
2956
2957// Reference to an express route circuit.
2958type ExpressRouteCircuitReference = original.ExpressRouteCircuitReference
2959
2960// ExpressRouteCircuitResponse is the response envelope for operations that return a ExpressRouteCircuit type.
2961type ExpressRouteCircuitResponse = original.ExpressRouteCircuitResponse
2962
2963// The routes table associated with the ExpressRouteCircuit.
2964type ExpressRouteCircuitRoutesTable = original.ExpressRouteCircuitRoutesTable
2965
2966// The routes table associated with the ExpressRouteCircuit.
2967type ExpressRouteCircuitRoutesTableSummary = original.ExpressRouteCircuitRoutesTableSummary
2968
2969// Contains SKU in an ExpressRouteCircuit.
2970type ExpressRouteCircuitSKU = original.ExpressRouteCircuitSKU
2971
2972// Contains ServiceProviderProperties in an ExpressRouteCircuit.
2973type ExpressRouteCircuitServiceProviderProperties = original.ExpressRouteCircuitServiceProviderProperties
2974
2975// Contains stats associated with the peering.
2976type ExpressRouteCircuitStats = original.ExpressRouteCircuitStats
2977
2978// ExpressRouteCircuitStatsResponse is the response envelope for operations that return a ExpressRouteCircuitStats type.
2979type ExpressRouteCircuitStatsResponse = original.ExpressRouteCircuitStatsResponse
2980
2981// Response for ListArpTable associated with the Express Route Circuits API.
2982type ExpressRouteCircuitsArpTableListResult = original.ExpressRouteCircuitsArpTableListResult
2983
2984// ExpressRouteCircuitsArpTableListResultPoller provides polling facilities until the operation completes
2985type ExpressRouteCircuitsArpTableListResultPoller = original.ExpressRouteCircuitsArpTableListResultPoller
2986
2987// ExpressRouteCircuitsArpTableListResultPollerResponse is the response envelope for operations that asynchronously return a ExpressRouteCircuitsArpTableListResult
2988// type.
2989type ExpressRouteCircuitsArpTableListResultPollerResponse = original.ExpressRouteCircuitsArpTableListResultPollerResponse
2990
2991// ExpressRouteCircuitsArpTableListResultResponse is the response envelope for operations that return a ExpressRouteCircuitsArpTableListResult type.
2992type ExpressRouteCircuitsArpTableListResultResponse = original.ExpressRouteCircuitsArpTableListResultResponse
2993
2994// ExpressRouteCircuitsBeginCreateOrUpdateOptions contains the optional parameters for the ExpressRouteCircuits.BeginCreateOrUpdate method.
2995type ExpressRouteCircuitsBeginCreateOrUpdateOptions = original.ExpressRouteCircuitsBeginCreateOrUpdateOptions
2996
2997// ExpressRouteCircuitsBeginDeleteOptions contains the optional parameters for the ExpressRouteCircuits.BeginDelete method.
2998type ExpressRouteCircuitsBeginDeleteOptions = original.ExpressRouteCircuitsBeginDeleteOptions
2999
3000// ExpressRouteCircuitsBeginListArpTableOptions contains the optional parameters for the ExpressRouteCircuits.BeginListArpTable method.
3001type ExpressRouteCircuitsBeginListArpTableOptions = original.ExpressRouteCircuitsBeginListArpTableOptions
3002
3003// ExpressRouteCircuitsBeginListRoutesTableOptions contains the optional parameters for the ExpressRouteCircuits.BeginListRoutesTable method.
3004type ExpressRouteCircuitsBeginListRoutesTableOptions = original.ExpressRouteCircuitsBeginListRoutesTableOptions
3005
3006// ExpressRouteCircuitsBeginListRoutesTableSummaryOptions contains the optional parameters for the ExpressRouteCircuits.BeginListRoutesTableSummary method.
3007type ExpressRouteCircuitsBeginListRoutesTableSummaryOptions = original.ExpressRouteCircuitsBeginListRoutesTableSummaryOptions
3008
3009// ExpressRouteCircuitsClient contains the methods for the ExpressRouteCircuits group.
3010// Don't use this type directly, use NewExpressRouteCircuitsClient() instead.
3011type ExpressRouteCircuitsClient = original.ExpressRouteCircuitsClient
3012
3013// ExpressRouteCircuitsGetOptions contains the optional parameters for the ExpressRouteCircuits.Get method.
3014type ExpressRouteCircuitsGetOptions = original.ExpressRouteCircuitsGetOptions
3015
3016// ExpressRouteCircuitsGetPeeringStatsOptions contains the optional parameters for the ExpressRouteCircuits.GetPeeringStats method.
3017type ExpressRouteCircuitsGetPeeringStatsOptions = original.ExpressRouteCircuitsGetPeeringStatsOptions
3018
3019// ExpressRouteCircuitsGetStatsOptions contains the optional parameters for the ExpressRouteCircuits.GetStats method.
3020type ExpressRouteCircuitsGetStatsOptions = original.ExpressRouteCircuitsGetStatsOptions
3021
3022// ExpressRouteCircuitsListAllOptions contains the optional parameters for the ExpressRouteCircuits.ListAll method.
3023type ExpressRouteCircuitsListAllOptions = original.ExpressRouteCircuitsListAllOptions
3024
3025// ExpressRouteCircuitsListOptions contains the optional parameters for the ExpressRouteCircuits.List method.
3026type ExpressRouteCircuitsListOptions = original.ExpressRouteCircuitsListOptions
3027
3028// Response for ListRoutesTable associated with the Express Route Circuits API.
3029type ExpressRouteCircuitsRoutesTableListResult = original.ExpressRouteCircuitsRoutesTableListResult
3030
3031// ExpressRouteCircuitsRoutesTableListResultPoller provides polling facilities until the operation completes
3032type ExpressRouteCircuitsRoutesTableListResultPoller = original.ExpressRouteCircuitsRoutesTableListResultPoller
3033
3034// ExpressRouteCircuitsRoutesTableListResultPollerResponse is the response envelope for operations that asynchronously return a ExpressRouteCircuitsRoutesTableListResult
3035// type.
3036type ExpressRouteCircuitsRoutesTableListResultPollerResponse = original.ExpressRouteCircuitsRoutesTableListResultPollerResponse
3037
3038// ExpressRouteCircuitsRoutesTableListResultResponse is the response envelope for operations that return a ExpressRouteCircuitsRoutesTableListResult type.
3039type ExpressRouteCircuitsRoutesTableListResultResponse = original.ExpressRouteCircuitsRoutesTableListResultResponse
3040
3041// Response for ListRoutesTable associated with the Express Route Circuits API.
3042type ExpressRouteCircuitsRoutesTableSummaryListResult = original.ExpressRouteCircuitsRoutesTableSummaryListResult
3043
3044// ExpressRouteCircuitsRoutesTableSummaryListResultPoller provides polling facilities until the operation completes
3045type ExpressRouteCircuitsRoutesTableSummaryListResultPoller = original.ExpressRouteCircuitsRoutesTableSummaryListResultPoller
3046
3047// ExpressRouteCircuitsRoutesTableSummaryListResultPollerResponse is the response envelope for operations that asynchronously return a ExpressRouteCircuitsRoutesTableSummaryListResult
3048// type.
3049type ExpressRouteCircuitsRoutesTableSummaryListResultPollerResponse = original.ExpressRouteCircuitsRoutesTableSummaryListResultPollerResponse
3050
3051// ExpressRouteCircuitsRoutesTableSummaryListResultResponse is the response envelope for operations that return a ExpressRouteCircuitsRoutesTableSummaryListResult
3052// type.
3053type ExpressRouteCircuitsRoutesTableSummaryListResultResponse = original.ExpressRouteCircuitsRoutesTableSummaryListResultResponse
3054
3055// ExpressRouteCircuitsUpdateTagsOptions contains the optional parameters for the ExpressRouteCircuits.UpdateTags method.
3056type ExpressRouteCircuitsUpdateTagsOptions = original.ExpressRouteCircuitsUpdateTagsOptions
3057
3058// ExpressRouteConnection resource.
3059type ExpressRouteConnection = original.ExpressRouteConnection
3060
3061// The ID of the ExpressRouteConnection.
3062type ExpressRouteConnectionID = original.ExpressRouteConnectionID
3063
3064// ExpressRouteConnection list.
3065type ExpressRouteConnectionList = original.ExpressRouteConnectionList
3066
3067// ExpressRouteConnectionListResponse is the response envelope for operations that return a ExpressRouteConnectionList type.
3068type ExpressRouteConnectionListResponse = original.ExpressRouteConnectionListResponse
3069
3070// ExpressRouteConnectionPoller provides polling facilities until the operation completes
3071type ExpressRouteConnectionPoller = original.ExpressRouteConnectionPoller
3072
3073// ExpressRouteConnectionPollerResponse is the response envelope for operations that asynchronously return a ExpressRouteConnection type.
3074type ExpressRouteConnectionPollerResponse = original.ExpressRouteConnectionPollerResponse
3075
3076// Properties of the ExpressRouteConnection subresource.
3077type ExpressRouteConnectionProperties = original.ExpressRouteConnectionProperties
3078
3079// ExpressRouteConnectionResponse is the response envelope for operations that return a ExpressRouteConnection type.
3080type ExpressRouteConnectionResponse = original.ExpressRouteConnectionResponse
3081
3082// ExpressRouteConnectionsBeginCreateOrUpdateOptions contains the optional parameters for the ExpressRouteConnections.BeginCreateOrUpdate method.
3083type ExpressRouteConnectionsBeginCreateOrUpdateOptions = original.ExpressRouteConnectionsBeginCreateOrUpdateOptions
3084
3085// ExpressRouteConnectionsBeginDeleteOptions contains the optional parameters for the ExpressRouteConnections.BeginDelete method.
3086type ExpressRouteConnectionsBeginDeleteOptions = original.ExpressRouteConnectionsBeginDeleteOptions
3087
3088// ExpressRouteConnectionsClient contains the methods for the ExpressRouteConnections group.
3089// Don't use this type directly, use NewExpressRouteConnectionsClient() instead.
3090type ExpressRouteConnectionsClient = original.ExpressRouteConnectionsClient
3091
3092// ExpressRouteConnectionsGetOptions contains the optional parameters for the ExpressRouteConnections.Get method.
3093type ExpressRouteConnectionsGetOptions = original.ExpressRouteConnectionsGetOptions
3094
3095// ExpressRouteConnectionsListOptions contains the optional parameters for the ExpressRouteConnections.List method.
3096type ExpressRouteConnectionsListOptions = original.ExpressRouteConnectionsListOptions
3097
3098// ExpressRouteCrossConnection resource.
3099type ExpressRouteCrossConnection = original.ExpressRouteCrossConnection
3100
3101// Response for ListExpressRouteCrossConnection API service call.
3102type ExpressRouteCrossConnectionListResult = original.ExpressRouteCrossConnectionListResult
3103
3104// ExpressRouteCrossConnectionListResultPager provides iteration over ExpressRouteCrossConnectionListResult pages.
3105type ExpressRouteCrossConnectionListResultPager = original.ExpressRouteCrossConnectionListResultPager
3106
3107// ExpressRouteCrossConnectionListResultResponse is the response envelope for operations that return a ExpressRouteCrossConnectionListResult type.
3108type ExpressRouteCrossConnectionListResultResponse = original.ExpressRouteCrossConnectionListResultResponse
3109
3110// Peering in an ExpressRoute Cross Connection resource.
3111type ExpressRouteCrossConnectionPeering = original.ExpressRouteCrossConnectionPeering
3112
3113// Response for ListPeering API service call retrieves all peerings that belong to an ExpressRouteCrossConnection.
3114type ExpressRouteCrossConnectionPeeringList = original.ExpressRouteCrossConnectionPeeringList
3115
3116// ExpressRouteCrossConnectionPeeringListPager provides iteration over ExpressRouteCrossConnectionPeeringList pages.
3117type ExpressRouteCrossConnectionPeeringListPager = original.ExpressRouteCrossConnectionPeeringListPager
3118
3119// ExpressRouteCrossConnectionPeeringListResponse is the response envelope for operations that return a ExpressRouteCrossConnectionPeeringList type.
3120type ExpressRouteCrossConnectionPeeringListResponse = original.ExpressRouteCrossConnectionPeeringListResponse
3121
3122// ExpressRouteCrossConnectionPeeringPoller provides polling facilities until the operation completes
3123type ExpressRouteCrossConnectionPeeringPoller = original.ExpressRouteCrossConnectionPeeringPoller
3124
3125// ExpressRouteCrossConnectionPeeringPollerResponse is the response envelope for operations that asynchronously return a ExpressRouteCrossConnectionPeering
3126// type.
3127type ExpressRouteCrossConnectionPeeringPollerResponse = original.ExpressRouteCrossConnectionPeeringPollerResponse
3128
3129// Properties of express route cross connection peering.
3130type ExpressRouteCrossConnectionPeeringProperties = original.ExpressRouteCrossConnectionPeeringProperties
3131
3132// ExpressRouteCrossConnectionPeeringResponse is the response envelope for operations that return a ExpressRouteCrossConnectionPeering type.
3133type ExpressRouteCrossConnectionPeeringResponse = original.ExpressRouteCrossConnectionPeeringResponse
3134
3135// ExpressRouteCrossConnectionPeeringsBeginCreateOrUpdateOptions contains the optional parameters for the ExpressRouteCrossConnectionPeerings.BeginCreateOrUpdate
3136// method.
3137type ExpressRouteCrossConnectionPeeringsBeginCreateOrUpdateOptions = original.ExpressRouteCrossConnectionPeeringsBeginCreateOrUpdateOptions
3138
3139// ExpressRouteCrossConnectionPeeringsBeginDeleteOptions contains the optional parameters for the ExpressRouteCrossConnectionPeerings.BeginDelete method.
3140type ExpressRouteCrossConnectionPeeringsBeginDeleteOptions = original.ExpressRouteCrossConnectionPeeringsBeginDeleteOptions
3141
3142// ExpressRouteCrossConnectionPeeringsClient contains the methods for the ExpressRouteCrossConnectionPeerings group.
3143// Don't use this type directly, use NewExpressRouteCrossConnectionPeeringsClient() instead.
3144type ExpressRouteCrossConnectionPeeringsClient = original.ExpressRouteCrossConnectionPeeringsClient
3145
3146// ExpressRouteCrossConnectionPeeringsGetOptions contains the optional parameters for the ExpressRouteCrossConnectionPeerings.Get method.
3147type ExpressRouteCrossConnectionPeeringsGetOptions = original.ExpressRouteCrossConnectionPeeringsGetOptions
3148
3149// ExpressRouteCrossConnectionPeeringsListOptions contains the optional parameters for the ExpressRouteCrossConnectionPeerings.List method.
3150type ExpressRouteCrossConnectionPeeringsListOptions = original.ExpressRouteCrossConnectionPeeringsListOptions
3151
3152// ExpressRouteCrossConnectionPoller provides polling facilities until the operation completes
3153type ExpressRouteCrossConnectionPoller = original.ExpressRouteCrossConnectionPoller
3154
3155// ExpressRouteCrossConnectionPollerResponse is the response envelope for operations that asynchronously return a ExpressRouteCrossConnection type.
3156type ExpressRouteCrossConnectionPollerResponse = original.ExpressRouteCrossConnectionPollerResponse
3157
3158// Properties of ExpressRouteCrossConnection.
3159type ExpressRouteCrossConnectionProperties = original.ExpressRouteCrossConnectionProperties
3160
3161// ExpressRouteCrossConnectionResponse is the response envelope for operations that return a ExpressRouteCrossConnection type.
3162type ExpressRouteCrossConnectionResponse = original.ExpressRouteCrossConnectionResponse
3163
3164// The routes table associated with the ExpressRouteCircuit.
3165type ExpressRouteCrossConnectionRoutesTableSummary = original.ExpressRouteCrossConnectionRoutesTableSummary
3166
3167// ExpressRouteCrossConnectionsBeginCreateOrUpdateOptions contains the optional parameters for the ExpressRouteCrossConnections.BeginCreateOrUpdate method.
3168type ExpressRouteCrossConnectionsBeginCreateOrUpdateOptions = original.ExpressRouteCrossConnectionsBeginCreateOrUpdateOptions
3169
3170// ExpressRouteCrossConnectionsBeginListArpTableOptions contains the optional parameters for the ExpressRouteCrossConnections.BeginListArpTable method.
3171type ExpressRouteCrossConnectionsBeginListArpTableOptions = original.ExpressRouteCrossConnectionsBeginListArpTableOptions
3172
3173// ExpressRouteCrossConnectionsBeginListRoutesTableOptions contains the optional parameters for the ExpressRouteCrossConnections.BeginListRoutesTable method.
3174type ExpressRouteCrossConnectionsBeginListRoutesTableOptions = original.ExpressRouteCrossConnectionsBeginListRoutesTableOptions
3175
3176// ExpressRouteCrossConnectionsBeginListRoutesTableSummaryOptions contains the optional parameters for the ExpressRouteCrossConnections.BeginListRoutesTableSummary
3177// method.
3178type ExpressRouteCrossConnectionsBeginListRoutesTableSummaryOptions = original.ExpressRouteCrossConnectionsBeginListRoutesTableSummaryOptions
3179
3180// ExpressRouteCrossConnectionsClient contains the methods for the ExpressRouteCrossConnections group.
3181// Don't use this type directly, use NewExpressRouteCrossConnectionsClient() instead.
3182type ExpressRouteCrossConnectionsClient = original.ExpressRouteCrossConnectionsClient
3183
3184// ExpressRouteCrossConnectionsGetOptions contains the optional parameters for the ExpressRouteCrossConnections.Get method.
3185type ExpressRouteCrossConnectionsGetOptions = original.ExpressRouteCrossConnectionsGetOptions
3186
3187// ExpressRouteCrossConnectionsListByResourceGroupOptions contains the optional parameters for the ExpressRouteCrossConnections.ListByResourceGroup method.
3188type ExpressRouteCrossConnectionsListByResourceGroupOptions = original.ExpressRouteCrossConnectionsListByResourceGroupOptions
3189
3190// ExpressRouteCrossConnectionsListOptions contains the optional parameters for the ExpressRouteCrossConnections.List method.
3191type ExpressRouteCrossConnectionsListOptions = original.ExpressRouteCrossConnectionsListOptions
3192
3193// Response for ListRoutesTable associated with the Express Route Cross Connections.
3194type ExpressRouteCrossConnectionsRoutesTableSummaryListResult = original.ExpressRouteCrossConnectionsRoutesTableSummaryListResult
3195
3196// ExpressRouteCrossConnectionsRoutesTableSummaryListResultPoller provides polling facilities until the operation completes
3197type ExpressRouteCrossConnectionsRoutesTableSummaryListResultPoller = original.ExpressRouteCrossConnectionsRoutesTableSummaryListResultPoller
3198
3199// ExpressRouteCrossConnectionsRoutesTableSummaryListResultPollerResponse is the response envelope for operations that asynchronously return a ExpressRouteCrossConnectionsRoutesTableSummaryListResult
3200// type.
3201type ExpressRouteCrossConnectionsRoutesTableSummaryListResultPollerResponse = original.ExpressRouteCrossConnectionsRoutesTableSummaryListResultPollerResponse
3202
3203// ExpressRouteCrossConnectionsRoutesTableSummaryListResultResponse is the response envelope for operations that return a ExpressRouteCrossConnectionsRoutesTableSummaryListResult
3204// type.
3205type ExpressRouteCrossConnectionsRoutesTableSummaryListResultResponse = original.ExpressRouteCrossConnectionsRoutesTableSummaryListResultResponse
3206
3207// ExpressRouteCrossConnectionsUpdateTagsOptions contains the optional parameters for the ExpressRouteCrossConnections.UpdateTags method.
3208type ExpressRouteCrossConnectionsUpdateTagsOptions = original.ExpressRouteCrossConnectionsUpdateTagsOptions
3209
3210// ExpressRoute gateway resource.
3211type ExpressRouteGateway = original.ExpressRouteGateway
3212
3213// List of ExpressRoute gateways.
3214type ExpressRouteGatewayList = original.ExpressRouteGatewayList
3215
3216// ExpressRouteGatewayListResponse is the response envelope for operations that return a ExpressRouteGatewayList type.
3217type ExpressRouteGatewayListResponse = original.ExpressRouteGatewayListResponse
3218
3219// ExpressRouteGatewayPoller provides polling facilities until the operation completes
3220type ExpressRouteGatewayPoller = original.ExpressRouteGatewayPoller
3221
3222// ExpressRouteGatewayPollerResponse is the response envelope for operations that asynchronously return a ExpressRouteGateway type.
3223type ExpressRouteGatewayPollerResponse = original.ExpressRouteGatewayPollerResponse
3224
3225// ExpressRoute gateway resource properties.
3226type ExpressRouteGatewayProperties = original.ExpressRouteGatewayProperties
3227
3228// Configuration for auto scaling.
3229type ExpressRouteGatewayPropertiesAutoScaleConfiguration = original.ExpressRouteGatewayPropertiesAutoScaleConfiguration
3230
3231// Minimum and maximum number of scale units to deploy.
3232type ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds = original.ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds
3233
3234// ExpressRouteGatewayResponse is the response envelope for operations that return a ExpressRouteGateway type.
3235type ExpressRouteGatewayResponse = original.ExpressRouteGatewayResponse
3236
3237// ExpressRouteGatewaysBeginCreateOrUpdateOptions contains the optional parameters for the ExpressRouteGateways.BeginCreateOrUpdate method.
3238type ExpressRouteGatewaysBeginCreateOrUpdateOptions = original.ExpressRouteGatewaysBeginCreateOrUpdateOptions
3239
3240// ExpressRouteGatewaysBeginDeleteOptions contains the optional parameters for the ExpressRouteGateways.BeginDelete method.
3241type ExpressRouteGatewaysBeginDeleteOptions = original.ExpressRouteGatewaysBeginDeleteOptions
3242
3243// ExpressRouteGatewaysClient contains the methods for the ExpressRouteGateways group.
3244// Don't use this type directly, use NewExpressRouteGatewaysClient() instead.
3245type ExpressRouteGatewaysClient = original.ExpressRouteGatewaysClient
3246
3247// ExpressRouteGatewaysGetOptions contains the optional parameters for the ExpressRouteGateways.Get method.
3248type ExpressRouteGatewaysGetOptions = original.ExpressRouteGatewaysGetOptions
3249
3250// ExpressRouteGatewaysListByResourceGroupOptions contains the optional parameters for the ExpressRouteGateways.ListByResourceGroup method.
3251type ExpressRouteGatewaysListByResourceGroupOptions = original.ExpressRouteGatewaysListByResourceGroupOptions
3252
3253// ExpressRouteGatewaysListBySubscriptionOptions contains the optional parameters for the ExpressRouteGateways.ListBySubscription method.
3254type ExpressRouteGatewaysListBySubscriptionOptions = original.ExpressRouteGatewaysListBySubscriptionOptions
3255
3256// ExpressRouteLink child resource definition.
3257type ExpressRouteLink = original.ExpressRouteLink
3258
3259// Response for ListExpressRouteLinks API service call.
3260type ExpressRouteLinkListResult = original.ExpressRouteLinkListResult
3261
3262// ExpressRouteLinkListResultPager provides iteration over ExpressRouteLinkListResult pages.
3263type ExpressRouteLinkListResultPager = original.ExpressRouteLinkListResultPager
3264
3265// ExpressRouteLinkListResultResponse is the response envelope for operations that return a ExpressRouteLinkListResult type.
3266type ExpressRouteLinkListResultResponse = original.ExpressRouteLinkListResultResponse
3267
3268// ExpressRouteLink Mac Security Configuration.
3269type ExpressRouteLinkMacSecConfig = original.ExpressRouteLinkMacSecConfig
3270
3271// Properties specific to ExpressRouteLink resources.
3272type ExpressRouteLinkPropertiesFormat = original.ExpressRouteLinkPropertiesFormat
3273
3274// ExpressRouteLinkResponse is the response envelope for operations that return a ExpressRouteLink type.
3275type ExpressRouteLinkResponse = original.ExpressRouteLinkResponse
3276
3277// ExpressRouteLinksClient contains the methods for the ExpressRouteLinks group.
3278// Don't use this type directly, use NewExpressRouteLinksClient() instead.
3279type ExpressRouteLinksClient = original.ExpressRouteLinksClient
3280
3281// ExpressRouteLinksGetOptions contains the optional parameters for the ExpressRouteLinks.Get method.
3282type ExpressRouteLinksGetOptions = original.ExpressRouteLinksGetOptions
3283
3284// ExpressRouteLinksListOptions contains the optional parameters for the ExpressRouteLinks.List method.
3285type ExpressRouteLinksListOptions = original.ExpressRouteLinksListOptions
3286
3287// ExpressRoutePort resource definition.
3288type ExpressRoutePort = original.ExpressRoutePort
3289
3290// Response for ListExpressRoutePorts API service call.
3291type ExpressRoutePortListResult = original.ExpressRoutePortListResult
3292
3293// ExpressRoutePortListResultPager provides iteration over ExpressRoutePortListResult pages.
3294type ExpressRoutePortListResultPager = original.ExpressRoutePortListResultPager
3295
3296// ExpressRoutePortListResultResponse is the response envelope for operations that return a ExpressRoutePortListResult type.
3297type ExpressRoutePortListResultResponse = original.ExpressRoutePortListResultResponse
3298
3299// ExpressRoutePortPoller provides polling facilities until the operation completes
3300type ExpressRoutePortPoller = original.ExpressRoutePortPoller
3301
3302// ExpressRoutePortPollerResponse is the response envelope for operations that asynchronously return a ExpressRoutePort type.
3303type ExpressRoutePortPollerResponse = original.ExpressRoutePortPollerResponse
3304
3305// Properties specific to ExpressRoutePort resources.
3306type ExpressRoutePortPropertiesFormat = original.ExpressRoutePortPropertiesFormat
3307
3308// ExpressRoutePortResponse is the response envelope for operations that return a ExpressRoutePort type.
3309type ExpressRoutePortResponse = original.ExpressRoutePortResponse
3310
3311// ExpressRoutePortsBeginCreateOrUpdateOptions contains the optional parameters for the ExpressRoutePorts.BeginCreateOrUpdate method.
3312type ExpressRoutePortsBeginCreateOrUpdateOptions = original.ExpressRoutePortsBeginCreateOrUpdateOptions
3313
3314// ExpressRoutePortsBeginDeleteOptions contains the optional parameters for the ExpressRoutePorts.BeginDelete method.
3315type ExpressRoutePortsBeginDeleteOptions = original.ExpressRoutePortsBeginDeleteOptions
3316
3317// ExpressRoutePortsClient contains the methods for the ExpressRoutePorts group.
3318// Don't use this type directly, use NewExpressRoutePortsClient() instead.
3319type ExpressRoutePortsClient = original.ExpressRoutePortsClient
3320
3321// ExpressRoutePortsGenerateLoaOptions contains the optional parameters for the ExpressRoutePorts.GenerateLoa method.
3322type ExpressRoutePortsGenerateLoaOptions = original.ExpressRoutePortsGenerateLoaOptions
3323
3324// ExpressRoutePortsGetOptions contains the optional parameters for the ExpressRoutePorts.Get method.
3325type ExpressRoutePortsGetOptions = original.ExpressRoutePortsGetOptions
3326
3327// ExpressRoutePortsListByResourceGroupOptions contains the optional parameters for the ExpressRoutePorts.ListByResourceGroup method.
3328type ExpressRoutePortsListByResourceGroupOptions = original.ExpressRoutePortsListByResourceGroupOptions
3329
3330// ExpressRoutePortsListOptions contains the optional parameters for the ExpressRoutePorts.List method.
3331type ExpressRoutePortsListOptions = original.ExpressRoutePortsListOptions
3332
3333// Definition of the ExpressRoutePorts peering location resource.
3334type ExpressRoutePortsLocation = original.ExpressRoutePortsLocation
3335
3336// Real-time inventory of available ExpressRoute port bandwidths.
3337type ExpressRoutePortsLocationBandwidths = original.ExpressRoutePortsLocationBandwidths
3338
3339// Response for ListExpressRoutePortsLocations API service call.
3340type ExpressRoutePortsLocationListResult = original.ExpressRoutePortsLocationListResult
3341
3342// ExpressRoutePortsLocationListResultPager provides iteration over ExpressRoutePortsLocationListResult pages.
3343type ExpressRoutePortsLocationListResultPager = original.ExpressRoutePortsLocationListResultPager
3344
3345// ExpressRoutePortsLocationListResultResponse is the response envelope for operations that return a ExpressRoutePortsLocationListResult type.
3346type ExpressRoutePortsLocationListResultResponse = original.ExpressRoutePortsLocationListResultResponse
3347
3348// Properties specific to ExpressRoutePorts peering location resources.
3349type ExpressRoutePortsLocationPropertiesFormat = original.ExpressRoutePortsLocationPropertiesFormat
3350
3351// ExpressRoutePortsLocationResponse is the response envelope for operations that return a ExpressRoutePortsLocation type.
3352type ExpressRoutePortsLocationResponse = original.ExpressRoutePortsLocationResponse
3353
3354// ExpressRoutePortsLocationsClient contains the methods for the ExpressRoutePortsLocations group.
3355// Don't use this type directly, use NewExpressRoutePortsLocationsClient() instead.
3356type ExpressRoutePortsLocationsClient = original.ExpressRoutePortsLocationsClient
3357
3358// ExpressRoutePortsLocationsGetOptions contains the optional parameters for the ExpressRoutePortsLocations.Get method.
3359type ExpressRoutePortsLocationsGetOptions = original.ExpressRoutePortsLocationsGetOptions
3360
3361// ExpressRoutePortsLocationsListOptions contains the optional parameters for the ExpressRoutePortsLocations.List method.
3362type ExpressRoutePortsLocationsListOptions = original.ExpressRoutePortsLocationsListOptions
3363
3364// ExpressRoutePortsUpdateTagsOptions contains the optional parameters for the ExpressRoutePorts.UpdateTags method.
3365type ExpressRoutePortsUpdateTagsOptions = original.ExpressRoutePortsUpdateTagsOptions
3366
3367// A ExpressRouteResourceProvider object.
3368type ExpressRouteServiceProvider = original.ExpressRouteServiceProvider
3369
3370// Contains bandwidths offered in ExpressRouteServiceProvider resources.
3371type ExpressRouteServiceProviderBandwidthsOffered = original.ExpressRouteServiceProviderBandwidthsOffered
3372
3373// Response for the ListExpressRouteServiceProvider API service call.
3374type ExpressRouteServiceProviderListResult = original.ExpressRouteServiceProviderListResult
3375
3376// ExpressRouteServiceProviderListResultPager provides iteration over ExpressRouteServiceProviderListResult pages.
3377type ExpressRouteServiceProviderListResultPager = original.ExpressRouteServiceProviderListResultPager
3378
3379// ExpressRouteServiceProviderListResultResponse is the response envelope for operations that return a ExpressRouteServiceProviderListResult type.
3380type ExpressRouteServiceProviderListResultResponse = original.ExpressRouteServiceProviderListResultResponse
3381
3382// Properties of ExpressRouteServiceProvider.
3383type ExpressRouteServiceProviderPropertiesFormat = original.ExpressRouteServiceProviderPropertiesFormat
3384
3385// ExpressRouteServiceProvidersClient contains the methods for the ExpressRouteServiceProviders group.
3386// Don't use this type directly, use NewExpressRouteServiceProvidersClient() instead.
3387type ExpressRouteServiceProvidersClient = original.ExpressRouteServiceProvidersClient
3388
3389// ExpressRouteServiceProvidersListOptions contains the optional parameters for the ExpressRouteServiceProviders.List method.
3390type ExpressRouteServiceProvidersListOptions = original.ExpressRouteServiceProvidersListOptions
3391
3392// ExtendedLocation complex type.
3393type ExtendedLocation = original.ExtendedLocation
3394
3395// FirewallPoliciesBeginCreateOrUpdateOptions contains the optional parameters for the FirewallPolicies.BeginCreateOrUpdate method.
3396type FirewallPoliciesBeginCreateOrUpdateOptions = original.FirewallPoliciesBeginCreateOrUpdateOptions
3397
3398// FirewallPoliciesBeginDeleteOptions contains the optional parameters for the FirewallPolicies.BeginDelete method.
3399type FirewallPoliciesBeginDeleteOptions = original.FirewallPoliciesBeginDeleteOptions
3400
3401// FirewallPoliciesClient contains the methods for the FirewallPolicies group.
3402// Don't use this type directly, use NewFirewallPoliciesClient() instead.
3403type FirewallPoliciesClient = original.FirewallPoliciesClient
3404
3405// FirewallPoliciesGetOptions contains the optional parameters for the FirewallPolicies.Get method.
3406type FirewallPoliciesGetOptions = original.FirewallPoliciesGetOptions
3407
3408// FirewallPoliciesListAllOptions contains the optional parameters for the FirewallPolicies.ListAll method.
3409type FirewallPoliciesListAllOptions = original.FirewallPoliciesListAllOptions
3410
3411// FirewallPoliciesListOptions contains the optional parameters for the FirewallPolicies.List method.
3412type FirewallPoliciesListOptions = original.FirewallPoliciesListOptions
3413
3414// FirewallPolicy Resource.
3415type FirewallPolicy = original.FirewallPolicy
3416
3417// Trusted Root certificates properties for tls.
3418type FirewallPolicyCertificateAuthority = original.FirewallPolicyCertificateAuthority
3419
3420// Firewall Policy Filter Rule Collection.
3421type FirewallPolicyFilterRuleCollection = original.FirewallPolicyFilterRuleCollection
3422
3423// Properties of the FirewallPolicyFilterRuleCollectionAction.
3424type FirewallPolicyFilterRuleCollectionAction = original.FirewallPolicyFilterRuleCollectionAction
3425
3426// Configuration for intrusion detection mode and rules.
3427type FirewallPolicyIntrusionDetection = original.FirewallPolicyIntrusionDetection
3428
3429// Intrusion detection bypass traffic specification.
3430type FirewallPolicyIntrusionDetectionBypassTrafficSpecifications = original.FirewallPolicyIntrusionDetectionBypassTrafficSpecifications
3431
3432// The operation for configuring intrusion detection.
3433type FirewallPolicyIntrusionDetectionConfiguration = original.FirewallPolicyIntrusionDetectionConfiguration
3434
3435// Intrusion detection signatures specification states.
3436type FirewallPolicyIntrusionDetectionSignatureSpecification = original.FirewallPolicyIntrusionDetectionSignatureSpecification
3437
3438// Response for ListFirewallPolicies API service call.
3439type FirewallPolicyListResult = original.FirewallPolicyListResult
3440
3441// FirewallPolicyListResultPager provides iteration over FirewallPolicyListResult pages.
3442type FirewallPolicyListResultPager = original.FirewallPolicyListResultPager
3443
3444// FirewallPolicyListResultResponse is the response envelope for operations that return a FirewallPolicyListResult type.
3445type FirewallPolicyListResultResponse = original.FirewallPolicyListResultResponse
3446
3447// Firewall Policy NAT Rule Collection.
3448type FirewallPolicyNatRuleCollection = original.FirewallPolicyNatRuleCollection
3449
3450// Properties of the FirewallPolicyNatRuleCollectionAction.
3451type FirewallPolicyNatRuleCollectionAction = original.FirewallPolicyNatRuleCollectionAction
3452
3453// FirewallPolicyPoller provides polling facilities until the operation completes
3454type FirewallPolicyPoller = original.FirewallPolicyPoller
3455
3456// FirewallPolicyPollerResponse is the response envelope for operations that asynchronously return a FirewallPolicy type.
3457type FirewallPolicyPollerResponse = original.FirewallPolicyPollerResponse
3458
3459// Firewall Policy definition.
3460type FirewallPolicyPropertiesFormat = original.FirewallPolicyPropertiesFormat
3461
3462// FirewallPolicyResponse is the response envelope for operations that return a FirewallPolicy type.
3463type FirewallPolicyResponse = original.FirewallPolicyResponse
3464
3465// Properties of a rule.
3466type FirewallPolicyRule = original.FirewallPolicyRule
3467
3468// Properties of the application rule protocol.
3469type FirewallPolicyRuleApplicationProtocol = original.FirewallPolicyRuleApplicationProtocol
3470
3471// FirewallPolicyRuleClassification provides polymorphic access to related types.
3472// Call the interface's GetFirewallPolicyRule() method to access the common type.
3473// Use a type switch to determine the concrete type.  The possible types are:
3474// - *FirewallPolicyRule, *ApplicationRule, *NatRule, *NetworkRule
3475type FirewallPolicyRuleClassification = original.FirewallPolicyRuleClassification
3476
3477// Properties of the rule collection.
3478type FirewallPolicyRuleCollection = original.FirewallPolicyRuleCollection
3479
3480// FirewallPolicyRuleCollectionClassification provides polymorphic access to related types.
3481// Call the interface's GetFirewallPolicyRuleCollection() method to access the common type.
3482// Use a type switch to determine the concrete type.  The possible types are:
3483// - *FirewallPolicyRuleCollection, *FirewallPolicyFilterRuleCollection, *FirewallPolicyNatRuleCollection
3484type FirewallPolicyRuleCollectionClassification = original.FirewallPolicyRuleCollectionClassification
3485
3486// Rule Collection Group resource.
3487type FirewallPolicyRuleCollectionGroup = original.FirewallPolicyRuleCollectionGroup
3488
3489// Response for ListFirewallPolicyRuleCollectionGroups API service call.
3490type FirewallPolicyRuleCollectionGroupListResult = original.FirewallPolicyRuleCollectionGroupListResult
3491
3492// FirewallPolicyRuleCollectionGroupListResultPager provides iteration over FirewallPolicyRuleCollectionGroupListResult pages.
3493type FirewallPolicyRuleCollectionGroupListResultPager = original.FirewallPolicyRuleCollectionGroupListResultPager
3494
3495// FirewallPolicyRuleCollectionGroupListResultResponse is the response envelope for operations that return a FirewallPolicyRuleCollectionGroupListResult
3496// type.
3497type FirewallPolicyRuleCollectionGroupListResultResponse = original.FirewallPolicyRuleCollectionGroupListResultResponse
3498
3499// FirewallPolicyRuleCollectionGroupPoller provides polling facilities until the operation completes
3500type FirewallPolicyRuleCollectionGroupPoller = original.FirewallPolicyRuleCollectionGroupPoller
3501
3502// FirewallPolicyRuleCollectionGroupPollerResponse is the response envelope for operations that asynchronously return a FirewallPolicyRuleCollectionGroup
3503// type.
3504type FirewallPolicyRuleCollectionGroupPollerResponse = original.FirewallPolicyRuleCollectionGroupPollerResponse
3505
3506// Properties of the rule collection group.
3507type FirewallPolicyRuleCollectionGroupProperties = original.FirewallPolicyRuleCollectionGroupProperties
3508
3509// FirewallPolicyRuleCollectionGroupResponse is the response envelope for operations that return a FirewallPolicyRuleCollectionGroup type.
3510type FirewallPolicyRuleCollectionGroupResponse = original.FirewallPolicyRuleCollectionGroupResponse
3511
3512// FirewallPolicyRuleCollectionGroupsBeginCreateOrUpdateOptions contains the optional parameters for the FirewallPolicyRuleCollectionGroups.BeginCreateOrUpdate
3513// method.
3514type FirewallPolicyRuleCollectionGroupsBeginCreateOrUpdateOptions = original.FirewallPolicyRuleCollectionGroupsBeginCreateOrUpdateOptions
3515
3516// FirewallPolicyRuleCollectionGroupsBeginDeleteOptions contains the optional parameters for the FirewallPolicyRuleCollectionGroups.BeginDelete method.
3517type FirewallPolicyRuleCollectionGroupsBeginDeleteOptions = original.FirewallPolicyRuleCollectionGroupsBeginDeleteOptions
3518
3519// FirewallPolicyRuleCollectionGroupsClient contains the methods for the FirewallPolicyRuleCollectionGroups group.
3520// Don't use this type directly, use NewFirewallPolicyRuleCollectionGroupsClient() instead.
3521type FirewallPolicyRuleCollectionGroupsClient = original.FirewallPolicyRuleCollectionGroupsClient
3522
3523// FirewallPolicyRuleCollectionGroupsGetOptions contains the optional parameters for the FirewallPolicyRuleCollectionGroups.Get method.
3524type FirewallPolicyRuleCollectionGroupsGetOptions = original.FirewallPolicyRuleCollectionGroupsGetOptions
3525
3526// FirewallPolicyRuleCollectionGroupsListOptions contains the optional parameters for the FirewallPolicyRuleCollectionGroups.List method.
3527type FirewallPolicyRuleCollectionGroupsListOptions = original.FirewallPolicyRuleCollectionGroupsListOptions
3528
3529// SKU of Firewall policy.
3530type FirewallPolicySKU = original.FirewallPolicySKU
3531
3532// ThreatIntel Whitelist for Firewall Policy.
3533type FirewallPolicyThreatIntelWhitelist = original.FirewallPolicyThreatIntelWhitelist
3534
3535// Configuration needed to perform TLS termination & initiation.
3536type FirewallPolicyTransportSecurity = original.FirewallPolicyTransportSecurity
3537
3538// A flow log resource.
3539type FlowLog = original.FlowLog
3540
3541// Parameters that define the flow log format.
3542type FlowLogFormatParameters = original.FlowLogFormatParameters
3543
3544// Information on the configuration of flow log and traffic analytics (optional) .
3545type FlowLogInformation = original.FlowLogInformation
3546
3547// FlowLogInformationPoller provides polling facilities until the operation completes
3548type FlowLogInformationPoller = original.FlowLogInformationPoller
3549
3550// FlowLogInformationPollerResponse is the response envelope for operations that asynchronously return a FlowLogInformation type.
3551type FlowLogInformationPollerResponse = original.FlowLogInformationPollerResponse
3552
3553// FlowLogInformationResponse is the response envelope for operations that return a FlowLogInformation type.
3554type FlowLogInformationResponse = original.FlowLogInformationResponse
3555
3556// List of flow logs.
3557type FlowLogListResult = original.FlowLogListResult
3558
3559// FlowLogListResultPager provides iteration over FlowLogListResult pages.
3560type FlowLogListResultPager = original.FlowLogListResultPager
3561
3562// FlowLogListResultResponse is the response envelope for operations that return a FlowLogListResult type.
3563type FlowLogListResultResponse = original.FlowLogListResultResponse
3564
3565// FlowLogPoller provides polling facilities until the operation completes
3566type FlowLogPoller = original.FlowLogPoller
3567
3568// FlowLogPollerResponse is the response envelope for operations that asynchronously return a FlowLog type.
3569type FlowLogPollerResponse = original.FlowLogPollerResponse
3570
3571// Parameters that define the configuration of flow log.
3572type FlowLogProperties = original.FlowLogProperties
3573
3574// Parameters that define the configuration of flow log.
3575type FlowLogPropertiesFormat = original.FlowLogPropertiesFormat
3576
3577// FlowLogResponse is the response envelope for operations that return a FlowLog type.
3578type FlowLogResponse = original.FlowLogResponse
3579
3580// Parameters that define a resource to query flow log and traffic analytics (optional) status.
3581type FlowLogStatusParameters = original.FlowLogStatusParameters
3582
3583// FlowLogsBeginCreateOrUpdateOptions contains the optional parameters for the FlowLogs.BeginCreateOrUpdate method.
3584type FlowLogsBeginCreateOrUpdateOptions = original.FlowLogsBeginCreateOrUpdateOptions
3585
3586// FlowLogsBeginDeleteOptions contains the optional parameters for the FlowLogs.BeginDelete method.
3587type FlowLogsBeginDeleteOptions = original.FlowLogsBeginDeleteOptions
3588
3589// FlowLogsClient contains the methods for the FlowLogs group.
3590// Don't use this type directly, use NewFlowLogsClient() instead.
3591type FlowLogsClient = original.FlowLogsClient
3592
3593// FlowLogsGetOptions contains the optional parameters for the FlowLogs.Get method.
3594type FlowLogsGetOptions = original.FlowLogsGetOptions
3595
3596// FlowLogsListOptions contains the optional parameters for the FlowLogs.List method.
3597type FlowLogsListOptions = original.FlowLogsListOptions
3598
3599// FlowLogsUpdateTagsOptions contains the optional parameters for the FlowLogs.UpdateTags method.
3600type FlowLogsUpdateTagsOptions = original.FlowLogsUpdateTagsOptions
3601
3602// Frontend IP address of the load balancer.
3603type FrontendIPConfiguration = original.FrontendIPConfiguration
3604
3605// Properties of Frontend IP Configuration of the load balancer.
3606type FrontendIPConfigurationPropertiesFormat = original.FrontendIPConfigurationPropertiesFormat
3607
3608// FrontendIPConfigurationResponse is the response envelope for operations that return a FrontendIPConfiguration type.
3609type FrontendIPConfigurationResponse = original.FrontendIPConfigurationResponse
3610
3611// Gateway routing details.
3612type GatewayRoute = original.GatewayRoute
3613
3614// List of virtual network gateway routes.
3615type GatewayRouteListResult = original.GatewayRouteListResult
3616
3617// GatewayRouteListResultPoller provides polling facilities until the operation completes
3618type GatewayRouteListResultPoller = original.GatewayRouteListResultPoller
3619
3620// GatewayRouteListResultPollerResponse is the response envelope for operations that asynchronously return a GatewayRouteListResult type.
3621type GatewayRouteListResultPollerResponse = original.GatewayRouteListResultPollerResponse
3622
3623// GatewayRouteListResultResponse is the response envelope for operations that return a GatewayRouteListResult type.
3624type GatewayRouteListResultResponse = original.GatewayRouteListResultResponse
3625
3626// The customer name to be printed on a letter of authorization.
3627type GenerateExpressRoutePortsLoaRequest = original.GenerateExpressRoutePortsLoaRequest
3628
3629// Response for GenerateExpressRoutePortsLOA API service call.
3630type GenerateExpressRoutePortsLoaResult = original.GenerateExpressRoutePortsLoaResult
3631
3632// GenerateExpressRoutePortsLoaResultResponse is the response envelope for operations that return a GenerateExpressRoutePortsLoaResult type.
3633type GenerateExpressRoutePortsLoaResultResponse = original.GenerateExpressRoutePortsLoaResultResponse
3634
3635// List of Vpn-Sites.
3636type GetVpnSitesConfigurationRequest = original.GetVpnSitesConfigurationRequest
3637
3638// HTTP configuration of the connectivity check.
3639type HTTPConfiguration = original.HTTPConfiguration
3640
3641// The HTTP header.
3642type HTTPHeader = original.HTTPHeader
3643
3644// HTTPPoller provides polling facilities until the operation completes
3645type HTTPPoller = original.HTTPPoller
3646
3647// HTTPPollerResponse contains the asynchronous HTTP response from the call to the service endpoint.
3648type HTTPPollerResponse = original.HTTPPollerResponse
3649
3650// Hop link.
3651type HopLink = original.HopLink
3652
3653// Hop link properties.
3654type HopLinkProperties = original.HopLinkProperties
3655
3656// IP addresses associated with azure firewall.
3657type HubIPAddresses = original.HubIPAddresses
3658
3659// IpConfigurations.
3660type HubIPConfiguration = original.HubIPConfiguration
3661
3662// HubIPConfigurationPoller provides polling facilities until the operation completes
3663type HubIPConfigurationPoller = original.HubIPConfigurationPoller
3664
3665// HubIPConfigurationPollerResponse is the response envelope for operations that asynchronously return a HubIPConfiguration type.
3666type HubIPConfigurationPollerResponse = original.HubIPConfigurationPollerResponse
3667
3668// Properties of IP configuration.
3669type HubIPConfigurationPropertiesFormat = original.HubIPConfigurationPropertiesFormat
3670
3671// HubIPConfigurationResponse is the response envelope for operations that return a HubIPConfiguration type.
3672type HubIPConfigurationResponse = original.HubIPConfigurationResponse
3673
3674// Public IP addresses associated with azure firewall.
3675type HubPublicIPAddresses = original.HubPublicIPAddresses
3676
3677// RouteTable route.
3678type HubRoute = original.HubRoute
3679
3680// RouteTable resource in a virtual hub.
3681type HubRouteTable = original.HubRouteTable
3682
3683// HubRouteTablePoller provides polling facilities until the operation completes
3684type HubRouteTablePoller = original.HubRouteTablePoller
3685
3686// HubRouteTablePollerResponse is the response envelope for operations that asynchronously return a HubRouteTable type.
3687type HubRouteTablePollerResponse = original.HubRouteTablePollerResponse
3688
3689// Parameters for RouteTable.
3690type HubRouteTableProperties = original.HubRouteTableProperties
3691
3692// HubRouteTableResponse is the response envelope for operations that return a HubRouteTable type.
3693type HubRouteTableResponse = original.HubRouteTableResponse
3694
3695// HubRouteTablesBeginCreateOrUpdateOptions contains the optional parameters for the HubRouteTables.BeginCreateOrUpdate method.
3696type HubRouteTablesBeginCreateOrUpdateOptions = original.HubRouteTablesBeginCreateOrUpdateOptions
3697
3698// HubRouteTablesBeginDeleteOptions contains the optional parameters for the HubRouteTables.BeginDelete method.
3699type HubRouteTablesBeginDeleteOptions = original.HubRouteTablesBeginDeleteOptions
3700
3701// HubRouteTablesClient contains the methods for the HubRouteTables group.
3702// Don't use this type directly, use NewHubRouteTablesClient() instead.
3703type HubRouteTablesClient = original.HubRouteTablesClient
3704
3705// HubRouteTablesGetOptions contains the optional parameters for the HubRouteTables.Get method.
3706type HubRouteTablesGetOptions = original.HubRouteTablesGetOptions
3707
3708// HubRouteTablesListOptions contains the optional parameters for the HubRouteTables.List method.
3709type HubRouteTablesListOptions = original.HubRouteTablesListOptions
3710
3711// HubVirtualNetworkConnection Resource.
3712type HubVirtualNetworkConnection = original.HubVirtualNetworkConnection
3713
3714// HubVirtualNetworkConnectionPoller provides polling facilities until the operation completes
3715type HubVirtualNetworkConnectionPoller = original.HubVirtualNetworkConnectionPoller
3716
3717// HubVirtualNetworkConnectionPollerResponse is the response envelope for operations that asynchronously return a HubVirtualNetworkConnection type.
3718type HubVirtualNetworkConnectionPollerResponse = original.HubVirtualNetworkConnectionPollerResponse
3719
3720// Parameters for HubVirtualNetworkConnection.
3721type HubVirtualNetworkConnectionProperties = original.HubVirtualNetworkConnectionProperties
3722
3723// HubVirtualNetworkConnectionResponse is the response envelope for operations that return a HubVirtualNetworkConnection type.
3724type HubVirtualNetworkConnectionResponse = original.HubVirtualNetworkConnectionResponse
3725
3726// HubVirtualNetworkConnectionsBeginCreateOrUpdateOptions contains the optional parameters for the HubVirtualNetworkConnections.BeginCreateOrUpdate method.
3727type HubVirtualNetworkConnectionsBeginCreateOrUpdateOptions = original.HubVirtualNetworkConnectionsBeginCreateOrUpdateOptions
3728
3729// HubVirtualNetworkConnectionsBeginDeleteOptions contains the optional parameters for the HubVirtualNetworkConnections.BeginDelete method.
3730type HubVirtualNetworkConnectionsBeginDeleteOptions = original.HubVirtualNetworkConnectionsBeginDeleteOptions
3731
3732// HubVirtualNetworkConnectionsClient contains the methods for the HubVirtualNetworkConnections group.
3733// Don't use this type directly, use NewHubVirtualNetworkConnectionsClient() instead.
3734type HubVirtualNetworkConnectionsClient = original.HubVirtualNetworkConnectionsClient
3735
3736// HubVirtualNetworkConnectionsGetOptions contains the optional parameters for the HubVirtualNetworkConnections.Get method.
3737type HubVirtualNetworkConnectionsGetOptions = original.HubVirtualNetworkConnectionsGetOptions
3738
3739// HubVirtualNetworkConnectionsListOptions contains the optional parameters for the HubVirtualNetworkConnections.List method.
3740type HubVirtualNetworkConnectionsListOptions = original.HubVirtualNetworkConnectionsListOptions
3741
3742// Response for CheckIPAddressAvailability API service call.
3743type IPAddressAvailabilityResult = original.IPAddressAvailabilityResult
3744
3745// IPAddressAvailabilityResultResponse is the response envelope for operations that return a IPAddressAvailabilityResult type.
3746type IPAddressAvailabilityResultResponse = original.IPAddressAvailabilityResultResponse
3747
3748// IpAllocation resource.
3749type IPAllocation = original.IPAllocation
3750
3751// Response for the ListIpAllocations API service call.
3752type IPAllocationListResult = original.IPAllocationListResult
3753
3754// IPAllocationListResultPager provides iteration over IPAllocationListResult pages.
3755type IPAllocationListResultPager = original.IPAllocationListResultPager
3756
3757// IPAllocationListResultResponse is the response envelope for operations that return a IPAllocationListResult type.
3758type IPAllocationListResultResponse = original.IPAllocationListResultResponse
3759
3760// IPAllocationPoller provides polling facilities until the operation completes
3761type IPAllocationPoller = original.IPAllocationPoller
3762
3763// IPAllocationPollerResponse is the response envelope for operations that asynchronously return a IPAllocation type.
3764type IPAllocationPollerResponse = original.IPAllocationPollerResponse
3765
3766// Properties of the IpAllocation.
3767type IPAllocationPropertiesFormat = original.IPAllocationPropertiesFormat
3768
3769// IPAllocationResponse is the response envelope for operations that return a IPAllocation type.
3770type IPAllocationResponse = original.IPAllocationResponse
3771
3772// IPAllocationsBeginCreateOrUpdateOptions contains the optional parameters for the IPAllocations.BeginCreateOrUpdate method.
3773type IPAllocationsBeginCreateOrUpdateOptions = original.IPAllocationsBeginCreateOrUpdateOptions
3774
3775// IPAllocationsBeginDeleteOptions contains the optional parameters for the IPAllocations.BeginDelete method.
3776type IPAllocationsBeginDeleteOptions = original.IPAllocationsBeginDeleteOptions
3777
3778// IPAllocationsClient contains the methods for the IPAllocations group.
3779// Don't use this type directly, use NewIPAllocationsClient() instead.
3780type IPAllocationsClient = original.IPAllocationsClient
3781
3782// IPAllocationsGetOptions contains the optional parameters for the IPAllocations.Get method.
3783type IPAllocationsGetOptions = original.IPAllocationsGetOptions
3784
3785// IPAllocationsListByResourceGroupOptions contains the optional parameters for the IPAllocations.ListByResourceGroup method.
3786type IPAllocationsListByResourceGroupOptions = original.IPAllocationsListByResourceGroupOptions
3787
3788// IPAllocationsListOptions contains the optional parameters for the IPAllocations.List method.
3789type IPAllocationsListOptions = original.IPAllocationsListOptions
3790
3791// IPAllocationsUpdateTagsOptions contains the optional parameters for the IPAllocations.UpdateTags method.
3792type IPAllocationsUpdateTagsOptions = original.IPAllocationsUpdateTagsOptions
3793
3794// IP configuration.
3795type IPConfiguration = original.IPConfiguration
3796
3797// Properties of IPConfigurationBgpPeeringAddress.
3798type IPConfigurationBgpPeeringAddress = original.IPConfigurationBgpPeeringAddress
3799
3800// IP configuration profile child resource.
3801type IPConfigurationProfile = original.IPConfigurationProfile
3802
3803// IP configuration profile properties.
3804type IPConfigurationProfilePropertiesFormat = original.IPConfigurationProfilePropertiesFormat
3805
3806// Properties of IP configuration.
3807type IPConfigurationPropertiesFormat = original.IPConfigurationPropertiesFormat
3808
3809// The IpGroups resource information.
3810type IPGroup = original.IPGroup
3811
3812// Response for the ListIpGroups API service call.
3813type IPGroupListResult = original.IPGroupListResult
3814
3815// IPGroupListResultPager provides iteration over IPGroupListResult pages.
3816type IPGroupListResultPager = original.IPGroupListResultPager
3817
3818// IPGroupListResultResponse is the response envelope for operations that return a IPGroupListResult type.
3819type IPGroupListResultResponse = original.IPGroupListResultResponse
3820
3821// IPGroupPoller provides polling facilities until the operation completes
3822type IPGroupPoller = original.IPGroupPoller
3823
3824// IPGroupPollerResponse is the response envelope for operations that asynchronously return a IPGroup type.
3825type IPGroupPollerResponse = original.IPGroupPollerResponse
3826
3827// The IpGroups property information.
3828type IPGroupPropertiesFormat = original.IPGroupPropertiesFormat
3829
3830// IPGroupResponse is the response envelope for operations that return a IPGroup type.
3831type IPGroupResponse = original.IPGroupResponse
3832
3833// IPGroupsBeginCreateOrUpdateOptions contains the optional parameters for the IPGroups.BeginCreateOrUpdate method.
3834type IPGroupsBeginCreateOrUpdateOptions = original.IPGroupsBeginCreateOrUpdateOptions
3835
3836// IPGroupsBeginDeleteOptions contains the optional parameters for the IPGroups.BeginDelete method.
3837type IPGroupsBeginDeleteOptions = original.IPGroupsBeginDeleteOptions
3838
3839// IPGroupsClient contains the methods for the IPGroups group.
3840// Don't use this type directly, use NewIPGroupsClient() instead.
3841type IPGroupsClient = original.IPGroupsClient
3842
3843// IPGroupsGetOptions contains the optional parameters for the IPGroups.Get method.
3844type IPGroupsGetOptions = original.IPGroupsGetOptions
3845
3846// IPGroupsListByResourceGroupOptions contains the optional parameters for the IPGroups.ListByResourceGroup method.
3847type IPGroupsListByResourceGroupOptions = original.IPGroupsListByResourceGroupOptions
3848
3849// IPGroupsListOptions contains the optional parameters for the IPGroups.List method.
3850type IPGroupsListOptions = original.IPGroupsListOptions
3851
3852// IPGroupsUpdateGroupsOptions contains the optional parameters for the IPGroups.UpdateGroups method.
3853type IPGroupsUpdateGroupsOptions = original.IPGroupsUpdateGroupsOptions
3854
3855// Contains the IpTag associated with the object.
3856type IPTag = original.IPTag
3857
3858// An IPSec Policy configuration for a virtual network gateway connection.
3859type IPsecPolicy = original.IPsecPolicy
3860
3861// IPv6 Circuit Connection properties for global reach.
3862type IPv6CircuitConnectionConfig = original.IPv6CircuitConnectionConfig
3863
3864// Contains IPv6 peering config.
3865type IPv6ExpressRouteCircuitPeeringConfig = original.IPv6ExpressRouteCircuitPeeringConfig
3866
3867// Inbound NAT pool of the load balancer.
3868type InboundNatPool = original.InboundNatPool
3869
3870// Properties of Inbound NAT pool.
3871type InboundNatPoolPropertiesFormat = original.InboundNatPoolPropertiesFormat
3872
3873// Inbound NAT rule of the load balancer.
3874type InboundNatRule = original.InboundNatRule
3875
3876// Response for ListInboundNatRule API service call.
3877type InboundNatRuleListResult = original.InboundNatRuleListResult
3878
3879// InboundNatRuleListResultPager provides iteration over InboundNatRuleListResult pages.
3880type InboundNatRuleListResultPager = original.InboundNatRuleListResultPager
3881
3882// InboundNatRuleListResultResponse is the response envelope for operations that return a InboundNatRuleListResult type.
3883type InboundNatRuleListResultResponse = original.InboundNatRuleListResultResponse
3884
3885// InboundNatRulePoller provides polling facilities until the operation completes
3886type InboundNatRulePoller = original.InboundNatRulePoller
3887
3888// InboundNatRulePollerResponse is the response envelope for operations that asynchronously return a InboundNatRule type.
3889type InboundNatRulePollerResponse = original.InboundNatRulePollerResponse
3890
3891// Properties of the inbound NAT rule.
3892type InboundNatRulePropertiesFormat = original.InboundNatRulePropertiesFormat
3893
3894// InboundNatRuleResponse is the response envelope for operations that return a InboundNatRule type.
3895type InboundNatRuleResponse = original.InboundNatRuleResponse
3896
3897// InboundNatRulesBeginCreateOrUpdateOptions contains the optional parameters for the InboundNatRules.BeginCreateOrUpdate method.
3898type InboundNatRulesBeginCreateOrUpdateOptions = original.InboundNatRulesBeginCreateOrUpdateOptions
3899
3900// InboundNatRulesBeginDeleteOptions contains the optional parameters for the InboundNatRules.BeginDelete method.
3901type InboundNatRulesBeginDeleteOptions = original.InboundNatRulesBeginDeleteOptions
3902
3903// InboundNatRulesClient contains the methods for the InboundNatRules group.
3904// Don't use this type directly, use NewInboundNatRulesClient() instead.
3905type InboundNatRulesClient = original.InboundNatRulesClient
3906
3907// InboundNatRulesGetOptions contains the optional parameters for the InboundNatRules.Get method.
3908type InboundNatRulesGetOptions = original.InboundNatRulesGetOptions
3909
3910// InboundNatRulesListOptions contains the optional parameters for the InboundNatRules.List method.
3911type InboundNatRulesListOptions = original.InboundNatRulesListOptions
3912
3913// NVA Inbound Security Rule resource.
3914type InboundSecurityRule = original.InboundSecurityRule
3915
3916// InboundSecurityRuleBeginCreateOrUpdateOptions contains the optional parameters for the InboundSecurityRule.BeginCreateOrUpdate method.
3917type InboundSecurityRuleBeginCreateOrUpdateOptions = original.InboundSecurityRuleBeginCreateOrUpdateOptions
3918
3919// InboundSecurityRuleClient contains the methods for the InboundSecurityRule group.
3920// Don't use this type directly, use NewInboundSecurityRuleClient() instead.
3921type InboundSecurityRuleClient = original.InboundSecurityRuleClient
3922
3923// InboundSecurityRulePoller provides polling facilities until the operation completes
3924type InboundSecurityRulePoller = original.InboundSecurityRulePoller
3925
3926// InboundSecurityRulePollerResponse is the response envelope for operations that asynchronously return a InboundSecurityRule type.
3927type InboundSecurityRulePollerResponse = original.InboundSecurityRulePollerResponse
3928
3929// Properties of the Inbound Security Rules resource.
3930type InboundSecurityRuleProperties = original.InboundSecurityRuleProperties
3931
3932// InboundSecurityRuleResponse is the response envelope for operations that return a InboundSecurityRule type.
3933type InboundSecurityRuleResponse = original.InboundSecurityRuleResponse
3934
3935// Properties of the Inbound Security Rules resource.
3936type InboundSecurityRules = original.InboundSecurityRules
3937
3938// List of RouteTables and a URL nextLink to get the next set of results.
3939type ListHubRouteTablesResult = original.ListHubRouteTablesResult
3940
3941// ListHubRouteTablesResultPager provides iteration over ListHubRouteTablesResult pages.
3942type ListHubRouteTablesResultPager = original.ListHubRouteTablesResultPager
3943
3944// ListHubRouteTablesResultResponse is the response envelope for operations that return a ListHubRouteTablesResult type.
3945type ListHubRouteTablesResultResponse = original.ListHubRouteTablesResultResponse
3946
3947// List of HubVirtualNetworkConnections and a URL nextLink to get the next set of results.
3948type ListHubVirtualNetworkConnectionsResult = original.ListHubVirtualNetworkConnectionsResult
3949
3950// ListHubVirtualNetworkConnectionsResultPager provides iteration over ListHubVirtualNetworkConnectionsResult pages.
3951type ListHubVirtualNetworkConnectionsResultPager = original.ListHubVirtualNetworkConnectionsResultPager
3952
3953// ListHubVirtualNetworkConnectionsResultResponse is the response envelope for operations that return a ListHubVirtualNetworkConnectionsResult type.
3954type ListHubVirtualNetworkConnectionsResultResponse = original.ListHubVirtualNetworkConnectionsResultResponse
3955
3956// Result of the request to list P2SVpnGateways. It contains a list of P2SVpnGateways and a URL nextLink to get the next set of results.
3957type ListP2SVpnGatewaysResult = original.ListP2SVpnGatewaysResult
3958
3959// ListP2SVpnGatewaysResultPager provides iteration over ListP2SVpnGatewaysResult pages.
3960type ListP2SVpnGatewaysResultPager = original.ListP2SVpnGatewaysResultPager
3961
3962// ListP2SVpnGatewaysResultResponse is the response envelope for operations that return a ListP2SVpnGatewaysResult type.
3963type ListP2SVpnGatewaysResultResponse = original.ListP2SVpnGatewaysResultResponse
3964
3965// VirtualHubBgpConnections list.
3966type ListVirtualHubBgpConnectionResults = original.ListVirtualHubBgpConnectionResults
3967
3968// ListVirtualHubBgpConnectionResultsPager provides iteration over ListVirtualHubBgpConnectionResults pages.
3969type ListVirtualHubBgpConnectionResultsPager = original.ListVirtualHubBgpConnectionResultsPager
3970
3971// ListVirtualHubBgpConnectionResultsResponse is the response envelope for operations that return a ListVirtualHubBgpConnectionResults type.
3972type ListVirtualHubBgpConnectionResultsResponse = original.ListVirtualHubBgpConnectionResultsResponse
3973
3974// VirtualHubIpConfigurations list.
3975type ListVirtualHubIPConfigurationResults = original.ListVirtualHubIPConfigurationResults
3976
3977// ListVirtualHubIPConfigurationResultsPager provides iteration over ListVirtualHubIPConfigurationResults pages.
3978type ListVirtualHubIPConfigurationResultsPager = original.ListVirtualHubIPConfigurationResultsPager
3979
3980// ListVirtualHubIPConfigurationResultsResponse is the response envelope for operations that return a ListVirtualHubIPConfigurationResults type.
3981type ListVirtualHubIPConfigurationResultsResponse = original.ListVirtualHubIPConfigurationResultsResponse
3982
3983// List of VirtualHubRouteTableV2s and a URL nextLink to get the next set of results.
3984type ListVirtualHubRouteTableV2SResult = original.ListVirtualHubRouteTableV2SResult
3985
3986// ListVirtualHubRouteTableV2SResultPager provides iteration over ListVirtualHubRouteTableV2SResult pages.
3987type ListVirtualHubRouteTableV2SResultPager = original.ListVirtualHubRouteTableV2SResultPager
3988
3989// ListVirtualHubRouteTableV2SResultResponse is the response envelope for operations that return a ListVirtualHubRouteTableV2SResult type.
3990type ListVirtualHubRouteTableV2SResultResponse = original.ListVirtualHubRouteTableV2SResultResponse
3991
3992// Result of the request to list VirtualHubs. It contains a list of VirtualHubs and a URL nextLink to get the next set of results.
3993type ListVirtualHubsResult = original.ListVirtualHubsResult
3994
3995// ListVirtualHubsResultPager provides iteration over ListVirtualHubsResult pages.
3996type ListVirtualHubsResultPager = original.ListVirtualHubsResultPager
3997
3998// ListVirtualHubsResultResponse is the response envelope for operations that return a ListVirtualHubsResult type.
3999type ListVirtualHubsResultResponse = original.ListVirtualHubsResultResponse
4000
4001// Result of the request to list VirtualWANs. It contains a list of VirtualWANs and a URL nextLink to get the next set of results.
4002type ListVirtualWaNsResult = original.ListVirtualWaNsResult
4003
4004// ListVirtualWaNsResultPager provides iteration over ListVirtualWaNsResult pages.
4005type ListVirtualWaNsResultPager = original.ListVirtualWaNsResultPager
4006
4007// ListVirtualWaNsResultResponse is the response envelope for operations that return a ListVirtualWaNsResult type.
4008type ListVirtualWaNsResultResponse = original.ListVirtualWaNsResultResponse
4009
4010// Result of the request to list all vpn connections to a virtual wan vpn gateway. It contains a list of Vpn Connections and a URL nextLink to get the next
4011// set of results.
4012type ListVpnConnectionsResult = original.ListVpnConnectionsResult
4013
4014// ListVpnConnectionsResultPager provides iteration over ListVpnConnectionsResult pages.
4015type ListVpnConnectionsResultPager = original.ListVpnConnectionsResultPager
4016
4017// ListVpnConnectionsResultResponse is the response envelope for operations that return a ListVpnConnectionsResult type.
4018type ListVpnConnectionsResultResponse = original.ListVpnConnectionsResultResponse
4019
4020// Result of the request to list VpnGateways. It contains a list of VpnGateways and a URL nextLink to get the next set of results.
4021type ListVpnGatewaysResult = original.ListVpnGatewaysResult
4022
4023// ListVpnGatewaysResultPager provides iteration over ListVpnGatewaysResult pages.
4024type ListVpnGatewaysResultPager = original.ListVpnGatewaysResultPager
4025
4026// ListVpnGatewaysResultResponse is the response envelope for operations that return a ListVpnGatewaysResult type.
4027type ListVpnGatewaysResultResponse = original.ListVpnGatewaysResultResponse
4028
4029// Result of the request to list all VpnServerConfigurations. It contains a list of VpnServerConfigurations and a URL nextLink to get the next set of results.
4030type ListVpnServerConfigurationsResult = original.ListVpnServerConfigurationsResult
4031
4032// ListVpnServerConfigurationsResultPager provides iteration over ListVpnServerConfigurationsResult pages.
4033type ListVpnServerConfigurationsResultPager = original.ListVpnServerConfigurationsResultPager
4034
4035// ListVpnServerConfigurationsResultResponse is the response envelope for operations that return a ListVpnServerConfigurationsResult type.
4036type ListVpnServerConfigurationsResultResponse = original.ListVpnServerConfigurationsResultResponse
4037
4038// Result of the request to list all vpn connections to a virtual wan vpn gateway. It contains a list of Vpn Connections and a URL nextLink to get the next
4039// set of results.
4040type ListVpnSiteLinkConnectionsResult = original.ListVpnSiteLinkConnectionsResult
4041
4042// ListVpnSiteLinkConnectionsResultPager provides iteration over ListVpnSiteLinkConnectionsResult pages.
4043type ListVpnSiteLinkConnectionsResultPager = original.ListVpnSiteLinkConnectionsResultPager
4044
4045// ListVpnSiteLinkConnectionsResultResponse is the response envelope for operations that return a ListVpnSiteLinkConnectionsResult type.
4046type ListVpnSiteLinkConnectionsResultResponse = original.ListVpnSiteLinkConnectionsResultResponse
4047
4048// Result of the request to list VpnSiteLinks. It contains a list of VpnSiteLinks and a URL nextLink to get the next set of results.
4049type ListVpnSiteLinksResult = original.ListVpnSiteLinksResult
4050
4051// ListVpnSiteLinksResultPager provides iteration over ListVpnSiteLinksResult pages.
4052type ListVpnSiteLinksResultPager = original.ListVpnSiteLinksResultPager
4053
4054// ListVpnSiteLinksResultResponse is the response envelope for operations that return a ListVpnSiteLinksResult type.
4055type ListVpnSiteLinksResultResponse = original.ListVpnSiteLinksResultResponse
4056
4057// Result of the request to list VpnSites. It contains a list of VpnSites and a URL nextLink to get the next set of results.
4058type ListVpnSitesResult = original.ListVpnSitesResult
4059
4060// ListVpnSitesResultPager provides iteration over ListVpnSitesResult pages.
4061type ListVpnSitesResultPager = original.ListVpnSitesResultPager
4062
4063// ListVpnSitesResultResponse is the response envelope for operations that return a ListVpnSitesResult type.
4064type ListVpnSitesResultResponse = original.ListVpnSitesResultResponse
4065
4066// LoadBalancer resource.
4067type LoadBalancer = original.LoadBalancer
4068
4069// Load balancer backend addresses.
4070type LoadBalancerBackendAddress = original.LoadBalancerBackendAddress
4071
4072// Response for ListBackendAddressPool API service call.
4073type LoadBalancerBackendAddressPoolListResult = original.LoadBalancerBackendAddressPoolListResult
4074
4075// LoadBalancerBackendAddressPoolListResultPager provides iteration over LoadBalancerBackendAddressPoolListResult pages.
4076type LoadBalancerBackendAddressPoolListResultPager = original.LoadBalancerBackendAddressPoolListResultPager
4077
4078// LoadBalancerBackendAddressPoolListResultResponse is the response envelope for operations that return a LoadBalancerBackendAddressPoolListResult type.
4079type LoadBalancerBackendAddressPoolListResultResponse = original.LoadBalancerBackendAddressPoolListResultResponse
4080
4081// LoadBalancerBackendAddressPoolsBeginCreateOrUpdateOptions contains the optional parameters for the LoadBalancerBackendAddressPools.BeginCreateOrUpdate
4082// method.
4083type LoadBalancerBackendAddressPoolsBeginCreateOrUpdateOptions = original.LoadBalancerBackendAddressPoolsBeginCreateOrUpdateOptions
4084
4085// LoadBalancerBackendAddressPoolsBeginDeleteOptions contains the optional parameters for the LoadBalancerBackendAddressPools.BeginDelete method.
4086type LoadBalancerBackendAddressPoolsBeginDeleteOptions = original.LoadBalancerBackendAddressPoolsBeginDeleteOptions
4087
4088// LoadBalancerBackendAddressPoolsClient contains the methods for the LoadBalancerBackendAddressPools group.
4089// Don't use this type directly, use NewLoadBalancerBackendAddressPoolsClient() instead.
4090type LoadBalancerBackendAddressPoolsClient = original.LoadBalancerBackendAddressPoolsClient
4091
4092// LoadBalancerBackendAddressPoolsGetOptions contains the optional parameters for the LoadBalancerBackendAddressPools.Get method.
4093type LoadBalancerBackendAddressPoolsGetOptions = original.LoadBalancerBackendAddressPoolsGetOptions
4094
4095// LoadBalancerBackendAddressPoolsListOptions contains the optional parameters for the LoadBalancerBackendAddressPools.List method.
4096type LoadBalancerBackendAddressPoolsListOptions = original.LoadBalancerBackendAddressPoolsListOptions
4097
4098// Properties of the load balancer backend addresses.
4099type LoadBalancerBackendAddressPropertiesFormat = original.LoadBalancerBackendAddressPropertiesFormat
4100
4101// Response for ListFrontendIPConfiguration API service call.
4102type LoadBalancerFrontendIPConfigurationListResult = original.LoadBalancerFrontendIPConfigurationListResult
4103
4104// LoadBalancerFrontendIPConfigurationListResultPager provides iteration over LoadBalancerFrontendIPConfigurationListResult pages.
4105type LoadBalancerFrontendIPConfigurationListResultPager = original.LoadBalancerFrontendIPConfigurationListResultPager
4106
4107// LoadBalancerFrontendIPConfigurationListResultResponse is the response envelope for operations that return a LoadBalancerFrontendIPConfigurationListResult
4108// type.
4109type LoadBalancerFrontendIPConfigurationListResultResponse = original.LoadBalancerFrontendIPConfigurationListResultResponse
4110
4111// LoadBalancerFrontendIPConfigurationsClient contains the methods for the LoadBalancerFrontendIPConfigurations group.
4112// Don't use this type directly, use NewLoadBalancerFrontendIPConfigurationsClient() instead.
4113type LoadBalancerFrontendIPConfigurationsClient = original.LoadBalancerFrontendIPConfigurationsClient
4114
4115// LoadBalancerFrontendIPConfigurationsGetOptions contains the optional parameters for the LoadBalancerFrontendIPConfigurations.Get method.
4116type LoadBalancerFrontendIPConfigurationsGetOptions = original.LoadBalancerFrontendIPConfigurationsGetOptions
4117
4118// LoadBalancerFrontendIPConfigurationsListOptions contains the optional parameters for the LoadBalancerFrontendIPConfigurations.List method.
4119type LoadBalancerFrontendIPConfigurationsListOptions = original.LoadBalancerFrontendIPConfigurationsListOptions
4120
4121// Response for ListLoadBalancers API service call.
4122type LoadBalancerListResult = original.LoadBalancerListResult
4123
4124// LoadBalancerListResultPager provides iteration over LoadBalancerListResult pages.
4125type LoadBalancerListResultPager = original.LoadBalancerListResultPager
4126
4127// LoadBalancerListResultResponse is the response envelope for operations that return a LoadBalancerListResult type.
4128type LoadBalancerListResultResponse = original.LoadBalancerListResultResponse
4129
4130// Response for ListLoadBalancingRule API service call.
4131type LoadBalancerLoadBalancingRuleListResult = original.LoadBalancerLoadBalancingRuleListResult
4132
4133// LoadBalancerLoadBalancingRuleListResultPager provides iteration over LoadBalancerLoadBalancingRuleListResult pages.
4134type LoadBalancerLoadBalancingRuleListResultPager = original.LoadBalancerLoadBalancingRuleListResultPager
4135
4136// LoadBalancerLoadBalancingRuleListResultResponse is the response envelope for operations that return a LoadBalancerLoadBalancingRuleListResult type.
4137type LoadBalancerLoadBalancingRuleListResultResponse = original.LoadBalancerLoadBalancingRuleListResultResponse
4138
4139// LoadBalancerLoadBalancingRulesClient contains the methods for the LoadBalancerLoadBalancingRules group.
4140// Don't use this type directly, use NewLoadBalancerLoadBalancingRulesClient() instead.
4141type LoadBalancerLoadBalancingRulesClient = original.LoadBalancerLoadBalancingRulesClient
4142
4143// LoadBalancerLoadBalancingRulesGetOptions contains the optional parameters for the LoadBalancerLoadBalancingRules.Get method.
4144type LoadBalancerLoadBalancingRulesGetOptions = original.LoadBalancerLoadBalancingRulesGetOptions
4145
4146// LoadBalancerLoadBalancingRulesListOptions contains the optional parameters for the LoadBalancerLoadBalancingRules.List method.
4147type LoadBalancerLoadBalancingRulesListOptions = original.LoadBalancerLoadBalancingRulesListOptions
4148
4149// LoadBalancerNetworkInterfacesClient contains the methods for the LoadBalancerNetworkInterfaces group.
4150// Don't use this type directly, use NewLoadBalancerNetworkInterfacesClient() instead.
4151type LoadBalancerNetworkInterfacesClient = original.LoadBalancerNetworkInterfacesClient
4152
4153// LoadBalancerNetworkInterfacesListOptions contains the optional parameters for the LoadBalancerNetworkInterfaces.List method.
4154type LoadBalancerNetworkInterfacesListOptions = original.LoadBalancerNetworkInterfacesListOptions
4155
4156// Response for ListOutboundRule API service call.
4157type LoadBalancerOutboundRuleListResult = original.LoadBalancerOutboundRuleListResult
4158
4159// LoadBalancerOutboundRuleListResultPager provides iteration over LoadBalancerOutboundRuleListResult pages.
4160type LoadBalancerOutboundRuleListResultPager = original.LoadBalancerOutboundRuleListResultPager
4161
4162// LoadBalancerOutboundRuleListResultResponse is the response envelope for operations that return a LoadBalancerOutboundRuleListResult type.
4163type LoadBalancerOutboundRuleListResultResponse = original.LoadBalancerOutboundRuleListResultResponse
4164
4165// LoadBalancerOutboundRulesClient contains the methods for the LoadBalancerOutboundRules group.
4166// Don't use this type directly, use NewLoadBalancerOutboundRulesClient() instead.
4167type LoadBalancerOutboundRulesClient = original.LoadBalancerOutboundRulesClient
4168
4169// LoadBalancerOutboundRulesGetOptions contains the optional parameters for the LoadBalancerOutboundRules.Get method.
4170type LoadBalancerOutboundRulesGetOptions = original.LoadBalancerOutboundRulesGetOptions
4171
4172// LoadBalancerOutboundRulesListOptions contains the optional parameters for the LoadBalancerOutboundRules.List method.
4173type LoadBalancerOutboundRulesListOptions = original.LoadBalancerOutboundRulesListOptions
4174
4175// LoadBalancerPoller provides polling facilities until the operation completes
4176type LoadBalancerPoller = original.LoadBalancerPoller
4177
4178// LoadBalancerPollerResponse is the response envelope for operations that asynchronously return a LoadBalancer type.
4179type LoadBalancerPollerResponse = original.LoadBalancerPollerResponse
4180
4181// Response for ListProbe API service call.
4182type LoadBalancerProbeListResult = original.LoadBalancerProbeListResult
4183
4184// LoadBalancerProbeListResultPager provides iteration over LoadBalancerProbeListResult pages.
4185type LoadBalancerProbeListResultPager = original.LoadBalancerProbeListResultPager
4186
4187// LoadBalancerProbeListResultResponse is the response envelope for operations that return a LoadBalancerProbeListResult type.
4188type LoadBalancerProbeListResultResponse = original.LoadBalancerProbeListResultResponse
4189
4190// LoadBalancerProbesClient contains the methods for the LoadBalancerProbes group.
4191// Don't use this type directly, use NewLoadBalancerProbesClient() instead.
4192type LoadBalancerProbesClient = original.LoadBalancerProbesClient
4193
4194// LoadBalancerProbesGetOptions contains the optional parameters for the LoadBalancerProbes.Get method.
4195type LoadBalancerProbesGetOptions = original.LoadBalancerProbesGetOptions
4196
4197// LoadBalancerProbesListOptions contains the optional parameters for the LoadBalancerProbes.List method.
4198type LoadBalancerProbesListOptions = original.LoadBalancerProbesListOptions
4199
4200// Properties of the load balancer.
4201type LoadBalancerPropertiesFormat = original.LoadBalancerPropertiesFormat
4202
4203// LoadBalancerResponse is the response envelope for operations that return a LoadBalancer type.
4204type LoadBalancerResponse = original.LoadBalancerResponse
4205
4206// SKU of a load balancer.
4207type LoadBalancerSKU = original.LoadBalancerSKU
4208
4209// LoadBalancersBeginCreateOrUpdateOptions contains the optional parameters for the LoadBalancers.BeginCreateOrUpdate method.
4210type LoadBalancersBeginCreateOrUpdateOptions = original.LoadBalancersBeginCreateOrUpdateOptions
4211
4212// LoadBalancersBeginDeleteOptions contains the optional parameters for the LoadBalancers.BeginDelete method.
4213type LoadBalancersBeginDeleteOptions = original.LoadBalancersBeginDeleteOptions
4214
4215// LoadBalancersClient contains the methods for the LoadBalancers group.
4216// Don't use this type directly, use NewLoadBalancersClient() instead.
4217type LoadBalancersClient = original.LoadBalancersClient
4218
4219// LoadBalancersGetOptions contains the optional parameters for the LoadBalancers.Get method.
4220type LoadBalancersGetOptions = original.LoadBalancersGetOptions
4221
4222// LoadBalancersListAllOptions contains the optional parameters for the LoadBalancers.ListAll method.
4223type LoadBalancersListAllOptions = original.LoadBalancersListAllOptions
4224
4225// LoadBalancersListOptions contains the optional parameters for the LoadBalancers.List method.
4226type LoadBalancersListOptions = original.LoadBalancersListOptions
4227
4228// LoadBalancersUpdateTagsOptions contains the optional parameters for the LoadBalancers.UpdateTags method.
4229type LoadBalancersUpdateTagsOptions = original.LoadBalancersUpdateTagsOptions
4230
4231// A load balancing rule for a load balancer.
4232type LoadBalancingRule = original.LoadBalancingRule
4233
4234// Properties of the load balancer.
4235type LoadBalancingRulePropertiesFormat = original.LoadBalancingRulePropertiesFormat
4236
4237// LoadBalancingRuleResponse is the response envelope for operations that return a LoadBalancingRule type.
4238type LoadBalancingRuleResponse = original.LoadBalancingRuleResponse
4239
4240// A common class for general resource information.
4241type LocalNetworkGateway = original.LocalNetworkGateway
4242
4243// Response for ListLocalNetworkGateways API service call.
4244type LocalNetworkGatewayListResult = original.LocalNetworkGatewayListResult
4245
4246// LocalNetworkGatewayListResultPager provides iteration over LocalNetworkGatewayListResult pages.
4247type LocalNetworkGatewayListResultPager = original.LocalNetworkGatewayListResultPager
4248
4249// LocalNetworkGatewayListResultResponse is the response envelope for operations that return a LocalNetworkGatewayListResult type.
4250type LocalNetworkGatewayListResultResponse = original.LocalNetworkGatewayListResultResponse
4251
4252// LocalNetworkGatewayPoller provides polling facilities until the operation completes
4253type LocalNetworkGatewayPoller = original.LocalNetworkGatewayPoller
4254
4255// LocalNetworkGatewayPollerResponse is the response envelope for operations that asynchronously return a LocalNetworkGateway type.
4256type LocalNetworkGatewayPollerResponse = original.LocalNetworkGatewayPollerResponse
4257
4258// LocalNetworkGateway properties.
4259type LocalNetworkGatewayPropertiesFormat = original.LocalNetworkGatewayPropertiesFormat
4260
4261// LocalNetworkGatewayResponse is the response envelope for operations that return a LocalNetworkGateway type.
4262type LocalNetworkGatewayResponse = original.LocalNetworkGatewayResponse
4263
4264// LocalNetworkGatewaysBeginCreateOrUpdateOptions contains the optional parameters for the LocalNetworkGateways.BeginCreateOrUpdate method.
4265type LocalNetworkGatewaysBeginCreateOrUpdateOptions = original.LocalNetworkGatewaysBeginCreateOrUpdateOptions
4266
4267// LocalNetworkGatewaysBeginDeleteOptions contains the optional parameters for the LocalNetworkGateways.BeginDelete method.
4268type LocalNetworkGatewaysBeginDeleteOptions = original.LocalNetworkGatewaysBeginDeleteOptions
4269
4270// LocalNetworkGatewaysClient contains the methods for the LocalNetworkGateways group.
4271// Don't use this type directly, use NewLocalNetworkGatewaysClient() instead.
4272type LocalNetworkGatewaysClient = original.LocalNetworkGatewaysClient
4273
4274// LocalNetworkGatewaysGetOptions contains the optional parameters for the LocalNetworkGateways.Get method.
4275type LocalNetworkGatewaysGetOptions = original.LocalNetworkGatewaysGetOptions
4276
4277// LocalNetworkGatewaysListOptions contains the optional parameters for the LocalNetworkGateways.List method.
4278type LocalNetworkGatewaysListOptions = original.LocalNetworkGatewaysListOptions
4279
4280// LocalNetworkGatewaysUpdateTagsOptions contains the optional parameters for the LocalNetworkGateways.UpdateTags method.
4281type LocalNetworkGatewaysUpdateTagsOptions = original.LocalNetworkGatewaysUpdateTagsOptions
4282
4283// Description of logging specification.
4284type LogSpecification = original.LogSpecification
4285
4286// Defines a managed rule group override setting.
4287type ManagedRuleGroupOverride = original.ManagedRuleGroupOverride
4288
4289// Defines a managed rule group override setting.
4290type ManagedRuleOverride = original.ManagedRuleOverride
4291
4292// Defines a managed rule set.
4293type ManagedRuleSet = original.ManagedRuleSet
4294
4295// Allow to exclude some variable satisfy the condition for the WAF check.
4296type ManagedRulesDefinition = original.ManagedRulesDefinition
4297
4298// Identity for the resource.
4299type ManagedServiceIDentity = original.ManagedServiceIDentity
4300
4301// Define match conditions.
4302type MatchCondition = original.MatchCondition
4303
4304// Define match variables.
4305type MatchVariable = original.MatchVariable
4306
4307// Matched rule.
4308type MatchedRule = original.MatchedRule
4309
4310// Description of metrics specification.
4311type MetricSpecification = original.MetricSpecification
4312
4313// Nat Gateway resource.
4314type NatGateway = original.NatGateway
4315
4316// Response for ListNatGateways API service call.
4317type NatGatewayListResult = original.NatGatewayListResult
4318
4319// NatGatewayListResultPager provides iteration over NatGatewayListResult pages.
4320type NatGatewayListResultPager = original.NatGatewayListResultPager
4321
4322// NatGatewayListResultResponse is the response envelope for operations that return a NatGatewayListResult type.
4323type NatGatewayListResultResponse = original.NatGatewayListResultResponse
4324
4325// NatGatewayPoller provides polling facilities until the operation completes
4326type NatGatewayPoller = original.NatGatewayPoller
4327
4328// NatGatewayPollerResponse is the response envelope for operations that asynchronously return a NatGateway type.
4329type NatGatewayPollerResponse = original.NatGatewayPollerResponse
4330
4331// Nat Gateway properties.
4332type NatGatewayPropertiesFormat = original.NatGatewayPropertiesFormat
4333
4334// NatGatewayResponse is the response envelope for operations that return a NatGateway type.
4335type NatGatewayResponse = original.NatGatewayResponse
4336
4337// SKU of nat gateway.
4338type NatGatewaySKU = original.NatGatewaySKU
4339
4340// NatGatewaysBeginCreateOrUpdateOptions contains the optional parameters for the NatGateways.BeginCreateOrUpdate method.
4341type NatGatewaysBeginCreateOrUpdateOptions = original.NatGatewaysBeginCreateOrUpdateOptions
4342
4343// NatGatewaysBeginDeleteOptions contains the optional parameters for the NatGateways.BeginDelete method.
4344type NatGatewaysBeginDeleteOptions = original.NatGatewaysBeginDeleteOptions
4345
4346// NatGatewaysClient contains the methods for the NatGateways group.
4347// Don't use this type directly, use NewNatGatewaysClient() instead.
4348type NatGatewaysClient = original.NatGatewaysClient
4349
4350// NatGatewaysGetOptions contains the optional parameters for the NatGateways.Get method.
4351type NatGatewaysGetOptions = original.NatGatewaysGetOptions
4352
4353// NatGatewaysListAllOptions contains the optional parameters for the NatGateways.ListAll method.
4354type NatGatewaysListAllOptions = original.NatGatewaysListAllOptions
4355
4356// NatGatewaysListOptions contains the optional parameters for the NatGateways.List method.
4357type NatGatewaysListOptions = original.NatGatewaysListOptions
4358
4359// NatGatewaysUpdateTagsOptions contains the optional parameters for the NatGateways.UpdateTags method.
4360type NatGatewaysUpdateTagsOptions = original.NatGatewaysUpdateTagsOptions
4361
4362// Rule of type nat.
4363type NatRule = original.NatRule
4364
4365// Parameters to get network configuration diagnostic.
4366type NetworkConfigurationDiagnosticParameters = original.NetworkConfigurationDiagnosticParameters
4367
4368// Parameters to compare with network configuration.
4369type NetworkConfigurationDiagnosticProfile = original.NetworkConfigurationDiagnosticProfile
4370
4371// Results of network configuration diagnostic on the target resource.
4372type NetworkConfigurationDiagnosticResponse = original.NetworkConfigurationDiagnosticResponse
4373
4374// NetworkConfigurationDiagnosticResponsePoller provides polling facilities until the operation completes
4375type NetworkConfigurationDiagnosticResponsePoller = original.NetworkConfigurationDiagnosticResponsePoller
4376
4377// NetworkConfigurationDiagnosticResponsePollerResponse is the response envelope for operations that asynchronously return a NetworkConfigurationDiagnosticResponse
4378// type.
4379type NetworkConfigurationDiagnosticResponsePollerResponse = original.NetworkConfigurationDiagnosticResponsePollerResponse
4380
4381// NetworkConfigurationDiagnosticResponseResponse is the response envelope for operations that return a NetworkConfigurationDiagnosticResponse type.
4382type NetworkConfigurationDiagnosticResponseResponse = original.NetworkConfigurationDiagnosticResponseResponse
4383
4384// Network configuration diagnostic result corresponded to provided traffic query.
4385type NetworkConfigurationDiagnosticResult = original.NetworkConfigurationDiagnosticResult
4386
4387// Network Intent Policy resource.
4388type NetworkIntentPolicy = original.NetworkIntentPolicy
4389
4390// Details of NetworkIntentPolicyConfiguration for PrepareNetworkPoliciesRequest.
4391type NetworkIntentPolicyConfiguration = original.NetworkIntentPolicyConfiguration
4392
4393// A network interface in a resource group.
4394type NetworkInterface = original.NetworkInterface
4395
4396// Network interface and its custom security rules.
4397type NetworkInterfaceAssociation = original.NetworkInterfaceAssociation
4398
4399// DNS settings of a network interface.
4400type NetworkInterfaceDNSSettings = original.NetworkInterfaceDNSSettings
4401
4402// IPConfiguration in a network interface.
4403type NetworkInterfaceIPConfiguration = original.NetworkInterfaceIPConfiguration
4404
4405// Response for list ip configurations API service call.
4406type NetworkInterfaceIPConfigurationListResult = original.NetworkInterfaceIPConfigurationListResult
4407
4408// NetworkInterfaceIPConfigurationListResultPager provides iteration over NetworkInterfaceIPConfigurationListResult pages.
4409type NetworkInterfaceIPConfigurationListResultPager = original.NetworkInterfaceIPConfigurationListResultPager
4410
4411// NetworkInterfaceIPConfigurationListResultResponse is the response envelope for operations that return a NetworkInterfaceIPConfigurationListResult type.
4412type NetworkInterfaceIPConfigurationListResultResponse = original.NetworkInterfaceIPConfigurationListResultResponse
4413
4414// PrivateLinkConnection properties for the network interface.
4415type NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties = original.NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties
4416
4417// Properties of IP configuration.
4418type NetworkInterfaceIPConfigurationPropertiesFormat = original.NetworkInterfaceIPConfigurationPropertiesFormat
4419
4420// NetworkInterfaceIPConfigurationResponse is the response envelope for operations that return a NetworkInterfaceIPConfiguration type.
4421type NetworkInterfaceIPConfigurationResponse = original.NetworkInterfaceIPConfigurationResponse
4422
4423// NetworkInterfaceIPConfigurationsClient contains the methods for the NetworkInterfaceIPConfigurations group.
4424// Don't use this type directly, use NewNetworkInterfaceIPConfigurationsClient() instead.
4425type NetworkInterfaceIPConfigurationsClient = original.NetworkInterfaceIPConfigurationsClient
4426
4427// NetworkInterfaceIPConfigurationsGetOptions contains the optional parameters for the NetworkInterfaceIPConfigurations.Get method.
4428type NetworkInterfaceIPConfigurationsGetOptions = original.NetworkInterfaceIPConfigurationsGetOptions
4429
4430// NetworkInterfaceIPConfigurationsListOptions contains the optional parameters for the NetworkInterfaceIPConfigurations.List method.
4431type NetworkInterfaceIPConfigurationsListOptions = original.NetworkInterfaceIPConfigurationsListOptions
4432
4433// Response for the ListNetworkInterface API service call.
4434type NetworkInterfaceListResult = original.NetworkInterfaceListResult
4435
4436// NetworkInterfaceListResultPager provides iteration over NetworkInterfaceListResult pages.
4437type NetworkInterfaceListResultPager = original.NetworkInterfaceListResultPager
4438
4439// NetworkInterfaceListResultResponse is the response envelope for operations that return a NetworkInterfaceListResult type.
4440type NetworkInterfaceListResultResponse = original.NetworkInterfaceListResultResponse
4441
4442// Response for list ip configurations API service call.
4443type NetworkInterfaceLoadBalancerListResult = original.NetworkInterfaceLoadBalancerListResult
4444
4445// NetworkInterfaceLoadBalancerListResultPager provides iteration over NetworkInterfaceLoadBalancerListResult pages.
4446type NetworkInterfaceLoadBalancerListResultPager = original.NetworkInterfaceLoadBalancerListResultPager
4447
4448// NetworkInterfaceLoadBalancerListResultResponse is the response envelope for operations that return a NetworkInterfaceLoadBalancerListResult type.
4449type NetworkInterfaceLoadBalancerListResultResponse = original.NetworkInterfaceLoadBalancerListResultResponse
4450
4451// NetworkInterfaceLoadBalancersClient contains the methods for the NetworkInterfaceLoadBalancers group.
4452// Don't use this type directly, use NewNetworkInterfaceLoadBalancersClient() instead.
4453type NetworkInterfaceLoadBalancersClient = original.NetworkInterfaceLoadBalancersClient
4454
4455// NetworkInterfaceLoadBalancersListOptions contains the optional parameters for the NetworkInterfaceLoadBalancers.List method.
4456type NetworkInterfaceLoadBalancersListOptions = original.NetworkInterfaceLoadBalancersListOptions
4457
4458// NetworkInterfacePoller provides polling facilities until the operation completes
4459type NetworkInterfacePoller = original.NetworkInterfacePoller
4460
4461// NetworkInterfacePollerResponse is the response envelope for operations that asynchronously return a NetworkInterface type.
4462type NetworkInterfacePollerResponse = original.NetworkInterfacePollerResponse
4463
4464// NetworkInterface properties.
4465type NetworkInterfacePropertiesFormat = original.NetworkInterfacePropertiesFormat
4466
4467// NetworkInterfaceResponse is the response envelope for operations that return a NetworkInterface type.
4468type NetworkInterfaceResponse = original.NetworkInterfaceResponse
4469
4470// Tap configuration in a Network Interface.
4471type NetworkInterfaceTapConfiguration = original.NetworkInterfaceTapConfiguration
4472
4473// Response for list tap configurations API service call.
4474type NetworkInterfaceTapConfigurationListResult = original.NetworkInterfaceTapConfigurationListResult
4475
4476// NetworkInterfaceTapConfigurationListResultPager provides iteration over NetworkInterfaceTapConfigurationListResult pages.
4477type NetworkInterfaceTapConfigurationListResultPager = original.NetworkInterfaceTapConfigurationListResultPager
4478
4479// NetworkInterfaceTapConfigurationListResultResponse is the response envelope for operations that return a NetworkInterfaceTapConfigurationListResult type.
4480type NetworkInterfaceTapConfigurationListResultResponse = original.NetworkInterfaceTapConfigurationListResultResponse
4481
4482// NetworkInterfaceTapConfigurationPoller provides polling facilities until the operation completes
4483type NetworkInterfaceTapConfigurationPoller = original.NetworkInterfaceTapConfigurationPoller
4484
4485// NetworkInterfaceTapConfigurationPollerResponse is the response envelope for operations that asynchronously return a NetworkInterfaceTapConfiguration
4486// type.
4487type NetworkInterfaceTapConfigurationPollerResponse = original.NetworkInterfaceTapConfigurationPollerResponse
4488
4489// Properties of Virtual Network Tap configuration.
4490type NetworkInterfaceTapConfigurationPropertiesFormat = original.NetworkInterfaceTapConfigurationPropertiesFormat
4491
4492// NetworkInterfaceTapConfigurationResponse is the response envelope for operations that return a NetworkInterfaceTapConfiguration type.
4493type NetworkInterfaceTapConfigurationResponse = original.NetworkInterfaceTapConfigurationResponse
4494
4495// NetworkInterfaceTapConfigurationsBeginCreateOrUpdateOptions contains the optional parameters for the NetworkInterfaceTapConfigurations.BeginCreateOrUpdate
4496// method.
4497type NetworkInterfaceTapConfigurationsBeginCreateOrUpdateOptions = original.NetworkInterfaceTapConfigurationsBeginCreateOrUpdateOptions
4498
4499// NetworkInterfaceTapConfigurationsBeginDeleteOptions contains the optional parameters for the NetworkInterfaceTapConfigurations.BeginDelete method.
4500type NetworkInterfaceTapConfigurationsBeginDeleteOptions = original.NetworkInterfaceTapConfigurationsBeginDeleteOptions
4501
4502// NetworkInterfaceTapConfigurationsClient contains the methods for the NetworkInterfaceTapConfigurations group.
4503// Don't use this type directly, use NewNetworkInterfaceTapConfigurationsClient() instead.
4504type NetworkInterfaceTapConfigurationsClient = original.NetworkInterfaceTapConfigurationsClient
4505
4506// NetworkInterfaceTapConfigurationsGetOptions contains the optional parameters for the NetworkInterfaceTapConfigurations.Get method.
4507type NetworkInterfaceTapConfigurationsGetOptions = original.NetworkInterfaceTapConfigurationsGetOptions
4508
4509// NetworkInterfaceTapConfigurationsListOptions contains the optional parameters for the NetworkInterfaceTapConfigurations.List method.
4510type NetworkInterfaceTapConfigurationsListOptions = original.NetworkInterfaceTapConfigurationsListOptions
4511
4512// NetworkInterfacesBeginCreateOrUpdateOptions contains the optional parameters for the NetworkInterfaces.BeginCreateOrUpdate method.
4513type NetworkInterfacesBeginCreateOrUpdateOptions = original.NetworkInterfacesBeginCreateOrUpdateOptions
4514
4515// NetworkInterfacesBeginDeleteOptions contains the optional parameters for the NetworkInterfaces.BeginDelete method.
4516type NetworkInterfacesBeginDeleteOptions = original.NetworkInterfacesBeginDeleteOptions
4517
4518// NetworkInterfacesBeginGetEffectiveRouteTableOptions contains the optional parameters for the NetworkInterfaces.BeginGetEffectiveRouteTable method.
4519type NetworkInterfacesBeginGetEffectiveRouteTableOptions = original.NetworkInterfacesBeginGetEffectiveRouteTableOptions
4520
4521// NetworkInterfacesBeginListEffectiveNetworkSecurityGroupsOptions contains the optional parameters for the NetworkInterfaces.BeginListEffectiveNetworkSecurityGroups
4522// method.
4523type NetworkInterfacesBeginListEffectiveNetworkSecurityGroupsOptions = original.NetworkInterfacesBeginListEffectiveNetworkSecurityGroupsOptions
4524
4525// NetworkInterfacesClient contains the methods for the NetworkInterfaces group.
4526// Don't use this type directly, use NewNetworkInterfacesClient() instead.
4527type NetworkInterfacesClient = original.NetworkInterfacesClient
4528
4529// NetworkInterfacesGetCloudServiceNetworkInterfaceOptions contains the optional parameters for the NetworkInterfaces.GetCloudServiceNetworkInterface method.
4530type NetworkInterfacesGetCloudServiceNetworkInterfaceOptions = original.NetworkInterfacesGetCloudServiceNetworkInterfaceOptions
4531
4532// NetworkInterfacesGetOptions contains the optional parameters for the NetworkInterfaces.Get method.
4533type NetworkInterfacesGetOptions = original.NetworkInterfacesGetOptions
4534
4535// NetworkInterfacesGetVirtualMachineScaleSetIPConfigurationOptions contains the optional parameters for the NetworkInterfaces.GetVirtualMachineScaleSetIPConfiguration
4536// method.
4537type NetworkInterfacesGetVirtualMachineScaleSetIPConfigurationOptions = original.NetworkInterfacesGetVirtualMachineScaleSetIPConfigurationOptions
4538
4539// NetworkInterfacesGetVirtualMachineScaleSetNetworkInterfaceOptions contains the optional parameters for the NetworkInterfaces.GetVirtualMachineScaleSetNetworkInterface
4540// method.
4541type NetworkInterfacesGetVirtualMachineScaleSetNetworkInterfaceOptions = original.NetworkInterfacesGetVirtualMachineScaleSetNetworkInterfaceOptions
4542
4543// NetworkInterfacesListAllOptions contains the optional parameters for the NetworkInterfaces.ListAll method.
4544type NetworkInterfacesListAllOptions = original.NetworkInterfacesListAllOptions
4545
4546// NetworkInterfacesListCloudServiceNetworkInterfacesOptions contains the optional parameters for the NetworkInterfaces.ListCloudServiceNetworkInterfaces
4547// method.
4548type NetworkInterfacesListCloudServiceNetworkInterfacesOptions = original.NetworkInterfacesListCloudServiceNetworkInterfacesOptions
4549
4550// NetworkInterfacesListCloudServiceRoleInstanceNetworkInterfacesOptions contains the optional parameters for the NetworkInterfaces.ListCloudServiceRoleInstanceNetworkInterfaces
4551// method.
4552type NetworkInterfacesListCloudServiceRoleInstanceNetworkInterfacesOptions = original.NetworkInterfacesListCloudServiceRoleInstanceNetworkInterfacesOptions
4553
4554// NetworkInterfacesListOptions contains the optional parameters for the NetworkInterfaces.List method.
4555type NetworkInterfacesListOptions = original.NetworkInterfacesListOptions
4556
4557// NetworkInterfacesListVirtualMachineScaleSetIPConfigurationsOptions contains the optional parameters for the NetworkInterfaces.ListVirtualMachineScaleSetIPConfigurations
4558// method.
4559type NetworkInterfacesListVirtualMachineScaleSetIPConfigurationsOptions = original.NetworkInterfacesListVirtualMachineScaleSetIPConfigurationsOptions
4560
4561// NetworkInterfacesListVirtualMachineScaleSetNetworkInterfacesOptions contains the optional parameters for the NetworkInterfaces.ListVirtualMachineScaleSetNetworkInterfaces
4562// method.
4563type NetworkInterfacesListVirtualMachineScaleSetNetworkInterfacesOptions = original.NetworkInterfacesListVirtualMachineScaleSetNetworkInterfacesOptions
4564
4565// NetworkInterfacesListVirtualMachineScaleSetVMNetworkInterfacesOptions contains the optional parameters for the NetworkInterfaces.ListVirtualMachineScaleSetVMNetworkInterfaces
4566// method.
4567type NetworkInterfacesListVirtualMachineScaleSetVMNetworkInterfacesOptions = original.NetworkInterfacesListVirtualMachineScaleSetVMNetworkInterfacesOptions
4568
4569// NetworkInterfacesUpdateTagsOptions contains the optional parameters for the NetworkInterfaces.UpdateTags method.
4570type NetworkInterfacesUpdateTagsOptions = original.NetworkInterfacesUpdateTagsOptions
4571
4572// NetworkManagementClient contains the methods for the NetworkManagementClient group.
4573// Don't use this type directly, use NewNetworkManagementClient() instead.
4574type NetworkManagementClient = original.NetworkManagementClient
4575
4576// NetworkManagementClientBeginDeleteBastionShareableLinkOptions contains the optional parameters for the NetworkManagementClient.BeginDeleteBastionShareableLink
4577// method.
4578type NetworkManagementClientBeginDeleteBastionShareableLinkOptions = original.NetworkManagementClientBeginDeleteBastionShareableLinkOptions
4579
4580// NetworkManagementClientBeginGeneratevirtualwanvpnserverconfigurationvpnprofileOptions contains the optional parameters for the NetworkManagementClient.BeginGeneratevirtualwanvpnserverconfigurationvpnprofile
4581// method.
4582type NetworkManagementClientBeginGeneratevirtualwanvpnserverconfigurationvpnprofileOptions = original.NetworkManagementClientBeginGeneratevirtualwanvpnserverconfigurationvpnprofileOptions
4583
4584// NetworkManagementClientBeginGetActiveSessionsOptions contains the optional parameters for the NetworkManagementClient.BeginGetActiveSessions method.
4585type NetworkManagementClientBeginGetActiveSessionsOptions = original.NetworkManagementClientBeginGetActiveSessionsOptions
4586
4587// NetworkManagementClientBeginPutBastionShareableLinkOptions contains the optional parameters for the NetworkManagementClient.BeginPutBastionShareableLink
4588// method.
4589type NetworkManagementClientBeginPutBastionShareableLinkOptions = original.NetworkManagementClientBeginPutBastionShareableLinkOptions
4590
4591// NetworkManagementClientCheckDNSNameAvailabilityOptions contains the optional parameters for the NetworkManagementClient.CheckDNSNameAvailability method.
4592type NetworkManagementClientCheckDNSNameAvailabilityOptions = original.NetworkManagementClientCheckDNSNameAvailabilityOptions
4593
4594// NetworkManagementClientDisconnectActiveSessionsOptions contains the optional parameters for the NetworkManagementClient.DisconnectActiveSessions method.
4595type NetworkManagementClientDisconnectActiveSessionsOptions = original.NetworkManagementClientDisconnectActiveSessionsOptions
4596
4597// NetworkManagementClientGetBastionShareableLinkOptions contains the optional parameters for the NetworkManagementClient.GetBastionShareableLink method.
4598type NetworkManagementClientGetBastionShareableLinkOptions = original.NetworkManagementClientGetBastionShareableLinkOptions
4599
4600// NetworkManagementClientSupportedSecurityProvidersOptions contains the optional parameters for the NetworkManagementClient.SupportedSecurityProviders
4601// method.
4602type NetworkManagementClientSupportedSecurityProvidersOptions = original.NetworkManagementClientSupportedSecurityProvidersOptions
4603
4604// Network profile resource.
4605type NetworkProfile = original.NetworkProfile
4606
4607// Response for ListNetworkProfiles API service call.
4608type NetworkProfileListResult = original.NetworkProfileListResult
4609
4610// NetworkProfileListResultPager provides iteration over NetworkProfileListResult pages.
4611type NetworkProfileListResultPager = original.NetworkProfileListResultPager
4612
4613// NetworkProfileListResultResponse is the response envelope for operations that return a NetworkProfileListResult type.
4614type NetworkProfileListResultResponse = original.NetworkProfileListResultResponse
4615
4616// Network profile properties.
4617type NetworkProfilePropertiesFormat = original.NetworkProfilePropertiesFormat
4618
4619// NetworkProfileResponse is the response envelope for operations that return a NetworkProfile type.
4620type NetworkProfileResponse = original.NetworkProfileResponse
4621
4622// NetworkProfilesBeginDeleteOptions contains the optional parameters for the NetworkProfiles.BeginDelete method.
4623type NetworkProfilesBeginDeleteOptions = original.NetworkProfilesBeginDeleteOptions
4624
4625// NetworkProfilesClient contains the methods for the NetworkProfiles group.
4626// Don't use this type directly, use NewNetworkProfilesClient() instead.
4627type NetworkProfilesClient = original.NetworkProfilesClient
4628
4629// NetworkProfilesCreateOrUpdateOptions contains the optional parameters for the NetworkProfiles.CreateOrUpdate method.
4630type NetworkProfilesCreateOrUpdateOptions = original.NetworkProfilesCreateOrUpdateOptions
4631
4632// NetworkProfilesGetOptions contains the optional parameters for the NetworkProfiles.Get method.
4633type NetworkProfilesGetOptions = original.NetworkProfilesGetOptions
4634
4635// NetworkProfilesListAllOptions contains the optional parameters for the NetworkProfiles.ListAll method.
4636type NetworkProfilesListAllOptions = original.NetworkProfilesListAllOptions
4637
4638// NetworkProfilesListOptions contains the optional parameters for the NetworkProfiles.List method.
4639type NetworkProfilesListOptions = original.NetworkProfilesListOptions
4640
4641// NetworkProfilesUpdateTagsOptions contains the optional parameters for the NetworkProfiles.UpdateTags method.
4642type NetworkProfilesUpdateTagsOptions = original.NetworkProfilesUpdateTagsOptions
4643
4644// Rule of type network.
4645type NetworkRule = original.NetworkRule
4646
4647// NetworkSecurityGroup resource.
4648type NetworkSecurityGroup = original.NetworkSecurityGroup
4649
4650// Response for ListNetworkSecurityGroups API service call.
4651type NetworkSecurityGroupListResult = original.NetworkSecurityGroupListResult
4652
4653// NetworkSecurityGroupListResultPager provides iteration over NetworkSecurityGroupListResult pages.
4654type NetworkSecurityGroupListResultPager = original.NetworkSecurityGroupListResultPager
4655
4656// NetworkSecurityGroupListResultResponse is the response envelope for operations that return a NetworkSecurityGroupListResult type.
4657type NetworkSecurityGroupListResultResponse = original.NetworkSecurityGroupListResultResponse
4658
4659// NetworkSecurityGroupPoller provides polling facilities until the operation completes
4660type NetworkSecurityGroupPoller = original.NetworkSecurityGroupPoller
4661
4662// NetworkSecurityGroupPollerResponse is the response envelope for operations that asynchronously return a NetworkSecurityGroup type.
4663type NetworkSecurityGroupPollerResponse = original.NetworkSecurityGroupPollerResponse
4664
4665// Network Security Group resource.
4666type NetworkSecurityGroupPropertiesFormat = original.NetworkSecurityGroupPropertiesFormat
4667
4668// NetworkSecurityGroupResponse is the response envelope for operations that return a NetworkSecurityGroup type.
4669type NetworkSecurityGroupResponse = original.NetworkSecurityGroupResponse
4670
4671// Network configuration diagnostic result corresponded provided traffic query.
4672type NetworkSecurityGroupResult = original.NetworkSecurityGroupResult
4673
4674// NetworkSecurityGroupsBeginCreateOrUpdateOptions contains the optional parameters for the NetworkSecurityGroups.BeginCreateOrUpdate method.
4675type NetworkSecurityGroupsBeginCreateOrUpdateOptions = original.NetworkSecurityGroupsBeginCreateOrUpdateOptions
4676
4677// NetworkSecurityGroupsBeginDeleteOptions contains the optional parameters for the NetworkSecurityGroups.BeginDelete method.
4678type NetworkSecurityGroupsBeginDeleteOptions = original.NetworkSecurityGroupsBeginDeleteOptions
4679
4680// NetworkSecurityGroupsClient contains the methods for the NetworkSecurityGroups group.
4681// Don't use this type directly, use NewNetworkSecurityGroupsClient() instead.
4682type NetworkSecurityGroupsClient = original.NetworkSecurityGroupsClient
4683
4684// NetworkSecurityGroupsGetOptions contains the optional parameters for the NetworkSecurityGroups.Get method.
4685type NetworkSecurityGroupsGetOptions = original.NetworkSecurityGroupsGetOptions
4686
4687// NetworkSecurityGroupsListAllOptions contains the optional parameters for the NetworkSecurityGroups.ListAll method.
4688type NetworkSecurityGroupsListAllOptions = original.NetworkSecurityGroupsListAllOptions
4689
4690// NetworkSecurityGroupsListOptions contains the optional parameters for the NetworkSecurityGroups.List method.
4691type NetworkSecurityGroupsListOptions = original.NetworkSecurityGroupsListOptions
4692
4693// NetworkSecurityGroupsUpdateTagsOptions contains the optional parameters for the NetworkSecurityGroups.UpdateTags method.
4694type NetworkSecurityGroupsUpdateTagsOptions = original.NetworkSecurityGroupsUpdateTagsOptions
4695
4696// Network security rules evaluation result.
4697type NetworkSecurityRulesEvaluationResult = original.NetworkSecurityRulesEvaluationResult
4698
4699// NetworkVirtualAppliance Resource.
4700type NetworkVirtualAppliance = original.NetworkVirtualAppliance
4701
4702// Response for ListNetworkVirtualAppliances API service call.
4703type NetworkVirtualApplianceListResult = original.NetworkVirtualApplianceListResult
4704
4705// NetworkVirtualApplianceListResultPager provides iteration over NetworkVirtualApplianceListResult pages.
4706type NetworkVirtualApplianceListResultPager = original.NetworkVirtualApplianceListResultPager
4707
4708// NetworkVirtualApplianceListResultResponse is the response envelope for operations that return a NetworkVirtualApplianceListResult type.
4709type NetworkVirtualApplianceListResultResponse = original.NetworkVirtualApplianceListResultResponse
4710
4711// NetworkVirtualAppliancePoller provides polling facilities until the operation completes
4712type NetworkVirtualAppliancePoller = original.NetworkVirtualAppliancePoller
4713
4714// NetworkVirtualAppliancePollerResponse is the response envelope for operations that asynchronously return a NetworkVirtualAppliance type.
4715type NetworkVirtualAppliancePollerResponse = original.NetworkVirtualAppliancePollerResponse
4716
4717// Network Virtual Appliance definition.
4718type NetworkVirtualAppliancePropertiesFormat = original.NetworkVirtualAppliancePropertiesFormat
4719
4720// NetworkVirtualApplianceResponse is the response envelope for operations that return a NetworkVirtualAppliance type.
4721type NetworkVirtualApplianceResponse = original.NetworkVirtualApplianceResponse
4722
4723// Definition of the NetworkVirtualApplianceSkus resource.
4724type NetworkVirtualApplianceSKU = original.NetworkVirtualApplianceSKU
4725
4726// List of available Sku and instances.
4727type NetworkVirtualApplianceSKUInstances = original.NetworkVirtualApplianceSKUInstances
4728
4729// Response for ListNetworkVirtualApplianceSkus API service call.
4730type NetworkVirtualApplianceSKUListResult = original.NetworkVirtualApplianceSKUListResult
4731
4732// NetworkVirtualApplianceSKUListResultPager provides iteration over NetworkVirtualApplianceSKUListResult pages.
4733type NetworkVirtualApplianceSKUListResultPager = original.NetworkVirtualApplianceSKUListResultPager
4734
4735// NetworkVirtualApplianceSKUListResultResponse is the response envelope for operations that return a NetworkVirtualApplianceSKUListResult type.
4736type NetworkVirtualApplianceSKUListResultResponse = original.NetworkVirtualApplianceSKUListResultResponse
4737
4738// Properties specific to NetworkVirtualApplianceSkus.
4739type NetworkVirtualApplianceSKUPropertiesFormat = original.NetworkVirtualApplianceSKUPropertiesFormat
4740
4741// NetworkVirtualApplianceSKUResponse is the response envelope for operations that return a NetworkVirtualApplianceSKU type.
4742type NetworkVirtualApplianceSKUResponse = original.NetworkVirtualApplianceSKUResponse
4743
4744// Response for ListNetworkVirtualApplianceSites API service call.
4745type NetworkVirtualApplianceSiteListResult = original.NetworkVirtualApplianceSiteListResult
4746
4747// NetworkVirtualApplianceSiteListResultPager provides iteration over NetworkVirtualApplianceSiteListResult pages.
4748type NetworkVirtualApplianceSiteListResultPager = original.NetworkVirtualApplianceSiteListResultPager
4749
4750// NetworkVirtualApplianceSiteListResultResponse is the response envelope for operations that return a NetworkVirtualApplianceSiteListResult type.
4751type NetworkVirtualApplianceSiteListResultResponse = original.NetworkVirtualApplianceSiteListResultResponse
4752
4753// NetworkVirtualAppliancesBeginCreateOrUpdateOptions contains the optional parameters for the NetworkVirtualAppliances.BeginCreateOrUpdate method.
4754type NetworkVirtualAppliancesBeginCreateOrUpdateOptions = original.NetworkVirtualAppliancesBeginCreateOrUpdateOptions
4755
4756// NetworkVirtualAppliancesBeginDeleteOptions contains the optional parameters for the NetworkVirtualAppliances.BeginDelete method.
4757type NetworkVirtualAppliancesBeginDeleteOptions = original.NetworkVirtualAppliancesBeginDeleteOptions
4758
4759// NetworkVirtualAppliancesClient contains the methods for the NetworkVirtualAppliances group.
4760// Don't use this type directly, use NewNetworkVirtualAppliancesClient() instead.
4761type NetworkVirtualAppliancesClient = original.NetworkVirtualAppliancesClient
4762
4763// NetworkVirtualAppliancesGetOptions contains the optional parameters for the NetworkVirtualAppliances.Get method.
4764type NetworkVirtualAppliancesGetOptions = original.NetworkVirtualAppliancesGetOptions
4765
4766// NetworkVirtualAppliancesListByResourceGroupOptions contains the optional parameters for the NetworkVirtualAppliances.ListByResourceGroup method.
4767type NetworkVirtualAppliancesListByResourceGroupOptions = original.NetworkVirtualAppliancesListByResourceGroupOptions
4768
4769// NetworkVirtualAppliancesListOptions contains the optional parameters for the NetworkVirtualAppliances.List method.
4770type NetworkVirtualAppliancesListOptions = original.NetworkVirtualAppliancesListOptions
4771
4772// NetworkVirtualAppliancesUpdateTagsOptions contains the optional parameters for the NetworkVirtualAppliances.UpdateTags method.
4773type NetworkVirtualAppliancesUpdateTagsOptions = original.NetworkVirtualAppliancesUpdateTagsOptions
4774
4775// Network watcher in a resource group.
4776type NetworkWatcher = original.NetworkWatcher
4777
4778// Response for ListNetworkWatchers API service call.
4779type NetworkWatcherListResult = original.NetworkWatcherListResult
4780
4781// NetworkWatcherListResultResponse is the response envelope for operations that return a NetworkWatcherListResult type.
4782type NetworkWatcherListResultResponse = original.NetworkWatcherListResultResponse
4783
4784// The network watcher properties.
4785type NetworkWatcherPropertiesFormat = original.NetworkWatcherPropertiesFormat
4786
4787// NetworkWatcherResponse is the response envelope for operations that return a NetworkWatcher type.
4788type NetworkWatcherResponse = original.NetworkWatcherResponse
4789
4790// NetworkWatchersBeginCheckConnectivityOptions contains the optional parameters for the NetworkWatchers.BeginCheckConnectivity method.
4791type NetworkWatchersBeginCheckConnectivityOptions = original.NetworkWatchersBeginCheckConnectivityOptions
4792
4793// NetworkWatchersBeginDeleteOptions contains the optional parameters for the NetworkWatchers.BeginDelete method.
4794type NetworkWatchersBeginDeleteOptions = original.NetworkWatchersBeginDeleteOptions
4795
4796// NetworkWatchersBeginGetAzureReachabilityReportOptions contains the optional parameters for the NetworkWatchers.BeginGetAzureReachabilityReport method.
4797type NetworkWatchersBeginGetAzureReachabilityReportOptions = original.NetworkWatchersBeginGetAzureReachabilityReportOptions
4798
4799// NetworkWatchersBeginGetFlowLogStatusOptions contains the optional parameters for the NetworkWatchers.BeginGetFlowLogStatus method.
4800type NetworkWatchersBeginGetFlowLogStatusOptions = original.NetworkWatchersBeginGetFlowLogStatusOptions
4801
4802// NetworkWatchersBeginGetNetworkConfigurationDiagnosticOptions contains the optional parameters for the NetworkWatchers.BeginGetNetworkConfigurationDiagnostic
4803// method.
4804type NetworkWatchersBeginGetNetworkConfigurationDiagnosticOptions = original.NetworkWatchersBeginGetNetworkConfigurationDiagnosticOptions
4805
4806// NetworkWatchersBeginGetNextHopOptions contains the optional parameters for the NetworkWatchers.BeginGetNextHop method.
4807type NetworkWatchersBeginGetNextHopOptions = original.NetworkWatchersBeginGetNextHopOptions
4808
4809// NetworkWatchersBeginGetTroubleshootingOptions contains the optional parameters for the NetworkWatchers.BeginGetTroubleshooting method.
4810type NetworkWatchersBeginGetTroubleshootingOptions = original.NetworkWatchersBeginGetTroubleshootingOptions
4811
4812// NetworkWatchersBeginGetTroubleshootingResultOptions contains the optional parameters for the NetworkWatchers.BeginGetTroubleshootingResult method.
4813type NetworkWatchersBeginGetTroubleshootingResultOptions = original.NetworkWatchersBeginGetTroubleshootingResultOptions
4814
4815// NetworkWatchersBeginGetVMSecurityRulesOptions contains the optional parameters for the NetworkWatchers.BeginGetVMSecurityRules method.
4816type NetworkWatchersBeginGetVMSecurityRulesOptions = original.NetworkWatchersBeginGetVMSecurityRulesOptions
4817
4818// NetworkWatchersBeginListAvailableProvidersOptions contains the optional parameters for the NetworkWatchers.BeginListAvailableProviders method.
4819type NetworkWatchersBeginListAvailableProvidersOptions = original.NetworkWatchersBeginListAvailableProvidersOptions
4820
4821// NetworkWatchersBeginSetFlowLogConfigurationOptions contains the optional parameters for the NetworkWatchers.BeginSetFlowLogConfiguration method.
4822type NetworkWatchersBeginSetFlowLogConfigurationOptions = original.NetworkWatchersBeginSetFlowLogConfigurationOptions
4823
4824// NetworkWatchersBeginVerifyIPFlowOptions contains the optional parameters for the NetworkWatchers.BeginVerifyIPFlow method.
4825type NetworkWatchersBeginVerifyIPFlowOptions = original.NetworkWatchersBeginVerifyIPFlowOptions
4826
4827// NetworkWatchersClient contains the methods for the NetworkWatchers group.
4828// Don't use this type directly, use NewNetworkWatchersClient() instead.
4829type NetworkWatchersClient = original.NetworkWatchersClient
4830
4831// NetworkWatchersCreateOrUpdateOptions contains the optional parameters for the NetworkWatchers.CreateOrUpdate method.
4832type NetworkWatchersCreateOrUpdateOptions = original.NetworkWatchersCreateOrUpdateOptions
4833
4834// NetworkWatchersGetOptions contains the optional parameters for the NetworkWatchers.Get method.
4835type NetworkWatchersGetOptions = original.NetworkWatchersGetOptions
4836
4837// NetworkWatchersGetTopologyOptions contains the optional parameters for the NetworkWatchers.GetTopology method.
4838type NetworkWatchersGetTopologyOptions = original.NetworkWatchersGetTopologyOptions
4839
4840// NetworkWatchersListAllOptions contains the optional parameters for the NetworkWatchers.ListAll method.
4841type NetworkWatchersListAllOptions = original.NetworkWatchersListAllOptions
4842
4843// NetworkWatchersListOptions contains the optional parameters for the NetworkWatchers.List method.
4844type NetworkWatchersListOptions = original.NetworkWatchersListOptions
4845
4846// NetworkWatchersUpdateTagsOptions contains the optional parameters for the NetworkWatchers.UpdateTags method.
4847type NetworkWatchersUpdateTagsOptions = original.NetworkWatchersUpdateTagsOptions
4848
4849// Parameters that define the source and destination endpoint.
4850type NextHopParameters = original.NextHopParameters
4851
4852// The information about next hop from the specified VM.
4853type NextHopResult = original.NextHopResult
4854
4855// NextHopResultPoller provides polling facilities until the operation completes
4856type NextHopResultPoller = original.NextHopResultPoller
4857
4858// NextHopResultPollerResponse is the response envelope for operations that asynchronously return a NextHopResult type.
4859type NextHopResultPollerResponse = original.NextHopResultPollerResponse
4860
4861// NextHopResultResponse is the response envelope for operations that return a NextHopResult type.
4862type NextHopResultResponse = original.NextHopResultResponse
4863
4864// Office365 breakout categories.
4865type O365BreakOutCategoryPolicies = original.O365BreakOutCategoryPolicies
4866
4867// The Office365 breakout policy.
4868type O365PolicyProperties = original.O365PolicyProperties
4869
4870// Network Virtual Appliance Sku Properties.
4871type Office365PolicyProperties = original.Office365PolicyProperties
4872
4873// Network REST API operation definition.
4874type Operation = original.Operation
4875
4876// Display metadata associated with the operation.
4877type OperationDisplay = original.OperationDisplay
4878
4879// Result of the request to list Network operations. It contains a list of operations and a URL link to get the next set of results.
4880type OperationListResult = original.OperationListResult
4881
4882// OperationListResultPager provides iteration over OperationListResult pages.
4883type OperationListResultPager = original.OperationListResultPager
4884
4885// OperationListResultResponse is the response envelope for operations that return a OperationListResult type.
4886type OperationListResultResponse = original.OperationListResultResponse
4887
4888// Description of operation properties format.
4889type OperationPropertiesFormat = original.OperationPropertiesFormat
4890
4891// Specification of the service.
4892type OperationPropertiesFormatServiceSpecification = original.OperationPropertiesFormatServiceSpecification
4893
4894// OperationsClient contains the methods for the Operations group.
4895// Don't use this type directly, use NewOperationsClient() instead.
4896type OperationsClient = original.OperationsClient
4897
4898// OperationsListOptions contains the optional parameters for the Operations.List method.
4899type OperationsListOptions = original.OperationsListOptions
4900
4901// Outbound rule of the load balancer.
4902type OutboundRule = original.OutboundRule
4903
4904// Outbound rule of the load balancer.
4905type OutboundRulePropertiesFormat = original.OutboundRulePropertiesFormat
4906
4907// OutboundRuleResponse is the response envelope for operations that return a OutboundRule type.
4908type OutboundRuleResponse = original.OutboundRuleResponse
4909
4910// Allow to exclude some variable satisfy the condition for the WAF check.
4911type OwaspCrsExclusionEntry = original.OwaspCrsExclusionEntry
4912
4913// P2SConnectionConfiguration Resource.
4914type P2SConnectionConfiguration = original.P2SConnectionConfiguration
4915
4916// Parameters for P2SConnectionConfiguration.
4917type P2SConnectionConfigurationProperties = original.P2SConnectionConfigurationProperties
4918
4919// P2S Vpn connection detailed health written to sas url.
4920type P2SVpnConnectionHealth = original.P2SVpnConnectionHealth
4921
4922// P2SVpnConnectionHealthPoller provides polling facilities until the operation completes
4923type P2SVpnConnectionHealthPoller = original.P2SVpnConnectionHealthPoller
4924
4925// P2SVpnConnectionHealthPollerResponse is the response envelope for operations that asynchronously return a P2SVpnConnectionHealth type.
4926type P2SVpnConnectionHealthPollerResponse = original.P2SVpnConnectionHealthPollerResponse
4927
4928// List of P2S Vpn connection health request.
4929type P2SVpnConnectionHealthRequest = original.P2SVpnConnectionHealthRequest
4930
4931// P2SVpnConnectionHealthResponse is the response envelope for operations that return a P2SVpnConnectionHealth type.
4932type P2SVpnConnectionHealthResponse = original.P2SVpnConnectionHealthResponse
4933
4934// List of p2s vpn connections to be disconnected.
4935type P2SVpnConnectionRequest = original.P2SVpnConnectionRequest
4936
4937// P2SVpnGateway Resource.
4938type P2SVpnGateway = original.P2SVpnGateway
4939
4940// P2SVpnGatewayPoller provides polling facilities until the operation completes
4941type P2SVpnGatewayPoller = original.P2SVpnGatewayPoller
4942
4943// P2SVpnGatewayPollerResponse is the response envelope for operations that asynchronously return a P2SVpnGateway type.
4944type P2SVpnGatewayPollerResponse = original.P2SVpnGatewayPollerResponse
4945
4946// Parameters for P2SVpnGateway.
4947type P2SVpnGatewayProperties = original.P2SVpnGatewayProperties
4948
4949// P2SVpnGatewayResponse is the response envelope for operations that return a P2SVpnGateway type.
4950type P2SVpnGatewayResponse = original.P2SVpnGatewayResponse
4951
4952// P2SVpnGatewaysBeginCreateOrUpdateOptions contains the optional parameters for the P2SVpnGateways.BeginCreateOrUpdate method.
4953type P2SVpnGatewaysBeginCreateOrUpdateOptions = original.P2SVpnGatewaysBeginCreateOrUpdateOptions
4954
4955// P2SVpnGatewaysBeginDeleteOptions contains the optional parameters for the P2SVpnGateways.BeginDelete method.
4956type P2SVpnGatewaysBeginDeleteOptions = original.P2SVpnGatewaysBeginDeleteOptions
4957
4958// P2SVpnGatewaysBeginDisconnectP2SVpnConnectionsOptions contains the optional parameters for the P2SVpnGateways.BeginDisconnectP2SVpnConnections method.
4959type P2SVpnGatewaysBeginDisconnectP2SVpnConnectionsOptions = original.P2SVpnGatewaysBeginDisconnectP2SVpnConnectionsOptions
4960
4961// P2SVpnGatewaysBeginGenerateVpnProfileOptions contains the optional parameters for the P2SVpnGateways.BeginGenerateVpnProfile method.
4962type P2SVpnGatewaysBeginGenerateVpnProfileOptions = original.P2SVpnGatewaysBeginGenerateVpnProfileOptions
4963
4964// P2SVpnGatewaysBeginGetP2SVpnConnectionHealthDetailedOptions contains the optional parameters for the P2SVpnGateways.BeginGetP2SVpnConnectionHealthDetailed
4965// method.
4966type P2SVpnGatewaysBeginGetP2SVpnConnectionHealthDetailedOptions = original.P2SVpnGatewaysBeginGetP2SVpnConnectionHealthDetailedOptions
4967
4968// P2SVpnGatewaysBeginGetP2SVpnConnectionHealthOptions contains the optional parameters for the P2SVpnGateways.BeginGetP2SVpnConnectionHealth method.
4969type P2SVpnGatewaysBeginGetP2SVpnConnectionHealthOptions = original.P2SVpnGatewaysBeginGetP2SVpnConnectionHealthOptions
4970
4971// P2SVpnGatewaysBeginResetOptions contains the optional parameters for the P2SVpnGateways.BeginReset method.
4972type P2SVpnGatewaysBeginResetOptions = original.P2SVpnGatewaysBeginResetOptions
4973
4974// P2SVpnGatewaysBeginUpdateTagsOptions contains the optional parameters for the P2SVpnGateways.BeginUpdateTags method.
4975type P2SVpnGatewaysBeginUpdateTagsOptions = original.P2SVpnGatewaysBeginUpdateTagsOptions
4976
4977// P2SVpnGatewaysClient contains the methods for the P2SVpnGateways group.
4978// Don't use this type directly, use NewP2SVpnGatewaysClient() instead.
4979type P2SVpnGatewaysClient = original.P2SVpnGatewaysClient
4980
4981// P2SVpnGatewaysGetOptions contains the optional parameters for the P2SVpnGateways.Get method.
4982type P2SVpnGatewaysGetOptions = original.P2SVpnGatewaysGetOptions
4983
4984// P2SVpnGatewaysListByResourceGroupOptions contains the optional parameters for the P2SVpnGateways.ListByResourceGroup method.
4985type P2SVpnGatewaysListByResourceGroupOptions = original.P2SVpnGatewaysListByResourceGroupOptions
4986
4987// P2SVpnGatewaysListOptions contains the optional parameters for the P2SVpnGateways.List method.
4988type P2SVpnGatewaysListOptions = original.P2SVpnGatewaysListOptions
4989
4990// Vpn Client Parameters for package generation.
4991type P2SVpnProfileParameters = original.P2SVpnProfileParameters
4992
4993// Parameters that define the create packet capture operation.
4994type PacketCapture = original.PacketCapture
4995
4996// Filter that is applied to packet capture request. Multiple filters can be applied.
4997type PacketCaptureFilter = original.PacketCaptureFilter
4998
4999// List of packet capture sessions.
5000type PacketCaptureListResult = original.PacketCaptureListResult
5001
5002// PacketCaptureListResultResponse is the response envelope for operations that return a PacketCaptureListResult type.
5003type PacketCaptureListResultResponse = original.PacketCaptureListResultResponse
5004
5005// Parameters that define the create packet capture operation.
5006type PacketCaptureParameters = original.PacketCaptureParameters
5007
5008// Status of packet capture session.
5009type PacketCaptureQueryStatusResult = original.PacketCaptureQueryStatusResult
5010
5011// PacketCaptureQueryStatusResultPoller provides polling facilities until the operation completes
5012type PacketCaptureQueryStatusResultPoller = original.PacketCaptureQueryStatusResultPoller
5013
5014// PacketCaptureQueryStatusResultPollerResponse is the response envelope for operations that asynchronously return a PacketCaptureQueryStatusResult type.
5015type PacketCaptureQueryStatusResultPollerResponse = original.PacketCaptureQueryStatusResultPollerResponse
5016
5017// PacketCaptureQueryStatusResultResponse is the response envelope for operations that return a PacketCaptureQueryStatusResult type.
5018type PacketCaptureQueryStatusResultResponse = original.PacketCaptureQueryStatusResultResponse
5019
5020// Information about packet capture session.
5021type PacketCaptureResult = original.PacketCaptureResult
5022
5023// PacketCaptureResultPoller provides polling facilities until the operation completes
5024type PacketCaptureResultPoller = original.PacketCaptureResultPoller
5025
5026// PacketCaptureResultPollerResponse is the response envelope for operations that asynchronously return a PacketCaptureResult type.
5027type PacketCaptureResultPollerResponse = original.PacketCaptureResultPollerResponse
5028
5029// The properties of a packet capture session.
5030type PacketCaptureResultProperties = original.PacketCaptureResultProperties
5031
5032// PacketCaptureResultResponse is the response envelope for operations that return a PacketCaptureResult type.
5033type PacketCaptureResultResponse = original.PacketCaptureResultResponse
5034
5035// The storage location for a packet capture session.
5036type PacketCaptureStorageLocation = original.PacketCaptureStorageLocation
5037
5038// PacketCapturesBeginCreateOptions contains the optional parameters for the PacketCaptures.BeginCreate method.
5039type PacketCapturesBeginCreateOptions = original.PacketCapturesBeginCreateOptions
5040
5041// PacketCapturesBeginDeleteOptions contains the optional parameters for the PacketCaptures.BeginDelete method.
5042type PacketCapturesBeginDeleteOptions = original.PacketCapturesBeginDeleteOptions
5043
5044// PacketCapturesBeginGetStatusOptions contains the optional parameters for the PacketCaptures.BeginGetStatus method.
5045type PacketCapturesBeginGetStatusOptions = original.PacketCapturesBeginGetStatusOptions
5046
5047// PacketCapturesBeginStopOptions contains the optional parameters for the PacketCaptures.BeginStop method.
5048type PacketCapturesBeginStopOptions = original.PacketCapturesBeginStopOptions
5049
5050// PacketCapturesClient contains the methods for the PacketCaptures group.
5051// Don't use this type directly, use NewPacketCapturesClient() instead.
5052type PacketCapturesClient = original.PacketCapturesClient
5053
5054// PacketCapturesGetOptions contains the optional parameters for the PacketCaptures.Get method.
5055type PacketCapturesGetOptions = original.PacketCapturesGetOptions
5056
5057// PacketCapturesListOptions contains the optional parameters for the PacketCaptures.List method.
5058type PacketCapturesListOptions = original.PacketCapturesListOptions
5059
5060// Route Filter Resource.
5061type PatchRouteFilter = original.PatchRouteFilter
5062
5063// Route Filter Rule Resource.
5064type PatchRouteFilterRule = original.PatchRouteFilterRule
5065
5066// Peer Express Route Circuit Connection in an ExpressRouteCircuitPeering resource.
5067type PeerExpressRouteCircuitConnection = original.PeerExpressRouteCircuitConnection
5068
5069// Response for ListPeeredConnections API service call retrieves all global reach peer circuit connections that belongs to a Private Peering for an ExpressRouteCircuit.
5070type PeerExpressRouteCircuitConnectionListResult = original.PeerExpressRouteCircuitConnectionListResult
5071
5072// PeerExpressRouteCircuitConnectionListResultPager provides iteration over PeerExpressRouteCircuitConnectionListResult pages.
5073type PeerExpressRouteCircuitConnectionListResultPager = original.PeerExpressRouteCircuitConnectionListResultPager
5074
5075// PeerExpressRouteCircuitConnectionListResultResponse is the response envelope for operations that return a PeerExpressRouteCircuitConnectionListResult
5076// type.
5077type PeerExpressRouteCircuitConnectionListResultResponse = original.PeerExpressRouteCircuitConnectionListResultResponse
5078
5079// Properties of the peer express route circuit connection.
5080type PeerExpressRouteCircuitConnectionPropertiesFormat = original.PeerExpressRouteCircuitConnectionPropertiesFormat
5081
5082// PeerExpressRouteCircuitConnectionResponse is the response envelope for operations that return a PeerExpressRouteCircuitConnection type.
5083type PeerExpressRouteCircuitConnectionResponse = original.PeerExpressRouteCircuitConnectionResponse
5084
5085// PeerExpressRouteCircuitConnectionsClient contains the methods for the PeerExpressRouteCircuitConnections group.
5086// Don't use this type directly, use NewPeerExpressRouteCircuitConnectionsClient() instead.
5087type PeerExpressRouteCircuitConnectionsClient = original.PeerExpressRouteCircuitConnectionsClient
5088
5089// PeerExpressRouteCircuitConnectionsGetOptions contains the optional parameters for the PeerExpressRouteCircuitConnections.Get method.
5090type PeerExpressRouteCircuitConnectionsGetOptions = original.PeerExpressRouteCircuitConnectionsGetOptions
5091
5092// PeerExpressRouteCircuitConnectionsListOptions contains the optional parameters for the PeerExpressRouteCircuitConnections.List method.
5093type PeerExpressRouteCircuitConnectionsListOptions = original.PeerExpressRouteCircuitConnectionsListOptions
5094
5095// Peer routing details.
5096type PeerRoute = original.PeerRoute
5097
5098// List of virtual router peer routes.
5099type PeerRouteList = original.PeerRouteList
5100
5101// PeerRouteListPoller provides polling facilities until the operation completes
5102type PeerRouteListPoller = original.PeerRouteListPoller
5103
5104// PeerRouteListPollerResponse is the response envelope for operations that asynchronously return a PeerRouteList type.
5105type PeerRouteListPollerResponse = original.PeerRouteListPollerResponse
5106
5107// PeerRouteListResponse is the response envelope for operations that return a PeerRouteList type.
5108type PeerRouteListResponse = original.PeerRouteListResponse
5109
5110// Defines contents of a web application firewall global configuration.
5111type PolicySettings = original.PolicySettings
5112
5113// Details of PrepareNetworkPolicies for Subnet.
5114type PrepareNetworkPoliciesRequest = original.PrepareNetworkPoliciesRequest
5115
5116// PrivateDnsZoneConfig resource.
5117type PrivateDNSZoneConfig = original.PrivateDNSZoneConfig
5118
5119// Private dns zone group resource.
5120type PrivateDNSZoneGroup = original.PrivateDNSZoneGroup
5121
5122// Response for the ListPrivateDnsZoneGroups API service call.
5123type PrivateDNSZoneGroupListResult = original.PrivateDNSZoneGroupListResult
5124
5125// PrivateDNSZoneGroupListResultPager provides iteration over PrivateDNSZoneGroupListResult pages.
5126type PrivateDNSZoneGroupListResultPager = original.PrivateDNSZoneGroupListResultPager
5127
5128// PrivateDNSZoneGroupListResultResponse is the response envelope for operations that return a PrivateDNSZoneGroupListResult type.
5129type PrivateDNSZoneGroupListResultResponse = original.PrivateDNSZoneGroupListResultResponse
5130
5131// PrivateDNSZoneGroupPoller provides polling facilities until the operation completes
5132type PrivateDNSZoneGroupPoller = original.PrivateDNSZoneGroupPoller
5133
5134// PrivateDNSZoneGroupPollerResponse is the response envelope for operations that asynchronously return a PrivateDNSZoneGroup type.
5135type PrivateDNSZoneGroupPollerResponse = original.PrivateDNSZoneGroupPollerResponse
5136
5137// Properties of the private dns zone group.
5138type PrivateDNSZoneGroupPropertiesFormat = original.PrivateDNSZoneGroupPropertiesFormat
5139
5140// PrivateDNSZoneGroupResponse is the response envelope for operations that return a PrivateDNSZoneGroup type.
5141type PrivateDNSZoneGroupResponse = original.PrivateDNSZoneGroupResponse
5142
5143// PrivateDNSZoneGroupsBeginCreateOrUpdateOptions contains the optional parameters for the PrivateDNSZoneGroups.BeginCreateOrUpdate method.
5144type PrivateDNSZoneGroupsBeginCreateOrUpdateOptions = original.PrivateDNSZoneGroupsBeginCreateOrUpdateOptions
5145
5146// PrivateDNSZoneGroupsBeginDeleteOptions contains the optional parameters for the PrivateDNSZoneGroups.BeginDelete method.
5147type PrivateDNSZoneGroupsBeginDeleteOptions = original.PrivateDNSZoneGroupsBeginDeleteOptions
5148
5149// PrivateDNSZoneGroupsClient contains the methods for the PrivateDNSZoneGroups group.
5150// Don't use this type directly, use NewPrivateDNSZoneGroupsClient() instead.
5151type PrivateDNSZoneGroupsClient = original.PrivateDNSZoneGroupsClient
5152
5153// PrivateDNSZoneGroupsGetOptions contains the optional parameters for the PrivateDNSZoneGroups.Get method.
5154type PrivateDNSZoneGroupsGetOptions = original.PrivateDNSZoneGroupsGetOptions
5155
5156// PrivateDNSZoneGroupsListOptions contains the optional parameters for the PrivateDNSZoneGroups.List method.
5157type PrivateDNSZoneGroupsListOptions = original.PrivateDNSZoneGroupsListOptions
5158
5159// Properties of the private dns zone configuration resource.
5160type PrivateDNSZonePropertiesFormat = original.PrivateDNSZonePropertiesFormat
5161
5162// Private endpoint resource.
5163type PrivateEndpoint = original.PrivateEndpoint
5164
5165// PrivateEndpointConnection resource.
5166type PrivateEndpointConnection = original.PrivateEndpointConnection
5167
5168// Response for the ListPrivateEndpointConnection API service call.
5169type PrivateEndpointConnectionListResult = original.PrivateEndpointConnectionListResult
5170
5171// PrivateEndpointConnectionListResultPager provides iteration over PrivateEndpointConnectionListResult pages.
5172type PrivateEndpointConnectionListResultPager = original.PrivateEndpointConnectionListResultPager
5173
5174// PrivateEndpointConnectionListResultResponse is the response envelope for operations that return a PrivateEndpointConnectionListResult type.
5175type PrivateEndpointConnectionListResultResponse = original.PrivateEndpointConnectionListResultResponse
5176
5177// Properties of the PrivateEndpointConnectProperties.
5178type PrivateEndpointConnectionProperties = original.PrivateEndpointConnectionProperties
5179
5180// PrivateEndpointConnectionResponse is the response envelope for operations that return a PrivateEndpointConnection type.
5181type PrivateEndpointConnectionResponse = original.PrivateEndpointConnectionResponse
5182
5183// Response for the ListPrivateEndpoints API service call.
5184type PrivateEndpointListResult = original.PrivateEndpointListResult
5185
5186// PrivateEndpointListResultPager provides iteration over PrivateEndpointListResult pages.
5187type PrivateEndpointListResultPager = original.PrivateEndpointListResultPager
5188
5189// PrivateEndpointListResultResponse is the response envelope for operations that return a PrivateEndpointListResult type.
5190type PrivateEndpointListResultResponse = original.PrivateEndpointListResultResponse
5191
5192// PrivateEndpointPoller provides polling facilities until the operation completes
5193type PrivateEndpointPoller = original.PrivateEndpointPoller
5194
5195// PrivateEndpointPollerResponse is the response envelope for operations that asynchronously return a PrivateEndpoint type.
5196type PrivateEndpointPollerResponse = original.PrivateEndpointPollerResponse
5197
5198// Properties of the private endpoint.
5199type PrivateEndpointProperties = original.PrivateEndpointProperties
5200
5201// PrivateEndpointResponse is the response envelope for operations that return a PrivateEndpoint type.
5202type PrivateEndpointResponse = original.PrivateEndpointResponse
5203
5204// PrivateEndpointsBeginCreateOrUpdateOptions contains the optional parameters for the PrivateEndpoints.BeginCreateOrUpdate method.
5205type PrivateEndpointsBeginCreateOrUpdateOptions = original.PrivateEndpointsBeginCreateOrUpdateOptions
5206
5207// PrivateEndpointsBeginDeleteOptions contains the optional parameters for the PrivateEndpoints.BeginDelete method.
5208type PrivateEndpointsBeginDeleteOptions = original.PrivateEndpointsBeginDeleteOptions
5209
5210// PrivateEndpointsClient contains the methods for the PrivateEndpoints group.
5211// Don't use this type directly, use NewPrivateEndpointsClient() instead.
5212type PrivateEndpointsClient = original.PrivateEndpointsClient
5213
5214// PrivateEndpointsGetOptions contains the optional parameters for the PrivateEndpoints.Get method.
5215type PrivateEndpointsGetOptions = original.PrivateEndpointsGetOptions
5216
5217// PrivateEndpointsListBySubscriptionOptions contains the optional parameters for the PrivateEndpoints.ListBySubscription method.
5218type PrivateEndpointsListBySubscriptionOptions = original.PrivateEndpointsListBySubscriptionOptions
5219
5220// PrivateEndpointsListOptions contains the optional parameters for the PrivateEndpoints.List method.
5221type PrivateEndpointsListOptions = original.PrivateEndpointsListOptions
5222
5223// Private link service resource.
5224type PrivateLinkService = original.PrivateLinkService
5225
5226// PrivateLinkServiceConnection resource.
5227type PrivateLinkServiceConnection = original.PrivateLinkServiceConnection
5228
5229// Properties of the PrivateLinkServiceConnection.
5230type PrivateLinkServiceConnectionProperties = original.PrivateLinkServiceConnectionProperties
5231
5232// A collection of information about the state of the connection between service consumer and provider.
5233type PrivateLinkServiceConnectionState = original.PrivateLinkServiceConnectionState
5234
5235// The private link service ip configuration.
5236type PrivateLinkServiceIPConfiguration = original.PrivateLinkServiceIPConfiguration
5237
5238// Properties of private link service IP configuration.
5239type PrivateLinkServiceIPConfigurationProperties = original.PrivateLinkServiceIPConfigurationProperties
5240
5241// Response for the ListPrivateLinkService API service call.
5242type PrivateLinkServiceListResult = original.PrivateLinkServiceListResult
5243
5244// PrivateLinkServiceListResultPager provides iteration over PrivateLinkServiceListResult pages.
5245type PrivateLinkServiceListResultPager = original.PrivateLinkServiceListResultPager
5246
5247// PrivateLinkServiceListResultResponse is the response envelope for operations that return a PrivateLinkServiceListResult type.
5248type PrivateLinkServiceListResultResponse = original.PrivateLinkServiceListResultResponse
5249
5250// PrivateLinkServicePoller provides polling facilities until the operation completes
5251type PrivateLinkServicePoller = original.PrivateLinkServicePoller
5252
5253// PrivateLinkServicePollerResponse is the response envelope for operations that asynchronously return a PrivateLinkService type.
5254type PrivateLinkServicePollerResponse = original.PrivateLinkServicePollerResponse
5255
5256// Properties of the private link service.
5257type PrivateLinkServiceProperties = original.PrivateLinkServiceProperties
5258
5259// The auto-approval list of the private link service.
5260type PrivateLinkServicePropertiesAutoApproval = original.PrivateLinkServicePropertiesAutoApproval
5261
5262// The visibility list of the private link service.
5263type PrivateLinkServicePropertiesVisibility = original.PrivateLinkServicePropertiesVisibility
5264
5265// PrivateLinkServiceResponse is the response envelope for operations that return a PrivateLinkService type.
5266type PrivateLinkServiceResponse = original.PrivateLinkServiceResponse
5267
5268// Response for the CheckPrivateLinkServiceVisibility API service call.
5269type PrivateLinkServiceVisibility = original.PrivateLinkServiceVisibility
5270
5271// PrivateLinkServiceVisibilityPoller provides polling facilities until the operation completes
5272type PrivateLinkServiceVisibilityPoller = original.PrivateLinkServiceVisibilityPoller
5273
5274// PrivateLinkServiceVisibilityPollerResponse is the response envelope for operations that asynchronously return a PrivateLinkServiceVisibility type.
5275type PrivateLinkServiceVisibilityPollerResponse = original.PrivateLinkServiceVisibilityPollerResponse
5276
5277// PrivateLinkServiceVisibilityResponse is the response envelope for operations that return a PrivateLinkServiceVisibility type.
5278type PrivateLinkServiceVisibilityResponse = original.PrivateLinkServiceVisibilityResponse
5279
5280// PrivateLinkServicesBeginCheckPrivateLinkServiceVisibilityByResourceGroupOptions contains the optional parameters for the PrivateLinkServices.BeginCheckPrivateLinkServiceVisibilityByResourceGroup
5281// method.
5282type PrivateLinkServicesBeginCheckPrivateLinkServiceVisibilityByResourceGroupOptions = original.PrivateLinkServicesBeginCheckPrivateLinkServiceVisibilityByResourceGroupOptions
5283
5284// PrivateLinkServicesBeginCheckPrivateLinkServiceVisibilityOptions contains the optional parameters for the PrivateLinkServices.BeginCheckPrivateLinkServiceVisibility
5285// method.
5286type PrivateLinkServicesBeginCheckPrivateLinkServiceVisibilityOptions = original.PrivateLinkServicesBeginCheckPrivateLinkServiceVisibilityOptions
5287
5288// PrivateLinkServicesBeginCreateOrUpdateOptions contains the optional parameters for the PrivateLinkServices.BeginCreateOrUpdate method.
5289type PrivateLinkServicesBeginCreateOrUpdateOptions = original.PrivateLinkServicesBeginCreateOrUpdateOptions
5290
5291// PrivateLinkServicesBeginDeleteOptions contains the optional parameters for the PrivateLinkServices.BeginDelete method.
5292type PrivateLinkServicesBeginDeleteOptions = original.PrivateLinkServicesBeginDeleteOptions
5293
5294// PrivateLinkServicesBeginDeletePrivateEndpointConnectionOptions contains the optional parameters for the PrivateLinkServices.BeginDeletePrivateEndpointConnection
5295// method.
5296type PrivateLinkServicesBeginDeletePrivateEndpointConnectionOptions = original.PrivateLinkServicesBeginDeletePrivateEndpointConnectionOptions
5297
5298// PrivateLinkServicesClient contains the methods for the PrivateLinkServices group.
5299// Don't use this type directly, use NewPrivateLinkServicesClient() instead.
5300type PrivateLinkServicesClient = original.PrivateLinkServicesClient
5301
5302// PrivateLinkServicesGetOptions contains the optional parameters for the PrivateLinkServices.Get method.
5303type PrivateLinkServicesGetOptions = original.PrivateLinkServicesGetOptions
5304
5305// PrivateLinkServicesGetPrivateEndpointConnectionOptions contains the optional parameters for the PrivateLinkServices.GetPrivateEndpointConnection method.
5306type PrivateLinkServicesGetPrivateEndpointConnectionOptions = original.PrivateLinkServicesGetPrivateEndpointConnectionOptions
5307
5308// PrivateLinkServicesListAutoApprovedPrivateLinkServicesByResourceGroupOptions contains the optional parameters for the PrivateLinkServices.ListAutoApprovedPrivateLinkServicesByResourceGroup
5309// method.
5310type PrivateLinkServicesListAutoApprovedPrivateLinkServicesByResourceGroupOptions = original.PrivateLinkServicesListAutoApprovedPrivateLinkServicesByResourceGroupOptions
5311
5312// PrivateLinkServicesListAutoApprovedPrivateLinkServicesOptions contains the optional parameters for the PrivateLinkServices.ListAutoApprovedPrivateLinkServices
5313// method.
5314type PrivateLinkServicesListAutoApprovedPrivateLinkServicesOptions = original.PrivateLinkServicesListAutoApprovedPrivateLinkServicesOptions
5315
5316// PrivateLinkServicesListBySubscriptionOptions contains the optional parameters for the PrivateLinkServices.ListBySubscription method.
5317type PrivateLinkServicesListBySubscriptionOptions = original.PrivateLinkServicesListBySubscriptionOptions
5318
5319// PrivateLinkServicesListOptions contains the optional parameters for the PrivateLinkServices.List method.
5320type PrivateLinkServicesListOptions = original.PrivateLinkServicesListOptions
5321
5322// PrivateLinkServicesListPrivateEndpointConnectionsOptions contains the optional parameters for the PrivateLinkServices.ListPrivateEndpointConnections
5323// method.
5324type PrivateLinkServicesListPrivateEndpointConnectionsOptions = original.PrivateLinkServicesListPrivateEndpointConnectionsOptions
5325
5326// PrivateLinkServicesUpdatePrivateEndpointConnectionOptions contains the optional parameters for the PrivateLinkServices.UpdatePrivateEndpointConnection
5327// method.
5328type PrivateLinkServicesUpdatePrivateEndpointConnectionOptions = original.PrivateLinkServicesUpdatePrivateEndpointConnectionOptions
5329
5330// A load balancer probe.
5331type Probe = original.Probe
5332
5333// Load balancer probe resource.
5334type ProbePropertiesFormat = original.ProbePropertiesFormat
5335
5336// ProbeResponse is the response envelope for operations that return a Probe type.
5337type ProbeResponse = original.ProbeResponse
5338
5339// The list of RouteTables to advertise the routes to.
5340type PropagatedRouteTable = original.PropagatedRouteTable
5341
5342// Configuration of the protocol.
5343type ProtocolConfiguration = original.ProtocolConfiguration
5344
5345// DDoS custom policy properties.
5346type ProtocolCustomSettingsFormat = original.ProtocolCustomSettingsFormat
5347
5348// Public IP address resource.
5349type PublicIPAddress = original.PublicIPAddress
5350
5351// Contains FQDN of the DNS record associated with the public IP address.
5352type PublicIPAddressDNSSettings = original.PublicIPAddressDNSSettings
5353
5354// Response for ListPublicIpAddresses API service call.
5355type PublicIPAddressListResult = original.PublicIPAddressListResult
5356
5357// PublicIPAddressListResultPager provides iteration over PublicIPAddressListResult pages.
5358type PublicIPAddressListResultPager = original.PublicIPAddressListResultPager
5359
5360// PublicIPAddressListResultResponse is the response envelope for operations that return a PublicIPAddressListResult type.
5361type PublicIPAddressListResultResponse = original.PublicIPAddressListResultResponse
5362
5363// PublicIPAddressPoller provides polling facilities until the operation completes
5364type PublicIPAddressPoller = original.PublicIPAddressPoller
5365
5366// PublicIPAddressPollerResponse is the response envelope for operations that asynchronously return a PublicIPAddress type.
5367type PublicIPAddressPollerResponse = original.PublicIPAddressPollerResponse
5368
5369// Public IP address properties.
5370type PublicIPAddressPropertiesFormat = original.PublicIPAddressPropertiesFormat
5371
5372// PublicIPAddressResponse is the response envelope for operations that return a PublicIPAddress type.
5373type PublicIPAddressResponse = original.PublicIPAddressResponse
5374
5375// SKU of a public IP address.
5376type PublicIPAddressSKU = original.PublicIPAddressSKU
5377
5378// PublicIPAddressesBeginCreateOrUpdateOptions contains the optional parameters for the PublicIPAddresses.BeginCreateOrUpdate method.
5379type PublicIPAddressesBeginCreateOrUpdateOptions = original.PublicIPAddressesBeginCreateOrUpdateOptions
5380
5381// PublicIPAddressesBeginDeleteOptions contains the optional parameters for the PublicIPAddresses.BeginDelete method.
5382type PublicIPAddressesBeginDeleteOptions = original.PublicIPAddressesBeginDeleteOptions
5383
5384// PublicIPAddressesClient contains the methods for the PublicIPAddresses group.
5385// Don't use this type directly, use NewPublicIPAddressesClient() instead.
5386type PublicIPAddressesClient = original.PublicIPAddressesClient
5387
5388// PublicIPAddressesGetCloudServicePublicIPAddressOptions contains the optional parameters for the PublicIPAddresses.GetCloudServicePublicIPAddress method.
5389type PublicIPAddressesGetCloudServicePublicIPAddressOptions = original.PublicIPAddressesGetCloudServicePublicIPAddressOptions
5390
5391// PublicIPAddressesGetOptions contains the optional parameters for the PublicIPAddresses.Get method.
5392type PublicIPAddressesGetOptions = original.PublicIPAddressesGetOptions
5393
5394// PublicIPAddressesGetVirtualMachineScaleSetPublicIPAddressOptions contains the optional parameters for the PublicIPAddresses.GetVirtualMachineScaleSetPublicIPAddress
5395// method.
5396type PublicIPAddressesGetVirtualMachineScaleSetPublicIPAddressOptions = original.PublicIPAddressesGetVirtualMachineScaleSetPublicIPAddressOptions
5397
5398// PublicIPAddressesListAllOptions contains the optional parameters for the PublicIPAddresses.ListAll method.
5399type PublicIPAddressesListAllOptions = original.PublicIPAddressesListAllOptions
5400
5401// PublicIPAddressesListCloudServicePublicIPAddressesOptions contains the optional parameters for the PublicIPAddresses.ListCloudServicePublicIPAddresses
5402// method.
5403type PublicIPAddressesListCloudServicePublicIPAddressesOptions = original.PublicIPAddressesListCloudServicePublicIPAddressesOptions
5404
5405// PublicIPAddressesListCloudServiceRoleInstancePublicIPAddressesOptions contains the optional parameters for the PublicIPAddresses.ListCloudServiceRoleInstancePublicIPAddresses
5406// method.
5407type PublicIPAddressesListCloudServiceRoleInstancePublicIPAddressesOptions = original.PublicIPAddressesListCloudServiceRoleInstancePublicIPAddressesOptions
5408
5409// PublicIPAddressesListOptions contains the optional parameters for the PublicIPAddresses.List method.
5410type PublicIPAddressesListOptions = original.PublicIPAddressesListOptions
5411
5412// PublicIPAddressesListVirtualMachineScaleSetPublicIPAddressesOptions contains the optional parameters for the PublicIPAddresses.ListVirtualMachineScaleSetPublicIPAddresses
5413// method.
5414type PublicIPAddressesListVirtualMachineScaleSetPublicIPAddressesOptions = original.PublicIPAddressesListVirtualMachineScaleSetPublicIPAddressesOptions
5415
5416// PublicIPAddressesListVirtualMachineScaleSetVMPublicIPaddressesOptions contains the optional parameters for the PublicIPAddresses.ListVirtualMachineScaleSetVMPublicIPaddresses
5417// method.
5418type PublicIPAddressesListVirtualMachineScaleSetVMPublicIPaddressesOptions = original.PublicIPAddressesListVirtualMachineScaleSetVMPublicIPaddressesOptions
5419
5420// PublicIPAddressesUpdateTagsOptions contains the optional parameters for the PublicIPAddresses.UpdateTags method.
5421type PublicIPAddressesUpdateTagsOptions = original.PublicIPAddressesUpdateTagsOptions
5422
5423// Public IP prefix resource.
5424type PublicIPPrefix = original.PublicIPPrefix
5425
5426// Response for ListPublicIpPrefixes API service call.
5427type PublicIPPrefixListResult = original.PublicIPPrefixListResult
5428
5429// PublicIPPrefixListResultPager provides iteration over PublicIPPrefixListResult pages.
5430type PublicIPPrefixListResultPager = original.PublicIPPrefixListResultPager
5431
5432// PublicIPPrefixListResultResponse is the response envelope for operations that return a PublicIPPrefixListResult type.
5433type PublicIPPrefixListResultResponse = original.PublicIPPrefixListResultResponse
5434
5435// PublicIPPrefixPoller provides polling facilities until the operation completes
5436type PublicIPPrefixPoller = original.PublicIPPrefixPoller
5437
5438// PublicIPPrefixPollerResponse is the response envelope for operations that asynchronously return a PublicIPPrefix type.
5439type PublicIPPrefixPollerResponse = original.PublicIPPrefixPollerResponse
5440
5441// Public IP prefix properties.
5442type PublicIPPrefixPropertiesFormat = original.PublicIPPrefixPropertiesFormat
5443
5444// PublicIPPrefixResponse is the response envelope for operations that return a PublicIPPrefix type.
5445type PublicIPPrefixResponse = original.PublicIPPrefixResponse
5446
5447// SKU of a public IP prefix.
5448type PublicIPPrefixSKU = original.PublicIPPrefixSKU
5449
5450// PublicIPPrefixesBeginCreateOrUpdateOptions contains the optional parameters for the PublicIPPrefixes.BeginCreateOrUpdate method.
5451type PublicIPPrefixesBeginCreateOrUpdateOptions = original.PublicIPPrefixesBeginCreateOrUpdateOptions
5452
5453// PublicIPPrefixesBeginDeleteOptions contains the optional parameters for the PublicIPPrefixes.BeginDelete method.
5454type PublicIPPrefixesBeginDeleteOptions = original.PublicIPPrefixesBeginDeleteOptions
5455
5456// PublicIPPrefixesClient contains the methods for the PublicIPPrefixes group.
5457// Don't use this type directly, use NewPublicIPPrefixesClient() instead.
5458type PublicIPPrefixesClient = original.PublicIPPrefixesClient
5459
5460// PublicIPPrefixesGetOptions contains the optional parameters for the PublicIPPrefixes.Get method.
5461type PublicIPPrefixesGetOptions = original.PublicIPPrefixesGetOptions
5462
5463// PublicIPPrefixesListAllOptions contains the optional parameters for the PublicIPPrefixes.ListAll method.
5464type PublicIPPrefixesListAllOptions = original.PublicIPPrefixesListAllOptions
5465
5466// PublicIPPrefixesListOptions contains the optional parameters for the PublicIPPrefixes.List method.
5467type PublicIPPrefixesListOptions = original.PublicIPPrefixesListOptions
5468
5469// PublicIPPrefixesUpdateTagsOptions contains the optional parameters for the PublicIPPrefixes.UpdateTags method.
5470type PublicIPPrefixesUpdateTagsOptions = original.PublicIPPrefixesUpdateTagsOptions
5471
5472// Qos Traffic Profiler IP Range properties.
5473type QosIPRange = original.QosIPRange
5474
5475// Qos Traffic Profiler Port range properties.
5476type QosPortRange = original.QosPortRange
5477
5478// Parameters that define the resource to query the troubleshooting result.
5479type QueryTroubleshootingParameters = original.QueryTroubleshootingParameters
5480
5481// Radius Server Settings.
5482type RadiusServer = original.RadiusServer
5483
5484// A collective group of information about the record set information.
5485type RecordSet = original.RecordSet
5486
5487// Reference to a public IP address.
5488type ReferencedPublicIPAddress = original.ReferencedPublicIPAddress
5489
5490// Common resource representation.
5491type Resource = original.Resource
5492
5493// ResourceNavigationLink resource.
5494type ResourceNavigationLink = original.ResourceNavigationLink
5495
5496// Properties of ResourceNavigationLink.
5497type ResourceNavigationLinkFormat = original.ResourceNavigationLinkFormat
5498
5499// ResourceNavigationLinksClient contains the methods for the ResourceNavigationLinks group.
5500// Don't use this type directly, use NewResourceNavigationLinksClient() instead.
5501type ResourceNavigationLinksClient = original.ResourceNavigationLinksClient
5502
5503// ResourceNavigationLinksListOptions contains the optional parameters for the ResourceNavigationLinks.List method.
5504type ResourceNavigationLinksListOptions = original.ResourceNavigationLinksListOptions
5505
5506// Response for ResourceNavigationLinks_List operation.
5507type ResourceNavigationLinksListResult = original.ResourceNavigationLinksListResult
5508
5509// ResourceNavigationLinksListResultResponse is the response envelope for operations that return a ResourceNavigationLinksListResult type.
5510type ResourceNavigationLinksListResultResponse = original.ResourceNavigationLinksListResultResponse
5511
5512// The base resource set for visibility and auto-approval.
5513type ResourceSet = original.ResourceSet
5514
5515// Parameters that define the retention policy for flow log.
5516type RetentionPolicyParameters = original.RetentionPolicyParameters
5517
5518// Route resource.
5519type Route = original.Route
5520
5521// Route Filter Resource.
5522type RouteFilter = original.RouteFilter
5523
5524// Response for the ListRouteFilters API service call.
5525type RouteFilterListResult = original.RouteFilterListResult
5526
5527// RouteFilterListResultPager provides iteration over RouteFilterListResult pages.
5528type RouteFilterListResultPager = original.RouteFilterListResultPager
5529
5530// RouteFilterListResultResponse is the response envelope for operations that return a RouteFilterListResult type.
5531type RouteFilterListResultResponse = original.RouteFilterListResultResponse
5532
5533// RouteFilterPoller provides polling facilities until the operation completes
5534type RouteFilterPoller = original.RouteFilterPoller
5535
5536// RouteFilterPollerResponse is the response envelope for operations that asynchronously return a RouteFilter type.
5537type RouteFilterPollerResponse = original.RouteFilterPollerResponse
5538
5539// Route Filter Resource.
5540type RouteFilterPropertiesFormat = original.RouteFilterPropertiesFormat
5541
5542// RouteFilterResponse is the response envelope for operations that return a RouteFilter type.
5543type RouteFilterResponse = original.RouteFilterResponse
5544
5545// Route Filter Rule Resource.
5546type RouteFilterRule = original.RouteFilterRule
5547
5548// Response for the ListRouteFilterRules API service call.
5549type RouteFilterRuleListResult = original.RouteFilterRuleListResult
5550
5551// RouteFilterRuleListResultPager provides iteration over RouteFilterRuleListResult pages.
5552type RouteFilterRuleListResultPager = original.RouteFilterRuleListResultPager
5553
5554// RouteFilterRuleListResultResponse is the response envelope for operations that return a RouteFilterRuleListResult type.
5555type RouteFilterRuleListResultResponse = original.RouteFilterRuleListResultResponse
5556
5557// RouteFilterRulePoller provides polling facilities until the operation completes
5558type RouteFilterRulePoller = original.RouteFilterRulePoller
5559
5560// RouteFilterRulePollerResponse is the response envelope for operations that asynchronously return a RouteFilterRule type.
5561type RouteFilterRulePollerResponse = original.RouteFilterRulePollerResponse
5562
5563// Route Filter Rule Resource.
5564type RouteFilterRulePropertiesFormat = original.RouteFilterRulePropertiesFormat
5565
5566// RouteFilterRuleResponse is the response envelope for operations that return a RouteFilterRule type.
5567type RouteFilterRuleResponse = original.RouteFilterRuleResponse
5568
5569// RouteFilterRulesBeginCreateOrUpdateOptions contains the optional parameters for the RouteFilterRules.BeginCreateOrUpdate method.
5570type RouteFilterRulesBeginCreateOrUpdateOptions = original.RouteFilterRulesBeginCreateOrUpdateOptions
5571
5572// RouteFilterRulesBeginDeleteOptions contains the optional parameters for the RouteFilterRules.BeginDelete method.
5573type RouteFilterRulesBeginDeleteOptions = original.RouteFilterRulesBeginDeleteOptions
5574
5575// RouteFilterRulesClient contains the methods for the RouteFilterRules group.
5576// Don't use this type directly, use NewRouteFilterRulesClient() instead.
5577type RouteFilterRulesClient = original.RouteFilterRulesClient
5578
5579// RouteFilterRulesGetOptions contains the optional parameters for the RouteFilterRules.Get method.
5580type RouteFilterRulesGetOptions = original.RouteFilterRulesGetOptions
5581
5582// RouteFilterRulesListByRouteFilterOptions contains the optional parameters for the RouteFilterRules.ListByRouteFilter method.
5583type RouteFilterRulesListByRouteFilterOptions = original.RouteFilterRulesListByRouteFilterOptions
5584
5585// RouteFiltersBeginCreateOrUpdateOptions contains the optional parameters for the RouteFilters.BeginCreateOrUpdate method.
5586type RouteFiltersBeginCreateOrUpdateOptions = original.RouteFiltersBeginCreateOrUpdateOptions
5587
5588// RouteFiltersBeginDeleteOptions contains the optional parameters for the RouteFilters.BeginDelete method.
5589type RouteFiltersBeginDeleteOptions = original.RouteFiltersBeginDeleteOptions
5590
5591// RouteFiltersClient contains the methods for the RouteFilters group.
5592// Don't use this type directly, use NewRouteFiltersClient() instead.
5593type RouteFiltersClient = original.RouteFiltersClient
5594
5595// RouteFiltersGetOptions contains the optional parameters for the RouteFilters.Get method.
5596type RouteFiltersGetOptions = original.RouteFiltersGetOptions
5597
5598// RouteFiltersListByResourceGroupOptions contains the optional parameters for the RouteFilters.ListByResourceGroup method.
5599type RouteFiltersListByResourceGroupOptions = original.RouteFiltersListByResourceGroupOptions
5600
5601// RouteFiltersListOptions contains the optional parameters for the RouteFilters.List method.
5602type RouteFiltersListOptions = original.RouteFiltersListOptions
5603
5604// RouteFiltersUpdateTagsOptions contains the optional parameters for the RouteFilters.UpdateTags method.
5605type RouteFiltersUpdateTagsOptions = original.RouteFiltersUpdateTagsOptions
5606
5607// Response for the ListRoute API service call.
5608type RouteListResult = original.RouteListResult
5609
5610// RouteListResultPager provides iteration over RouteListResult pages.
5611type RouteListResultPager = original.RouteListResultPager
5612
5613// RouteListResultResponse is the response envelope for operations that return a RouteListResult type.
5614type RouteListResultResponse = original.RouteListResultResponse
5615
5616// RoutePoller provides polling facilities until the operation completes
5617type RoutePoller = original.RoutePoller
5618
5619// RoutePollerResponse is the response envelope for operations that asynchronously return a Route type.
5620type RoutePollerResponse = original.RoutePollerResponse
5621
5622// Route resource.
5623type RoutePropertiesFormat = original.RoutePropertiesFormat
5624
5625// RouteResponse is the response envelope for operations that return a Route type.
5626type RouteResponse = original.RouteResponse
5627
5628// Route table resource.
5629type RouteTable = original.RouteTable
5630
5631// Response for the ListRouteTable API service call.
5632type RouteTableListResult = original.RouteTableListResult
5633
5634// RouteTableListResultPager provides iteration over RouteTableListResult pages.
5635type RouteTableListResultPager = original.RouteTableListResultPager
5636
5637// RouteTableListResultResponse is the response envelope for operations that return a RouteTableListResult type.
5638type RouteTableListResultResponse = original.RouteTableListResultResponse
5639
5640// RouteTablePoller provides polling facilities until the operation completes
5641type RouteTablePoller = original.RouteTablePoller
5642
5643// RouteTablePollerResponse is the response envelope for operations that asynchronously return a RouteTable type.
5644type RouteTablePollerResponse = original.RouteTablePollerResponse
5645
5646// Route Table resource.
5647type RouteTablePropertiesFormat = original.RouteTablePropertiesFormat
5648
5649// RouteTableResponse is the response envelope for operations that return a RouteTable type.
5650type RouteTableResponse = original.RouteTableResponse
5651
5652// RouteTablesBeginCreateOrUpdateOptions contains the optional parameters for the RouteTables.BeginCreateOrUpdate method.
5653type RouteTablesBeginCreateOrUpdateOptions = original.RouteTablesBeginCreateOrUpdateOptions
5654
5655// RouteTablesBeginDeleteOptions contains the optional parameters for the RouteTables.BeginDelete method.
5656type RouteTablesBeginDeleteOptions = original.RouteTablesBeginDeleteOptions
5657
5658// RouteTablesClient contains the methods for the RouteTables group.
5659// Don't use this type directly, use NewRouteTablesClient() instead.
5660type RouteTablesClient = original.RouteTablesClient
5661
5662// RouteTablesGetOptions contains the optional parameters for the RouteTables.Get method.
5663type RouteTablesGetOptions = original.RouteTablesGetOptions
5664
5665// RouteTablesListAllOptions contains the optional parameters for the RouteTables.ListAll method.
5666type RouteTablesListAllOptions = original.RouteTablesListAllOptions
5667
5668// RouteTablesListOptions contains the optional parameters for the RouteTables.List method.
5669type RouteTablesListOptions = original.RouteTablesListOptions
5670
5671// RouteTablesUpdateTagsOptions contains the optional parameters for the RouteTables.UpdateTags method.
5672type RouteTablesUpdateTagsOptions = original.RouteTablesUpdateTagsOptions
5673
5674// RoutesBeginCreateOrUpdateOptions contains the optional parameters for the Routes.BeginCreateOrUpdate method.
5675type RoutesBeginCreateOrUpdateOptions = original.RoutesBeginCreateOrUpdateOptions
5676
5677// RoutesBeginDeleteOptions contains the optional parameters for the Routes.BeginDelete method.
5678type RoutesBeginDeleteOptions = original.RoutesBeginDeleteOptions
5679
5680// RoutesClient contains the methods for the Routes group.
5681// Don't use this type directly, use NewRoutesClient() instead.
5682type RoutesClient = original.RoutesClient
5683
5684// RoutesGetOptions contains the optional parameters for the Routes.Get method.
5685type RoutesGetOptions = original.RoutesGetOptions
5686
5687// RoutesListOptions contains the optional parameters for the Routes.List method.
5688type RoutesListOptions = original.RoutesListOptions
5689
5690// Routing Configuration indicating the associated and propagated route tables for this connection.
5691type RoutingConfiguration = original.RoutingConfiguration
5692
5693// Network interface and all its associated security rules.
5694type SecurityGroupNetworkInterface = original.SecurityGroupNetworkInterface
5695
5696// Parameters that define the VM to check security groups for.
5697type SecurityGroupViewParameters = original.SecurityGroupViewParameters
5698
5699// The information about security rules applied to the specified VM.
5700type SecurityGroupViewResult = original.SecurityGroupViewResult
5701
5702// SecurityGroupViewResultPoller provides polling facilities until the operation completes
5703type SecurityGroupViewResultPoller = original.SecurityGroupViewResultPoller
5704
5705// SecurityGroupViewResultPollerResponse is the response envelope for operations that asynchronously return a SecurityGroupViewResult type.
5706type SecurityGroupViewResultPollerResponse = original.SecurityGroupViewResultPollerResponse
5707
5708// SecurityGroupViewResultResponse is the response envelope for operations that return a SecurityGroupViewResult type.
5709type SecurityGroupViewResultResponse = original.SecurityGroupViewResultResponse
5710
5711// Security Partner Provider resource.
5712type SecurityPartnerProvider = original.SecurityPartnerProvider
5713
5714// Response for ListSecurityPartnerProviders API service call.
5715type SecurityPartnerProviderListResult = original.SecurityPartnerProviderListResult
5716
5717// SecurityPartnerProviderListResultPager provides iteration over SecurityPartnerProviderListResult pages.
5718type SecurityPartnerProviderListResultPager = original.SecurityPartnerProviderListResultPager
5719
5720// SecurityPartnerProviderListResultResponse is the response envelope for operations that return a SecurityPartnerProviderListResult type.
5721type SecurityPartnerProviderListResultResponse = original.SecurityPartnerProviderListResultResponse
5722
5723// SecurityPartnerProviderPoller provides polling facilities until the operation completes
5724type SecurityPartnerProviderPoller = original.SecurityPartnerProviderPoller
5725
5726// SecurityPartnerProviderPollerResponse is the response envelope for operations that asynchronously return a SecurityPartnerProvider type.
5727type SecurityPartnerProviderPollerResponse = original.SecurityPartnerProviderPollerResponse
5728
5729// Properties of the Security Partner Provider.
5730type SecurityPartnerProviderPropertiesFormat = original.SecurityPartnerProviderPropertiesFormat
5731
5732// SecurityPartnerProviderResponse is the response envelope for operations that return a SecurityPartnerProvider type.
5733type SecurityPartnerProviderResponse = original.SecurityPartnerProviderResponse
5734
5735// SecurityPartnerProvidersBeginCreateOrUpdateOptions contains the optional parameters for the SecurityPartnerProviders.BeginCreateOrUpdate method.
5736type SecurityPartnerProvidersBeginCreateOrUpdateOptions = original.SecurityPartnerProvidersBeginCreateOrUpdateOptions
5737
5738// SecurityPartnerProvidersBeginDeleteOptions contains the optional parameters for the SecurityPartnerProviders.BeginDelete method.
5739type SecurityPartnerProvidersBeginDeleteOptions = original.SecurityPartnerProvidersBeginDeleteOptions
5740
5741// SecurityPartnerProvidersClient contains the methods for the SecurityPartnerProviders group.
5742// Don't use this type directly, use NewSecurityPartnerProvidersClient() instead.
5743type SecurityPartnerProvidersClient = original.SecurityPartnerProvidersClient
5744
5745// SecurityPartnerProvidersGetOptions contains the optional parameters for the SecurityPartnerProviders.Get method.
5746type SecurityPartnerProvidersGetOptions = original.SecurityPartnerProvidersGetOptions
5747
5748// SecurityPartnerProvidersListByResourceGroupOptions contains the optional parameters for the SecurityPartnerProviders.ListByResourceGroup method.
5749type SecurityPartnerProvidersListByResourceGroupOptions = original.SecurityPartnerProvidersListByResourceGroupOptions
5750
5751// SecurityPartnerProvidersListOptions contains the optional parameters for the SecurityPartnerProviders.List method.
5752type SecurityPartnerProvidersListOptions = original.SecurityPartnerProvidersListOptions
5753
5754// SecurityPartnerProvidersUpdateTagsOptions contains the optional parameters for the SecurityPartnerProviders.UpdateTags method.
5755type SecurityPartnerProvidersUpdateTagsOptions = original.SecurityPartnerProvidersUpdateTagsOptions
5756
5757// Network security rule.
5758type SecurityRule = original.SecurityRule
5759
5760// All security rules associated with the network interface.
5761type SecurityRuleAssociations = original.SecurityRuleAssociations
5762
5763// Response for ListSecurityRule API service call. Retrieves all security rules that belongs to a network security group.
5764type SecurityRuleListResult = original.SecurityRuleListResult
5765
5766// SecurityRuleListResultPager provides iteration over SecurityRuleListResult pages.
5767type SecurityRuleListResultPager = original.SecurityRuleListResultPager
5768
5769// SecurityRuleListResultResponse is the response envelope for operations that return a SecurityRuleListResult type.
5770type SecurityRuleListResultResponse = original.SecurityRuleListResultResponse
5771
5772// SecurityRulePoller provides polling facilities until the operation completes
5773type SecurityRulePoller = original.SecurityRulePoller
5774
5775// SecurityRulePollerResponse is the response envelope for operations that asynchronously return a SecurityRule type.
5776type SecurityRulePollerResponse = original.SecurityRulePollerResponse
5777
5778// Security rule resource.
5779type SecurityRulePropertiesFormat = original.SecurityRulePropertiesFormat
5780
5781// SecurityRuleResponse is the response envelope for operations that return a SecurityRule type.
5782type SecurityRuleResponse = original.SecurityRuleResponse
5783
5784// SecurityRulesBeginCreateOrUpdateOptions contains the optional parameters for the SecurityRules.BeginCreateOrUpdate method.
5785type SecurityRulesBeginCreateOrUpdateOptions = original.SecurityRulesBeginCreateOrUpdateOptions
5786
5787// SecurityRulesBeginDeleteOptions contains the optional parameters for the SecurityRules.BeginDelete method.
5788type SecurityRulesBeginDeleteOptions = original.SecurityRulesBeginDeleteOptions
5789
5790// SecurityRulesClient contains the methods for the SecurityRules group.
5791// Don't use this type directly, use NewSecurityRulesClient() instead.
5792type SecurityRulesClient = original.SecurityRulesClient
5793
5794// SecurityRulesGetOptions contains the optional parameters for the SecurityRules.Get method.
5795type SecurityRulesGetOptions = original.SecurityRulesGetOptions
5796
5797// SecurityRulesListOptions contains the optional parameters for the SecurityRules.List method.
5798type SecurityRulesListOptions = original.SecurityRulesListOptions
5799
5800// ServiceAssociationLink resource.
5801type ServiceAssociationLink = original.ServiceAssociationLink
5802
5803// Properties of ServiceAssociationLink.
5804type ServiceAssociationLinkPropertiesFormat = original.ServiceAssociationLinkPropertiesFormat
5805
5806// ServiceAssociationLinksClient contains the methods for the ServiceAssociationLinks group.
5807// Don't use this type directly, use NewServiceAssociationLinksClient() instead.
5808type ServiceAssociationLinksClient = original.ServiceAssociationLinksClient
5809
5810// ServiceAssociationLinksListOptions contains the optional parameters for the ServiceAssociationLinks.List method.
5811type ServiceAssociationLinksListOptions = original.ServiceAssociationLinksListOptions
5812
5813// Response for ServiceAssociationLinks_List operation.
5814type ServiceAssociationLinksListResult = original.ServiceAssociationLinksListResult
5815
5816// ServiceAssociationLinksListResultResponse is the response envelope for operations that return a ServiceAssociationLinksListResult type.
5817type ServiceAssociationLinksListResultResponse = original.ServiceAssociationLinksListResultResponse
5818
5819// Properties of a service delegation.
5820type ServiceDelegationPropertiesFormat = original.ServiceDelegationPropertiesFormat
5821
5822// ServiceEndpointPoliciesBeginCreateOrUpdateOptions contains the optional parameters for the ServiceEndpointPolicies.BeginCreateOrUpdate method.
5823type ServiceEndpointPoliciesBeginCreateOrUpdateOptions = original.ServiceEndpointPoliciesBeginCreateOrUpdateOptions
5824
5825// ServiceEndpointPoliciesBeginDeleteOptions contains the optional parameters for the ServiceEndpointPolicies.BeginDelete method.
5826type ServiceEndpointPoliciesBeginDeleteOptions = original.ServiceEndpointPoliciesBeginDeleteOptions
5827
5828// ServiceEndpointPoliciesClient contains the methods for the ServiceEndpointPolicies group.
5829// Don't use this type directly, use NewServiceEndpointPoliciesClient() instead.
5830type ServiceEndpointPoliciesClient = original.ServiceEndpointPoliciesClient
5831
5832// ServiceEndpointPoliciesGetOptions contains the optional parameters for the ServiceEndpointPolicies.Get method.
5833type ServiceEndpointPoliciesGetOptions = original.ServiceEndpointPoliciesGetOptions
5834
5835// ServiceEndpointPoliciesListByResourceGroupOptions contains the optional parameters for the ServiceEndpointPolicies.ListByResourceGroup method.
5836type ServiceEndpointPoliciesListByResourceGroupOptions = original.ServiceEndpointPoliciesListByResourceGroupOptions
5837
5838// ServiceEndpointPoliciesListOptions contains the optional parameters for the ServiceEndpointPolicies.List method.
5839type ServiceEndpointPoliciesListOptions = original.ServiceEndpointPoliciesListOptions
5840
5841// ServiceEndpointPoliciesUpdateTagsOptions contains the optional parameters for the ServiceEndpointPolicies.UpdateTags method.
5842type ServiceEndpointPoliciesUpdateTagsOptions = original.ServiceEndpointPoliciesUpdateTagsOptions
5843
5844// Service End point policy resource.
5845type ServiceEndpointPolicy = original.ServiceEndpointPolicy
5846
5847// Service Endpoint policy definitions.
5848type ServiceEndpointPolicyDefinition = original.ServiceEndpointPolicyDefinition
5849
5850// Response for ListServiceEndpointPolicyDefinition API service call. Retrieves all service endpoint policy definition that belongs to a service endpoint
5851// policy.
5852type ServiceEndpointPolicyDefinitionListResult = original.ServiceEndpointPolicyDefinitionListResult
5853
5854// ServiceEndpointPolicyDefinitionListResultPager provides iteration over ServiceEndpointPolicyDefinitionListResult pages.
5855type ServiceEndpointPolicyDefinitionListResultPager = original.ServiceEndpointPolicyDefinitionListResultPager
5856
5857// ServiceEndpointPolicyDefinitionListResultResponse is the response envelope for operations that return a ServiceEndpointPolicyDefinitionListResult type.
5858type ServiceEndpointPolicyDefinitionListResultResponse = original.ServiceEndpointPolicyDefinitionListResultResponse
5859
5860// ServiceEndpointPolicyDefinitionPoller provides polling facilities until the operation completes
5861type ServiceEndpointPolicyDefinitionPoller = original.ServiceEndpointPolicyDefinitionPoller
5862
5863// ServiceEndpointPolicyDefinitionPollerResponse is the response envelope for operations that asynchronously return a ServiceEndpointPolicyDefinition type.
5864type ServiceEndpointPolicyDefinitionPollerResponse = original.ServiceEndpointPolicyDefinitionPollerResponse
5865
5866// Service Endpoint policy definition resource.
5867type ServiceEndpointPolicyDefinitionPropertiesFormat = original.ServiceEndpointPolicyDefinitionPropertiesFormat
5868
5869// ServiceEndpointPolicyDefinitionResponse is the response envelope for operations that return a ServiceEndpointPolicyDefinition type.
5870type ServiceEndpointPolicyDefinitionResponse = original.ServiceEndpointPolicyDefinitionResponse
5871
5872// ServiceEndpointPolicyDefinitionsBeginCreateOrUpdateOptions contains the optional parameters for the ServiceEndpointPolicyDefinitions.BeginCreateOrUpdate
5873// method.
5874type ServiceEndpointPolicyDefinitionsBeginCreateOrUpdateOptions = original.ServiceEndpointPolicyDefinitionsBeginCreateOrUpdateOptions
5875
5876// ServiceEndpointPolicyDefinitionsBeginDeleteOptions contains the optional parameters for the ServiceEndpointPolicyDefinitions.BeginDelete method.
5877type ServiceEndpointPolicyDefinitionsBeginDeleteOptions = original.ServiceEndpointPolicyDefinitionsBeginDeleteOptions
5878
5879// ServiceEndpointPolicyDefinitionsClient contains the methods for the ServiceEndpointPolicyDefinitions group.
5880// Don't use this type directly, use NewServiceEndpointPolicyDefinitionsClient() instead.
5881type ServiceEndpointPolicyDefinitionsClient = original.ServiceEndpointPolicyDefinitionsClient
5882
5883// ServiceEndpointPolicyDefinitionsGetOptions contains the optional parameters for the ServiceEndpointPolicyDefinitions.Get method.
5884type ServiceEndpointPolicyDefinitionsGetOptions = original.ServiceEndpointPolicyDefinitionsGetOptions
5885
5886// ServiceEndpointPolicyDefinitionsListByResourceGroupOptions contains the optional parameters for the ServiceEndpointPolicyDefinitions.ListByResourceGroup
5887// method.
5888type ServiceEndpointPolicyDefinitionsListByResourceGroupOptions = original.ServiceEndpointPolicyDefinitionsListByResourceGroupOptions
5889
5890// Response for ListServiceEndpointPolicies API service call.
5891type ServiceEndpointPolicyListResult = original.ServiceEndpointPolicyListResult
5892
5893// ServiceEndpointPolicyListResultPager provides iteration over ServiceEndpointPolicyListResult pages.
5894type ServiceEndpointPolicyListResultPager = original.ServiceEndpointPolicyListResultPager
5895
5896// ServiceEndpointPolicyListResultResponse is the response envelope for operations that return a ServiceEndpointPolicyListResult type.
5897type ServiceEndpointPolicyListResultResponse = original.ServiceEndpointPolicyListResultResponse
5898
5899// ServiceEndpointPolicyPoller provides polling facilities until the operation completes
5900type ServiceEndpointPolicyPoller = original.ServiceEndpointPolicyPoller
5901
5902// ServiceEndpointPolicyPollerResponse is the response envelope for operations that asynchronously return a ServiceEndpointPolicy type.
5903type ServiceEndpointPolicyPollerResponse = original.ServiceEndpointPolicyPollerResponse
5904
5905// Service Endpoint Policy resource.
5906type ServiceEndpointPolicyPropertiesFormat = original.ServiceEndpointPolicyPropertiesFormat
5907
5908// ServiceEndpointPolicyResponse is the response envelope for operations that return a ServiceEndpointPolicy type.
5909type ServiceEndpointPolicyResponse = original.ServiceEndpointPolicyResponse
5910
5911// The service endpoint properties.
5912type ServiceEndpointPropertiesFormat = original.ServiceEndpointPropertiesFormat
5913
5914// The service tag information.
5915type ServiceTagInformation = original.ServiceTagInformation
5916
5917// Properties of the service tag information.
5918type ServiceTagInformationPropertiesFormat = original.ServiceTagInformationPropertiesFormat
5919
5920// ServiceTagsClient contains the methods for the ServiceTags group.
5921// Don't use this type directly, use NewServiceTagsClient() instead.
5922type ServiceTagsClient = original.ServiceTagsClient
5923
5924// ServiceTagsListOptions contains the optional parameters for the ServiceTags.List method.
5925type ServiceTagsListOptions = original.ServiceTagsListOptions
5926
5927// Response for the ListServiceTags API service call.
5928type ServiceTagsListResult = original.ServiceTagsListResult
5929
5930// ServiceTagsListResultResponse is the response envelope for operations that return a ServiceTagsListResult type.
5931type ServiceTagsListResultResponse = original.ServiceTagsListResultResponse
5932
5933// List of session IDs.
5934type SessionIDs = original.SessionIDs
5935
5936// List of all Static Routes.
5937type StaticRoute = original.StaticRoute
5938
5939// StringArrayResponse is the response envelope for operations that return a []string type.
5940type StringArrayResponse = original.StringArrayResponse
5941
5942// StringPoller provides polling facilities until the operation completes
5943type StringPoller = original.StringPoller
5944
5945// StringPollerResponse is the response envelope for operations that asynchronously return a string type.
5946type StringPollerResponse = original.StringPollerResponse
5947
5948// StringResponse is the response envelope for operations that return a string type.
5949type StringResponse = original.StringResponse
5950
5951// Reference to another subresource.
5952type SubResource = original.SubResource
5953
5954// Subnet in a virtual network resource.
5955type Subnet = original.Subnet
5956
5957// Subnet and it's custom security rules.
5958type SubnetAssociation = original.SubnetAssociation
5959
5960// Response for ListSubnets API service callRetrieves all subnet that belongs to a virtual network.
5961type SubnetListResult = original.SubnetListResult
5962
5963// SubnetListResultPager provides iteration over SubnetListResult pages.
5964type SubnetListResultPager = original.SubnetListResultPager
5965
5966// SubnetListResultResponse is the response envelope for operations that return a SubnetListResult type.
5967type SubnetListResultResponse = original.SubnetListResultResponse
5968
5969// SubnetPoller provides polling facilities until the operation completes
5970type SubnetPoller = original.SubnetPoller
5971
5972// SubnetPollerResponse is the response envelope for operations that asynchronously return a Subnet type.
5973type SubnetPollerResponse = original.SubnetPollerResponse
5974
5975// Properties of the subnet.
5976type SubnetPropertiesFormat = original.SubnetPropertiesFormat
5977
5978// SubnetResponse is the response envelope for operations that return a Subnet type.
5979type SubnetResponse = original.SubnetResponse
5980
5981// SubnetsBeginCreateOrUpdateOptions contains the optional parameters for the Subnets.BeginCreateOrUpdate method.
5982type SubnetsBeginCreateOrUpdateOptions = original.SubnetsBeginCreateOrUpdateOptions
5983
5984// SubnetsBeginDeleteOptions contains the optional parameters for the Subnets.BeginDelete method.
5985type SubnetsBeginDeleteOptions = original.SubnetsBeginDeleteOptions
5986
5987// SubnetsBeginPrepareNetworkPoliciesOptions contains the optional parameters for the Subnets.BeginPrepareNetworkPolicies method.
5988type SubnetsBeginPrepareNetworkPoliciesOptions = original.SubnetsBeginPrepareNetworkPoliciesOptions
5989
5990// SubnetsBeginUnprepareNetworkPoliciesOptions contains the optional parameters for the Subnets.BeginUnprepareNetworkPolicies method.
5991type SubnetsBeginUnprepareNetworkPoliciesOptions = original.SubnetsBeginUnprepareNetworkPoliciesOptions
5992
5993// SubnetsClient contains the methods for the Subnets group.
5994// Don't use this type directly, use NewSubnetsClient() instead.
5995type SubnetsClient = original.SubnetsClient
5996
5997// SubnetsGetOptions contains the optional parameters for the Subnets.Get method.
5998type SubnetsGetOptions = original.SubnetsGetOptions
5999
6000// SubnetsListOptions contains the optional parameters for the Subnets.List method.
6001type SubnetsListOptions = original.SubnetsListOptions
6002
6003// Tags object for patch operations.
6004type TagsObject = original.TagsObject
6005
6006// Topology of the specified resource group.
6007type Topology = original.Topology
6008
6009// Resources that have an association with the parent resource.
6010type TopologyAssociation = original.TopologyAssociation
6011
6012// Parameters that define the representation of topology.
6013type TopologyParameters = original.TopologyParameters
6014
6015// The network resource topology information for the given resource group.
6016type TopologyResource = original.TopologyResource
6017
6018// TopologyResponse is the response envelope for operations that return a Topology type.
6019type TopologyResponse = original.TopologyResponse
6020
6021// Parameters that define the configuration of traffic analytics.
6022type TrafficAnalyticsConfigurationProperties = original.TrafficAnalyticsConfigurationProperties
6023
6024// Parameters that define the configuration of traffic analytics.
6025type TrafficAnalyticsProperties = original.TrafficAnalyticsProperties
6026
6027// An traffic selector policy for a virtual network gateway connection.
6028type TrafficSelectorPolicy = original.TrafficSelectorPolicy
6029
6030// Information gained from troubleshooting of specified resource.
6031type TroubleshootingDetails = original.TroubleshootingDetails
6032
6033// Parameters that define the resource to troubleshoot.
6034type TroubleshootingParameters = original.TroubleshootingParameters
6035
6036// Storage location provided for troubleshoot.
6037type TroubleshootingProperties = original.TroubleshootingProperties
6038
6039// Recommended actions based on discovered issues.
6040type TroubleshootingRecommendedActions = original.TroubleshootingRecommendedActions
6041
6042// Troubleshooting information gained from specified resource.
6043type TroubleshootingResult = original.TroubleshootingResult
6044
6045// TroubleshootingResultPoller provides polling facilities until the operation completes
6046type TroubleshootingResultPoller = original.TroubleshootingResultPoller
6047
6048// TroubleshootingResultPollerResponse is the response envelope for operations that asynchronously return a TroubleshootingResult type.
6049type TroubleshootingResultPollerResponse = original.TroubleshootingResultPollerResponse
6050
6051// TroubleshootingResultResponse is the response envelope for operations that return a TroubleshootingResult type.
6052type TroubleshootingResultResponse = original.TroubleshootingResultResponse
6053
6054// VirtualNetworkGatewayConnection properties.
6055type TunnelConnectionHealth = original.TunnelConnectionHealth
6056
6057// Details of UnprepareNetworkPolicies for Subnet.
6058type UnprepareNetworkPoliciesRequest = original.UnprepareNetworkPoliciesRequest
6059
6060// The network resource usage.
6061type Usage = original.Usage
6062
6063// The usage names.
6064type UsageName = original.UsageName
6065
6066// UsagesClient contains the methods for the Usages group.
6067// Don't use this type directly, use NewUsagesClient() instead.
6068type UsagesClient = original.UsagesClient
6069
6070// UsagesListOptions contains the optional parameters for the Usages.List method.
6071type UsagesListOptions = original.UsagesListOptions
6072
6073// The list usages operation response.
6074type UsagesListResult = original.UsagesListResult
6075
6076// UsagesListResultPager provides iteration over UsagesListResult pages.
6077type UsagesListResultPager = original.UsagesListResultPager
6078
6079// UsagesListResultResponse is the response envelope for operations that return a UsagesListResult type.
6080type UsagesListResultResponse = original.UsagesListResultResponse
6081
6082// Describes a Virtual Machine.
6083type VM = original.VM
6084
6085// Parameters that define the IP flow to be verified.
6086type VerificationIPFlowParameters = original.VerificationIPFlowParameters
6087
6088// Results of IP flow verification on the target resource.
6089type VerificationIPFlowResult = original.VerificationIPFlowResult
6090
6091// VerificationIPFlowResultPoller provides polling facilities until the operation completes
6092type VerificationIPFlowResultPoller = original.VerificationIPFlowResultPoller
6093
6094// VerificationIPFlowResultPollerResponse is the response envelope for operations that asynchronously return a VerificationIPFlowResult type.
6095type VerificationIPFlowResultPollerResponse = original.VerificationIPFlowResultPollerResponse
6096
6097// VerificationIPFlowResultResponse is the response envelope for operations that return a VerificationIPFlowResult type.
6098type VerificationIPFlowResultResponse = original.VerificationIPFlowResultResponse
6099
6100// Network Virtual Appliance NIC properties.
6101type VirtualApplianceNicProperties = original.VirtualApplianceNicProperties
6102
6103// Network Virtual Appliance Sku Properties.
6104type VirtualApplianceSKUProperties = original.VirtualApplianceSKUProperties
6105
6106// VirtualApplianceSKUsClient contains the methods for the VirtualApplianceSKUs group.
6107// Don't use this type directly, use NewVirtualApplianceSKUsClient() instead.
6108type VirtualApplianceSKUsClient = original.VirtualApplianceSKUsClient
6109
6110// VirtualApplianceSKUsGetOptions contains the optional parameters for the VirtualApplianceSKUs.Get method.
6111type VirtualApplianceSKUsGetOptions = original.VirtualApplianceSKUsGetOptions
6112
6113// VirtualApplianceSKUsListOptions contains the optional parameters for the VirtualApplianceSKUs.List method.
6114type VirtualApplianceSKUsListOptions = original.VirtualApplianceSKUsListOptions
6115
6116// Virtual Appliance Site resource.
6117type VirtualApplianceSite = original.VirtualApplianceSite
6118
6119// VirtualApplianceSitePoller provides polling facilities until the operation completes
6120type VirtualApplianceSitePoller = original.VirtualApplianceSitePoller
6121
6122// VirtualApplianceSitePollerResponse is the response envelope for operations that asynchronously return a VirtualApplianceSite type.
6123type VirtualApplianceSitePollerResponse = original.VirtualApplianceSitePollerResponse
6124
6125// Properties of the rule group.
6126type VirtualApplianceSiteProperties = original.VirtualApplianceSiteProperties
6127
6128// VirtualApplianceSiteResponse is the response envelope for operations that return a VirtualApplianceSite type.
6129type VirtualApplianceSiteResponse = original.VirtualApplianceSiteResponse
6130
6131// VirtualApplianceSitesBeginCreateOrUpdateOptions contains the optional parameters for the VirtualApplianceSites.BeginCreateOrUpdate method.
6132type VirtualApplianceSitesBeginCreateOrUpdateOptions = original.VirtualApplianceSitesBeginCreateOrUpdateOptions
6133
6134// VirtualApplianceSitesBeginDeleteOptions contains the optional parameters for the VirtualApplianceSites.BeginDelete method.
6135type VirtualApplianceSitesBeginDeleteOptions = original.VirtualApplianceSitesBeginDeleteOptions
6136
6137// VirtualApplianceSitesClient contains the methods for the VirtualApplianceSites group.
6138// Don't use this type directly, use NewVirtualApplianceSitesClient() instead.
6139type VirtualApplianceSitesClient = original.VirtualApplianceSitesClient
6140
6141// VirtualApplianceSitesGetOptions contains the optional parameters for the VirtualApplianceSites.Get method.
6142type VirtualApplianceSitesGetOptions = original.VirtualApplianceSitesGetOptions
6143
6144// VirtualApplianceSitesListOptions contains the optional parameters for the VirtualApplianceSites.List method.
6145type VirtualApplianceSitesListOptions = original.VirtualApplianceSitesListOptions
6146
6147// VirtualHub Resource.
6148type VirtualHub = original.VirtualHub
6149
6150// VirtualHubBgpConnectionBeginCreateOrUpdateOptions contains the optional parameters for the VirtualHubBgpConnection.BeginCreateOrUpdate method.
6151type VirtualHubBgpConnectionBeginCreateOrUpdateOptions = original.VirtualHubBgpConnectionBeginCreateOrUpdateOptions
6152
6153// VirtualHubBgpConnectionBeginDeleteOptions contains the optional parameters for the VirtualHubBgpConnection.BeginDelete method.
6154type VirtualHubBgpConnectionBeginDeleteOptions = original.VirtualHubBgpConnectionBeginDeleteOptions
6155
6156// VirtualHubBgpConnectionClient contains the methods for the VirtualHubBgpConnection group.
6157// Don't use this type directly, use NewVirtualHubBgpConnectionClient() instead.
6158type VirtualHubBgpConnectionClient = original.VirtualHubBgpConnectionClient
6159
6160// VirtualHubBgpConnectionGetOptions contains the optional parameters for the VirtualHubBgpConnection.Get method.
6161type VirtualHubBgpConnectionGetOptions = original.VirtualHubBgpConnectionGetOptions
6162
6163// VirtualHubBgpConnectionsBeginListAdvertisedRoutesOptions contains the optional parameters for the VirtualHubBgpConnections.BeginListAdvertisedRoutes
6164// method.
6165type VirtualHubBgpConnectionsBeginListAdvertisedRoutesOptions = original.VirtualHubBgpConnectionsBeginListAdvertisedRoutesOptions
6166
6167// VirtualHubBgpConnectionsBeginListLearnedRoutesOptions contains the optional parameters for the VirtualHubBgpConnections.BeginListLearnedRoutes method.
6168type VirtualHubBgpConnectionsBeginListLearnedRoutesOptions = original.VirtualHubBgpConnectionsBeginListLearnedRoutesOptions
6169
6170// VirtualHubBgpConnectionsClient contains the methods for the VirtualHubBgpConnections group.
6171// Don't use this type directly, use NewVirtualHubBgpConnectionsClient() instead.
6172type VirtualHubBgpConnectionsClient = original.VirtualHubBgpConnectionsClient
6173
6174// VirtualHubBgpConnectionsListOptions contains the optional parameters for the VirtualHubBgpConnections.List method.
6175type VirtualHubBgpConnectionsListOptions = original.VirtualHubBgpConnectionsListOptions
6176
6177// The effective route configured on the virtual hub or specified resource.
6178type VirtualHubEffectiveRoute = original.VirtualHubEffectiveRoute
6179
6180// EffectiveRoutes List.
6181type VirtualHubEffectiveRouteList = original.VirtualHubEffectiveRouteList
6182
6183// Virtual Hub identifier.
6184type VirtualHubID = original.VirtualHubID
6185
6186// VirtualHubIPConfigurationBeginCreateOrUpdateOptions contains the optional parameters for the VirtualHubIPConfiguration.BeginCreateOrUpdate method.
6187type VirtualHubIPConfigurationBeginCreateOrUpdateOptions = original.VirtualHubIPConfigurationBeginCreateOrUpdateOptions
6188
6189// VirtualHubIPConfigurationBeginDeleteOptions contains the optional parameters for the VirtualHubIPConfiguration.BeginDelete method.
6190type VirtualHubIPConfigurationBeginDeleteOptions = original.VirtualHubIPConfigurationBeginDeleteOptions
6191
6192// VirtualHubIPConfigurationClient contains the methods for the VirtualHubIPConfiguration group.
6193// Don't use this type directly, use NewVirtualHubIPConfigurationClient() instead.
6194type VirtualHubIPConfigurationClient = original.VirtualHubIPConfigurationClient
6195
6196// VirtualHubIPConfigurationGetOptions contains the optional parameters for the VirtualHubIPConfiguration.Get method.
6197type VirtualHubIPConfigurationGetOptions = original.VirtualHubIPConfigurationGetOptions
6198
6199// VirtualHubIPConfigurationListOptions contains the optional parameters for the VirtualHubIPConfiguration.List method.
6200type VirtualHubIPConfigurationListOptions = original.VirtualHubIPConfigurationListOptions
6201
6202// VirtualHubPoller provides polling facilities until the operation completes
6203type VirtualHubPoller = original.VirtualHubPoller
6204
6205// VirtualHubPollerResponse is the response envelope for operations that asynchronously return a VirtualHub type.
6206type VirtualHubPollerResponse = original.VirtualHubPollerResponse
6207
6208// Parameters for VirtualHub.
6209type VirtualHubProperties = original.VirtualHubProperties
6210
6211// VirtualHubResponse is the response envelope for operations that return a VirtualHub type.
6212type VirtualHubResponse = original.VirtualHubResponse
6213
6214// VirtualHub route.
6215type VirtualHubRoute = original.VirtualHubRoute
6216
6217// VirtualHub route table.
6218type VirtualHubRouteTable = original.VirtualHubRouteTable
6219
6220// VirtualHubRouteTableV2 Resource.
6221type VirtualHubRouteTableV2 = original.VirtualHubRouteTableV2
6222
6223// VirtualHubRouteTableV2Poller provides polling facilities until the operation completes
6224type VirtualHubRouteTableV2Poller = original.VirtualHubRouteTableV2Poller
6225
6226// VirtualHubRouteTableV2PollerResponse is the response envelope for operations that asynchronously return a VirtualHubRouteTableV2 type.
6227type VirtualHubRouteTableV2PollerResponse = original.VirtualHubRouteTableV2PollerResponse
6228
6229// Parameters for VirtualHubRouteTableV2.
6230type VirtualHubRouteTableV2Properties = original.VirtualHubRouteTableV2Properties
6231
6232// VirtualHubRouteTableV2Response is the response envelope for operations that return a VirtualHubRouteTableV2 type.
6233type VirtualHubRouteTableV2Response = original.VirtualHubRouteTableV2Response
6234
6235// VirtualHubRouteTableV2SBeginCreateOrUpdateOptions contains the optional parameters for the VirtualHubRouteTableV2S.BeginCreateOrUpdate method.
6236type VirtualHubRouteTableV2SBeginCreateOrUpdateOptions = original.VirtualHubRouteTableV2SBeginCreateOrUpdateOptions
6237
6238// VirtualHubRouteTableV2SBeginDeleteOptions contains the optional parameters for the VirtualHubRouteTableV2S.BeginDelete method.
6239type VirtualHubRouteTableV2SBeginDeleteOptions = original.VirtualHubRouteTableV2SBeginDeleteOptions
6240
6241// VirtualHubRouteTableV2SClient contains the methods for the VirtualHubRouteTableV2S group.
6242// Don't use this type directly, use NewVirtualHubRouteTableV2SClient() instead.
6243type VirtualHubRouteTableV2SClient = original.VirtualHubRouteTableV2SClient
6244
6245// VirtualHubRouteTableV2SGetOptions contains the optional parameters for the VirtualHubRouteTableV2S.Get method.
6246type VirtualHubRouteTableV2SGetOptions = original.VirtualHubRouteTableV2SGetOptions
6247
6248// VirtualHubRouteTableV2SListOptions contains the optional parameters for the VirtualHubRouteTableV2S.List method.
6249type VirtualHubRouteTableV2SListOptions = original.VirtualHubRouteTableV2SListOptions
6250
6251// VirtualHubRouteTableV2 route.
6252type VirtualHubRouteV2 = original.VirtualHubRouteV2
6253
6254// VirtualHubsBeginCreateOrUpdateOptions contains the optional parameters for the VirtualHubs.BeginCreateOrUpdate method.
6255type VirtualHubsBeginCreateOrUpdateOptions = original.VirtualHubsBeginCreateOrUpdateOptions
6256
6257// VirtualHubsBeginDeleteOptions contains the optional parameters for the VirtualHubs.BeginDelete method.
6258type VirtualHubsBeginDeleteOptions = original.VirtualHubsBeginDeleteOptions
6259
6260// VirtualHubsBeginGetEffectiveVirtualHubRoutesOptions contains the optional parameters for the VirtualHubs.BeginGetEffectiveVirtualHubRoutes method.
6261type VirtualHubsBeginGetEffectiveVirtualHubRoutesOptions = original.VirtualHubsBeginGetEffectiveVirtualHubRoutesOptions
6262
6263// VirtualHubsClient contains the methods for the VirtualHubs group.
6264// Don't use this type directly, use NewVirtualHubsClient() instead.
6265type VirtualHubsClient = original.VirtualHubsClient
6266
6267// VirtualHubsGetOptions contains the optional parameters for the VirtualHubs.Get method.
6268type VirtualHubsGetOptions = original.VirtualHubsGetOptions
6269
6270// VirtualHubsListByResourceGroupOptions contains the optional parameters for the VirtualHubs.ListByResourceGroup method.
6271type VirtualHubsListByResourceGroupOptions = original.VirtualHubsListByResourceGroupOptions
6272
6273// VirtualHubsListOptions contains the optional parameters for the VirtualHubs.List method.
6274type VirtualHubsListOptions = original.VirtualHubsListOptions
6275
6276// VirtualHubsUpdateTagsOptions contains the optional parameters for the VirtualHubs.UpdateTags method.
6277type VirtualHubsUpdateTagsOptions = original.VirtualHubsUpdateTagsOptions
6278
6279// Virtual Network resource.
6280type VirtualNetwork = original.VirtualNetwork
6281
6282// Bgp Communities sent over ExpressRoute with each route corresponding to a prefix in this VNET.
6283type VirtualNetworkBgpCommunities = original.VirtualNetworkBgpCommunities
6284
6285// A reference to VirtualNetworkGateway or LocalNetworkGateway resource.
6286type VirtualNetworkConnectionGatewayReference = original.VirtualNetworkConnectionGatewayReference
6287
6288// A common class for general resource information.
6289type VirtualNetworkGateway = original.VirtualNetworkGateway
6290
6291// A common class for general resource information.
6292type VirtualNetworkGatewayConnection = original.VirtualNetworkGatewayConnection
6293
6294// A common class for general resource information.
6295type VirtualNetworkGatewayConnectionListEntity = original.VirtualNetworkGatewayConnectionListEntity
6296
6297// VirtualNetworkGatewayConnection properties.
6298type VirtualNetworkGatewayConnectionListEntityPropertiesFormat = original.VirtualNetworkGatewayConnectionListEntityPropertiesFormat
6299
6300// Response for the ListVirtualNetworkGatewayConnections API service call.
6301type VirtualNetworkGatewayConnectionListResult = original.VirtualNetworkGatewayConnectionListResult
6302
6303// VirtualNetworkGatewayConnectionListResultPager provides iteration over VirtualNetworkGatewayConnectionListResult pages.
6304type VirtualNetworkGatewayConnectionListResultPager = original.VirtualNetworkGatewayConnectionListResultPager
6305
6306// VirtualNetworkGatewayConnectionListResultResponse is the response envelope for operations that return a VirtualNetworkGatewayConnectionListResult type.
6307type VirtualNetworkGatewayConnectionListResultResponse = original.VirtualNetworkGatewayConnectionListResultResponse
6308
6309// VirtualNetworkGatewayConnectionPoller provides polling facilities until the operation completes
6310type VirtualNetworkGatewayConnectionPoller = original.VirtualNetworkGatewayConnectionPoller
6311
6312// VirtualNetworkGatewayConnectionPollerResponse is the response envelope for operations that asynchronously return a VirtualNetworkGatewayConnection type.
6313type VirtualNetworkGatewayConnectionPollerResponse = original.VirtualNetworkGatewayConnectionPollerResponse
6314
6315// VirtualNetworkGatewayConnection properties.
6316type VirtualNetworkGatewayConnectionPropertiesFormat = original.VirtualNetworkGatewayConnectionPropertiesFormat
6317
6318// VirtualNetworkGatewayConnectionResponse is the response envelope for operations that return a VirtualNetworkGatewayConnection type.
6319type VirtualNetworkGatewayConnectionResponse = original.VirtualNetworkGatewayConnectionResponse
6320
6321// VirtualNetworkGatewayConnectionsBeginCreateOrUpdateOptions contains the optional parameters for the VirtualNetworkGatewayConnections.BeginCreateOrUpdate
6322// method.
6323type VirtualNetworkGatewayConnectionsBeginCreateOrUpdateOptions = original.VirtualNetworkGatewayConnectionsBeginCreateOrUpdateOptions
6324
6325// VirtualNetworkGatewayConnectionsBeginDeleteOptions contains the optional parameters for the VirtualNetworkGatewayConnections.BeginDelete method.
6326type VirtualNetworkGatewayConnectionsBeginDeleteOptions = original.VirtualNetworkGatewayConnectionsBeginDeleteOptions
6327
6328// VirtualNetworkGatewayConnectionsBeginResetSharedKeyOptions contains the optional parameters for the VirtualNetworkGatewayConnections.BeginResetSharedKey
6329// method.
6330type VirtualNetworkGatewayConnectionsBeginResetSharedKeyOptions = original.VirtualNetworkGatewayConnectionsBeginResetSharedKeyOptions
6331
6332// VirtualNetworkGatewayConnectionsBeginSetSharedKeyOptions contains the optional parameters for the VirtualNetworkGatewayConnections.BeginSetSharedKey
6333// method.
6334type VirtualNetworkGatewayConnectionsBeginSetSharedKeyOptions = original.VirtualNetworkGatewayConnectionsBeginSetSharedKeyOptions
6335
6336// VirtualNetworkGatewayConnectionsBeginStartPacketCaptureOptions contains the optional parameters for the VirtualNetworkGatewayConnections.BeginStartPacketCapture
6337// method.
6338type VirtualNetworkGatewayConnectionsBeginStartPacketCaptureOptions = original.VirtualNetworkGatewayConnectionsBeginStartPacketCaptureOptions
6339
6340// VirtualNetworkGatewayConnectionsBeginStopPacketCaptureOptions contains the optional parameters for the VirtualNetworkGatewayConnections.BeginStopPacketCapture
6341// method.
6342type VirtualNetworkGatewayConnectionsBeginStopPacketCaptureOptions = original.VirtualNetworkGatewayConnectionsBeginStopPacketCaptureOptions
6343
6344// VirtualNetworkGatewayConnectionsBeginUpdateTagsOptions contains the optional parameters for the VirtualNetworkGatewayConnections.BeginUpdateTags method.
6345type VirtualNetworkGatewayConnectionsBeginUpdateTagsOptions = original.VirtualNetworkGatewayConnectionsBeginUpdateTagsOptions
6346
6347// VirtualNetworkGatewayConnectionsClient contains the methods for the VirtualNetworkGatewayConnections group.
6348// Don't use this type directly, use NewVirtualNetworkGatewayConnectionsClient() instead.
6349type VirtualNetworkGatewayConnectionsClient = original.VirtualNetworkGatewayConnectionsClient
6350
6351// VirtualNetworkGatewayConnectionsGetOptions contains the optional parameters for the VirtualNetworkGatewayConnections.Get method.
6352type VirtualNetworkGatewayConnectionsGetOptions = original.VirtualNetworkGatewayConnectionsGetOptions
6353
6354// VirtualNetworkGatewayConnectionsGetSharedKeyOptions contains the optional parameters for the VirtualNetworkGatewayConnections.GetSharedKey method.
6355type VirtualNetworkGatewayConnectionsGetSharedKeyOptions = original.VirtualNetworkGatewayConnectionsGetSharedKeyOptions
6356
6357// VirtualNetworkGatewayConnectionsListOptions contains the optional parameters for the VirtualNetworkGatewayConnections.List method.
6358type VirtualNetworkGatewayConnectionsListOptions = original.VirtualNetworkGatewayConnectionsListOptions
6359
6360// IP configuration for virtual network gateway.
6361type VirtualNetworkGatewayIPConfiguration = original.VirtualNetworkGatewayIPConfiguration
6362
6363// Properties of VirtualNetworkGatewayIPConfiguration.
6364type VirtualNetworkGatewayIPConfigurationPropertiesFormat = original.VirtualNetworkGatewayIPConfigurationPropertiesFormat
6365
6366// Response for the VirtualNetworkGatewayListConnections API service call.
6367type VirtualNetworkGatewayListConnectionsResult = original.VirtualNetworkGatewayListConnectionsResult
6368
6369// VirtualNetworkGatewayListConnectionsResultPager provides iteration over VirtualNetworkGatewayListConnectionsResult pages.
6370type VirtualNetworkGatewayListConnectionsResultPager = original.VirtualNetworkGatewayListConnectionsResultPager
6371
6372// VirtualNetworkGatewayListConnectionsResultResponse is the response envelope for operations that return a VirtualNetworkGatewayListConnectionsResult type.
6373type VirtualNetworkGatewayListConnectionsResultResponse = original.VirtualNetworkGatewayListConnectionsResultResponse
6374
6375// Response for the ListVirtualNetworkGateways API service call.
6376type VirtualNetworkGatewayListResult = original.VirtualNetworkGatewayListResult
6377
6378// VirtualNetworkGatewayListResultPager provides iteration over VirtualNetworkGatewayListResult pages.
6379type VirtualNetworkGatewayListResultPager = original.VirtualNetworkGatewayListResultPager
6380
6381// VirtualNetworkGatewayListResultResponse is the response envelope for operations that return a VirtualNetworkGatewayListResult type.
6382type VirtualNetworkGatewayListResultResponse = original.VirtualNetworkGatewayListResultResponse
6383
6384// VirtualNetworkGatewayPoller provides polling facilities until the operation completes
6385type VirtualNetworkGatewayPoller = original.VirtualNetworkGatewayPoller
6386
6387// VirtualNetworkGatewayPollerResponse is the response envelope for operations that asynchronously return a VirtualNetworkGateway type.
6388type VirtualNetworkGatewayPollerResponse = original.VirtualNetworkGatewayPollerResponse
6389
6390// VirtualNetworkGateway properties.
6391type VirtualNetworkGatewayPropertiesFormat = original.VirtualNetworkGatewayPropertiesFormat
6392
6393// VirtualNetworkGatewayResponse is the response envelope for operations that return a VirtualNetworkGateway type.
6394type VirtualNetworkGatewayResponse = original.VirtualNetworkGatewayResponse
6395
6396// VirtualNetworkGatewaySku details.
6397type VirtualNetworkGatewaySKU = original.VirtualNetworkGatewaySKU
6398
6399// VirtualNetworkGatewaysBeginCreateOrUpdateOptions contains the optional parameters for the VirtualNetworkGateways.BeginCreateOrUpdate method.
6400type VirtualNetworkGatewaysBeginCreateOrUpdateOptions = original.VirtualNetworkGatewaysBeginCreateOrUpdateOptions
6401
6402// VirtualNetworkGatewaysBeginDeleteOptions contains the optional parameters for the VirtualNetworkGateways.BeginDelete method.
6403type VirtualNetworkGatewaysBeginDeleteOptions = original.VirtualNetworkGatewaysBeginDeleteOptions
6404
6405// VirtualNetworkGatewaysBeginDisconnectVirtualNetworkGatewayVpnConnectionsOptions contains the optional parameters for the VirtualNetworkGateways.BeginDisconnectVirtualNetworkGatewayVpnConnections
6406// method.
6407type VirtualNetworkGatewaysBeginDisconnectVirtualNetworkGatewayVpnConnectionsOptions = original.VirtualNetworkGatewaysBeginDisconnectVirtualNetworkGatewayVpnConnectionsOptions
6408
6409// VirtualNetworkGatewaysBeginGenerateVpnProfileOptions contains the optional parameters for the VirtualNetworkGateways.BeginGenerateVpnProfile method.
6410type VirtualNetworkGatewaysBeginGenerateVpnProfileOptions = original.VirtualNetworkGatewaysBeginGenerateVpnProfileOptions
6411
6412// VirtualNetworkGatewaysBeginGeneratevpnclientpackageOptions contains the optional parameters for the VirtualNetworkGateways.BeginGeneratevpnclientpackage
6413// method.
6414type VirtualNetworkGatewaysBeginGeneratevpnclientpackageOptions = original.VirtualNetworkGatewaysBeginGeneratevpnclientpackageOptions
6415
6416// VirtualNetworkGatewaysBeginGetAdvertisedRoutesOptions contains the optional parameters for the VirtualNetworkGateways.BeginGetAdvertisedRoutes method.
6417type VirtualNetworkGatewaysBeginGetAdvertisedRoutesOptions = original.VirtualNetworkGatewaysBeginGetAdvertisedRoutesOptions
6418
6419// VirtualNetworkGatewaysBeginGetBgpPeerStatusOptions contains the optional parameters for the VirtualNetworkGateways.BeginGetBgpPeerStatus method.
6420type VirtualNetworkGatewaysBeginGetBgpPeerStatusOptions = original.VirtualNetworkGatewaysBeginGetBgpPeerStatusOptions
6421
6422// VirtualNetworkGatewaysBeginGetLearnedRoutesOptions contains the optional parameters for the VirtualNetworkGateways.BeginGetLearnedRoutes method.
6423type VirtualNetworkGatewaysBeginGetLearnedRoutesOptions = original.VirtualNetworkGatewaysBeginGetLearnedRoutesOptions
6424
6425// VirtualNetworkGatewaysBeginGetVpnProfilePackageURLOptions contains the optional parameters for the VirtualNetworkGateways.BeginGetVpnProfilePackageURL
6426// method.
6427type VirtualNetworkGatewaysBeginGetVpnProfilePackageURLOptions = original.VirtualNetworkGatewaysBeginGetVpnProfilePackageURLOptions
6428
6429// VirtualNetworkGatewaysBeginGetVpnclientConnectionHealthOptions contains the optional parameters for the VirtualNetworkGateways.BeginGetVpnclientConnectionHealth
6430// method.
6431type VirtualNetworkGatewaysBeginGetVpnclientConnectionHealthOptions = original.VirtualNetworkGatewaysBeginGetVpnclientConnectionHealthOptions
6432
6433// VirtualNetworkGatewaysBeginGetVpnclientIPsecParametersOptions contains the optional parameters for the VirtualNetworkGateways.BeginGetVpnclientIPsecParameters
6434// method.
6435type VirtualNetworkGatewaysBeginGetVpnclientIPsecParametersOptions = original.VirtualNetworkGatewaysBeginGetVpnclientIPsecParametersOptions
6436
6437// VirtualNetworkGatewaysBeginResetOptions contains the optional parameters for the VirtualNetworkGateways.BeginReset method.
6438type VirtualNetworkGatewaysBeginResetOptions = original.VirtualNetworkGatewaysBeginResetOptions
6439
6440// VirtualNetworkGatewaysBeginResetVpnClientSharedKeyOptions contains the optional parameters for the VirtualNetworkGateways.BeginResetVpnClientSharedKey
6441// method.
6442type VirtualNetworkGatewaysBeginResetVpnClientSharedKeyOptions = original.VirtualNetworkGatewaysBeginResetVpnClientSharedKeyOptions
6443
6444// VirtualNetworkGatewaysBeginSetVpnclientIPsecParametersOptions contains the optional parameters for the VirtualNetworkGateways.BeginSetVpnclientIPsecParameters
6445// method.
6446type VirtualNetworkGatewaysBeginSetVpnclientIPsecParametersOptions = original.VirtualNetworkGatewaysBeginSetVpnclientIPsecParametersOptions
6447
6448// VirtualNetworkGatewaysBeginStartPacketCaptureOptions contains the optional parameters for the VirtualNetworkGateways.BeginStartPacketCapture method.
6449type VirtualNetworkGatewaysBeginStartPacketCaptureOptions = original.VirtualNetworkGatewaysBeginStartPacketCaptureOptions
6450
6451// VirtualNetworkGatewaysBeginStopPacketCaptureOptions contains the optional parameters for the VirtualNetworkGateways.BeginStopPacketCapture method.
6452type VirtualNetworkGatewaysBeginStopPacketCaptureOptions = original.VirtualNetworkGatewaysBeginStopPacketCaptureOptions
6453
6454// VirtualNetworkGatewaysBeginUpdateTagsOptions contains the optional parameters for the VirtualNetworkGateways.BeginUpdateTags method.
6455type VirtualNetworkGatewaysBeginUpdateTagsOptions = original.VirtualNetworkGatewaysBeginUpdateTagsOptions
6456
6457// VirtualNetworkGatewaysClient contains the methods for the VirtualNetworkGateways group.
6458// Don't use this type directly, use NewVirtualNetworkGatewaysClient() instead.
6459type VirtualNetworkGatewaysClient = original.VirtualNetworkGatewaysClient
6460
6461// VirtualNetworkGatewaysGetOptions contains the optional parameters for the VirtualNetworkGateways.Get method.
6462type VirtualNetworkGatewaysGetOptions = original.VirtualNetworkGatewaysGetOptions
6463
6464// VirtualNetworkGatewaysListConnectionsOptions contains the optional parameters for the VirtualNetworkGateways.ListConnections method.
6465type VirtualNetworkGatewaysListConnectionsOptions = original.VirtualNetworkGatewaysListConnectionsOptions
6466
6467// VirtualNetworkGatewaysListOptions contains the optional parameters for the VirtualNetworkGateways.List method.
6468type VirtualNetworkGatewaysListOptions = original.VirtualNetworkGatewaysListOptions
6469
6470// VirtualNetworkGatewaysSupportedVpnDevicesOptions contains the optional parameters for the VirtualNetworkGateways.SupportedVpnDevices method.
6471type VirtualNetworkGatewaysSupportedVpnDevicesOptions = original.VirtualNetworkGatewaysSupportedVpnDevicesOptions
6472
6473// VirtualNetworkGatewaysVpnDeviceConfigurationScriptOptions contains the optional parameters for the VirtualNetworkGateways.VpnDeviceConfigurationScript
6474// method.
6475type VirtualNetworkGatewaysVpnDeviceConfigurationScriptOptions = original.VirtualNetworkGatewaysVpnDeviceConfigurationScriptOptions
6476
6477// Response for the ListVirtualNetworks API service call.
6478type VirtualNetworkListResult = original.VirtualNetworkListResult
6479
6480// VirtualNetworkListResultPager provides iteration over VirtualNetworkListResult pages.
6481type VirtualNetworkListResultPager = original.VirtualNetworkListResultPager
6482
6483// VirtualNetworkListResultResponse is the response envelope for operations that return a VirtualNetworkListResult type.
6484type VirtualNetworkListResultResponse = original.VirtualNetworkListResultResponse
6485
6486// Response for the virtual networks GetUsage API service call.
6487type VirtualNetworkListUsageResult = original.VirtualNetworkListUsageResult
6488
6489// VirtualNetworkListUsageResultPager provides iteration over VirtualNetworkListUsageResult pages.
6490type VirtualNetworkListUsageResultPager = original.VirtualNetworkListUsageResultPager
6491
6492// VirtualNetworkListUsageResultResponse is the response envelope for operations that return a VirtualNetworkListUsageResult type.
6493type VirtualNetworkListUsageResultResponse = original.VirtualNetworkListUsageResultResponse
6494
6495// Peerings in a virtual network resource.
6496type VirtualNetworkPeering = original.VirtualNetworkPeering
6497
6498// Response for ListSubnets API service call. Retrieves all subnets that belong to a virtual network.
6499type VirtualNetworkPeeringListResult = original.VirtualNetworkPeeringListResult
6500
6501// VirtualNetworkPeeringListResultPager provides iteration over VirtualNetworkPeeringListResult pages.
6502type VirtualNetworkPeeringListResultPager = original.VirtualNetworkPeeringListResultPager
6503
6504// VirtualNetworkPeeringListResultResponse is the response envelope for operations that return a VirtualNetworkPeeringListResult type.
6505type VirtualNetworkPeeringListResultResponse = original.VirtualNetworkPeeringListResultResponse
6506
6507// VirtualNetworkPeeringPoller provides polling facilities until the operation completes
6508type VirtualNetworkPeeringPoller = original.VirtualNetworkPeeringPoller
6509
6510// VirtualNetworkPeeringPollerResponse is the response envelope for operations that asynchronously return a VirtualNetworkPeering type.
6511type VirtualNetworkPeeringPollerResponse = original.VirtualNetworkPeeringPollerResponse
6512
6513// Properties of the virtual network peering.
6514type VirtualNetworkPeeringPropertiesFormat = original.VirtualNetworkPeeringPropertiesFormat
6515
6516// VirtualNetworkPeeringResponse is the response envelope for operations that return a VirtualNetworkPeering type.
6517type VirtualNetworkPeeringResponse = original.VirtualNetworkPeeringResponse
6518
6519// VirtualNetworkPeeringsBeginCreateOrUpdateOptions contains the optional parameters for the VirtualNetworkPeerings.BeginCreateOrUpdate method.
6520type VirtualNetworkPeeringsBeginCreateOrUpdateOptions = original.VirtualNetworkPeeringsBeginCreateOrUpdateOptions
6521
6522// VirtualNetworkPeeringsBeginDeleteOptions contains the optional parameters for the VirtualNetworkPeerings.BeginDelete method.
6523type VirtualNetworkPeeringsBeginDeleteOptions = original.VirtualNetworkPeeringsBeginDeleteOptions
6524
6525// VirtualNetworkPeeringsClient contains the methods for the VirtualNetworkPeerings group.
6526// Don't use this type directly, use NewVirtualNetworkPeeringsClient() instead.
6527type VirtualNetworkPeeringsClient = original.VirtualNetworkPeeringsClient
6528
6529// VirtualNetworkPeeringsGetOptions contains the optional parameters for the VirtualNetworkPeerings.Get method.
6530type VirtualNetworkPeeringsGetOptions = original.VirtualNetworkPeeringsGetOptions
6531
6532// VirtualNetworkPeeringsListOptions contains the optional parameters for the VirtualNetworkPeerings.List method.
6533type VirtualNetworkPeeringsListOptions = original.VirtualNetworkPeeringsListOptions
6534
6535// VirtualNetworkPoller provides polling facilities until the operation completes
6536type VirtualNetworkPoller = original.VirtualNetworkPoller
6537
6538// VirtualNetworkPollerResponse is the response envelope for operations that asynchronously return a VirtualNetwork type.
6539type VirtualNetworkPollerResponse = original.VirtualNetworkPollerResponse
6540
6541// Properties of the virtual network.
6542type VirtualNetworkPropertiesFormat = original.VirtualNetworkPropertiesFormat
6543
6544// VirtualNetworkResponse is the response envelope for operations that return a VirtualNetwork type.
6545type VirtualNetworkResponse = original.VirtualNetworkResponse
6546
6547// Virtual Network Tap resource.
6548type VirtualNetworkTap = original.VirtualNetworkTap
6549
6550// Response for ListVirtualNetworkTap API service call.
6551type VirtualNetworkTapListResult = original.VirtualNetworkTapListResult
6552
6553// VirtualNetworkTapListResultPager provides iteration over VirtualNetworkTapListResult pages.
6554type VirtualNetworkTapListResultPager = original.VirtualNetworkTapListResultPager
6555
6556// VirtualNetworkTapListResultResponse is the response envelope for operations that return a VirtualNetworkTapListResult type.
6557type VirtualNetworkTapListResultResponse = original.VirtualNetworkTapListResultResponse
6558
6559// VirtualNetworkTapPoller provides polling facilities until the operation completes
6560type VirtualNetworkTapPoller = original.VirtualNetworkTapPoller
6561
6562// VirtualNetworkTapPollerResponse is the response envelope for operations that asynchronously return a VirtualNetworkTap type.
6563type VirtualNetworkTapPollerResponse = original.VirtualNetworkTapPollerResponse
6564
6565// Virtual Network Tap properties.
6566type VirtualNetworkTapPropertiesFormat = original.VirtualNetworkTapPropertiesFormat
6567
6568// VirtualNetworkTapResponse is the response envelope for operations that return a VirtualNetworkTap type.
6569type VirtualNetworkTapResponse = original.VirtualNetworkTapResponse
6570
6571// VirtualNetworkTapsBeginCreateOrUpdateOptions contains the optional parameters for the VirtualNetworkTaps.BeginCreateOrUpdate method.
6572type VirtualNetworkTapsBeginCreateOrUpdateOptions = original.VirtualNetworkTapsBeginCreateOrUpdateOptions
6573
6574// VirtualNetworkTapsBeginDeleteOptions contains the optional parameters for the VirtualNetworkTaps.BeginDelete method.
6575type VirtualNetworkTapsBeginDeleteOptions = original.VirtualNetworkTapsBeginDeleteOptions
6576
6577// VirtualNetworkTapsClient contains the methods for the VirtualNetworkTaps group.
6578// Don't use this type directly, use NewVirtualNetworkTapsClient() instead.
6579type VirtualNetworkTapsClient = original.VirtualNetworkTapsClient
6580
6581// VirtualNetworkTapsGetOptions contains the optional parameters for the VirtualNetworkTaps.Get method.
6582type VirtualNetworkTapsGetOptions = original.VirtualNetworkTapsGetOptions
6583
6584// VirtualNetworkTapsListAllOptions contains the optional parameters for the VirtualNetworkTaps.ListAll method.
6585type VirtualNetworkTapsListAllOptions = original.VirtualNetworkTapsListAllOptions
6586
6587// VirtualNetworkTapsListByResourceGroupOptions contains the optional parameters for the VirtualNetworkTaps.ListByResourceGroup method.
6588type VirtualNetworkTapsListByResourceGroupOptions = original.VirtualNetworkTapsListByResourceGroupOptions
6589
6590// VirtualNetworkTapsUpdateTagsOptions contains the optional parameters for the VirtualNetworkTaps.UpdateTags method.
6591type VirtualNetworkTapsUpdateTagsOptions = original.VirtualNetworkTapsUpdateTagsOptions
6592
6593// Usage details for subnet.
6594type VirtualNetworkUsage = original.VirtualNetworkUsage
6595
6596// Usage strings container.
6597type VirtualNetworkUsageName = original.VirtualNetworkUsageName
6598
6599// VirtualNetworksBeginCreateOrUpdateOptions contains the optional parameters for the VirtualNetworks.BeginCreateOrUpdate method.
6600type VirtualNetworksBeginCreateOrUpdateOptions = original.VirtualNetworksBeginCreateOrUpdateOptions
6601
6602// VirtualNetworksBeginDeleteOptions contains the optional parameters for the VirtualNetworks.BeginDelete method.
6603type VirtualNetworksBeginDeleteOptions = original.VirtualNetworksBeginDeleteOptions
6604
6605// VirtualNetworksCheckIPAddressAvailabilityOptions contains the optional parameters for the VirtualNetworks.CheckIPAddressAvailability method.
6606type VirtualNetworksCheckIPAddressAvailabilityOptions = original.VirtualNetworksCheckIPAddressAvailabilityOptions
6607
6608// VirtualNetworksClient contains the methods for the VirtualNetworks group.
6609// Don't use this type directly, use NewVirtualNetworksClient() instead.
6610type VirtualNetworksClient = original.VirtualNetworksClient
6611
6612// VirtualNetworksGetOptions contains the optional parameters for the VirtualNetworks.Get method.
6613type VirtualNetworksGetOptions = original.VirtualNetworksGetOptions
6614
6615// VirtualNetworksListAllOptions contains the optional parameters for the VirtualNetworks.ListAll method.
6616type VirtualNetworksListAllOptions = original.VirtualNetworksListAllOptions
6617
6618// VirtualNetworksListOptions contains the optional parameters for the VirtualNetworks.List method.
6619type VirtualNetworksListOptions = original.VirtualNetworksListOptions
6620
6621// VirtualNetworksListUsageOptions contains the optional parameters for the VirtualNetworks.ListUsage method.
6622type VirtualNetworksListUsageOptions = original.VirtualNetworksListUsageOptions
6623
6624// VirtualNetworksUpdateTagsOptions contains the optional parameters for the VirtualNetworks.UpdateTags method.
6625type VirtualNetworksUpdateTagsOptions = original.VirtualNetworksUpdateTagsOptions
6626
6627// VirtualRouter Resource.
6628type VirtualRouter = original.VirtualRouter
6629
6630// Response for ListVirtualRouters API service call.
6631type VirtualRouterListResult = original.VirtualRouterListResult
6632
6633// VirtualRouterListResultPager provides iteration over VirtualRouterListResult pages.
6634type VirtualRouterListResultPager = original.VirtualRouterListResultPager
6635
6636// VirtualRouterListResultResponse is the response envelope for operations that return a VirtualRouterListResult type.
6637type VirtualRouterListResultResponse = original.VirtualRouterListResultResponse
6638
6639// Virtual Router Peering resource.
6640type VirtualRouterPeering = original.VirtualRouterPeering
6641
6642// Response for ListVirtualRouterPeerings API service call.
6643type VirtualRouterPeeringListResult = original.VirtualRouterPeeringListResult
6644
6645// VirtualRouterPeeringListResultPager provides iteration over VirtualRouterPeeringListResult pages.
6646type VirtualRouterPeeringListResultPager = original.VirtualRouterPeeringListResultPager
6647
6648// VirtualRouterPeeringListResultResponse is the response envelope for operations that return a VirtualRouterPeeringListResult type.
6649type VirtualRouterPeeringListResultResponse = original.VirtualRouterPeeringListResultResponse
6650
6651// VirtualRouterPeeringPoller provides polling facilities until the operation completes
6652type VirtualRouterPeeringPoller = original.VirtualRouterPeeringPoller
6653
6654// VirtualRouterPeeringPollerResponse is the response envelope for operations that asynchronously return a VirtualRouterPeering type.
6655type VirtualRouterPeeringPollerResponse = original.VirtualRouterPeeringPollerResponse
6656
6657// Properties of the rule group.
6658type VirtualRouterPeeringProperties = original.VirtualRouterPeeringProperties
6659
6660// VirtualRouterPeeringResponse is the response envelope for operations that return a VirtualRouterPeering type.
6661type VirtualRouterPeeringResponse = original.VirtualRouterPeeringResponse
6662
6663// VirtualRouterPeeringsBeginCreateOrUpdateOptions contains the optional parameters for the VirtualRouterPeerings.BeginCreateOrUpdate method.
6664type VirtualRouterPeeringsBeginCreateOrUpdateOptions = original.VirtualRouterPeeringsBeginCreateOrUpdateOptions
6665
6666// VirtualRouterPeeringsBeginDeleteOptions contains the optional parameters for the VirtualRouterPeerings.BeginDelete method.
6667type VirtualRouterPeeringsBeginDeleteOptions = original.VirtualRouterPeeringsBeginDeleteOptions
6668
6669// VirtualRouterPeeringsClient contains the methods for the VirtualRouterPeerings group.
6670// Don't use this type directly, use NewVirtualRouterPeeringsClient() instead.
6671type VirtualRouterPeeringsClient = original.VirtualRouterPeeringsClient
6672
6673// VirtualRouterPeeringsGetOptions contains the optional parameters for the VirtualRouterPeerings.Get method.
6674type VirtualRouterPeeringsGetOptions = original.VirtualRouterPeeringsGetOptions
6675
6676// VirtualRouterPeeringsListOptions contains the optional parameters for the VirtualRouterPeerings.List method.
6677type VirtualRouterPeeringsListOptions = original.VirtualRouterPeeringsListOptions
6678
6679// VirtualRouterPoller provides polling facilities until the operation completes
6680type VirtualRouterPoller = original.VirtualRouterPoller
6681
6682// VirtualRouterPollerResponse is the response envelope for operations that asynchronously return a VirtualRouter type.
6683type VirtualRouterPollerResponse = original.VirtualRouterPollerResponse
6684
6685// Virtual Router definition.
6686type VirtualRouterPropertiesFormat = original.VirtualRouterPropertiesFormat
6687
6688// VirtualRouterResponse is the response envelope for operations that return a VirtualRouter type.
6689type VirtualRouterResponse = original.VirtualRouterResponse
6690
6691// VirtualRoutersBeginCreateOrUpdateOptions contains the optional parameters for the VirtualRouters.BeginCreateOrUpdate method.
6692type VirtualRoutersBeginCreateOrUpdateOptions = original.VirtualRoutersBeginCreateOrUpdateOptions
6693
6694// VirtualRoutersBeginDeleteOptions contains the optional parameters for the VirtualRouters.BeginDelete method.
6695type VirtualRoutersBeginDeleteOptions = original.VirtualRoutersBeginDeleteOptions
6696
6697// VirtualRoutersClient contains the methods for the VirtualRouters group.
6698// Don't use this type directly, use NewVirtualRoutersClient() instead.
6699type VirtualRoutersClient = original.VirtualRoutersClient
6700
6701// VirtualRoutersGetOptions contains the optional parameters for the VirtualRouters.Get method.
6702type VirtualRoutersGetOptions = original.VirtualRoutersGetOptions
6703
6704// VirtualRoutersListByResourceGroupOptions contains the optional parameters for the VirtualRouters.ListByResourceGroup method.
6705type VirtualRoutersListByResourceGroupOptions = original.VirtualRoutersListByResourceGroupOptions
6706
6707// VirtualRoutersListOptions contains the optional parameters for the VirtualRouters.List method.
6708type VirtualRoutersListOptions = original.VirtualRoutersListOptions
6709
6710// VirtualWAN Resource.
6711type VirtualWan = original.VirtualWan
6712
6713// VirtualWanPoller provides polling facilities until the operation completes
6714type VirtualWanPoller = original.VirtualWanPoller
6715
6716// VirtualWanPollerResponse is the response envelope for operations that asynchronously return a VirtualWan type.
6717type VirtualWanPollerResponse = original.VirtualWanPollerResponse
6718
6719// Parameters for VirtualWAN.
6720type VirtualWanProperties = original.VirtualWanProperties
6721
6722// VirtualWanResponse is the response envelope for operations that return a VirtualWan type.
6723type VirtualWanResponse = original.VirtualWanResponse
6724
6725// Collection of SecurityProviders.
6726type VirtualWanSecurityProvider = original.VirtualWanSecurityProvider
6727
6728// Collection of SecurityProviders.
6729type VirtualWanSecurityProviders = original.VirtualWanSecurityProviders
6730
6731// VirtualWanSecurityProvidersResponse is the response envelope for operations that return a VirtualWanSecurityProviders type.
6732type VirtualWanSecurityProvidersResponse = original.VirtualWanSecurityProvidersResponse
6733
6734// Virtual Wan Vpn profile parameters Vpn profile generation.
6735type VirtualWanVpnProfileParameters = original.VirtualWanVpnProfileParameters
6736
6737// VirtualWansBeginCreateOrUpdateOptions contains the optional parameters for the VirtualWans.BeginCreateOrUpdate method.
6738type VirtualWansBeginCreateOrUpdateOptions = original.VirtualWansBeginCreateOrUpdateOptions
6739
6740// VirtualWansBeginDeleteOptions contains the optional parameters for the VirtualWans.BeginDelete method.
6741type VirtualWansBeginDeleteOptions = original.VirtualWansBeginDeleteOptions
6742
6743// VirtualWansClient contains the methods for the VirtualWans group.
6744// Don't use this type directly, use NewVirtualWansClient() instead.
6745type VirtualWansClient = original.VirtualWansClient
6746
6747// VirtualWansGetOptions contains the optional parameters for the VirtualWans.Get method.
6748type VirtualWansGetOptions = original.VirtualWansGetOptions
6749
6750// VirtualWansListByResourceGroupOptions contains the optional parameters for the VirtualWans.ListByResourceGroup method.
6751type VirtualWansListByResourceGroupOptions = original.VirtualWansListByResourceGroupOptions
6752
6753// VirtualWansListOptions contains the optional parameters for the VirtualWans.List method.
6754type VirtualWansListOptions = original.VirtualWansListOptions
6755
6756// VirtualWansUpdateTagsOptions contains the optional parameters for the VirtualWans.UpdateTags method.
6757type VirtualWansUpdateTagsOptions = original.VirtualWansUpdateTagsOptions
6758
6759// List of routes that control routing from VirtualHub into a virtual network connection.
6760type VnetRoute = original.VnetRoute
6761
6762// VpnClientConfiguration for P2S client.
6763type VpnClientConfiguration = original.VpnClientConfiguration
6764
6765// VpnClientConnectionHealth properties.
6766type VpnClientConnectionHealth = original.VpnClientConnectionHealth
6767
6768// VPN client connection health detail.
6769type VpnClientConnectionHealthDetail = original.VpnClientConnectionHealthDetail
6770
6771// List of virtual network gateway vpn client connection health.
6772type VpnClientConnectionHealthDetailListResult = original.VpnClientConnectionHealthDetailListResult
6773
6774// VpnClientConnectionHealthDetailListResultPoller provides polling facilities until the operation completes
6775type VpnClientConnectionHealthDetailListResultPoller = original.VpnClientConnectionHealthDetailListResultPoller
6776
6777// VpnClientConnectionHealthDetailListResultPollerResponse is the response envelope for operations that asynchronously return a VpnClientConnectionHealthDetailListResult
6778// type.
6779type VpnClientConnectionHealthDetailListResultPollerResponse = original.VpnClientConnectionHealthDetailListResultPollerResponse
6780
6781// VpnClientConnectionHealthDetailListResultResponse is the response envelope for operations that return a VpnClientConnectionHealthDetailListResult type.
6782type VpnClientConnectionHealthDetailListResultResponse = original.VpnClientConnectionHealthDetailListResultResponse
6783
6784// An IPSec parameters for a virtual network gateway P2S connection.
6785type VpnClientIPsecParameters = original.VpnClientIPsecParameters
6786
6787// VpnClientIPsecParametersPoller provides polling facilities until the operation completes
6788type VpnClientIPsecParametersPoller = original.VpnClientIPsecParametersPoller
6789
6790// VpnClientIPsecParametersPollerResponse is the response envelope for operations that asynchronously return a VpnClientIPsecParameters type.
6791type VpnClientIPsecParametersPollerResponse = original.VpnClientIPsecParametersPollerResponse
6792
6793// VpnClientIPsecParametersResponse is the response envelope for operations that return a VpnClientIPsecParameters type.
6794type VpnClientIPsecParametersResponse = original.VpnClientIPsecParametersResponse
6795
6796// Vpn Client Parameters for package generation.
6797type VpnClientParameters = original.VpnClientParameters
6798
6799// VPN client revoked certificate of virtual network gateway.
6800type VpnClientRevokedCertificate = original.VpnClientRevokedCertificate
6801
6802// Properties of the revoked VPN client certificate of virtual network gateway.
6803type VpnClientRevokedCertificatePropertiesFormat = original.VpnClientRevokedCertificatePropertiesFormat
6804
6805// VPN client root certificate of virtual network gateway.
6806type VpnClientRootCertificate = original.VpnClientRootCertificate
6807
6808// Properties of SSL certificates of application gateway.
6809type VpnClientRootCertificatePropertiesFormat = original.VpnClientRootCertificatePropertiesFormat
6810
6811// VpnConnection Resource.
6812type VpnConnection = original.VpnConnection
6813
6814// Vpn Connection packet capture parameters supplied to start packet capture on gateway connection.
6815type VpnConnectionPacketCaptureStartParameters = original.VpnConnectionPacketCaptureStartParameters
6816
6817// Vpn Connection packet capture parameters supplied to stop packet capture on gateway connection.
6818type VpnConnectionPacketCaptureStopParameters = original.VpnConnectionPacketCaptureStopParameters
6819
6820// VpnConnectionPoller provides polling facilities until the operation completes
6821type VpnConnectionPoller = original.VpnConnectionPoller
6822
6823// VpnConnectionPollerResponse is the response envelope for operations that asynchronously return a VpnConnection type.
6824type VpnConnectionPollerResponse = original.VpnConnectionPollerResponse
6825
6826// Parameters for VpnConnection.
6827type VpnConnectionProperties = original.VpnConnectionProperties
6828
6829// VpnConnectionResponse is the response envelope for operations that return a VpnConnection type.
6830type VpnConnectionResponse = original.VpnConnectionResponse
6831
6832// VpnConnectionsBeginCreateOrUpdateOptions contains the optional parameters for the VpnConnections.BeginCreateOrUpdate method.
6833type VpnConnectionsBeginCreateOrUpdateOptions = original.VpnConnectionsBeginCreateOrUpdateOptions
6834
6835// VpnConnectionsBeginDeleteOptions contains the optional parameters for the VpnConnections.BeginDelete method.
6836type VpnConnectionsBeginDeleteOptions = original.VpnConnectionsBeginDeleteOptions
6837
6838// VpnConnectionsBeginStartPacketCaptureOptions contains the optional parameters for the VpnConnections.BeginStartPacketCapture method.
6839type VpnConnectionsBeginStartPacketCaptureOptions = original.VpnConnectionsBeginStartPacketCaptureOptions
6840
6841// VpnConnectionsBeginStopPacketCaptureOptions contains the optional parameters for the VpnConnections.BeginStopPacketCapture method.
6842type VpnConnectionsBeginStopPacketCaptureOptions = original.VpnConnectionsBeginStopPacketCaptureOptions
6843
6844// VpnConnectionsClient contains the methods for the VpnConnections group.
6845// Don't use this type directly, use NewVpnConnectionsClient() instead.
6846type VpnConnectionsClient = original.VpnConnectionsClient
6847
6848// VpnConnectionsGetOptions contains the optional parameters for the VpnConnections.Get method.
6849type VpnConnectionsGetOptions = original.VpnConnectionsGetOptions
6850
6851// VpnConnectionsListByVpnGatewayOptions contains the optional parameters for the VpnConnections.ListByVpnGateway method.
6852type VpnConnectionsListByVpnGatewayOptions = original.VpnConnectionsListByVpnGatewayOptions
6853
6854// Vpn device configuration script generation parameters.
6855type VpnDeviceScriptParameters = original.VpnDeviceScriptParameters
6856
6857// VpnGateway Resource.
6858type VpnGateway = original.VpnGateway
6859
6860// IP Configuration of a VPN Gateway Resource.
6861type VpnGatewayIPConfiguration = original.VpnGatewayIPConfiguration
6862
6863// Start packet capture parameters.
6864type VpnGatewayPacketCaptureStartParameters = original.VpnGatewayPacketCaptureStartParameters
6865
6866// Stop packet capture parameters.
6867type VpnGatewayPacketCaptureStopParameters = original.VpnGatewayPacketCaptureStopParameters
6868
6869// VpnGatewayPoller provides polling facilities until the operation completes
6870type VpnGatewayPoller = original.VpnGatewayPoller
6871
6872// VpnGatewayPollerResponse is the response envelope for operations that asynchronously return a VpnGateway type.
6873type VpnGatewayPollerResponse = original.VpnGatewayPollerResponse
6874
6875// Parameters for VpnGateway.
6876type VpnGatewayProperties = original.VpnGatewayProperties
6877
6878// VpnGatewayResponse is the response envelope for operations that return a VpnGateway type.
6879type VpnGatewayResponse = original.VpnGatewayResponse
6880
6881// VpnGatewaysBeginCreateOrUpdateOptions contains the optional parameters for the VpnGateways.BeginCreateOrUpdate method.
6882type VpnGatewaysBeginCreateOrUpdateOptions = original.VpnGatewaysBeginCreateOrUpdateOptions
6883
6884// VpnGatewaysBeginDeleteOptions contains the optional parameters for the VpnGateways.BeginDelete method.
6885type VpnGatewaysBeginDeleteOptions = original.VpnGatewaysBeginDeleteOptions
6886
6887// VpnGatewaysBeginResetOptions contains the optional parameters for the VpnGateways.BeginReset method.
6888type VpnGatewaysBeginResetOptions = original.VpnGatewaysBeginResetOptions
6889
6890// VpnGatewaysBeginStartPacketCaptureOptions contains the optional parameters for the VpnGateways.BeginStartPacketCapture method.
6891type VpnGatewaysBeginStartPacketCaptureOptions = original.VpnGatewaysBeginStartPacketCaptureOptions
6892
6893// VpnGatewaysBeginStopPacketCaptureOptions contains the optional parameters for the VpnGateways.BeginStopPacketCapture method.
6894type VpnGatewaysBeginStopPacketCaptureOptions = original.VpnGatewaysBeginStopPacketCaptureOptions
6895
6896// VpnGatewaysBeginUpdateTagsOptions contains the optional parameters for the VpnGateways.BeginUpdateTags method.
6897type VpnGatewaysBeginUpdateTagsOptions = original.VpnGatewaysBeginUpdateTagsOptions
6898
6899// VpnGatewaysClient contains the methods for the VpnGateways group.
6900// Don't use this type directly, use NewVpnGatewaysClient() instead.
6901type VpnGatewaysClient = original.VpnGatewaysClient
6902
6903// VpnGatewaysGetOptions contains the optional parameters for the VpnGateways.Get method.
6904type VpnGatewaysGetOptions = original.VpnGatewaysGetOptions
6905
6906// VpnGatewaysListByResourceGroupOptions contains the optional parameters for the VpnGateways.ListByResourceGroup method.
6907type VpnGatewaysListByResourceGroupOptions = original.VpnGatewaysListByResourceGroupOptions
6908
6909// VpnGatewaysListOptions contains the optional parameters for the VpnGateways.List method.
6910type VpnGatewaysListOptions = original.VpnGatewaysListOptions
6911
6912// BGP settings details for a link.
6913type VpnLinkBgpSettings = original.VpnLinkBgpSettings
6914
6915// VpnLinkConnectionsClient contains the methods for the VpnLinkConnections group.
6916// Don't use this type directly, use NewVpnLinkConnectionsClient() instead.
6917type VpnLinkConnectionsClient = original.VpnLinkConnectionsClient
6918
6919// VpnLinkConnectionsListByVpnConnectionOptions contains the optional parameters for the VpnLinkConnections.ListByVpnConnection method.
6920type VpnLinkConnectionsListByVpnConnectionOptions = original.VpnLinkConnectionsListByVpnConnectionOptions
6921
6922// List of properties of a link provider.
6923type VpnLinkProviderProperties = original.VpnLinkProviderProperties
6924
6925// Start packet capture parameters on virtual network gateway.
6926type VpnPacketCaptureStartParameters = original.VpnPacketCaptureStartParameters
6927
6928// Stop packet capture parameters.
6929type VpnPacketCaptureStopParameters = original.VpnPacketCaptureStopParameters
6930
6931// Vpn Profile Response for package generation.
6932type VpnProfileResponse = original.VpnProfileResponse
6933
6934// VpnProfileResponsePoller provides polling facilities until the operation completes
6935type VpnProfileResponsePoller = original.VpnProfileResponsePoller
6936
6937// VpnProfileResponsePollerResponse is the response envelope for operations that asynchronously return a VpnProfileResponse type.
6938type VpnProfileResponsePollerResponse = original.VpnProfileResponsePollerResponse
6939
6940// VpnProfileResponseResponse is the response envelope for operations that return a VpnProfileResponse type.
6941type VpnProfileResponseResponse = original.VpnProfileResponseResponse
6942
6943// Properties of the Radius client root certificate of VpnServerConfiguration.
6944type VpnServerConfigRadiusClientRootCertificate = original.VpnServerConfigRadiusClientRootCertificate
6945
6946// Properties of Radius Server root certificate of VpnServerConfiguration.
6947type VpnServerConfigRadiusServerRootCertificate = original.VpnServerConfigRadiusServerRootCertificate
6948
6949// Properties of the revoked VPN client certificate of VpnServerConfiguration.
6950type VpnServerConfigVpnClientRevokedCertificate = original.VpnServerConfigVpnClientRevokedCertificate
6951
6952// Properties of VPN client root certificate of VpnServerConfiguration.
6953type VpnServerConfigVpnClientRootCertificate = original.VpnServerConfigVpnClientRootCertificate
6954
6955// VpnServerConfiguration Resource.
6956type VpnServerConfiguration = original.VpnServerConfiguration
6957
6958// VpnServerConfigurationPoller provides polling facilities until the operation completes
6959type VpnServerConfigurationPoller = original.VpnServerConfigurationPoller
6960
6961// VpnServerConfigurationPollerResponse is the response envelope for operations that asynchronously return a VpnServerConfiguration type.
6962type VpnServerConfigurationPollerResponse = original.VpnServerConfigurationPollerResponse
6963
6964// Parameters for VpnServerConfiguration.
6965type VpnServerConfigurationProperties = original.VpnServerConfigurationProperties
6966
6967// VpnServerConfigurationResponse is the response envelope for operations that return a VpnServerConfiguration type.
6968type VpnServerConfigurationResponse = original.VpnServerConfigurationResponse
6969
6970// VpnServerConfigurationsAssociatedWithVirtualWanBeginListOptions contains the optional parameters for the VpnServerConfigurationsAssociatedWithVirtualWan.BeginList
6971// method.
6972type VpnServerConfigurationsAssociatedWithVirtualWanBeginListOptions = original.VpnServerConfigurationsAssociatedWithVirtualWanBeginListOptions
6973
6974// VpnServerConfigurationsAssociatedWithVirtualWanClient contains the methods for the VpnServerConfigurationsAssociatedWithVirtualWan group.
6975// Don't use this type directly, use NewVpnServerConfigurationsAssociatedWithVirtualWanClient() instead.
6976type VpnServerConfigurationsAssociatedWithVirtualWanClient = original.VpnServerConfigurationsAssociatedWithVirtualWanClient
6977
6978// VpnServerConfigurationsBeginCreateOrUpdateOptions contains the optional parameters for the VpnServerConfigurations.BeginCreateOrUpdate method.
6979type VpnServerConfigurationsBeginCreateOrUpdateOptions = original.VpnServerConfigurationsBeginCreateOrUpdateOptions
6980
6981// VpnServerConfigurationsBeginDeleteOptions contains the optional parameters for the VpnServerConfigurations.BeginDelete method.
6982type VpnServerConfigurationsBeginDeleteOptions = original.VpnServerConfigurationsBeginDeleteOptions
6983
6984// VpnServerConfigurationsClient contains the methods for the VpnServerConfigurations group.
6985// Don't use this type directly, use NewVpnServerConfigurationsClient() instead.
6986type VpnServerConfigurationsClient = original.VpnServerConfigurationsClient
6987
6988// VpnServerConfigurationsGetOptions contains the optional parameters for the VpnServerConfigurations.Get method.
6989type VpnServerConfigurationsGetOptions = original.VpnServerConfigurationsGetOptions
6990
6991// VpnServerConfigurationsListByResourceGroupOptions contains the optional parameters for the VpnServerConfigurations.ListByResourceGroup method.
6992type VpnServerConfigurationsListByResourceGroupOptions = original.VpnServerConfigurationsListByResourceGroupOptions
6993
6994// VpnServerConfigurationsListOptions contains the optional parameters for the VpnServerConfigurations.List method.
6995type VpnServerConfigurationsListOptions = original.VpnServerConfigurationsListOptions
6996
6997// VpnServerConfigurations list associated with VirtualWan Response.
6998type VpnServerConfigurationsResponse = original.VpnServerConfigurationsResponse
6999
7000// VpnServerConfigurationsResponsePoller provides polling facilities until the operation completes
7001type VpnServerConfigurationsResponsePoller = original.VpnServerConfigurationsResponsePoller
7002
7003// VpnServerConfigurationsResponsePollerResponse is the response envelope for operations that asynchronously return a VpnServerConfigurationsResponse type.
7004type VpnServerConfigurationsResponsePollerResponse = original.VpnServerConfigurationsResponsePollerResponse
7005
7006// VpnServerConfigurationsResponseResponse is the response envelope for operations that return a VpnServerConfigurationsResponse type.
7007type VpnServerConfigurationsResponseResponse = original.VpnServerConfigurationsResponseResponse
7008
7009// VpnServerConfigurationsUpdateTagsOptions contains the optional parameters for the VpnServerConfigurations.UpdateTags method.
7010type VpnServerConfigurationsUpdateTagsOptions = original.VpnServerConfigurationsUpdateTagsOptions
7011
7012// VpnSite Resource.
7013type VpnSite = original.VpnSite
7014
7015// VpnSite Resource.
7016type VpnSiteID = original.VpnSiteID
7017
7018// VpnSiteLink Resource.
7019type VpnSiteLink = original.VpnSiteLink
7020
7021// VpnSiteLinkConnection Resource.
7022type VpnSiteLinkConnection = original.VpnSiteLinkConnection
7023
7024// Parameters for VpnConnection.
7025type VpnSiteLinkConnectionProperties = original.VpnSiteLinkConnectionProperties
7026
7027// VpnSiteLinkConnectionResponse is the response envelope for operations that return a VpnSiteLinkConnection type.
7028type VpnSiteLinkConnectionResponse = original.VpnSiteLinkConnectionResponse
7029
7030// VpnSiteLinkConnectionsClient contains the methods for the VpnSiteLinkConnections group.
7031// Don't use this type directly, use NewVpnSiteLinkConnectionsClient() instead.
7032type VpnSiteLinkConnectionsClient = original.VpnSiteLinkConnectionsClient
7033
7034// VpnSiteLinkConnectionsGetOptions contains the optional parameters for the VpnSiteLinkConnections.Get method.
7035type VpnSiteLinkConnectionsGetOptions = original.VpnSiteLinkConnectionsGetOptions
7036
7037// Parameters for VpnSite.
7038type VpnSiteLinkProperties = original.VpnSiteLinkProperties
7039
7040// VpnSiteLinkResponse is the response envelope for operations that return a VpnSiteLink type.
7041type VpnSiteLinkResponse = original.VpnSiteLinkResponse
7042
7043// VpnSiteLinksClient contains the methods for the VpnSiteLinks group.
7044// Don't use this type directly, use NewVpnSiteLinksClient() instead.
7045type VpnSiteLinksClient = original.VpnSiteLinksClient
7046
7047// VpnSiteLinksGetOptions contains the optional parameters for the VpnSiteLinks.Get method.
7048type VpnSiteLinksGetOptions = original.VpnSiteLinksGetOptions
7049
7050// VpnSiteLinksListByVpnSiteOptions contains the optional parameters for the VpnSiteLinks.ListByVpnSite method.
7051type VpnSiteLinksListByVpnSiteOptions = original.VpnSiteLinksListByVpnSiteOptions
7052
7053// VpnSitePoller provides polling facilities until the operation completes
7054type VpnSitePoller = original.VpnSitePoller
7055
7056// VpnSitePollerResponse is the response envelope for operations that asynchronously return a VpnSite type.
7057type VpnSitePollerResponse = original.VpnSitePollerResponse
7058
7059// Parameters for VpnSite.
7060type VpnSiteProperties = original.VpnSiteProperties
7061
7062// VpnSiteResponse is the response envelope for operations that return a VpnSite type.
7063type VpnSiteResponse = original.VpnSiteResponse
7064
7065// VpnSitesBeginCreateOrUpdateOptions contains the optional parameters for the VpnSites.BeginCreateOrUpdate method.
7066type VpnSitesBeginCreateOrUpdateOptions = original.VpnSitesBeginCreateOrUpdateOptions
7067
7068// VpnSitesBeginDeleteOptions contains the optional parameters for the VpnSites.BeginDelete method.
7069type VpnSitesBeginDeleteOptions = original.VpnSitesBeginDeleteOptions
7070
7071// VpnSitesClient contains the methods for the VpnSites group.
7072// Don't use this type directly, use NewVpnSitesClient() instead.
7073type VpnSitesClient = original.VpnSitesClient
7074
7075// VpnSitesConfigurationBeginDownloadOptions contains the optional parameters for the VpnSitesConfiguration.BeginDownload method.
7076type VpnSitesConfigurationBeginDownloadOptions = original.VpnSitesConfigurationBeginDownloadOptions
7077
7078// VpnSitesConfigurationClient contains the methods for the VpnSitesConfiguration group.
7079// Don't use this type directly, use NewVpnSitesConfigurationClient() instead.
7080type VpnSitesConfigurationClient = original.VpnSitesConfigurationClient
7081
7082// VpnSitesGetOptions contains the optional parameters for the VpnSites.Get method.
7083type VpnSitesGetOptions = original.VpnSitesGetOptions
7084
7085// VpnSitesListByResourceGroupOptions contains the optional parameters for the VpnSites.ListByResourceGroup method.
7086type VpnSitesListByResourceGroupOptions = original.VpnSitesListByResourceGroupOptions
7087
7088// VpnSitesListOptions contains the optional parameters for the VpnSites.List method.
7089type VpnSitesListOptions = original.VpnSitesListOptions
7090
7091// VpnSitesUpdateTagsOptions contains the optional parameters for the VpnSites.UpdateTags method.
7092type VpnSitesUpdateTagsOptions = original.VpnSitesUpdateTagsOptions
7093
7094// Defines contents of a web application rule.
7095type WebApplicationFirewallCustomRule = original.WebApplicationFirewallCustomRule
7096
7097// WebApplicationFirewallPoliciesBeginDeleteOptions contains the optional parameters for the WebApplicationFirewallPolicies.BeginDelete method.
7098type WebApplicationFirewallPoliciesBeginDeleteOptions = original.WebApplicationFirewallPoliciesBeginDeleteOptions
7099
7100// WebApplicationFirewallPoliciesClient contains the methods for the WebApplicationFirewallPolicies group.
7101// Don't use this type directly, use NewWebApplicationFirewallPoliciesClient() instead.
7102type WebApplicationFirewallPoliciesClient = original.WebApplicationFirewallPoliciesClient
7103
7104// WebApplicationFirewallPoliciesCreateOrUpdateOptions contains the optional parameters for the WebApplicationFirewallPolicies.CreateOrUpdate method.
7105type WebApplicationFirewallPoliciesCreateOrUpdateOptions = original.WebApplicationFirewallPoliciesCreateOrUpdateOptions
7106
7107// WebApplicationFirewallPoliciesGetOptions contains the optional parameters for the WebApplicationFirewallPolicies.Get method.
7108type WebApplicationFirewallPoliciesGetOptions = original.WebApplicationFirewallPoliciesGetOptions
7109
7110// WebApplicationFirewallPoliciesListAllOptions contains the optional parameters for the WebApplicationFirewallPolicies.ListAll method.
7111type WebApplicationFirewallPoliciesListAllOptions = original.WebApplicationFirewallPoliciesListAllOptions
7112
7113// WebApplicationFirewallPoliciesListOptions contains the optional parameters for the WebApplicationFirewallPolicies.List method.
7114type WebApplicationFirewallPoliciesListOptions = original.WebApplicationFirewallPoliciesListOptions
7115
7116// Defines web application firewall policy.
7117type WebApplicationFirewallPolicy = original.WebApplicationFirewallPolicy
7118
7119// Result of the request to list WebApplicationFirewallPolicies. It contains a list of WebApplicationFirewallPolicy objects and a URL link to get the next
7120// set of results.
7121type WebApplicationFirewallPolicyListResult = original.WebApplicationFirewallPolicyListResult
7122
7123// WebApplicationFirewallPolicyListResultPager provides iteration over WebApplicationFirewallPolicyListResult pages.
7124type WebApplicationFirewallPolicyListResultPager = original.WebApplicationFirewallPolicyListResultPager
7125
7126// WebApplicationFirewallPolicyListResultResponse is the response envelope for operations that return a WebApplicationFirewallPolicyListResult type.
7127type WebApplicationFirewallPolicyListResultResponse = original.WebApplicationFirewallPolicyListResultResponse
7128
7129// Defines web application firewall policy properties.
7130type WebApplicationFirewallPolicyPropertiesFormat = original.WebApplicationFirewallPolicyPropertiesFormat
7131
7132// WebApplicationFirewallPolicyResponse is the response envelope for operations that return a WebApplicationFirewallPolicy type.
7133type WebApplicationFirewallPolicyResponse = original.WebApplicationFirewallPolicyResponse
7134
7135// WebCategoriesClient contains the methods for the WebCategories group.
7136// Don't use this type directly, use NewWebCategoriesClient() instead.
7137type WebCategoriesClient = original.WebCategoriesClient
7138
7139// WebCategoriesGetOptions contains the optional parameters for the WebCategories.Get method.
7140type WebCategoriesGetOptions = original.WebCategoriesGetOptions
7141
7142// WebCategoriesListBySubscriptionOptions contains the optional parameters for the WebCategories.ListBySubscription method.
7143type WebCategoriesListBySubscriptionOptions = original.WebCategoriesListBySubscriptionOptions
7144
7145// NewApplicationGatewayPrivateEndpointConnectionsClient creates a new instance of ApplicationGatewayPrivateEndpointConnectionsClient with the specified values.
7146func NewApplicationGatewayPrivateEndpointConnectionsClient(con *armcore.Connection, subscriptionID string) ApplicationGatewayPrivateEndpointConnectionsClient {
7147	return original.NewApplicationGatewayPrivateEndpointConnectionsClient(con, subscriptionID)
7148}
7149
7150// NewApplicationGatewayPrivateLinkResourcesClient creates a new instance of ApplicationGatewayPrivateLinkResourcesClient with the specified values.
7151func NewApplicationGatewayPrivateLinkResourcesClient(con *armcore.Connection, subscriptionID string) ApplicationGatewayPrivateLinkResourcesClient {
7152	return original.NewApplicationGatewayPrivateLinkResourcesClient(con, subscriptionID)
7153}
7154
7155// NewApplicationGatewaysClient creates a new instance of ApplicationGatewaysClient with the specified values.
7156func NewApplicationGatewaysClient(con *armcore.Connection, subscriptionID string) ApplicationGatewaysClient {
7157	return original.NewApplicationGatewaysClient(con, subscriptionID)
7158}
7159
7160// NewApplicationSecurityGroupsClient creates a new instance of ApplicationSecurityGroupsClient with the specified values.
7161func NewApplicationSecurityGroupsClient(con *armcore.Connection, subscriptionID string) ApplicationSecurityGroupsClient {
7162	return original.NewApplicationSecurityGroupsClient(con, subscriptionID)
7163}
7164
7165// NewAvailableDelegationsClient creates a new instance of AvailableDelegationsClient with the specified values.
7166func NewAvailableDelegationsClient(con *armcore.Connection, subscriptionID string) AvailableDelegationsClient {
7167	return original.NewAvailableDelegationsClient(con, subscriptionID)
7168}
7169
7170// NewAvailableEndpointServicesClient creates a new instance of AvailableEndpointServicesClient with the specified values.
7171func NewAvailableEndpointServicesClient(con *armcore.Connection, subscriptionID string) AvailableEndpointServicesClient {
7172	return original.NewAvailableEndpointServicesClient(con, subscriptionID)
7173}
7174
7175// NewAvailablePrivateEndpointTypesClient creates a new instance of AvailablePrivateEndpointTypesClient with the specified values.
7176func NewAvailablePrivateEndpointTypesClient(con *armcore.Connection, subscriptionID string) AvailablePrivateEndpointTypesClient {
7177	return original.NewAvailablePrivateEndpointTypesClient(con, subscriptionID)
7178}
7179
7180// NewAvailableResourceGroupDelegationsClient creates a new instance of AvailableResourceGroupDelegationsClient with the specified values.
7181func NewAvailableResourceGroupDelegationsClient(con *armcore.Connection, subscriptionID string) AvailableResourceGroupDelegationsClient {
7182	return original.NewAvailableResourceGroupDelegationsClient(con, subscriptionID)
7183}
7184
7185// NewAvailableServiceAliasesClient creates a new instance of AvailableServiceAliasesClient with the specified values.
7186func NewAvailableServiceAliasesClient(con *armcore.Connection, subscriptionID string) AvailableServiceAliasesClient {
7187	return original.NewAvailableServiceAliasesClient(con, subscriptionID)
7188}
7189
7190// NewAzureFirewallFqdnTagsClient creates a new instance of AzureFirewallFqdnTagsClient with the specified values.
7191func NewAzureFirewallFqdnTagsClient(con *armcore.Connection, subscriptionID string) AzureFirewallFqdnTagsClient {
7192	return original.NewAzureFirewallFqdnTagsClient(con, subscriptionID)
7193}
7194
7195// NewAzureFirewallsClient creates a new instance of AzureFirewallsClient with the specified values.
7196func NewAzureFirewallsClient(con *armcore.Connection, subscriptionID string) AzureFirewallsClient {
7197	return original.NewAzureFirewallsClient(con, subscriptionID)
7198}
7199
7200// NewBastionHostsClient creates a new instance of BastionHostsClient with the specified values.
7201func NewBastionHostsClient(con *armcore.Connection, subscriptionID string) BastionHostsClient {
7202	return original.NewBastionHostsClient(con, subscriptionID)
7203}
7204
7205// NewBgpServiceCommunitiesClient creates a new instance of BgpServiceCommunitiesClient with the specified values.
7206func NewBgpServiceCommunitiesClient(con *armcore.Connection, subscriptionID string) BgpServiceCommunitiesClient {
7207	return original.NewBgpServiceCommunitiesClient(con, subscriptionID)
7208}
7209
7210// NewConnectionMonitorsClient creates a new instance of ConnectionMonitorsClient with the specified values.
7211func NewConnectionMonitorsClient(con *armcore.Connection, subscriptionID string) ConnectionMonitorsClient {
7212	return original.NewConnectionMonitorsClient(con, subscriptionID)
7213}
7214
7215// NewCustomIPPrefixesClient creates a new instance of CustomIPPrefixesClient with the specified values.
7216func NewCustomIPPrefixesClient(con *armcore.Connection, subscriptionID string) CustomIPPrefixesClient {
7217	return original.NewCustomIPPrefixesClient(con, subscriptionID)
7218}
7219
7220// NewDdosCustomPoliciesClient creates a new instance of DdosCustomPoliciesClient with the specified values.
7221func NewDdosCustomPoliciesClient(con *armcore.Connection, subscriptionID string) DdosCustomPoliciesClient {
7222	return original.NewDdosCustomPoliciesClient(con, subscriptionID)
7223}
7224
7225// NewDdosProtectionPlansClient creates a new instance of DdosProtectionPlansClient with the specified values.
7226func NewDdosProtectionPlansClient(con *armcore.Connection, subscriptionID string) DdosProtectionPlansClient {
7227	return original.NewDdosProtectionPlansClient(con, subscriptionID)
7228}
7229
7230// NewDefaultSecurityRulesClient creates a new instance of DefaultSecurityRulesClient with the specified values.
7231func NewDefaultSecurityRulesClient(con *armcore.Connection, subscriptionID string) DefaultSecurityRulesClient {
7232	return original.NewDefaultSecurityRulesClient(con, subscriptionID)
7233}
7234
7235// NewDscpConfigurationClient creates a new instance of DscpConfigurationClient with the specified values.
7236func NewDscpConfigurationClient(con *armcore.Connection, subscriptionID string) DscpConfigurationClient {
7237	return original.NewDscpConfigurationClient(con, subscriptionID)
7238}
7239
7240// NewExpressRouteCircuitAuthorizationsClient creates a new instance of ExpressRouteCircuitAuthorizationsClient with the specified values.
7241func NewExpressRouteCircuitAuthorizationsClient(con *armcore.Connection, subscriptionID string) ExpressRouteCircuitAuthorizationsClient {
7242	return original.NewExpressRouteCircuitAuthorizationsClient(con, subscriptionID)
7243}
7244
7245// NewExpressRouteCircuitConnectionsClient creates a new instance of ExpressRouteCircuitConnectionsClient with the specified values.
7246func NewExpressRouteCircuitConnectionsClient(con *armcore.Connection, subscriptionID string) ExpressRouteCircuitConnectionsClient {
7247	return original.NewExpressRouteCircuitConnectionsClient(con, subscriptionID)
7248}
7249
7250// NewExpressRouteCircuitPeeringsClient creates a new instance of ExpressRouteCircuitPeeringsClient with the specified values.
7251func NewExpressRouteCircuitPeeringsClient(con *armcore.Connection, subscriptionID string) ExpressRouteCircuitPeeringsClient {
7252	return original.NewExpressRouteCircuitPeeringsClient(con, subscriptionID)
7253}
7254
7255// NewExpressRouteCircuitsClient creates a new instance of ExpressRouteCircuitsClient with the specified values.
7256func NewExpressRouteCircuitsClient(con *armcore.Connection, subscriptionID string) ExpressRouteCircuitsClient {
7257	return original.NewExpressRouteCircuitsClient(con, subscriptionID)
7258}
7259
7260// NewExpressRouteConnectionsClient creates a new instance of ExpressRouteConnectionsClient with the specified values.
7261func NewExpressRouteConnectionsClient(con *armcore.Connection, subscriptionID string) ExpressRouteConnectionsClient {
7262	return original.NewExpressRouteConnectionsClient(con, subscriptionID)
7263}
7264
7265// NewExpressRouteCrossConnectionPeeringsClient creates a new instance of ExpressRouteCrossConnectionPeeringsClient with the specified values.
7266func NewExpressRouteCrossConnectionPeeringsClient(con *armcore.Connection, subscriptionID string) ExpressRouteCrossConnectionPeeringsClient {
7267	return original.NewExpressRouteCrossConnectionPeeringsClient(con, subscriptionID)
7268}
7269
7270// NewExpressRouteCrossConnectionsClient creates a new instance of ExpressRouteCrossConnectionsClient with the specified values.
7271func NewExpressRouteCrossConnectionsClient(con *armcore.Connection, subscriptionID string) ExpressRouteCrossConnectionsClient {
7272	return original.NewExpressRouteCrossConnectionsClient(con, subscriptionID)
7273}
7274
7275// NewExpressRouteGatewaysClient creates a new instance of ExpressRouteGatewaysClient with the specified values.
7276func NewExpressRouteGatewaysClient(con *armcore.Connection, subscriptionID string) ExpressRouteGatewaysClient {
7277	return original.NewExpressRouteGatewaysClient(con, subscriptionID)
7278}
7279
7280// NewExpressRouteLinksClient creates a new instance of ExpressRouteLinksClient with the specified values.
7281func NewExpressRouteLinksClient(con *armcore.Connection, subscriptionID string) ExpressRouteLinksClient {
7282	return original.NewExpressRouteLinksClient(con, subscriptionID)
7283}
7284
7285// NewExpressRoutePortsClient creates a new instance of ExpressRoutePortsClient with the specified values.
7286func NewExpressRoutePortsClient(con *armcore.Connection, subscriptionID string) ExpressRoutePortsClient {
7287	return original.NewExpressRoutePortsClient(con, subscriptionID)
7288}
7289
7290// NewExpressRoutePortsLocationsClient creates a new instance of ExpressRoutePortsLocationsClient with the specified values.
7291func NewExpressRoutePortsLocationsClient(con *armcore.Connection, subscriptionID string) ExpressRoutePortsLocationsClient {
7292	return original.NewExpressRoutePortsLocationsClient(con, subscriptionID)
7293}
7294
7295// NewExpressRouteServiceProvidersClient creates a new instance of ExpressRouteServiceProvidersClient with the specified values.
7296func NewExpressRouteServiceProvidersClient(con *armcore.Connection, subscriptionID string) ExpressRouteServiceProvidersClient {
7297	return original.NewExpressRouteServiceProvidersClient(con, subscriptionID)
7298}
7299
7300// NewFirewallPoliciesClient creates a new instance of FirewallPoliciesClient with the specified values.
7301func NewFirewallPoliciesClient(con *armcore.Connection, subscriptionID string) FirewallPoliciesClient {
7302	return original.NewFirewallPoliciesClient(con, subscriptionID)
7303}
7304
7305// NewFirewallPolicyRuleCollectionGroupsClient creates a new instance of FirewallPolicyRuleCollectionGroupsClient with the specified values.
7306func NewFirewallPolicyRuleCollectionGroupsClient(con *armcore.Connection, subscriptionID string) FirewallPolicyRuleCollectionGroupsClient {
7307	return original.NewFirewallPolicyRuleCollectionGroupsClient(con, subscriptionID)
7308}
7309
7310// NewFlowLogsClient creates a new instance of FlowLogsClient with the specified values.
7311func NewFlowLogsClient(con *armcore.Connection, subscriptionID string) FlowLogsClient {
7312	return original.NewFlowLogsClient(con, subscriptionID)
7313}
7314
7315// NewHubRouteTablesClient creates a new instance of HubRouteTablesClient with the specified values.
7316func NewHubRouteTablesClient(con *armcore.Connection, subscriptionID string) HubRouteTablesClient {
7317	return original.NewHubRouteTablesClient(con, subscriptionID)
7318}
7319
7320// NewHubVirtualNetworkConnectionsClient creates a new instance of HubVirtualNetworkConnectionsClient with the specified values.
7321func NewHubVirtualNetworkConnectionsClient(con *armcore.Connection, subscriptionID string) HubVirtualNetworkConnectionsClient {
7322	return original.NewHubVirtualNetworkConnectionsClient(con, subscriptionID)
7323}
7324
7325// NewIPAllocationsClient creates a new instance of IPAllocationsClient with the specified values.
7326func NewIPAllocationsClient(con *armcore.Connection, subscriptionID string) IPAllocationsClient {
7327	return original.NewIPAllocationsClient(con, subscriptionID)
7328}
7329
7330// NewIPGroupsClient creates a new instance of IPGroupsClient with the specified values.
7331func NewIPGroupsClient(con *armcore.Connection, subscriptionID string) IPGroupsClient {
7332	return original.NewIPGroupsClient(con, subscriptionID)
7333}
7334
7335// NewInboundNatRulesClient creates a new instance of InboundNatRulesClient with the specified values.
7336func NewInboundNatRulesClient(con *armcore.Connection, subscriptionID string) InboundNatRulesClient {
7337	return original.NewInboundNatRulesClient(con, subscriptionID)
7338}
7339
7340// NewInboundSecurityRuleClient creates a new instance of InboundSecurityRuleClient with the specified values.
7341func NewInboundSecurityRuleClient(con *armcore.Connection, subscriptionID string) InboundSecurityRuleClient {
7342	return original.NewInboundSecurityRuleClient(con, subscriptionID)
7343}
7344
7345// NewLoadBalancerBackendAddressPoolsClient creates a new instance of LoadBalancerBackendAddressPoolsClient with the specified values.
7346func NewLoadBalancerBackendAddressPoolsClient(con *armcore.Connection, subscriptionID string) LoadBalancerBackendAddressPoolsClient {
7347	return original.NewLoadBalancerBackendAddressPoolsClient(con, subscriptionID)
7348}
7349
7350// NewLoadBalancerFrontendIPConfigurationsClient creates a new instance of LoadBalancerFrontendIPConfigurationsClient with the specified values.
7351func NewLoadBalancerFrontendIPConfigurationsClient(con *armcore.Connection, subscriptionID string) LoadBalancerFrontendIPConfigurationsClient {
7352	return original.NewLoadBalancerFrontendIPConfigurationsClient(con, subscriptionID)
7353}
7354
7355// NewLoadBalancerLoadBalancingRulesClient creates a new instance of LoadBalancerLoadBalancingRulesClient with the specified values.
7356func NewLoadBalancerLoadBalancingRulesClient(con *armcore.Connection, subscriptionID string) LoadBalancerLoadBalancingRulesClient {
7357	return original.NewLoadBalancerLoadBalancingRulesClient(con, subscriptionID)
7358}
7359
7360// NewLoadBalancerNetworkInterfacesClient creates a new instance of LoadBalancerNetworkInterfacesClient with the specified values.
7361func NewLoadBalancerNetworkInterfacesClient(con *armcore.Connection, subscriptionID string) LoadBalancerNetworkInterfacesClient {
7362	return original.NewLoadBalancerNetworkInterfacesClient(con, subscriptionID)
7363}
7364
7365// NewLoadBalancerOutboundRulesClient creates a new instance of LoadBalancerOutboundRulesClient with the specified values.
7366func NewLoadBalancerOutboundRulesClient(con *armcore.Connection, subscriptionID string) LoadBalancerOutboundRulesClient {
7367	return original.NewLoadBalancerOutboundRulesClient(con, subscriptionID)
7368}
7369
7370// NewLoadBalancerProbesClient creates a new instance of LoadBalancerProbesClient with the specified values.
7371func NewLoadBalancerProbesClient(con *armcore.Connection, subscriptionID string) LoadBalancerProbesClient {
7372	return original.NewLoadBalancerProbesClient(con, subscriptionID)
7373}
7374
7375// NewLoadBalancersClient creates a new instance of LoadBalancersClient with the specified values.
7376func NewLoadBalancersClient(con *armcore.Connection, subscriptionID string) LoadBalancersClient {
7377	return original.NewLoadBalancersClient(con, subscriptionID)
7378}
7379
7380// NewLocalNetworkGatewaysClient creates a new instance of LocalNetworkGatewaysClient with the specified values.
7381func NewLocalNetworkGatewaysClient(con *armcore.Connection, subscriptionID string) LocalNetworkGatewaysClient {
7382	return original.NewLocalNetworkGatewaysClient(con, subscriptionID)
7383}
7384
7385// NewNatGatewaysClient creates a new instance of NatGatewaysClient with the specified values.
7386func NewNatGatewaysClient(con *armcore.Connection, subscriptionID string) NatGatewaysClient {
7387	return original.NewNatGatewaysClient(con, subscriptionID)
7388}
7389
7390// NewNetworkInterfaceIPConfigurationsClient creates a new instance of NetworkInterfaceIPConfigurationsClient with the specified values.
7391func NewNetworkInterfaceIPConfigurationsClient(con *armcore.Connection, subscriptionID string) NetworkInterfaceIPConfigurationsClient {
7392	return original.NewNetworkInterfaceIPConfigurationsClient(con, subscriptionID)
7393}
7394
7395// NewNetworkInterfaceLoadBalancersClient creates a new instance of NetworkInterfaceLoadBalancersClient with the specified values.
7396func NewNetworkInterfaceLoadBalancersClient(con *armcore.Connection, subscriptionID string) NetworkInterfaceLoadBalancersClient {
7397	return original.NewNetworkInterfaceLoadBalancersClient(con, subscriptionID)
7398}
7399
7400// NewNetworkInterfaceTapConfigurationsClient creates a new instance of NetworkInterfaceTapConfigurationsClient with the specified values.
7401func NewNetworkInterfaceTapConfigurationsClient(con *armcore.Connection, subscriptionID string) NetworkInterfaceTapConfigurationsClient {
7402	return original.NewNetworkInterfaceTapConfigurationsClient(con, subscriptionID)
7403}
7404
7405// NewNetworkInterfacesClient creates a new instance of NetworkInterfacesClient with the specified values.
7406func NewNetworkInterfacesClient(con *armcore.Connection, subscriptionID string) NetworkInterfacesClient {
7407	return original.NewNetworkInterfacesClient(con, subscriptionID)
7408}
7409
7410// NewNetworkManagementClient creates a new instance of NetworkManagementClient with the specified values.
7411func NewNetworkManagementClient(con *armcore.Connection, subscriptionID string) NetworkManagementClient {
7412	return original.NewNetworkManagementClient(con, subscriptionID)
7413}
7414
7415// NewNetworkProfilesClient creates a new instance of NetworkProfilesClient with the specified values.
7416func NewNetworkProfilesClient(con *armcore.Connection, subscriptionID string) NetworkProfilesClient {
7417	return original.NewNetworkProfilesClient(con, subscriptionID)
7418}
7419
7420// NewNetworkSecurityGroupsClient creates a new instance of NetworkSecurityGroupsClient with the specified values.
7421func NewNetworkSecurityGroupsClient(con *armcore.Connection, subscriptionID string) NetworkSecurityGroupsClient {
7422	return original.NewNetworkSecurityGroupsClient(con, subscriptionID)
7423}
7424
7425// NewNetworkVirtualAppliancesClient creates a new instance of NetworkVirtualAppliancesClient with the specified values.
7426func NewNetworkVirtualAppliancesClient(con *armcore.Connection, subscriptionID string) NetworkVirtualAppliancesClient {
7427	return original.NewNetworkVirtualAppliancesClient(con, subscriptionID)
7428}
7429
7430// NewNetworkWatchersClient creates a new instance of NetworkWatchersClient with the specified values.
7431func NewNetworkWatchersClient(con *armcore.Connection, subscriptionID string) NetworkWatchersClient {
7432	return original.NewNetworkWatchersClient(con, subscriptionID)
7433}
7434
7435// NewOperationsClient creates a new instance of OperationsClient with the specified values.
7436func NewOperationsClient(con *armcore.Connection) OperationsClient {
7437	return original.NewOperationsClient(con)
7438}
7439
7440// NewP2SVpnGatewaysClient creates a new instance of P2SVpnGatewaysClient with the specified values.
7441func NewP2SVpnGatewaysClient(con *armcore.Connection, subscriptionID string) P2SVpnGatewaysClient {
7442	return original.NewP2SVpnGatewaysClient(con, subscriptionID)
7443}
7444
7445// NewPacketCapturesClient creates a new instance of PacketCapturesClient with the specified values.
7446func NewPacketCapturesClient(con *armcore.Connection, subscriptionID string) PacketCapturesClient {
7447	return original.NewPacketCapturesClient(con, subscriptionID)
7448}
7449
7450// NewPeerExpressRouteCircuitConnectionsClient creates a new instance of PeerExpressRouteCircuitConnectionsClient with the specified values.
7451func NewPeerExpressRouteCircuitConnectionsClient(con *armcore.Connection, subscriptionID string) PeerExpressRouteCircuitConnectionsClient {
7452	return original.NewPeerExpressRouteCircuitConnectionsClient(con, subscriptionID)
7453}
7454
7455// NewPrivateDNSZoneGroupsClient creates a new instance of PrivateDNSZoneGroupsClient with the specified values.
7456func NewPrivateDNSZoneGroupsClient(con *armcore.Connection, subscriptionID string) PrivateDNSZoneGroupsClient {
7457	return original.NewPrivateDNSZoneGroupsClient(con, subscriptionID)
7458}
7459
7460// NewPrivateEndpointsClient creates a new instance of PrivateEndpointsClient with the specified values.
7461func NewPrivateEndpointsClient(con *armcore.Connection, subscriptionID string) PrivateEndpointsClient {
7462	return original.NewPrivateEndpointsClient(con, subscriptionID)
7463}
7464
7465// NewPrivateLinkServicesClient creates a new instance of PrivateLinkServicesClient with the specified values.
7466func NewPrivateLinkServicesClient(con *armcore.Connection, subscriptionID string) PrivateLinkServicesClient {
7467	return original.NewPrivateLinkServicesClient(con, subscriptionID)
7468}
7469
7470// NewPublicIPAddressesClient creates a new instance of PublicIPAddressesClient with the specified values.
7471func NewPublicIPAddressesClient(con *armcore.Connection, subscriptionID string) PublicIPAddressesClient {
7472	return original.NewPublicIPAddressesClient(con, subscriptionID)
7473}
7474
7475// NewPublicIPPrefixesClient creates a new instance of PublicIPPrefixesClient with the specified values.
7476func NewPublicIPPrefixesClient(con *armcore.Connection, subscriptionID string) PublicIPPrefixesClient {
7477	return original.NewPublicIPPrefixesClient(con, subscriptionID)
7478}
7479
7480// NewResourceNavigationLinksClient creates a new instance of ResourceNavigationLinksClient with the specified values.
7481func NewResourceNavigationLinksClient(con *armcore.Connection, subscriptionID string) ResourceNavigationLinksClient {
7482	return original.NewResourceNavigationLinksClient(con, subscriptionID)
7483}
7484
7485// NewRouteFilterRulesClient creates a new instance of RouteFilterRulesClient with the specified values.
7486func NewRouteFilterRulesClient(con *armcore.Connection, subscriptionID string) RouteFilterRulesClient {
7487	return original.NewRouteFilterRulesClient(con, subscriptionID)
7488}
7489
7490// NewRouteFiltersClient creates a new instance of RouteFiltersClient with the specified values.
7491func NewRouteFiltersClient(con *armcore.Connection, subscriptionID string) RouteFiltersClient {
7492	return original.NewRouteFiltersClient(con, subscriptionID)
7493}
7494
7495// NewRouteTablesClient creates a new instance of RouteTablesClient with the specified values.
7496func NewRouteTablesClient(con *armcore.Connection, subscriptionID string) RouteTablesClient {
7497	return original.NewRouteTablesClient(con, subscriptionID)
7498}
7499
7500// NewRoutesClient creates a new instance of RoutesClient with the specified values.
7501func NewRoutesClient(con *armcore.Connection, subscriptionID string) RoutesClient {
7502	return original.NewRoutesClient(con, subscriptionID)
7503}
7504
7505// NewSecurityPartnerProvidersClient creates a new instance of SecurityPartnerProvidersClient with the specified values.
7506func NewSecurityPartnerProvidersClient(con *armcore.Connection, subscriptionID string) SecurityPartnerProvidersClient {
7507	return original.NewSecurityPartnerProvidersClient(con, subscriptionID)
7508}
7509
7510// NewSecurityRulesClient creates a new instance of SecurityRulesClient with the specified values.
7511func NewSecurityRulesClient(con *armcore.Connection, subscriptionID string) SecurityRulesClient {
7512	return original.NewSecurityRulesClient(con, subscriptionID)
7513}
7514
7515// NewServiceAssociationLinksClient creates a new instance of ServiceAssociationLinksClient with the specified values.
7516func NewServiceAssociationLinksClient(con *armcore.Connection, subscriptionID string) ServiceAssociationLinksClient {
7517	return original.NewServiceAssociationLinksClient(con, subscriptionID)
7518}
7519
7520// NewServiceEndpointPoliciesClient creates a new instance of ServiceEndpointPoliciesClient with the specified values.
7521func NewServiceEndpointPoliciesClient(con *armcore.Connection, subscriptionID string) ServiceEndpointPoliciesClient {
7522	return original.NewServiceEndpointPoliciesClient(con, subscriptionID)
7523}
7524
7525// NewServiceEndpointPolicyDefinitionsClient creates a new instance of ServiceEndpointPolicyDefinitionsClient with the specified values.
7526func NewServiceEndpointPolicyDefinitionsClient(con *armcore.Connection, subscriptionID string) ServiceEndpointPolicyDefinitionsClient {
7527	return original.NewServiceEndpointPolicyDefinitionsClient(con, subscriptionID)
7528}
7529
7530// NewServiceTagsClient creates a new instance of ServiceTagsClient with the specified values.
7531func NewServiceTagsClient(con *armcore.Connection, subscriptionID string) ServiceTagsClient {
7532	return original.NewServiceTagsClient(con, subscriptionID)
7533}
7534
7535// NewSubnetsClient creates a new instance of SubnetsClient with the specified values.
7536func NewSubnetsClient(con *armcore.Connection, subscriptionID string) SubnetsClient {
7537	return original.NewSubnetsClient(con, subscriptionID)
7538}
7539
7540// NewUsagesClient creates a new instance of UsagesClient with the specified values.
7541func NewUsagesClient(con *armcore.Connection, subscriptionID string) UsagesClient {
7542	return original.NewUsagesClient(con, subscriptionID)
7543}
7544
7545// NewVirtualApplianceSKUsClient creates a new instance of VirtualApplianceSKUsClient with the specified values.
7546func NewVirtualApplianceSKUsClient(con *armcore.Connection, subscriptionID string) VirtualApplianceSKUsClient {
7547	return original.NewVirtualApplianceSKUsClient(con, subscriptionID)
7548}
7549
7550// NewVirtualApplianceSitesClient creates a new instance of VirtualApplianceSitesClient with the specified values.
7551func NewVirtualApplianceSitesClient(con *armcore.Connection, subscriptionID string) VirtualApplianceSitesClient {
7552	return original.NewVirtualApplianceSitesClient(con, subscriptionID)
7553}
7554
7555// NewVirtualHubBgpConnectionClient creates a new instance of VirtualHubBgpConnectionClient with the specified values.
7556func NewVirtualHubBgpConnectionClient(con *armcore.Connection, subscriptionID string) VirtualHubBgpConnectionClient {
7557	return original.NewVirtualHubBgpConnectionClient(con, subscriptionID)
7558}
7559
7560// NewVirtualHubBgpConnectionsClient creates a new instance of VirtualHubBgpConnectionsClient with the specified values.
7561func NewVirtualHubBgpConnectionsClient(con *armcore.Connection, subscriptionID string) VirtualHubBgpConnectionsClient {
7562	return original.NewVirtualHubBgpConnectionsClient(con, subscriptionID)
7563}
7564
7565// NewVirtualHubIPConfigurationClient creates a new instance of VirtualHubIPConfigurationClient with the specified values.
7566func NewVirtualHubIPConfigurationClient(con *armcore.Connection, subscriptionID string) VirtualHubIPConfigurationClient {
7567	return original.NewVirtualHubIPConfigurationClient(con, subscriptionID)
7568}
7569
7570// NewVirtualHubRouteTableV2SClient creates a new instance of VirtualHubRouteTableV2SClient with the specified values.
7571func NewVirtualHubRouteTableV2SClient(con *armcore.Connection, subscriptionID string) VirtualHubRouteTableV2SClient {
7572	return original.NewVirtualHubRouteTableV2SClient(con, subscriptionID)
7573}
7574
7575// NewVirtualHubsClient creates a new instance of VirtualHubsClient with the specified values.
7576func NewVirtualHubsClient(con *armcore.Connection, subscriptionID string) VirtualHubsClient {
7577	return original.NewVirtualHubsClient(con, subscriptionID)
7578}
7579
7580// NewVirtualNetworkGatewayConnectionsClient creates a new instance of VirtualNetworkGatewayConnectionsClient with the specified values.
7581func NewVirtualNetworkGatewayConnectionsClient(con *armcore.Connection, subscriptionID string) VirtualNetworkGatewayConnectionsClient {
7582	return original.NewVirtualNetworkGatewayConnectionsClient(con, subscriptionID)
7583}
7584
7585// NewVirtualNetworkGatewaysClient creates a new instance of VirtualNetworkGatewaysClient with the specified values.
7586func NewVirtualNetworkGatewaysClient(con *armcore.Connection, subscriptionID string) VirtualNetworkGatewaysClient {
7587	return original.NewVirtualNetworkGatewaysClient(con, subscriptionID)
7588}
7589
7590// NewVirtualNetworkPeeringsClient creates a new instance of VirtualNetworkPeeringsClient with the specified values.
7591func NewVirtualNetworkPeeringsClient(con *armcore.Connection, subscriptionID string) VirtualNetworkPeeringsClient {
7592	return original.NewVirtualNetworkPeeringsClient(con, subscriptionID)
7593}
7594
7595// NewVirtualNetworkTapsClient creates a new instance of VirtualNetworkTapsClient with the specified values.
7596func NewVirtualNetworkTapsClient(con *armcore.Connection, subscriptionID string) VirtualNetworkTapsClient {
7597	return original.NewVirtualNetworkTapsClient(con, subscriptionID)
7598}
7599
7600// NewVirtualNetworksClient creates a new instance of VirtualNetworksClient with the specified values.
7601func NewVirtualNetworksClient(con *armcore.Connection, subscriptionID string) VirtualNetworksClient {
7602	return original.NewVirtualNetworksClient(con, subscriptionID)
7603}
7604
7605// NewVirtualRouterPeeringsClient creates a new instance of VirtualRouterPeeringsClient with the specified values.
7606func NewVirtualRouterPeeringsClient(con *armcore.Connection, subscriptionID string) VirtualRouterPeeringsClient {
7607	return original.NewVirtualRouterPeeringsClient(con, subscriptionID)
7608}
7609
7610// NewVirtualRoutersClient creates a new instance of VirtualRoutersClient with the specified values.
7611func NewVirtualRoutersClient(con *armcore.Connection, subscriptionID string) VirtualRoutersClient {
7612	return original.NewVirtualRoutersClient(con, subscriptionID)
7613}
7614
7615// NewVirtualWansClient creates a new instance of VirtualWansClient with the specified values.
7616func NewVirtualWansClient(con *armcore.Connection, subscriptionID string) VirtualWansClient {
7617	return original.NewVirtualWansClient(con, subscriptionID)
7618}
7619
7620// NewVpnConnectionsClient creates a new instance of VpnConnectionsClient with the specified values.
7621func NewVpnConnectionsClient(con *armcore.Connection, subscriptionID string) VpnConnectionsClient {
7622	return original.NewVpnConnectionsClient(con, subscriptionID)
7623}
7624
7625// NewVpnGatewaysClient creates a new instance of VpnGatewaysClient with the specified values.
7626func NewVpnGatewaysClient(con *armcore.Connection, subscriptionID string) VpnGatewaysClient {
7627	return original.NewVpnGatewaysClient(con, subscriptionID)
7628}
7629
7630// NewVpnLinkConnectionsClient creates a new instance of VpnLinkConnectionsClient with the specified values.
7631func NewVpnLinkConnectionsClient(con *armcore.Connection, subscriptionID string) VpnLinkConnectionsClient {
7632	return original.NewVpnLinkConnectionsClient(con, subscriptionID)
7633}
7634
7635// NewVpnServerConfigurationsAssociatedWithVirtualWanClient creates a new instance of VpnServerConfigurationsAssociatedWithVirtualWanClient with the specified values.
7636func NewVpnServerConfigurationsAssociatedWithVirtualWanClient(con *armcore.Connection, subscriptionID string) VpnServerConfigurationsAssociatedWithVirtualWanClient {
7637	return original.NewVpnServerConfigurationsAssociatedWithVirtualWanClient(con, subscriptionID)
7638}
7639
7640// NewVpnServerConfigurationsClient creates a new instance of VpnServerConfigurationsClient with the specified values.
7641func NewVpnServerConfigurationsClient(con *armcore.Connection, subscriptionID string) VpnServerConfigurationsClient {
7642	return original.NewVpnServerConfigurationsClient(con, subscriptionID)
7643}
7644
7645// NewVpnSiteLinkConnectionsClient creates a new instance of VpnSiteLinkConnectionsClient with the specified values.
7646func NewVpnSiteLinkConnectionsClient(con *armcore.Connection, subscriptionID string) VpnSiteLinkConnectionsClient {
7647	return original.NewVpnSiteLinkConnectionsClient(con, subscriptionID)
7648}
7649
7650// NewVpnSiteLinksClient creates a new instance of VpnSiteLinksClient with the specified values.
7651func NewVpnSiteLinksClient(con *armcore.Connection, subscriptionID string) VpnSiteLinksClient {
7652	return original.NewVpnSiteLinksClient(con, subscriptionID)
7653}
7654
7655// NewVpnSitesClient creates a new instance of VpnSitesClient with the specified values.
7656func NewVpnSitesClient(con *armcore.Connection, subscriptionID string) VpnSitesClient {
7657	return original.NewVpnSitesClient(con, subscriptionID)
7658}
7659
7660// NewVpnSitesConfigurationClient creates a new instance of VpnSitesConfigurationClient with the specified values.
7661func NewVpnSitesConfigurationClient(con *armcore.Connection, subscriptionID string) VpnSitesConfigurationClient {
7662	return original.NewVpnSitesConfigurationClient(con, subscriptionID)
7663}
7664
7665// NewWebApplicationFirewallPoliciesClient creates a new instance of WebApplicationFirewallPoliciesClient with the specified values.
7666func NewWebApplicationFirewallPoliciesClient(con *armcore.Connection, subscriptionID string) WebApplicationFirewallPoliciesClient {
7667	return original.NewWebApplicationFirewallPoliciesClient(con, subscriptionID)
7668}
7669
7670// NewWebCategoriesClient creates a new instance of WebCategoriesClient with the specified values.
7671func NewWebCategoriesClient(con *armcore.Connection, subscriptionID string) WebCategoriesClient {
7672	return original.NewWebCategoriesClient(con, subscriptionID)
7673}
7674func PossibleAccessValues() []Access {
7675	return original.PossibleAccessValues()
7676}
7677func PossibleApplicationGatewayBackendHealthServerHealthValues() []ApplicationGatewayBackendHealthServerHealth {
7678	return original.PossibleApplicationGatewayBackendHealthServerHealthValues()
7679}
7680func PossibleApplicationGatewayCookieBasedAffinityValues() []ApplicationGatewayCookieBasedAffinity {
7681	return original.PossibleApplicationGatewayCookieBasedAffinityValues()
7682}
7683func PossibleApplicationGatewayCustomErrorStatusCodeValues() []ApplicationGatewayCustomErrorStatusCode {
7684	return original.PossibleApplicationGatewayCustomErrorStatusCodeValues()
7685}
7686func PossibleApplicationGatewayFirewallModeValues() []ApplicationGatewayFirewallMode {
7687	return original.PossibleApplicationGatewayFirewallModeValues()
7688}
7689func PossibleApplicationGatewayOperationalStateValues() []ApplicationGatewayOperationalState {
7690	return original.PossibleApplicationGatewayOperationalStateValues()
7691}
7692func PossibleApplicationGatewayProtocolValues() []ApplicationGatewayProtocol {
7693	return original.PossibleApplicationGatewayProtocolValues()
7694}
7695func PossibleApplicationGatewayRedirectTypeValues() []ApplicationGatewayRedirectType {
7696	return original.PossibleApplicationGatewayRedirectTypeValues()
7697}
7698func PossibleApplicationGatewayRequestRoutingRuleTypeValues() []ApplicationGatewayRequestRoutingRuleType {
7699	return original.PossibleApplicationGatewayRequestRoutingRuleTypeValues()
7700}
7701func PossibleApplicationGatewaySKUNameValues() []ApplicationGatewaySKUName {
7702	return original.PossibleApplicationGatewaySKUNameValues()
7703}
7704func PossibleApplicationGatewaySslCipherSuiteValues() []ApplicationGatewaySslCipherSuite {
7705	return original.PossibleApplicationGatewaySslCipherSuiteValues()
7706}
7707func PossibleApplicationGatewaySslPolicyNameValues() []ApplicationGatewaySslPolicyName {
7708	return original.PossibleApplicationGatewaySslPolicyNameValues()
7709}
7710func PossibleApplicationGatewaySslPolicyTypeValues() []ApplicationGatewaySslPolicyType {
7711	return original.PossibleApplicationGatewaySslPolicyTypeValues()
7712}
7713func PossibleApplicationGatewaySslProtocolValues() []ApplicationGatewaySslProtocol {
7714	return original.PossibleApplicationGatewaySslProtocolValues()
7715}
7716func PossibleApplicationGatewayTierValues() []ApplicationGatewayTier {
7717	return original.PossibleApplicationGatewayTierValues()
7718}
7719func PossibleAssociationTypeValues() []AssociationType {
7720	return original.PossibleAssociationTypeValues()
7721}
7722func PossibleAuthenticationMethodValues() []AuthenticationMethod {
7723	return original.PossibleAuthenticationMethodValues()
7724}
7725func PossibleAuthorizationUseStatusValues() []AuthorizationUseStatus {
7726	return original.PossibleAuthorizationUseStatusValues()
7727}
7728func PossibleAzureFirewallApplicationRuleProtocolTypeValues() []AzureFirewallApplicationRuleProtocolType {
7729	return original.PossibleAzureFirewallApplicationRuleProtocolTypeValues()
7730}
7731func PossibleAzureFirewallNatRCActionTypeValues() []AzureFirewallNatRCActionType {
7732	return original.PossibleAzureFirewallNatRCActionTypeValues()
7733}
7734func PossibleAzureFirewallNetworkRuleProtocolValues() []AzureFirewallNetworkRuleProtocol {
7735	return original.PossibleAzureFirewallNetworkRuleProtocolValues()
7736}
7737func PossibleAzureFirewallRCActionTypeValues() []AzureFirewallRCActionType {
7738	return original.PossibleAzureFirewallRCActionTypeValues()
7739}
7740func PossibleAzureFirewallSKUNameValues() []AzureFirewallSKUName {
7741	return original.PossibleAzureFirewallSKUNameValues()
7742}
7743func PossibleAzureFirewallSKUTierValues() []AzureFirewallSKUTier {
7744	return original.PossibleAzureFirewallSKUTierValues()
7745}
7746func PossibleAzureFirewallThreatIntelModeValues() []AzureFirewallThreatIntelMode {
7747	return original.PossibleAzureFirewallThreatIntelModeValues()
7748}
7749func PossibleBastionConnectProtocolValues() []BastionConnectProtocol {
7750	return original.PossibleBastionConnectProtocolValues()
7751}
7752func PossibleBgpPeerStateValues() []BgpPeerState {
7753	return original.PossibleBgpPeerStateValues()
7754}
7755func PossibleCircuitConnectionStatusValues() []CircuitConnectionStatus {
7756	return original.PossibleCircuitConnectionStatusValues()
7757}
7758func PossibleCommissionedStateValues() []CommissionedState {
7759	return original.PossibleCommissionedStateValues()
7760}
7761func PossibleConnectionMonitorEndpointFilterItemTypeValues() []ConnectionMonitorEndpointFilterItemType {
7762	return original.PossibleConnectionMonitorEndpointFilterItemTypeValues()
7763}
7764func PossibleConnectionMonitorEndpointFilterTypeValues() []ConnectionMonitorEndpointFilterType {
7765	return original.PossibleConnectionMonitorEndpointFilterTypeValues()
7766}
7767func PossibleConnectionMonitorSourceStatusValues() []ConnectionMonitorSourceStatus {
7768	return original.PossibleConnectionMonitorSourceStatusValues()
7769}
7770func PossibleConnectionMonitorTestConfigurationProtocolValues() []ConnectionMonitorTestConfigurationProtocol {
7771	return original.PossibleConnectionMonitorTestConfigurationProtocolValues()
7772}
7773func PossibleConnectionMonitorTypeValues() []ConnectionMonitorType {
7774	return original.PossibleConnectionMonitorTypeValues()
7775}
7776func PossibleConnectionStateValues() []ConnectionState {
7777	return original.PossibleConnectionStateValues()
7778}
7779func PossibleConnectionStatusValues() []ConnectionStatus {
7780	return original.PossibleConnectionStatusValues()
7781}
7782func PossibleCoverageLevelValues() []CoverageLevel {
7783	return original.PossibleCoverageLevelValues()
7784}
7785func PossibleDdosCustomPolicyProtocolValues() []DdosCustomPolicyProtocol {
7786	return original.PossibleDdosCustomPolicyProtocolValues()
7787}
7788func PossibleDdosCustomPolicyTriggerSensitivityOverrideValues() []DdosCustomPolicyTriggerSensitivityOverride {
7789	return original.PossibleDdosCustomPolicyTriggerSensitivityOverrideValues()
7790}
7791func PossibleDdosSettingsProtectionCoverageValues() []DdosSettingsProtectionCoverage {
7792	return original.PossibleDdosSettingsProtectionCoverageValues()
7793}
7794func PossibleDestinationPortBehaviorValues() []DestinationPortBehavior {
7795	return original.PossibleDestinationPortBehaviorValues()
7796}
7797func PossibleDhGroupValues() []DhGroup {
7798	return original.PossibleDhGroupValues()
7799}
7800func PossibleDirectionValues() []Direction {
7801	return original.PossibleDirectionValues()
7802}
7803func PossibleEffectiveRouteSourceValues() []EffectiveRouteSource {
7804	return original.PossibleEffectiveRouteSourceValues()
7805}
7806func PossibleEffectiveRouteStateValues() []EffectiveRouteState {
7807	return original.PossibleEffectiveRouteStateValues()
7808}
7809func PossibleEffectiveSecurityRuleProtocolValues() []EffectiveSecurityRuleProtocol {
7810	return original.PossibleEffectiveSecurityRuleProtocolValues()
7811}
7812func PossibleEndpointTypeValues() []EndpointType {
7813	return original.PossibleEndpointTypeValues()
7814}
7815func PossibleEvaluationStateValues() []EvaluationState {
7816	return original.PossibleEvaluationStateValues()
7817}
7818func PossibleExpressRouteCircuitPeeringAdvertisedPublicPrefixStateValues() []ExpressRouteCircuitPeeringAdvertisedPublicPrefixState {
7819	return original.PossibleExpressRouteCircuitPeeringAdvertisedPublicPrefixStateValues()
7820}
7821func PossibleExpressRouteCircuitPeeringStateValues() []ExpressRouteCircuitPeeringState {
7822	return original.PossibleExpressRouteCircuitPeeringStateValues()
7823}
7824func PossibleExpressRouteCircuitSKUFamilyValues() []ExpressRouteCircuitSKUFamily {
7825	return original.PossibleExpressRouteCircuitSKUFamilyValues()
7826}
7827func PossibleExpressRouteCircuitSKUTierValues() []ExpressRouteCircuitSKUTier {
7828	return original.PossibleExpressRouteCircuitSKUTierValues()
7829}
7830func PossibleExpressRouteLinkAdminStateValues() []ExpressRouteLinkAdminState {
7831	return original.PossibleExpressRouteLinkAdminStateValues()
7832}
7833func PossibleExpressRouteLinkConnectorTypeValues() []ExpressRouteLinkConnectorType {
7834	return original.PossibleExpressRouteLinkConnectorTypeValues()
7835}
7836func PossibleExpressRouteLinkMacSecCipherValues() []ExpressRouteLinkMacSecCipher {
7837	return original.PossibleExpressRouteLinkMacSecCipherValues()
7838}
7839func PossibleExpressRouteLinkMacSecSciStateValues() []ExpressRouteLinkMacSecSciState {
7840	return original.PossibleExpressRouteLinkMacSecSciStateValues()
7841}
7842func PossibleExpressRoutePeeringStateValues() []ExpressRoutePeeringState {
7843	return original.PossibleExpressRoutePeeringStateValues()
7844}
7845func PossibleExpressRoutePeeringTypeValues() []ExpressRoutePeeringType {
7846	return original.PossibleExpressRoutePeeringTypeValues()
7847}
7848func PossibleExpressRoutePortsEncapsulationValues() []ExpressRoutePortsEncapsulation {
7849	return original.PossibleExpressRoutePortsEncapsulationValues()
7850}
7851func PossibleExtendedLocationTypesValues() []ExtendedLocationTypes {
7852	return original.PossibleExtendedLocationTypesValues()
7853}
7854func PossibleFirewallPolicyFilterRuleCollectionActionTypeValues() []FirewallPolicyFilterRuleCollectionActionType {
7855	return original.PossibleFirewallPolicyFilterRuleCollectionActionTypeValues()
7856}
7857func PossibleFirewallPolicyIntrusionDetectionProtocolValues() []FirewallPolicyIntrusionDetectionProtocol {
7858	return original.PossibleFirewallPolicyIntrusionDetectionProtocolValues()
7859}
7860func PossibleFirewallPolicyIntrusionDetectionStateTypeValues() []FirewallPolicyIntrusionDetectionStateType {
7861	return original.PossibleFirewallPolicyIntrusionDetectionStateTypeValues()
7862}
7863func PossibleFirewallPolicyNatRuleCollectionActionTypeValues() []FirewallPolicyNatRuleCollectionActionType {
7864	return original.PossibleFirewallPolicyNatRuleCollectionActionTypeValues()
7865}
7866func PossibleFirewallPolicyRuleApplicationProtocolTypeValues() []FirewallPolicyRuleApplicationProtocolType {
7867	return original.PossibleFirewallPolicyRuleApplicationProtocolTypeValues()
7868}
7869func PossibleFirewallPolicyRuleCollectionTypeValues() []FirewallPolicyRuleCollectionType {
7870	return original.PossibleFirewallPolicyRuleCollectionTypeValues()
7871}
7872func PossibleFirewallPolicyRuleNetworkProtocolValues() []FirewallPolicyRuleNetworkProtocol {
7873	return original.PossibleFirewallPolicyRuleNetworkProtocolValues()
7874}
7875func PossibleFirewallPolicyRuleTypeValues() []FirewallPolicyRuleType {
7876	return original.PossibleFirewallPolicyRuleTypeValues()
7877}
7878func PossibleFirewallPolicySKUTierValues() []FirewallPolicySKUTier {
7879	return original.PossibleFirewallPolicySKUTierValues()
7880}
7881func PossibleFlowLogFormatTypeValues() []FlowLogFormatType {
7882	return original.PossibleFlowLogFormatTypeValues()
7883}
7884func PossibleHTTPConfigurationMethodValues() []HTTPConfigurationMethod {
7885	return original.PossibleHTTPConfigurationMethodValues()
7886}
7887func PossibleHTTPMethodValues() []HTTPMethod {
7888	return original.PossibleHTTPMethodValues()
7889}
7890func PossibleHubBgpConnectionStatusValues() []HubBgpConnectionStatus {
7891	return original.PossibleHubBgpConnectionStatusValues()
7892}
7893func PossibleHubVirtualNetworkConnectionStatusValues() []HubVirtualNetworkConnectionStatus {
7894	return original.PossibleHubVirtualNetworkConnectionStatusValues()
7895}
7896func PossibleIPAllocationMethodValues() []IPAllocationMethod {
7897	return original.PossibleIPAllocationMethodValues()
7898}
7899func PossibleIPAllocationTypeValues() []IPAllocationType {
7900	return original.PossibleIPAllocationTypeValues()
7901}
7902func PossibleIPFlowProtocolValues() []IPFlowProtocol {
7903	return original.PossibleIPFlowProtocolValues()
7904}
7905func PossibleIPVersionValues() []IPVersion {
7906	return original.PossibleIPVersionValues()
7907}
7908func PossibleIPsecEncryptionValues() []IPsecEncryption {
7909	return original.PossibleIPsecEncryptionValues()
7910}
7911func PossibleIPsecIntegrityValues() []IPsecIntegrity {
7912	return original.PossibleIPsecIntegrityValues()
7913}
7914func PossibleIkeEncryptionValues() []IkeEncryption {
7915	return original.PossibleIkeEncryptionValues()
7916}
7917func PossibleIkeIntegrityValues() []IkeIntegrity {
7918	return original.PossibleIkeIntegrityValues()
7919}
7920func PossibleInboundSecurityRulesProtocolValues() []InboundSecurityRulesProtocol {
7921	return original.PossibleInboundSecurityRulesProtocolValues()
7922}
7923func PossibleIssueTypeValues() []IssueType {
7924	return original.PossibleIssueTypeValues()
7925}
7926func PossibleLoadBalancerOutboundRuleProtocolValues() []LoadBalancerOutboundRuleProtocol {
7927	return original.PossibleLoadBalancerOutboundRuleProtocolValues()
7928}
7929func PossibleLoadBalancerSKUNameValues() []LoadBalancerSKUName {
7930	return original.PossibleLoadBalancerSKUNameValues()
7931}
7932func PossibleLoadBalancerSKUTierValues() []LoadBalancerSKUTier {
7933	return original.PossibleLoadBalancerSKUTierValues()
7934}
7935func PossibleLoadDistributionValues() []LoadDistribution {
7936	return original.PossibleLoadDistributionValues()
7937}
7938func PossibleManagedRuleEnabledStateValues() []ManagedRuleEnabledState {
7939	return original.PossibleManagedRuleEnabledStateValues()
7940}
7941func PossibleNatGatewaySKUNameValues() []NatGatewaySKUName {
7942	return original.PossibleNatGatewaySKUNameValues()
7943}
7944func PossibleNetworkOperationStatusValues() []NetworkOperationStatus {
7945	return original.PossibleNetworkOperationStatusValues()
7946}
7947func PossibleNextHopTypeValues() []NextHopType {
7948	return original.PossibleNextHopTypeValues()
7949}
7950func PossibleOfficeTrafficCategoryValues() []OfficeTrafficCategory {
7951	return original.PossibleOfficeTrafficCategoryValues()
7952}
7953func PossibleOriginValues() []Origin {
7954	return original.PossibleOriginValues()
7955}
7956func PossibleOutputTypeValues() []OutputType {
7957	return original.PossibleOutputTypeValues()
7958}
7959func PossibleOwaspCrsExclusionEntryMatchVariableValues() []OwaspCrsExclusionEntryMatchVariable {
7960	return original.PossibleOwaspCrsExclusionEntryMatchVariableValues()
7961}
7962func PossibleOwaspCrsExclusionEntrySelectorMatchOperatorValues() []OwaspCrsExclusionEntrySelectorMatchOperator {
7963	return original.PossibleOwaspCrsExclusionEntrySelectorMatchOperatorValues()
7964}
7965func PossiblePcErrorValues() []PcError {
7966	return original.PossiblePcErrorValues()
7967}
7968func PossiblePcProtocolValues() []PcProtocol {
7969	return original.PossiblePcProtocolValues()
7970}
7971func PossiblePcStatusValues() []PcStatus {
7972	return original.PossiblePcStatusValues()
7973}
7974func PossiblePfsGroupValues() []PfsGroup {
7975	return original.PossiblePfsGroupValues()
7976}
7977func PossiblePreferredIPVersionValues() []PreferredIPVersion {
7978	return original.PossiblePreferredIPVersionValues()
7979}
7980func PossibleProbeProtocolValues() []ProbeProtocol {
7981	return original.PossibleProbeProtocolValues()
7982}
7983func PossibleProcessorArchitectureValues() []ProcessorArchitecture {
7984	return original.PossibleProcessorArchitectureValues()
7985}
7986func PossibleProtocolTypeValues() []ProtocolType {
7987	return original.PossibleProtocolTypeValues()
7988}
7989func PossibleProtocolValues() []Protocol {
7990	return original.PossibleProtocolValues()
7991}
7992func PossibleProvisioningStateValues() []ProvisioningState {
7993	return original.PossibleProvisioningStateValues()
7994}
7995func PossiblePublicIPAddressSKUNameValues() []PublicIPAddressSKUName {
7996	return original.PossiblePublicIPAddressSKUNameValues()
7997}
7998func PossiblePublicIPAddressSKUTierValues() []PublicIPAddressSKUTier {
7999	return original.PossiblePublicIPAddressSKUTierValues()
8000}
8001func PossiblePublicIPPrefixSKUNameValues() []PublicIPPrefixSKUName {
8002	return original.PossiblePublicIPPrefixSKUNameValues()
8003}
8004func PossiblePublicIPPrefixSKUTierValues() []PublicIPPrefixSKUTier {
8005	return original.PossiblePublicIPPrefixSKUTierValues()
8006}
8007func PossibleResourceIDentityTypeValues() []ResourceIDentityType {
8008	return original.PossibleResourceIDentityTypeValues()
8009}
8010func PossibleRouteFilterRuleTypeValues() []RouteFilterRuleType {
8011	return original.PossibleRouteFilterRuleTypeValues()
8012}
8013func PossibleRouteNextHopTypeValues() []RouteNextHopType {
8014	return original.PossibleRouteNextHopTypeValues()
8015}
8016func PossibleRoutingStateValues() []RoutingState {
8017	return original.PossibleRoutingStateValues()
8018}
8019func PossibleSecurityPartnerProviderConnectionStatusValues() []SecurityPartnerProviderConnectionStatus {
8020	return original.PossibleSecurityPartnerProviderConnectionStatusValues()
8021}
8022func PossibleSecurityProviderNameValues() []SecurityProviderName {
8023	return original.PossibleSecurityProviderNameValues()
8024}
8025func PossibleSecurityRuleAccessValues() []SecurityRuleAccess {
8026	return original.PossibleSecurityRuleAccessValues()
8027}
8028func PossibleSecurityRuleDirectionValues() []SecurityRuleDirection {
8029	return original.PossibleSecurityRuleDirectionValues()
8030}
8031func PossibleSecurityRuleProtocolValues() []SecurityRuleProtocol {
8032	return original.PossibleSecurityRuleProtocolValues()
8033}
8034func PossibleServiceProviderProvisioningStateValues() []ServiceProviderProvisioningState {
8035	return original.PossibleServiceProviderProvisioningStateValues()
8036}
8037func PossibleSeverityValues() []Severity {
8038	return original.PossibleSeverityValues()
8039}
8040func PossibleTransportProtocolValues() []TransportProtocol {
8041	return original.PossibleTransportProtocolValues()
8042}
8043func PossibleTunnelConnectionStatusValues() []TunnelConnectionStatus {
8044	return original.PossibleTunnelConnectionStatusValues()
8045}
8046func PossibleUsageUnitValues() []UsageUnit {
8047	return original.PossibleUsageUnitValues()
8048}
8049func PossibleVerbosityLevelValues() []VerbosityLevel {
8050	return original.PossibleVerbosityLevelValues()
8051}
8052func PossibleVirtualNetworkGatewayConnectionModeValues() []VirtualNetworkGatewayConnectionMode {
8053	return original.PossibleVirtualNetworkGatewayConnectionModeValues()
8054}
8055func PossibleVirtualNetworkGatewayConnectionProtocolValues() []VirtualNetworkGatewayConnectionProtocol {
8056	return original.PossibleVirtualNetworkGatewayConnectionProtocolValues()
8057}
8058func PossibleVirtualNetworkGatewayConnectionStatusValues() []VirtualNetworkGatewayConnectionStatus {
8059	return original.PossibleVirtualNetworkGatewayConnectionStatusValues()
8060}
8061func PossibleVirtualNetworkGatewayConnectionTypeValues() []VirtualNetworkGatewayConnectionType {
8062	return original.PossibleVirtualNetworkGatewayConnectionTypeValues()
8063}
8064func PossibleVirtualNetworkGatewaySKUNameValues() []VirtualNetworkGatewaySKUName {
8065	return original.PossibleVirtualNetworkGatewaySKUNameValues()
8066}
8067func PossibleVirtualNetworkGatewaySKUTierValues() []VirtualNetworkGatewaySKUTier {
8068	return original.PossibleVirtualNetworkGatewaySKUTierValues()
8069}
8070func PossibleVirtualNetworkGatewayTypeValues() []VirtualNetworkGatewayType {
8071	return original.PossibleVirtualNetworkGatewayTypeValues()
8072}
8073func PossibleVirtualNetworkPeeringStateValues() []VirtualNetworkPeeringState {
8074	return original.PossibleVirtualNetworkPeeringStateValues()
8075}
8076func PossibleVirtualWanSecurityProviderTypeValues() []VirtualWanSecurityProviderType {
8077	return original.PossibleVirtualWanSecurityProviderTypeValues()
8078}
8079func PossibleVpnAuthenticationTypeValues() []VpnAuthenticationType {
8080	return original.PossibleVpnAuthenticationTypeValues()
8081}
8082func PossibleVpnClientProtocolValues() []VpnClientProtocol {
8083	return original.PossibleVpnClientProtocolValues()
8084}
8085func PossibleVpnConnectionStatusValues() []VpnConnectionStatus {
8086	return original.PossibleVpnConnectionStatusValues()
8087}
8088func PossibleVpnGatewayGenerationValues() []VpnGatewayGeneration {
8089	return original.PossibleVpnGatewayGenerationValues()
8090}
8091func PossibleVpnGatewayTunnelingProtocolValues() []VpnGatewayTunnelingProtocol {
8092	return original.PossibleVpnGatewayTunnelingProtocolValues()
8093}
8094func PossibleVpnTypeValues() []VpnType {
8095	return original.PossibleVpnTypeValues()
8096}
8097func PossibleWebApplicationFirewallActionValues() []WebApplicationFirewallAction {
8098	return original.PossibleWebApplicationFirewallActionValues()
8099}
8100func PossibleWebApplicationFirewallEnabledStateValues() []WebApplicationFirewallEnabledState {
8101	return original.PossibleWebApplicationFirewallEnabledStateValues()
8102}
8103func PossibleWebApplicationFirewallMatchVariableValues() []WebApplicationFirewallMatchVariable {
8104	return original.PossibleWebApplicationFirewallMatchVariableValues()
8105}
8106func PossibleWebApplicationFirewallModeValues() []WebApplicationFirewallMode {
8107	return original.PossibleWebApplicationFirewallModeValues()
8108}
8109func PossibleWebApplicationFirewallOperatorValues() []WebApplicationFirewallOperator {
8110	return original.PossibleWebApplicationFirewallOperatorValues()
8111}
8112func PossibleWebApplicationFirewallPolicyResourceStateValues() []WebApplicationFirewallPolicyResourceState {
8113	return original.PossibleWebApplicationFirewallPolicyResourceStateValues()
8114}
8115func PossibleWebApplicationFirewallRuleTypeValues() []WebApplicationFirewallRuleType {
8116	return original.PossibleWebApplicationFirewallRuleTypeValues()
8117}
8118func PossibleWebApplicationFirewallTransformValues() []WebApplicationFirewallTransform {
8119	return original.PossibleWebApplicationFirewallTransformValues()
8120}
8121