models.go 181.3 KB
Newer Older
M
Matt Rickard 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
package network

// Copyright (c) Microsoft and contributors.  All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
//
// See the License for the specific language governing permissions and
// limitations under the License.
//
D
dlorenc 已提交
17 18
// Code generated by Microsoft (R) AutoRest Code Generator.
// Changes may cause incorrect behavior and will be lost if the code is regenerated.
M
Matt Rickard 已提交
19 20 21

import (
	"github.com/Azure/go-autorest/autorest"
D
dlorenc 已提交
22
	"github.com/Azure/go-autorest/autorest/date"
M
Matt Rickard 已提交
23 24 25 26
	"github.com/Azure/go-autorest/autorest/to"
	"net/http"
)

D
dlorenc 已提交
27 28 29 30 31 32 33 34 35 36
// Access enumerates the values for access.
type Access string

const (
	// Allow specifies the allow state for access.
	Allow Access = "Allow"
	// Deny specifies the deny state for access.
	Deny Access = "Deny"
)

D
dlorenc 已提交
37 38
// ApplicationGatewayBackendHealthServerHealth enumerates the values for application gateway backend health server
// health.
D
dlorenc 已提交
39 40 41
type ApplicationGatewayBackendHealthServerHealth string

const (
D
dlorenc 已提交
42
	// Down specifies the down state for application gateway backend health server health.
D
dlorenc 已提交
43
	Down ApplicationGatewayBackendHealthServerHealth = "Down"
D
dlorenc 已提交
44
	// Draining specifies the draining state for application gateway backend health server health.
D
dlorenc 已提交
45
	Draining ApplicationGatewayBackendHealthServerHealth = "Draining"
D
dlorenc 已提交
46
	// Partial specifies the partial state for application gateway backend health server health.
D
dlorenc 已提交
47
	Partial ApplicationGatewayBackendHealthServerHealth = "Partial"
D
dlorenc 已提交
48
	// Unknown specifies the unknown state for application gateway backend health server health.
D
dlorenc 已提交
49
	Unknown ApplicationGatewayBackendHealthServerHealth = "Unknown"
D
dlorenc 已提交
50
	// Up specifies the up state for application gateway backend health server health.
D
dlorenc 已提交
51 52 53
	Up ApplicationGatewayBackendHealthServerHealth = "Up"
)

D
dlorenc 已提交
54
// ApplicationGatewayCookieBasedAffinity enumerates the values for application gateway cookie based affinity.
M
Matt Rickard 已提交
55 56 57
type ApplicationGatewayCookieBasedAffinity string

const (
D
dlorenc 已提交
58
	// Disabled specifies the disabled state for application gateway cookie based affinity.
M
Matt Rickard 已提交
59
	Disabled ApplicationGatewayCookieBasedAffinity = "Disabled"
D
dlorenc 已提交
60
	// Enabled specifies the enabled state for application gateway cookie based affinity.
M
Matt Rickard 已提交
61 62 63
	Enabled ApplicationGatewayCookieBasedAffinity = "Enabled"
)

D
dlorenc 已提交
64
// ApplicationGatewayFirewallMode enumerates the values for application gateway firewall mode.
D
dlorenc 已提交
65 66 67
type ApplicationGatewayFirewallMode string

const (
D
dlorenc 已提交
68
	// Detection specifies the detection state for application gateway firewall mode.
D
dlorenc 已提交
69
	Detection ApplicationGatewayFirewallMode = "Detection"
D
dlorenc 已提交
70
	// Prevention specifies the prevention state for application gateway firewall mode.
D
dlorenc 已提交
71 72 73
	Prevention ApplicationGatewayFirewallMode = "Prevention"
)

D
dlorenc 已提交
74
// ApplicationGatewayOperationalState enumerates the values for application gateway operational state.
M
Matt Rickard 已提交
75 76 77
type ApplicationGatewayOperationalState string

const (
D
dlorenc 已提交
78
	// Running specifies the running state for application gateway operational state.
M
Matt Rickard 已提交
79
	Running ApplicationGatewayOperationalState = "Running"
D
dlorenc 已提交
80
	// Starting specifies the starting state for application gateway operational state.
M
Matt Rickard 已提交
81
	Starting ApplicationGatewayOperationalState = "Starting"
D
dlorenc 已提交
82
	// Stopped specifies the stopped state for application gateway operational state.
M
Matt Rickard 已提交
83
	Stopped ApplicationGatewayOperationalState = "Stopped"
D
dlorenc 已提交
84
	// Stopping specifies the stopping state for application gateway operational state.
M
Matt Rickard 已提交
85 86 87
	Stopping ApplicationGatewayOperationalState = "Stopping"
)

D
dlorenc 已提交
88
// ApplicationGatewayProtocol enumerates the values for application gateway protocol.
M
Matt Rickard 已提交
89 90 91 92 93 94 95 96 97
type ApplicationGatewayProtocol string

const (
	// HTTP specifies the http state for application gateway protocol.
	HTTP ApplicationGatewayProtocol = "Http"
	// HTTPS specifies the https state for application gateway protocol.
	HTTPS ApplicationGatewayProtocol = "Https"
)

D
dlorenc 已提交
98 99 100 101 102 103 104 105 106 107 108 109 110 111 112
// ApplicationGatewayRedirectType enumerates the values for application gateway redirect type.
type ApplicationGatewayRedirectType string

const (
	// Found specifies the found state for application gateway redirect type.
	Found ApplicationGatewayRedirectType = "Found"
	// Permanent specifies the permanent state for application gateway redirect type.
	Permanent ApplicationGatewayRedirectType = "Permanent"
	// SeeOther specifies the see other state for application gateway redirect type.
	SeeOther ApplicationGatewayRedirectType = "SeeOther"
	// Temporary specifies the temporary state for application gateway redirect type.
	Temporary ApplicationGatewayRedirectType = "Temporary"
)

// ApplicationGatewayRequestRoutingRuleType enumerates the values for application gateway request routing rule type.
M
Matt Rickard 已提交
113 114 115
type ApplicationGatewayRequestRoutingRuleType string

const (
D
dlorenc 已提交
116
	// Basic specifies the basic state for application gateway request routing rule type.
M
Matt Rickard 已提交
117
	Basic ApplicationGatewayRequestRoutingRuleType = "Basic"
D
dlorenc 已提交
118
	// PathBasedRouting specifies the path based routing state for application gateway request routing rule type.
M
Matt Rickard 已提交
119 120 121
	PathBasedRouting ApplicationGatewayRequestRoutingRuleType = "PathBasedRouting"
)

D
dlorenc 已提交
122
// ApplicationGatewaySkuName enumerates the values for application gateway sku name.
M
Matt Rickard 已提交
123 124 125
type ApplicationGatewaySkuName string

const (
D
dlorenc 已提交
126
	// StandardLarge specifies the standard large state for application gateway sku name.
M
Matt Rickard 已提交
127
	StandardLarge ApplicationGatewaySkuName = "Standard_Large"
D
dlorenc 已提交
128
	// StandardMedium specifies the standard medium state for application gateway sku name.
M
Matt Rickard 已提交
129
	StandardMedium ApplicationGatewaySkuName = "Standard_Medium"
D
dlorenc 已提交
130
	// StandardSmall specifies the standard small state for application gateway sku name.
M
Matt Rickard 已提交
131
	StandardSmall ApplicationGatewaySkuName = "Standard_Small"
D
dlorenc 已提交
132 133
	// WAFLarge specifies the waf large state for application gateway sku name.
	WAFLarge ApplicationGatewaySkuName = "WAF_Large"
D
dlorenc 已提交
134
	// WAFMedium specifies the waf medium state for application gateway sku name.
D
dlorenc 已提交
135
	WAFMedium ApplicationGatewaySkuName = "WAF_Medium"
M
Matt Rickard 已提交
136 137
)

D
dlorenc 已提交
138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230
// ApplicationGatewaySslCipherSuite enumerates the values for application gateway ssl cipher suite.
type ApplicationGatewaySslCipherSuite string

const (
	// TLSDHEDSSWITHAES128CBCSHA specifies the tlsdhedsswithaes128cbcsha state for application gateway ssl cipher suite.
	TLSDHEDSSWITHAES128CBCSHA ApplicationGatewaySslCipherSuite = "TLS_DHE_DSS_WITH_AES_128_CBC_SHA"
	// TLSDHEDSSWITHAES128CBCSHA256 specifies the tlsdhedsswithaes128cbcsha256 state for application gateway ssl cipher
	// suite.
	TLSDHEDSSWITHAES128CBCSHA256 ApplicationGatewaySslCipherSuite = "TLS_DHE_DSS_WITH_AES_128_CBC_SHA256"
	// TLSDHEDSSWITHAES256CBCSHA specifies the tlsdhedsswithaes256cbcsha state for application gateway ssl cipher suite.
	TLSDHEDSSWITHAES256CBCSHA ApplicationGatewaySslCipherSuite = "TLS_DHE_DSS_WITH_AES_256_CBC_SHA"
	// TLSDHEDSSWITHAES256CBCSHA256 specifies the tlsdhedsswithaes256cbcsha256 state for application gateway ssl cipher
	// suite.
	TLSDHEDSSWITHAES256CBCSHA256 ApplicationGatewaySslCipherSuite = "TLS_DHE_DSS_WITH_AES_256_CBC_SHA256"
	// TLSDHERSAWITHAES128CBCSHA specifies the tlsdhersawithaes128cbcsha state for application gateway ssl cipher suite.
	TLSDHERSAWITHAES128CBCSHA ApplicationGatewaySslCipherSuite = "TLS_DHE_RSA_WITH_AES_128_CBC_SHA"
	// TLSDHERSAWITHAES128GCMSHA256 specifies the tlsdhersawithaes128gcmsha256 state for application gateway ssl cipher
	// suite.
	TLSDHERSAWITHAES128GCMSHA256 ApplicationGatewaySslCipherSuite = "TLS_DHE_RSA_WITH_AES_128_GCM_SHA256"
	// TLSDHERSAWITHAES256CBCSHA specifies the tlsdhersawithaes256cbcsha state for application gateway ssl cipher suite.
	TLSDHERSAWITHAES256CBCSHA ApplicationGatewaySslCipherSuite = "TLS_DHE_RSA_WITH_AES_256_CBC_SHA"
	// TLSDHERSAWITHAES256GCMSHA384 specifies the tlsdhersawithaes256gcmsha384 state for application gateway ssl cipher
	// suite.
	TLSDHERSAWITHAES256GCMSHA384 ApplicationGatewaySslCipherSuite = "TLS_DHE_RSA_WITH_AES_256_GCM_SHA384"
	// TLSECDHEECDSAWITHAES128CBCSHA specifies the tlsecdheecdsawithaes128cbcsha state for application gateway ssl cipher
	// suite.
	TLSECDHEECDSAWITHAES128CBCSHA ApplicationGatewaySslCipherSuite = "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA"
	// TLSECDHEECDSAWITHAES128CBCSHA256 specifies the tlsecdheecdsawithaes128cbcsha256 state for application gateway ssl
	// cipher suite.
	TLSECDHEECDSAWITHAES128CBCSHA256 ApplicationGatewaySslCipherSuite = "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256"
	// TLSECDHEECDSAWITHAES128GCMSHA256 specifies the tlsecdheecdsawithaes128gcmsha256 state for application gateway ssl
	// cipher suite.
	TLSECDHEECDSAWITHAES128GCMSHA256 ApplicationGatewaySslCipherSuite = "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256"
	// TLSECDHEECDSAWITHAES256CBCSHA specifies the tlsecdheecdsawithaes256cbcsha state for application gateway ssl cipher
	// suite.
	TLSECDHEECDSAWITHAES256CBCSHA ApplicationGatewaySslCipherSuite = "TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA"
	// TLSECDHEECDSAWITHAES256CBCSHA384 specifies the tlsecdheecdsawithaes256cbcsha384 state for application gateway ssl
	// cipher suite.
	TLSECDHEECDSAWITHAES256CBCSHA384 ApplicationGatewaySslCipherSuite = "TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384"
	// TLSECDHEECDSAWITHAES256GCMSHA384 specifies the tlsecdheecdsawithaes256gcmsha384 state for application gateway ssl
	// cipher suite.
	TLSECDHEECDSAWITHAES256GCMSHA384 ApplicationGatewaySslCipherSuite = "TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384"
	// TLSECDHERSAWITHAES128CBCSHA specifies the tlsecdhersawithaes128cbcsha state for application gateway ssl cipher
	// suite.
	TLSECDHERSAWITHAES128CBCSHA ApplicationGatewaySslCipherSuite = "TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA"
	// TLSECDHERSAWITHAES128CBCSHA256 specifies the tlsecdhersawithaes128cbcsha256 state for application gateway ssl cipher
	// suite.
	TLSECDHERSAWITHAES128CBCSHA256 ApplicationGatewaySslCipherSuite = "TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256"
	// TLSECDHERSAWITHAES256CBCSHA specifies the tlsecdhersawithaes256cbcsha state for application gateway ssl cipher
	// suite.
	TLSECDHERSAWITHAES256CBCSHA ApplicationGatewaySslCipherSuite = "TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA"
	// TLSECDHERSAWITHAES256CBCSHA384 specifies the tlsecdhersawithaes256cbcsha384 state for application gateway ssl cipher
	// suite.
	TLSECDHERSAWITHAES256CBCSHA384 ApplicationGatewaySslCipherSuite = "TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384"
	// TLSRSAWITH3DESEDECBCSHA specifies the tlsrsawith3desedecbcsha state for application gateway ssl cipher suite.
	TLSRSAWITH3DESEDECBCSHA ApplicationGatewaySslCipherSuite = "TLS_RSA_WITH_3DES_EDE_CBC_SHA"
	// TLSRSAWITHAES128CBCSHA specifies the tlsrsawithaes128cbcsha state for application gateway ssl cipher suite.
	TLSRSAWITHAES128CBCSHA ApplicationGatewaySslCipherSuite = "TLS_RSA_WITH_AES_128_CBC_SHA"
	// TLSRSAWITHAES128CBCSHA256 specifies the tlsrsawithaes128cbcsha256 state for application gateway ssl cipher suite.
	TLSRSAWITHAES128CBCSHA256 ApplicationGatewaySslCipherSuite = "TLS_RSA_WITH_AES_128_CBC_SHA256"
	// TLSRSAWITHAES128GCMSHA256 specifies the tlsrsawithaes128gcmsha256 state for application gateway ssl cipher suite.
	TLSRSAWITHAES128GCMSHA256 ApplicationGatewaySslCipherSuite = "TLS_RSA_WITH_AES_128_GCM_SHA256"
	// TLSRSAWITHAES256CBCSHA specifies the tlsrsawithaes256cbcsha state for application gateway ssl cipher suite.
	TLSRSAWITHAES256CBCSHA ApplicationGatewaySslCipherSuite = "TLS_RSA_WITH_AES_256_CBC_SHA"
	// TLSRSAWITHAES256CBCSHA256 specifies the tlsrsawithaes256cbcsha256 state for application gateway ssl cipher suite.
	TLSRSAWITHAES256CBCSHA256 ApplicationGatewaySslCipherSuite = "TLS_RSA_WITH_AES_256_CBC_SHA256"
	// TLSRSAWITHAES256GCMSHA384 specifies the tlsrsawithaes256gcmsha384 state for application gateway ssl cipher suite.
	TLSRSAWITHAES256GCMSHA384 ApplicationGatewaySslCipherSuite = "TLS_RSA_WITH_AES_256_GCM_SHA384"
)

// ApplicationGatewaySslPolicyName enumerates the values for application gateway ssl policy name.
type ApplicationGatewaySslPolicyName string

const (
	// AppGwSslPolicy20150501 specifies the app gw ssl policy 20150501 state for application gateway ssl policy name.
	AppGwSslPolicy20150501 ApplicationGatewaySslPolicyName = "AppGwSslPolicy20150501"
	// AppGwSslPolicy20170401 specifies the app gw ssl policy 20170401 state for application gateway ssl policy name.
	AppGwSslPolicy20170401 ApplicationGatewaySslPolicyName = "AppGwSslPolicy20170401"
	// AppGwSslPolicy20170401S specifies the app gw ssl policy 20170401s state for application gateway ssl policy name.
	AppGwSslPolicy20170401S ApplicationGatewaySslPolicyName = "AppGwSslPolicy20170401S"
)

// ApplicationGatewaySslPolicyType enumerates the values for application gateway ssl policy type.
type ApplicationGatewaySslPolicyType string

const (
	// Custom specifies the custom state for application gateway ssl policy type.
	Custom ApplicationGatewaySslPolicyType = "Custom"
	// Predefined specifies the predefined state for application gateway ssl policy type.
	Predefined ApplicationGatewaySslPolicyType = "Predefined"
)

// ApplicationGatewaySslProtocol enumerates the values for application gateway ssl protocol.
231 232 233
type ApplicationGatewaySslProtocol string

const (
D
dlorenc 已提交
234
	// TLSv10 specifies the tl sv 10 state for application gateway ssl protocol.
235
	TLSv10 ApplicationGatewaySslProtocol = "TLSv1_0"
D
dlorenc 已提交
236
	// TLSv11 specifies the tl sv 11 state for application gateway ssl protocol.
237
	TLSv11 ApplicationGatewaySslProtocol = "TLSv1_1"
D
dlorenc 已提交
238
	// TLSv12 specifies the tl sv 12 state for application gateway ssl protocol.
239 240 241
	TLSv12 ApplicationGatewaySslProtocol = "TLSv1_2"
)

M
Matt Rickard 已提交
242 243 244 245 246 247
// ApplicationGatewayTier enumerates the values for application gateway tier.
type ApplicationGatewayTier string

const (
	// Standard specifies the standard state for application gateway tier.
	Standard ApplicationGatewayTier = "Standard"
D
dlorenc 已提交
248 249
	// WAF specifies the waf state for application gateway tier.
	WAF ApplicationGatewayTier = "WAF"
M
Matt Rickard 已提交
250 251
)

D
dlorenc 已提交
252 253 254 255 256 257 258 259 260 261
// AssociationType enumerates the values for association type.
type AssociationType string

const (
	// Associated specifies the associated state for association type.
	Associated AssociationType = "Associated"
	// Contains specifies the contains state for association type.
	Contains AssociationType = "Contains"
)

D
dlorenc 已提交
262 263 264 265 266 267 268 269 270 271
// AuthenticationMethod enumerates the values for authentication method.
type AuthenticationMethod string

const (
	// EAPMSCHAPv2 specifies the eapmscha pv 2 state for authentication method.
	EAPMSCHAPv2 AuthenticationMethod = "EAPMSCHAPv2"
	// EAPTLS specifies the eaptls state for authentication method.
	EAPTLS AuthenticationMethod = "EAPTLS"
)

M
Matt Rickard 已提交
272 273 274 275 276 277 278 279 280 281
// AuthorizationUseStatus enumerates the values for authorization use status.
type AuthorizationUseStatus string

const (
	// Available specifies the available state for authorization use status.
	Available AuthorizationUseStatus = "Available"
	// InUse specifies the in use state for authorization use status.
	InUse AuthorizationUseStatus = "InUse"
)

D
dlorenc 已提交
282 283 284 285
// BgpPeerState enumerates the values for bgp peer state.
type BgpPeerState string

const (
D
dlorenc 已提交
286
	// BgpPeerStateConnected specifies the bgp peer state connected state for bgp peer state.
D
dlorenc 已提交
287
	BgpPeerStateConnected BgpPeerState = "Connected"
D
dlorenc 已提交
288
	// BgpPeerStateConnecting specifies the bgp peer state connecting state for bgp peer state.
D
dlorenc 已提交
289
	BgpPeerStateConnecting BgpPeerState = "Connecting"
D
dlorenc 已提交
290
	// BgpPeerStateIdle specifies the bgp peer state idle state for bgp peer state.
D
dlorenc 已提交
291
	BgpPeerStateIdle BgpPeerState = "Idle"
D
dlorenc 已提交
292
	// BgpPeerStateStopped specifies the bgp peer state stopped state for bgp peer state.
D
dlorenc 已提交
293
	BgpPeerStateStopped BgpPeerState = "Stopped"
D
dlorenc 已提交
294
	// BgpPeerStateUnknown specifies the bgp peer state unknown state for bgp peer state.
D
dlorenc 已提交
295 296 297
	BgpPeerStateUnknown BgpPeerState = "Unknown"
)

D
dlorenc 已提交
298 299 300 301 302 303 304 305 306 307 308 309 310 311
// ConnectionStatus enumerates the values for connection status.
type ConnectionStatus string

const (
	// ConnectionStatusConnected specifies the connection status connected state for connection status.
	ConnectionStatusConnected ConnectionStatus = "Connected"
	// ConnectionStatusDegraded specifies the connection status degraded state for connection status.
	ConnectionStatusDegraded ConnectionStatus = "Degraded"
	// ConnectionStatusDisconnected specifies the connection status disconnected state for connection status.
	ConnectionStatusDisconnected ConnectionStatus = "Disconnected"
	// ConnectionStatusUnknown specifies the connection status unknown state for connection status.
	ConnectionStatusUnknown ConnectionStatus = "Unknown"
)

D
dlorenc 已提交
312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343
// DhGroup enumerates the values for dh group.
type DhGroup string

const (
	// DHGroup1 specifies the dh group 1 state for dh group.
	DHGroup1 DhGroup = "DHGroup1"
	// DHGroup14 specifies the dh group 14 state for dh group.
	DHGroup14 DhGroup = "DHGroup14"
	// DHGroup2 specifies the dh group 2 state for dh group.
	DHGroup2 DhGroup = "DHGroup2"
	// DHGroup2048 specifies the dh group 2048 state for dh group.
	DHGroup2048 DhGroup = "DHGroup2048"
	// DHGroup24 specifies the dh group 24 state for dh group.
	DHGroup24 DhGroup = "DHGroup24"
	// ECP256 specifies the ecp256 state for dh group.
	ECP256 DhGroup = "ECP256"
	// ECP384 specifies the ecp384 state for dh group.
	ECP384 DhGroup = "ECP384"
	// None specifies the none state for dh group.
	None DhGroup = "None"
)

// Direction enumerates the values for direction.
type Direction string

const (
	// Inbound specifies the inbound state for direction.
	Inbound Direction = "Inbound"
	// Outbound specifies the outbound state for direction.
	Outbound Direction = "Outbound"
)

344 345 346 347
// EffectiveRouteSource enumerates the values for effective route source.
type EffectiveRouteSource string

const (
D
dlorenc 已提交
348
	// EffectiveRouteSourceDefault specifies the effective route source default state for effective route source.
349
	EffectiveRouteSourceDefault EffectiveRouteSource = "Default"
D
dlorenc 已提交
350
	// EffectiveRouteSourceUnknown specifies the effective route source unknown state for effective route source.
D
dlorenc 已提交
351
	EffectiveRouteSourceUnknown EffectiveRouteSource = "Unknown"
D
dlorenc 已提交
352
	// EffectiveRouteSourceUser specifies the effective route source user state for effective route source.
353
	EffectiveRouteSourceUser EffectiveRouteSource = "User"
D
dlorenc 已提交
354 355
	// EffectiveRouteSourceVirtualNetworkGateway specifies the effective route source virtual network gateway state for
	// effective route source.
356 357 358 359 360 361 362 363 364 365 366 367 368
	EffectiveRouteSourceVirtualNetworkGateway EffectiveRouteSource = "VirtualNetworkGateway"
)

// EffectiveRouteState enumerates the values for effective route state.
type EffectiveRouteState string

const (
	// Active specifies the active state for effective route state.
	Active EffectiveRouteState = "Active"
	// Invalid specifies the invalid state for effective route state.
	Invalid EffectiveRouteState = "Invalid"
)

D
dlorenc 已提交
369 370 371 372 373 374 375 376 377 378 379 380 381 382
// EffectiveSecurityRuleProtocol enumerates the values for effective security rule protocol.
type EffectiveSecurityRuleProtocol string

const (
	// All specifies the all state for effective security rule protocol.
	All EffectiveSecurityRuleProtocol = "All"
	// TCP specifies the tcp state for effective security rule protocol.
	TCP EffectiveSecurityRuleProtocol = "Tcp"
	// UDP specifies the udp state for effective security rule protocol.
	UDP EffectiveSecurityRuleProtocol = "Udp"
)

// ExpressRouteCircuitPeeringAdvertisedPublicPrefixState enumerates the values for express route circuit peering
// advertised public prefix state.
M
Matt Rickard 已提交
383 384 385
type ExpressRouteCircuitPeeringAdvertisedPublicPrefixState string

const (
D
dlorenc 已提交
386
	// Configured specifies the configured state for express route circuit peering advertised public prefix state.
M
Matt Rickard 已提交
387
	Configured ExpressRouteCircuitPeeringAdvertisedPublicPrefixState = "Configured"
D
dlorenc 已提交
388
	// Configuring specifies the configuring state for express route circuit peering advertised public prefix state.
M
Matt Rickard 已提交
389
	Configuring ExpressRouteCircuitPeeringAdvertisedPublicPrefixState = "Configuring"
D
dlorenc 已提交
390
	// NotConfigured specifies the not configured state for express route circuit peering advertised public prefix state.
M
Matt Rickard 已提交
391
	NotConfigured ExpressRouteCircuitPeeringAdvertisedPublicPrefixState = "NotConfigured"
D
dlorenc 已提交
392 393
	// ValidationNeeded specifies the validation needed state for express route circuit peering advertised public prefix
	// state.
M
Matt Rickard 已提交
394 395 396
	ValidationNeeded ExpressRouteCircuitPeeringAdvertisedPublicPrefixState = "ValidationNeeded"
)

D
dlorenc 已提交
397
// ExpressRouteCircuitPeeringState enumerates the values for express route circuit peering state.
M
Matt Rickard 已提交
398 399 400
type ExpressRouteCircuitPeeringState string

const (
D
dlorenc 已提交
401 402
	// ExpressRouteCircuitPeeringStateDisabled specifies the express route circuit peering state disabled state for express
	// route circuit peering state.
M
Matt Rickard 已提交
403
	ExpressRouteCircuitPeeringStateDisabled ExpressRouteCircuitPeeringState = "Disabled"
D
dlorenc 已提交
404 405
	// ExpressRouteCircuitPeeringStateEnabled specifies the express route circuit peering state enabled state for express
	// route circuit peering state.
M
Matt Rickard 已提交
406 407 408
	ExpressRouteCircuitPeeringStateEnabled ExpressRouteCircuitPeeringState = "Enabled"
)

D
dlorenc 已提交
409
// ExpressRouteCircuitPeeringType enumerates the values for express route circuit peering type.
M
Matt Rickard 已提交
410 411 412
type ExpressRouteCircuitPeeringType string

const (
D
dlorenc 已提交
413
	// AzurePrivatePeering specifies the azure private peering state for express route circuit peering type.
M
Matt Rickard 已提交
414
	AzurePrivatePeering ExpressRouteCircuitPeeringType = "AzurePrivatePeering"
D
dlorenc 已提交
415
	// AzurePublicPeering specifies the azure public peering state for express route circuit peering type.
M
Matt Rickard 已提交
416
	AzurePublicPeering ExpressRouteCircuitPeeringType = "AzurePublicPeering"
D
dlorenc 已提交
417
	// MicrosoftPeering specifies the microsoft peering state for express route circuit peering type.
M
Matt Rickard 已提交
418 419 420
	MicrosoftPeering ExpressRouteCircuitPeeringType = "MicrosoftPeering"
)

D
dlorenc 已提交
421
// ExpressRouteCircuitSkuFamily enumerates the values for express route circuit sku family.
M
Matt Rickard 已提交
422 423 424
type ExpressRouteCircuitSkuFamily string

const (
D
dlorenc 已提交
425
	// MeteredData specifies the metered data state for express route circuit sku family.
M
Matt Rickard 已提交
426
	MeteredData ExpressRouteCircuitSkuFamily = "MeteredData"
D
dlorenc 已提交
427
	// UnlimitedData specifies the unlimited data state for express route circuit sku family.
M
Matt Rickard 已提交
428 429 430
	UnlimitedData ExpressRouteCircuitSkuFamily = "UnlimitedData"
)

D
dlorenc 已提交
431
// ExpressRouteCircuitSkuTier enumerates the values for express route circuit sku tier.
M
Matt Rickard 已提交
432 433 434
type ExpressRouteCircuitSkuTier string

const (
D
dlorenc 已提交
435 436
	// ExpressRouteCircuitSkuTierPremium specifies the express route circuit sku tier premium state for express route
	// circuit sku tier.
M
Matt Rickard 已提交
437
	ExpressRouteCircuitSkuTierPremium ExpressRouteCircuitSkuTier = "Premium"
D
dlorenc 已提交
438 439
	// ExpressRouteCircuitSkuTierStandard specifies the express route circuit sku tier standard state for express route
	// circuit sku tier.
M
Matt Rickard 已提交
440 441 442
	ExpressRouteCircuitSkuTierStandard ExpressRouteCircuitSkuTier = "Standard"
)

D
dlorenc 已提交
443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472
// IkeEncryption enumerates the values for ike encryption.
type IkeEncryption string

const (
	// AES128 specifies the aes128 state for ike encryption.
	AES128 IkeEncryption = "AES128"
	// AES192 specifies the aes192 state for ike encryption.
	AES192 IkeEncryption = "AES192"
	// AES256 specifies the aes256 state for ike encryption.
	AES256 IkeEncryption = "AES256"
	// DES specifies the des state for ike encryption.
	DES IkeEncryption = "DES"
	// DES3 specifies the des3 state for ike encryption.
	DES3 IkeEncryption = "DES3"
)

// IkeIntegrity enumerates the values for ike integrity.
type IkeIntegrity string

const (
	// MD5 specifies the md5 state for ike integrity.
	MD5 IkeIntegrity = "MD5"
	// SHA1 specifies the sha1 state for ike integrity.
	SHA1 IkeIntegrity = "SHA1"
	// SHA256 specifies the sha256 state for ike integrity.
	SHA256 IkeIntegrity = "SHA256"
	// SHA384 specifies the sha384 state for ike integrity.
	SHA384 IkeIntegrity = "SHA384"
)

M
Matt Rickard 已提交
473 474 475 476 477 478 479 480 481 482
// IPAllocationMethod enumerates the values for ip allocation method.
type IPAllocationMethod string

const (
	// Dynamic specifies the dynamic state for ip allocation method.
	Dynamic IPAllocationMethod = "Dynamic"
	// Static specifies the static state for ip allocation method.
	Static IPAllocationMethod = "Static"
)

D
dlorenc 已提交
483 484 485 486
// IpsecEncryption enumerates the values for ipsec encryption.
type IpsecEncryption string

const (
D
dlorenc 已提交
487
	// IpsecEncryptionAES128 specifies the ipsec encryption aes128 state for ipsec encryption.
D
dlorenc 已提交
488
	IpsecEncryptionAES128 IpsecEncryption = "AES128"
D
dlorenc 已提交
489
	// IpsecEncryptionAES192 specifies the ipsec encryption aes192 state for ipsec encryption.
D
dlorenc 已提交
490
	IpsecEncryptionAES192 IpsecEncryption = "AES192"
D
dlorenc 已提交
491
	// IpsecEncryptionAES256 specifies the ipsec encryption aes256 state for ipsec encryption.
D
dlorenc 已提交
492
	IpsecEncryptionAES256 IpsecEncryption = "AES256"
D
dlorenc 已提交
493
	// IpsecEncryptionDES specifies the ipsec encryption des state for ipsec encryption.
D
dlorenc 已提交
494
	IpsecEncryptionDES IpsecEncryption = "DES"
D
dlorenc 已提交
495
	// IpsecEncryptionDES3 specifies the ipsec encryption des3 state for ipsec encryption.
D
dlorenc 已提交
496
	IpsecEncryptionDES3 IpsecEncryption = "DES3"
D
dlorenc 已提交
497
	// IpsecEncryptionGCMAES128 specifies the ipsec encryption gcmaes128 state for ipsec encryption.
D
dlorenc 已提交
498
	IpsecEncryptionGCMAES128 IpsecEncryption = "GCMAES128"
D
dlorenc 已提交
499
	// IpsecEncryptionGCMAES192 specifies the ipsec encryption gcmaes192 state for ipsec encryption.
D
dlorenc 已提交
500
	IpsecEncryptionGCMAES192 IpsecEncryption = "GCMAES192"
D
dlorenc 已提交
501
	// IpsecEncryptionGCMAES256 specifies the ipsec encryption gcmaes256 state for ipsec encryption.
D
dlorenc 已提交
502
	IpsecEncryptionGCMAES256 IpsecEncryption = "GCMAES256"
D
dlorenc 已提交
503
	// IpsecEncryptionNone specifies the ipsec encryption none state for ipsec encryption.
D
dlorenc 已提交
504 505 506 507 508 509 510
	IpsecEncryptionNone IpsecEncryption = "None"
)

// IpsecIntegrity enumerates the values for ipsec integrity.
type IpsecIntegrity string

const (
D
dlorenc 已提交
511
	// IpsecIntegrityGCMAES128 specifies the ipsec integrity gcmaes128 state for ipsec integrity.
D
dlorenc 已提交
512
	IpsecIntegrityGCMAES128 IpsecIntegrity = "GCMAES128"
D
dlorenc 已提交
513
	// IpsecIntegrityGCMAES192 specifies the ipsec integrity gcmaes192 state for ipsec integrity.
D
dlorenc 已提交
514
	IpsecIntegrityGCMAES192 IpsecIntegrity = "GCMAES192"
D
dlorenc 已提交
515
	// IpsecIntegrityGCMAES256 specifies the ipsec integrity gcmaes256 state for ipsec integrity.
D
dlorenc 已提交
516
	IpsecIntegrityGCMAES256 IpsecIntegrity = "GCMAES256"
D
dlorenc 已提交
517
	// IpsecIntegrityMD5 specifies the ipsec integrity md5 state for ipsec integrity.
D
dlorenc 已提交
518
	IpsecIntegrityMD5 IpsecIntegrity = "MD5"
D
dlorenc 已提交
519
	// IpsecIntegritySHA1 specifies the ipsec integrity sha1 state for ipsec integrity.
D
dlorenc 已提交
520
	IpsecIntegritySHA1 IpsecIntegrity = "SHA1"
D
dlorenc 已提交
521
	// IpsecIntegritySHA256 specifies the ipsec integrity sha256 state for ipsec integrity.
D
dlorenc 已提交
522 523 524
	IpsecIntegritySHA256 IpsecIntegrity = "SHA256"
)

M
Matt Rickard 已提交
525 526 527 528 529 530 531 532 533 534
// IPVersion enumerates the values for ip version.
type IPVersion string

const (
	// IPv4 specifies the i pv 4 state for ip version.
	IPv4 IPVersion = "IPv4"
	// IPv6 specifies the i pv 6 state for ip version.
	IPv6 IPVersion = "IPv6"
)

D
dlorenc 已提交
535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568
// IssueType enumerates the values for issue type.
type IssueType string

const (
	// IssueTypeAgentStopped specifies the issue type agent stopped state for issue type.
	IssueTypeAgentStopped IssueType = "AgentStopped"
	// IssueTypeDNSResolution specifies the issue type dns resolution state for issue type.
	IssueTypeDNSResolution IssueType = "DnsResolution"
	// IssueTypeGuestFirewall specifies the issue type guest firewall state for issue type.
	IssueTypeGuestFirewall IssueType = "GuestFirewall"
	// IssueTypeNetworkSecurityRule specifies the issue type network security rule state for issue type.
	IssueTypeNetworkSecurityRule IssueType = "NetworkSecurityRule"
	// IssueTypePlatform specifies the issue type platform state for issue type.
	IssueTypePlatform IssueType = "Platform"
	// IssueTypePortThrottled specifies the issue type port throttled state for issue type.
	IssueTypePortThrottled IssueType = "PortThrottled"
	// IssueTypeSocketBind specifies the issue type socket bind state for issue type.
	IssueTypeSocketBind IssueType = "SocketBind"
	// IssueTypeUnknown specifies the issue type unknown state for issue type.
	IssueTypeUnknown IssueType = "Unknown"
	// IssueTypeUserDefinedRoute specifies the issue type user defined route state for issue type.
	IssueTypeUserDefinedRoute IssueType = "UserDefinedRoute"
)

// LoadBalancerSkuName enumerates the values for load balancer sku name.
type LoadBalancerSkuName string

const (
	// LoadBalancerSkuNameBasic specifies the load balancer sku name basic state for load balancer sku name.
	LoadBalancerSkuNameBasic LoadBalancerSkuName = "Basic"
	// LoadBalancerSkuNameStandard specifies the load balancer sku name standard state for load balancer sku name.
	LoadBalancerSkuNameStandard LoadBalancerSkuName = "Standard"
)

M
Matt Rickard 已提交
569 570 571 572 573 574 575 576
// LoadDistribution enumerates the values for load distribution.
type LoadDistribution string

const (
	// Default specifies the default state for load distribution.
	Default LoadDistribution = "Default"
	// SourceIP specifies the source ip state for load distribution.
	SourceIP LoadDistribution = "SourceIP"
D
dlorenc 已提交
577
	// SourceIPProtocol specifies the source ip protocol state for load distribution.
M
Matt Rickard 已提交
578 579 580
	SourceIPProtocol LoadDistribution = "SourceIPProtocol"
)

D
dlorenc 已提交
581 582 583 584
// NextHopType enumerates the values for next hop type.
type NextHopType string

const (
D
dlorenc 已提交
585
	// NextHopTypeHyperNetGateway specifies the next hop type hyper net gateway state for next hop type.
D
dlorenc 已提交
586
	NextHopTypeHyperNetGateway NextHopType = "HyperNetGateway"
D
dlorenc 已提交
587
	// NextHopTypeInternet specifies the next hop type internet state for next hop type.
D
dlorenc 已提交
588
	NextHopTypeInternet NextHopType = "Internet"
D
dlorenc 已提交
589
	// NextHopTypeNone specifies the next hop type none state for next hop type.
D
dlorenc 已提交
590
	NextHopTypeNone NextHopType = "None"
D
dlorenc 已提交
591
	// NextHopTypeVirtualAppliance specifies the next hop type virtual appliance state for next hop type.
D
dlorenc 已提交
592
	NextHopTypeVirtualAppliance NextHopType = "VirtualAppliance"
D
dlorenc 已提交
593
	// NextHopTypeVirtualNetworkGateway specifies the next hop type virtual network gateway state for next hop type.
D
dlorenc 已提交
594
	NextHopTypeVirtualNetworkGateway NextHopType = "VirtualNetworkGateway"
D
dlorenc 已提交
595
	// NextHopTypeVnetLocal specifies the next hop type vnet local state for next hop type.
D
dlorenc 已提交
596 597 598
	NextHopTypeVnetLocal NextHopType = "VnetLocal"
)

M
Matt Rickard 已提交
599 600 601 602 603 604 605 606 607 608 609 610
// OperationStatus enumerates the values for operation status.
type OperationStatus string

const (
	// Failed specifies the failed state for operation status.
	Failed OperationStatus = "Failed"
	// InProgress specifies the in progress state for operation status.
	InProgress OperationStatus = "InProgress"
	// Succeeded specifies the succeeded state for operation status.
	Succeeded OperationStatus = "Succeeded"
)

D
dlorenc 已提交
611 612 613 614 615 616 617 618 619 620 621 622
// Origin enumerates the values for origin.
type Origin string

const (
	// OriginInbound specifies the origin inbound state for origin.
	OriginInbound Origin = "Inbound"
	// OriginLocal specifies the origin local state for origin.
	OriginLocal Origin = "Local"
	// OriginOutbound specifies the origin outbound state for origin.
	OriginOutbound Origin = "Outbound"
)

D
dlorenc 已提交
623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642
// PcError enumerates the values for pc error.
type PcError string

const (
	// AgentStopped specifies the agent stopped state for pc error.
	AgentStopped PcError = "AgentStopped"
	// CaptureFailed specifies the capture failed state for pc error.
	CaptureFailed PcError = "CaptureFailed"
	// InternalError specifies the internal error state for pc error.
	InternalError PcError = "InternalError"
	// LocalFileFailed specifies the local file failed state for pc error.
	LocalFileFailed PcError = "LocalFileFailed"
	// StorageFailed specifies the storage failed state for pc error.
	StorageFailed PcError = "StorageFailed"
)

// PcProtocol enumerates the values for pc protocol.
type PcProtocol string

const (
D
dlorenc 已提交
643 644 645 646 647 648
	// PcProtocolAny specifies the pc protocol any state for pc protocol.
	PcProtocolAny PcProtocol = "Any"
	// PcProtocolTCP specifies the pc protocol tcp state for pc protocol.
	PcProtocolTCP PcProtocol = "TCP"
	// PcProtocolUDP specifies the pc protocol udp state for pc protocol.
	PcProtocolUDP PcProtocol = "UDP"
D
dlorenc 已提交
649 650 651 652 653 654 655 656
)

// PcStatus enumerates the values for pc status.
type PcStatus string

const (
	// PcStatusError specifies the pc status error state for pc status.
	PcStatusError PcStatus = "Error"
D
dlorenc 已提交
657
	// PcStatusNotStarted specifies the pc status not started state for pc status.
D
dlorenc 已提交
658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686
	PcStatusNotStarted PcStatus = "NotStarted"
	// PcStatusRunning specifies the pc status running state for pc status.
	PcStatusRunning PcStatus = "Running"
	// PcStatusStopped specifies the pc status stopped state for pc status.
	PcStatusStopped PcStatus = "Stopped"
	// PcStatusUnknown specifies the pc status unknown state for pc status.
	PcStatusUnknown PcStatus = "Unknown"
)

// PfsGroup enumerates the values for pfs group.
type PfsGroup string

const (
	// PfsGroupECP256 specifies the pfs group ecp256 state for pfs group.
	PfsGroupECP256 PfsGroup = "ECP256"
	// PfsGroupECP384 specifies the pfs group ecp384 state for pfs group.
	PfsGroupECP384 PfsGroup = "ECP384"
	// PfsGroupNone specifies the pfs group none state for pfs group.
	PfsGroupNone PfsGroup = "None"
	// PfsGroupPFS1 specifies the pfs group pfs1 state for pfs group.
	PfsGroupPFS1 PfsGroup = "PFS1"
	// PfsGroupPFS2 specifies the pfs group pfs2 state for pfs group.
	PfsGroupPFS2 PfsGroup = "PFS2"
	// PfsGroupPFS2048 specifies the pfs group pfs2048 state for pfs group.
	PfsGroupPFS2048 PfsGroup = "PFS2048"
	// PfsGroupPFS24 specifies the pfs group pfs24 state for pfs group.
	PfsGroupPFS24 PfsGroup = "PFS24"
)

M
Matt Rickard 已提交
687 688 689 690
// ProbeProtocol enumerates the values for probe protocol.
type ProbeProtocol string

const (
D
dlorenc 已提交
691
	// ProbeProtocolHTTP specifies the probe protocol http state for probe protocol.
M
Matt Rickard 已提交
692
	ProbeProtocolHTTP ProbeProtocol = "Http"
D
dlorenc 已提交
693
	// ProbeProtocolTCP specifies the probe protocol tcp state for probe protocol.
M
Matt Rickard 已提交
694 695 696 697 698 699 700 701 702 703 704 705 706
	ProbeProtocolTCP ProbeProtocol = "Tcp"
)

// ProcessorArchitecture enumerates the values for processor architecture.
type ProcessorArchitecture string

const (
	// Amd64 specifies the amd 64 state for processor architecture.
	Amd64 ProcessorArchitecture = "Amd64"
	// X86 specifies the x86 state for processor architecture.
	X86 ProcessorArchitecture = "X86"
)

D
dlorenc 已提交
707 708 709 710 711 712 713 714 715 716 717 718 719 720
// Protocol enumerates the values for protocol.
type Protocol string

const (
	// ProtocolTCP specifies the protocol tcp state for protocol.
	ProtocolTCP Protocol = "TCP"
	// ProtocolUDP specifies the protocol udp state for protocol.
	ProtocolUDP Protocol = "UDP"
)

// ProvisioningState enumerates the values for provisioning state.
type ProvisioningState string

const (
D
dlorenc 已提交
721
	// ProvisioningStateDeleting specifies the provisioning state deleting state for provisioning state.
D
dlorenc 已提交
722
	ProvisioningStateDeleting ProvisioningState = "Deleting"
D
dlorenc 已提交
723
	// ProvisioningStateFailed specifies the provisioning state failed state for provisioning state.
D
dlorenc 已提交
724
	ProvisioningStateFailed ProvisioningState = "Failed"
D
dlorenc 已提交
725
	// ProvisioningStateSucceeded specifies the provisioning state succeeded state for provisioning state.
D
dlorenc 已提交
726
	ProvisioningStateSucceeded ProvisioningState = "Succeeded"
D
dlorenc 已提交
727
	// ProvisioningStateUpdating specifies the provisioning state updating state for provisioning state.
D
dlorenc 已提交
728 729 730
	ProvisioningStateUpdating ProvisioningState = "Updating"
)

D
dlorenc 已提交
731 732 733 734 735 736 737 738 739 740 741
// PublicIPAddressSkuName enumerates the values for public ip address sku name.
type PublicIPAddressSkuName string

const (
	// PublicIPAddressSkuNameBasic specifies the public ip address sku name basic state for public ip address sku name.
	PublicIPAddressSkuNameBasic PublicIPAddressSkuName = "Basic"
	// PublicIPAddressSkuNameStandard specifies the public ip address sku name standard state for public ip address sku
	// name.
	PublicIPAddressSkuNameStandard PublicIPAddressSkuName = "Standard"
)

M
Matt Rickard 已提交
742 743 744 745
// RouteNextHopType enumerates the values for route next hop type.
type RouteNextHopType string

const (
D
dlorenc 已提交
746
	// RouteNextHopTypeInternet specifies the route next hop type internet state for route next hop type.
M
Matt Rickard 已提交
747
	RouteNextHopTypeInternet RouteNextHopType = "Internet"
D
dlorenc 已提交
748
	// RouteNextHopTypeNone specifies the route next hop type none state for route next hop type.
M
Matt Rickard 已提交
749
	RouteNextHopTypeNone RouteNextHopType = "None"
D
dlorenc 已提交
750
	// RouteNextHopTypeVirtualAppliance specifies the route next hop type virtual appliance state for route next hop type.
M
Matt Rickard 已提交
751
	RouteNextHopTypeVirtualAppliance RouteNextHopType = "VirtualAppliance"
D
dlorenc 已提交
752 753
	// RouteNextHopTypeVirtualNetworkGateway specifies the route next hop type virtual network gateway state for route next
	// hop type.
M
Matt Rickard 已提交
754
	RouteNextHopTypeVirtualNetworkGateway RouteNextHopType = "VirtualNetworkGateway"
D
dlorenc 已提交
755
	// RouteNextHopTypeVnetLocal specifies the route next hop type vnet local state for route next hop type.
M
Matt Rickard 已提交
756 757 758 759 760 761 762
	RouteNextHopTypeVnetLocal RouteNextHopType = "VnetLocal"
)

// SecurityRuleAccess enumerates the values for security rule access.
type SecurityRuleAccess string

const (
D
dlorenc 已提交
763
	// SecurityRuleAccessAllow specifies the security rule access allow state for security rule access.
D
dlorenc 已提交
764
	SecurityRuleAccessAllow SecurityRuleAccess = "Allow"
D
dlorenc 已提交
765
	// SecurityRuleAccessDeny specifies the security rule access deny state for security rule access.
D
dlorenc 已提交
766
	SecurityRuleAccessDeny SecurityRuleAccess = "Deny"
M
Matt Rickard 已提交
767 768 769 770 771 772
)

// SecurityRuleDirection enumerates the values for security rule direction.
type SecurityRuleDirection string

const (
D
dlorenc 已提交
773
	// SecurityRuleDirectionInbound specifies the security rule direction inbound state for security rule direction.
D
dlorenc 已提交
774
	SecurityRuleDirectionInbound SecurityRuleDirection = "Inbound"
D
dlorenc 已提交
775
	// SecurityRuleDirectionOutbound specifies the security rule direction outbound state for security rule direction.
D
dlorenc 已提交
776
	SecurityRuleDirectionOutbound SecurityRuleDirection = "Outbound"
M
Matt Rickard 已提交
777 778 779 780 781 782
)

// SecurityRuleProtocol enumerates the values for security rule protocol.
type SecurityRuleProtocol string

const (
D
dlorenc 已提交
783
	// SecurityRuleProtocolAsterisk specifies the security rule protocol asterisk state for security rule protocol.
D
dlorenc 已提交
784
	SecurityRuleProtocolAsterisk SecurityRuleProtocol = "*"
D
dlorenc 已提交
785
	// SecurityRuleProtocolTCP specifies the security rule protocol tcp state for security rule protocol.
D
dlorenc 已提交
786
	SecurityRuleProtocolTCP SecurityRuleProtocol = "Tcp"
D
dlorenc 已提交
787
	// SecurityRuleProtocolUDP specifies the security rule protocol udp state for security rule protocol.
D
dlorenc 已提交
788
	SecurityRuleProtocolUDP SecurityRuleProtocol = "Udp"
M
Matt Rickard 已提交
789 790
)

D
dlorenc 已提交
791
// ServiceProviderProvisioningState enumerates the values for service provider provisioning state.
M
Matt Rickard 已提交
792 793 794
type ServiceProviderProvisioningState string

const (
D
dlorenc 已提交
795
	// Deprovisioning specifies the deprovisioning state for service provider provisioning state.
M
Matt Rickard 已提交
796
	Deprovisioning ServiceProviderProvisioningState = "Deprovisioning"
D
dlorenc 已提交
797
	// NotProvisioned specifies the not provisioned state for service provider provisioning state.
M
Matt Rickard 已提交
798
	NotProvisioned ServiceProviderProvisioningState = "NotProvisioned"
D
dlorenc 已提交
799
	// Provisioned specifies the provisioned state for service provider provisioning state.
M
Matt Rickard 已提交
800
	Provisioned ServiceProviderProvisioningState = "Provisioned"
D
dlorenc 已提交
801
	// Provisioning specifies the provisioning state for service provider provisioning state.
M
Matt Rickard 已提交
802 803 804
	Provisioning ServiceProviderProvisioningState = "Provisioning"
)

D
dlorenc 已提交
805 806 807 808 809 810 811 812 813 814
// Severity enumerates the values for severity.
type Severity string

const (
	// SeverityError specifies the severity error state for severity.
	SeverityError Severity = "Error"
	// SeverityWarning specifies the severity warning state for severity.
	SeverityWarning Severity = "Warning"
)

M
Matt Rickard 已提交
815 816 817 818
// TransportProtocol enumerates the values for transport protocol.
type TransportProtocol string

const (
D
dlorenc 已提交
819 820 821
	// TransportProtocolAll specifies the transport protocol all state for transport protocol.
	TransportProtocolAll TransportProtocol = "All"
	// TransportProtocolTCP specifies the transport protocol tcp state for transport protocol.
M
Matt Rickard 已提交
822
	TransportProtocolTCP TransportProtocol = "Tcp"
D
dlorenc 已提交
823
	// TransportProtocolUDP specifies the transport protocol udp state for transport protocol.
M
Matt Rickard 已提交
824 825 826
	TransportProtocolUDP TransportProtocol = "Udp"
)

D
dlorenc 已提交
827
// VirtualNetworkGatewayConnectionStatus enumerates the values for virtual network gateway connection status.
M
Matt Rickard 已提交
828 829 830
type VirtualNetworkGatewayConnectionStatus string

const (
D
dlorenc 已提交
831 832
	// VirtualNetworkGatewayConnectionStatusConnected specifies the virtual network gateway connection status connected
	// state for virtual network gateway connection status.
D
dlorenc 已提交
833
	VirtualNetworkGatewayConnectionStatusConnected VirtualNetworkGatewayConnectionStatus = "Connected"
D
dlorenc 已提交
834 835
	// VirtualNetworkGatewayConnectionStatusConnecting specifies the virtual network gateway connection status connecting
	// state for virtual network gateway connection status.
D
dlorenc 已提交
836
	VirtualNetworkGatewayConnectionStatusConnecting VirtualNetworkGatewayConnectionStatus = "Connecting"
D
dlorenc 已提交
837 838
	// VirtualNetworkGatewayConnectionStatusNotConnected specifies the virtual network gateway connection status not
	// connected state for virtual network gateway connection status.
D
dlorenc 已提交
839
	VirtualNetworkGatewayConnectionStatusNotConnected VirtualNetworkGatewayConnectionStatus = "NotConnected"
D
dlorenc 已提交
840 841
	// VirtualNetworkGatewayConnectionStatusUnknown specifies the virtual network gateway connection status unknown state
	// for virtual network gateway connection status.
D
dlorenc 已提交
842
	VirtualNetworkGatewayConnectionStatusUnknown VirtualNetworkGatewayConnectionStatus = "Unknown"
M
Matt Rickard 已提交
843 844
)

D
dlorenc 已提交
845
// VirtualNetworkGatewayConnectionType enumerates the values for virtual network gateway connection type.
M
Matt Rickard 已提交
846 847 848
type VirtualNetworkGatewayConnectionType string

const (
D
dlorenc 已提交
849
	// ExpressRoute specifies the express route state for virtual network gateway connection type.
M
Matt Rickard 已提交
850
	ExpressRoute VirtualNetworkGatewayConnectionType = "ExpressRoute"
D
dlorenc 已提交
851
	// IPsec specifies the i psec state for virtual network gateway connection type.
M
Matt Rickard 已提交
852
	IPsec VirtualNetworkGatewayConnectionType = "IPsec"
D
dlorenc 已提交
853
	// Vnet2Vnet specifies the vnet 2 vnet state for virtual network gateway connection type.
M
Matt Rickard 已提交
854
	Vnet2Vnet VirtualNetworkGatewayConnectionType = "Vnet2Vnet"
D
dlorenc 已提交
855
	// VPNClient specifies the vpn client state for virtual network gateway connection type.
M
Matt Rickard 已提交
856 857 858
	VPNClient VirtualNetworkGatewayConnectionType = "VPNClient"
)

D
dlorenc 已提交
859
// VirtualNetworkGatewaySkuName enumerates the values for virtual network gateway sku name.
M
Matt Rickard 已提交
860 861 862
type VirtualNetworkGatewaySkuName string

const (
D
dlorenc 已提交
863
	// VirtualNetworkGatewaySkuNameBasic specifies the virtual network gateway sku name basic state for virtual network
M
Matt Rickard 已提交
864
	// gateway sku name.
D
dlorenc 已提交
865 866 867
	VirtualNetworkGatewaySkuNameBasic VirtualNetworkGatewaySkuName = "Basic"
	// VirtualNetworkGatewaySkuNameHighPerformance specifies the virtual network gateway sku name high performance state
	// for virtual network gateway sku name.
M
Matt Rickard 已提交
868
	VirtualNetworkGatewaySkuNameHighPerformance VirtualNetworkGatewaySkuName = "HighPerformance"
D
dlorenc 已提交
869 870
	// VirtualNetworkGatewaySkuNameStandard specifies the virtual network gateway sku name standard state for virtual
	// network gateway sku name.
M
Matt Rickard 已提交
871
	VirtualNetworkGatewaySkuNameStandard VirtualNetworkGatewaySkuName = "Standard"
D
dlorenc 已提交
872 873
	// VirtualNetworkGatewaySkuNameUltraPerformance specifies the virtual network gateway sku name ultra performance state
	// for virtual network gateway sku name.
D
dlorenc 已提交
874
	VirtualNetworkGatewaySkuNameUltraPerformance VirtualNetworkGatewaySkuName = "UltraPerformance"
D
dlorenc 已提交
875 876
	// VirtualNetworkGatewaySkuNameVpnGw1 specifies the virtual network gateway sku name vpn gw 1 state for virtual network
	// gateway sku name.
D
dlorenc 已提交
877
	VirtualNetworkGatewaySkuNameVpnGw1 VirtualNetworkGatewaySkuName = "VpnGw1"
D
dlorenc 已提交
878 879
	// VirtualNetworkGatewaySkuNameVpnGw2 specifies the virtual network gateway sku name vpn gw 2 state for virtual network
	// gateway sku name.
D
dlorenc 已提交
880
	VirtualNetworkGatewaySkuNameVpnGw2 VirtualNetworkGatewaySkuName = "VpnGw2"
D
dlorenc 已提交
881 882
	// VirtualNetworkGatewaySkuNameVpnGw3 specifies the virtual network gateway sku name vpn gw 3 state for virtual network
	// gateway sku name.
D
dlorenc 已提交
883
	VirtualNetworkGatewaySkuNameVpnGw3 VirtualNetworkGatewaySkuName = "VpnGw3"
M
Matt Rickard 已提交
884 885
)

D
dlorenc 已提交
886
// VirtualNetworkGatewaySkuTier enumerates the values for virtual network gateway sku tier.
M
Matt Rickard 已提交
887 888 889
type VirtualNetworkGatewaySkuTier string

const (
D
dlorenc 已提交
890
	// VirtualNetworkGatewaySkuTierBasic specifies the virtual network gateway sku tier basic state for virtual network
M
Matt Rickard 已提交
891
	// gateway sku tier.
D
dlorenc 已提交
892 893 894
	VirtualNetworkGatewaySkuTierBasic VirtualNetworkGatewaySkuTier = "Basic"
	// VirtualNetworkGatewaySkuTierHighPerformance specifies the virtual network gateway sku tier high performance state
	// for virtual network gateway sku tier.
M
Matt Rickard 已提交
895
	VirtualNetworkGatewaySkuTierHighPerformance VirtualNetworkGatewaySkuTier = "HighPerformance"
D
dlorenc 已提交
896 897
	// VirtualNetworkGatewaySkuTierStandard specifies the virtual network gateway sku tier standard state for virtual
	// network gateway sku tier.
M
Matt Rickard 已提交
898
	VirtualNetworkGatewaySkuTierStandard VirtualNetworkGatewaySkuTier = "Standard"
D
dlorenc 已提交
899 900
	// VirtualNetworkGatewaySkuTierUltraPerformance specifies the virtual network gateway sku tier ultra performance state
	// for virtual network gateway sku tier.
D
dlorenc 已提交
901
	VirtualNetworkGatewaySkuTierUltraPerformance VirtualNetworkGatewaySkuTier = "UltraPerformance"
D
dlorenc 已提交
902 903
	// VirtualNetworkGatewaySkuTierVpnGw1 specifies the virtual network gateway sku tier vpn gw 1 state for virtual network
	// gateway sku tier.
D
dlorenc 已提交
904
	VirtualNetworkGatewaySkuTierVpnGw1 VirtualNetworkGatewaySkuTier = "VpnGw1"
D
dlorenc 已提交
905 906
	// VirtualNetworkGatewaySkuTierVpnGw2 specifies the virtual network gateway sku tier vpn gw 2 state for virtual network
	// gateway sku tier.
D
dlorenc 已提交
907
	VirtualNetworkGatewaySkuTierVpnGw2 VirtualNetworkGatewaySkuTier = "VpnGw2"
D
dlorenc 已提交
908 909
	// VirtualNetworkGatewaySkuTierVpnGw3 specifies the virtual network gateway sku tier vpn gw 3 state for virtual network
	// gateway sku tier.
D
dlorenc 已提交
910
	VirtualNetworkGatewaySkuTierVpnGw3 VirtualNetworkGatewaySkuTier = "VpnGw3"
M
Matt Rickard 已提交
911 912
)

D
dlorenc 已提交
913
// VirtualNetworkGatewayType enumerates the values for virtual network gateway type.
M
Matt Rickard 已提交
914 915 916
type VirtualNetworkGatewayType string

const (
D
dlorenc 已提交
917 918
	// VirtualNetworkGatewayTypeExpressRoute specifies the virtual network gateway type express route state for virtual
	// network gateway type.
M
Matt Rickard 已提交
919
	VirtualNetworkGatewayTypeExpressRoute VirtualNetworkGatewayType = "ExpressRoute"
D
dlorenc 已提交
920
	// VirtualNetworkGatewayTypeVpn specifies the virtual network gateway type vpn state for virtual network gateway type.
M
Matt Rickard 已提交
921 922 923
	VirtualNetworkGatewayTypeVpn VirtualNetworkGatewayType = "Vpn"
)

D
dlorenc 已提交
924
// VirtualNetworkPeeringState enumerates the values for virtual network peering state.
925 926 927
type VirtualNetworkPeeringState string

const (
D
dlorenc 已提交
928
	// Connected specifies the connected state for virtual network peering state.
D
dlorenc 已提交
929
	Connected VirtualNetworkPeeringState = "Connected"
D
dlorenc 已提交
930
	// Disconnected specifies the disconnected state for virtual network peering state.
D
dlorenc 已提交
931
	Disconnected VirtualNetworkPeeringState = "Disconnected"
D
dlorenc 已提交
932
	// Initiated specifies the initiated state for virtual network peering state.
D
dlorenc 已提交
933
	Initiated VirtualNetworkPeeringState = "Initiated"
934 935
)

D
dlorenc 已提交
936 937 938 939 940 941 942 943 944 945
// VpnClientProtocol enumerates the values for vpn client protocol.
type VpnClientProtocol string

const (
	// IkeV2 specifies the ike v2 state for vpn client protocol.
	IkeV2 VpnClientProtocol = "IkeV2"
	// SSTP specifies the sstp state for vpn client protocol.
	SSTP VpnClientProtocol = "SSTP"
)

M
Matt Rickard 已提交
946 947 948 949 950 951 952 953 954 955
// VpnType enumerates the values for vpn type.
type VpnType string

const (
	// PolicyBased specifies the policy based state for vpn type.
	PolicyBased VpnType = "PolicyBased"
	// RouteBased specifies the route based state for vpn type.
	RouteBased VpnType = "RouteBased"
)

D
dlorenc 已提交
956 957
// AddressSpace is addressSpace contains an array of IP address ranges that can be used by subnets of the virtual
// network.
M
Matt Rickard 已提交
958 959 960 961
type AddressSpace struct {
	AddressPrefixes *[]string `json:"addressPrefixes,omitempty"`
}

D
dlorenc 已提交
962
// ApplicationGateway is application gateway resource
M
Matt Rickard 已提交
963
type ApplicationGateway struct {
D
dlorenc 已提交
964 965 966 967 968 969 970 971
	autorest.Response                   `json:"-"`
	ID                                  *string             `json:"id,omitempty"`
	Name                                *string             `json:"name,omitempty"`
	Type                                *string             `json:"type,omitempty"`
	Location                            *string             `json:"location,omitempty"`
	Tags                                *map[string]*string `json:"tags,omitempty"`
	*ApplicationGatewayPropertiesFormat `json:"properties,omitempty"`
	Etag                                *string `json:"etag,omitempty"`
M
Matt Rickard 已提交
972 973
}

D
dlorenc 已提交
974
// ApplicationGatewayAuthenticationCertificate is authentication certificates of an application gateway.
975
type ApplicationGatewayAuthenticationCertificate struct {
D
dlorenc 已提交
976 977 978 979
	ID                                                           *string `json:"id,omitempty"`
	*ApplicationGatewayAuthenticationCertificatePropertiesFormat `json:"properties,omitempty"`
	Name                                                         *string `json:"name,omitempty"`
	Etag                                                         *string `json:"etag,omitempty"`
D
dlorenc 已提交
980
	Type                                                         *string `json:"type,omitempty"`
981 982
}

D
dlorenc 已提交
983 984
// ApplicationGatewayAuthenticationCertificatePropertiesFormat is authentication certificates properties of an
// application gateway.
985 986 987 988 989
type ApplicationGatewayAuthenticationCertificatePropertiesFormat struct {
	Data              *string `json:"data,omitempty"`
	ProvisioningState *string `json:"provisioningState,omitempty"`
}

D
dlorenc 已提交
990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030
// ApplicationGatewayAvailableSslOptions is response for ApplicationGatewayAvailableSslOptions API service call.
type ApplicationGatewayAvailableSslOptions struct {
	autorest.Response                                      `json:"-"`
	ID                                                     *string             `json:"id,omitempty"`
	Name                                                   *string             `json:"name,omitempty"`
	Type                                                   *string             `json:"type,omitempty"`
	Location                                               *string             `json:"location,omitempty"`
	Tags                                                   *map[string]*string `json:"tags,omitempty"`
	*ApplicationGatewayAvailableSslOptionsPropertiesFormat `json:"properties,omitempty"`
}

// ApplicationGatewayAvailableSslOptionsPropertiesFormat is properties of ApplicationGatewayAvailableSslOptions
type ApplicationGatewayAvailableSslOptionsPropertiesFormat struct {
	PredefinedPolicies    *[]SubResource                      `json:"predefinedPolicies,omitempty"`
	DefaultPolicy         ApplicationGatewaySslPolicyName     `json:"defaultPolicy,omitempty"`
	AvailableCipherSuites *[]ApplicationGatewaySslCipherSuite `json:"availableCipherSuites,omitempty"`
	AvailableProtocols    *[]ApplicationGatewaySslProtocol    `json:"availableProtocols,omitempty"`
}

// ApplicationGatewayAvailableSslPredefinedPolicies is response for ApplicationGatewayAvailableSslOptions API service
// call.
type ApplicationGatewayAvailableSslPredefinedPolicies struct {
	autorest.Response `json:"-"`
	Value             *[]ApplicationGatewaySslPredefinedPolicy `json:"value,omitempty"`
	NextLink          *string                                  `json:"nextLink,omitempty"`
}

// ApplicationGatewayAvailableSslPredefinedPoliciesPreparer prepares a request to retrieve the next set of results. It returns
// nil if no more results exist.
func (client ApplicationGatewayAvailableSslPredefinedPolicies) ApplicationGatewayAvailableSslPredefinedPoliciesPreparer() (*http.Request, error) {
	if client.NextLink == nil || len(to.String(client.NextLink)) <= 0 {
		return nil, nil
	}
	return autorest.Prepare(&http.Request{},
		autorest.AsJSON(),
		autorest.AsGet(),
		autorest.WithBaseURL(to.String(client.NextLink)))
}

// ApplicationGatewayAvailableWafRuleSetsResult is response for ApplicationGatewayAvailableWafRuleSets API service
// call.
D
dlorenc 已提交
1031 1032 1033 1034 1035
type ApplicationGatewayAvailableWafRuleSetsResult struct {
	autorest.Response `json:"-"`
	Value             *[]ApplicationGatewayFirewallRuleSet `json:"value,omitempty"`
}

D
dlorenc 已提交
1036
// ApplicationGatewayBackendAddress is backend address of an application gateway.
M
Matt Rickard 已提交
1037 1038 1039 1040 1041
type ApplicationGatewayBackendAddress struct {
	Fqdn      *string `json:"fqdn,omitempty"`
	IPAddress *string `json:"ipAddress,omitempty"`
}

D
dlorenc 已提交
1042
// ApplicationGatewayBackendAddressPool is backend Address Pool of an application gateway.
M
Matt Rickard 已提交
1043
type ApplicationGatewayBackendAddressPool struct {
D
dlorenc 已提交
1044 1045 1046 1047
	ID                                                    *string `json:"id,omitempty"`
	*ApplicationGatewayBackendAddressPoolPropertiesFormat `json:"properties,omitempty"`
	Name                                                  *string `json:"name,omitempty"`
	Etag                                                  *string `json:"etag,omitempty"`
D
dlorenc 已提交
1048
	Type                                                  *string `json:"type,omitempty"`
M
Matt Rickard 已提交
1049 1050
}

D
dlorenc 已提交
1051 1052
// ApplicationGatewayBackendAddressPoolPropertiesFormat is properties of Backend Address Pool of an application
// gateway.
M
Matt Rickard 已提交
1053 1054 1055 1056 1057 1058
type ApplicationGatewayBackendAddressPoolPropertiesFormat struct {
	BackendIPConfigurations *[]InterfaceIPConfiguration         `json:"backendIPConfigurations,omitempty"`
	BackendAddresses        *[]ApplicationGatewayBackendAddress `json:"backendAddresses,omitempty"`
	ProvisioningState       *string                             `json:"provisioningState,omitempty"`
}

D
dlorenc 已提交
1059
// ApplicationGatewayBackendHealth is list of ApplicationGatewayBackendHealthPool resources.
D
dlorenc 已提交
1060 1061 1062 1063 1064
type ApplicationGatewayBackendHealth struct {
	autorest.Response   `json:"-"`
	BackendAddressPools *[]ApplicationGatewayBackendHealthPool `json:"backendAddressPools,omitempty"`
}

D
dlorenc 已提交
1065
// ApplicationGatewayBackendHealthHTTPSettings is application gateway BackendHealthHttp settings.
D
dlorenc 已提交
1066 1067 1068 1069 1070
type ApplicationGatewayBackendHealthHTTPSettings struct {
	BackendHTTPSettings *ApplicationGatewayBackendHTTPSettings   `json:"backendHttpSettings,omitempty"`
	Servers             *[]ApplicationGatewayBackendHealthServer `json:"servers,omitempty"`
}

D
dlorenc 已提交
1071
// ApplicationGatewayBackendHealthPool is application gateway BackendHealth pool.
D
dlorenc 已提交
1072 1073 1074 1075 1076
type ApplicationGatewayBackendHealthPool struct {
	BackendAddressPool            *ApplicationGatewayBackendAddressPool          `json:"backendAddressPool,omitempty"`
	BackendHTTPSettingsCollection *[]ApplicationGatewayBackendHealthHTTPSettings `json:"backendHttpSettingsCollection,omitempty"`
}

D
dlorenc 已提交
1077
// ApplicationGatewayBackendHealthServer is application gateway backendhealth http settings.
D
dlorenc 已提交
1078 1079
type ApplicationGatewayBackendHealthServer struct {
	Address         *string                                     `json:"address,omitempty"`
D
dlorenc 已提交
1080
	IPConfiguration *InterfaceIPConfiguration                   `json:"ipConfiguration,omitempty"`
D
dlorenc 已提交
1081 1082 1083
	Health          ApplicationGatewayBackendHealthServerHealth `json:"health,omitempty"`
}

D
dlorenc 已提交
1084
// ApplicationGatewayBackendHTTPSettings is backend address pool settings of an application gateway.
M
Matt Rickard 已提交
1085
type ApplicationGatewayBackendHTTPSettings struct {
D
dlorenc 已提交
1086 1087 1088 1089
	ID                                                     *string `json:"id,omitempty"`
	*ApplicationGatewayBackendHTTPSettingsPropertiesFormat `json:"properties,omitempty"`
	Name                                                   *string `json:"name,omitempty"`
	Etag                                                   *string `json:"etag,omitempty"`
D
dlorenc 已提交
1090
	Type                                                   *string `json:"type,omitempty"`
M
Matt Rickard 已提交
1091 1092
}

D
dlorenc 已提交
1093 1094
// ApplicationGatewayBackendHTTPSettingsPropertiesFormat is properties of Backend address pool settings of an
// application gateway.
M
Matt Rickard 已提交
1095
type ApplicationGatewayBackendHTTPSettingsPropertiesFormat struct {
D
dlorenc 已提交
1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108
	Port                           *int32                                `json:"port,omitempty"`
	Protocol                       ApplicationGatewayProtocol            `json:"protocol,omitempty"`
	CookieBasedAffinity            ApplicationGatewayCookieBasedAffinity `json:"cookieBasedAffinity,omitempty"`
	RequestTimeout                 *int32                                `json:"requestTimeout,omitempty"`
	Probe                          *SubResource                          `json:"probe,omitempty"`
	AuthenticationCertificates     *[]SubResource                        `json:"authenticationCertificates,omitempty"`
	ConnectionDraining             *ApplicationGatewayConnectionDraining `json:"connectionDraining,omitempty"`
	HostName                       *string                               `json:"hostName,omitempty"`
	PickHostNameFromBackendAddress *bool                                 `json:"pickHostNameFromBackendAddress,omitempty"`
	AffinityCookieName             *string                               `json:"affinityCookieName,omitempty"`
	ProbeEnabled                   *bool                                 `json:"probeEnabled,omitempty"`
	Path                           *string                               `json:"path,omitempty"`
	ProvisioningState              *string                               `json:"provisioningState,omitempty"`
D
dlorenc 已提交
1109 1110
}

D
dlorenc 已提交
1111 1112
// ApplicationGatewayConnectionDraining is 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.
D
dlorenc 已提交
1113 1114 1115 1116 1117
type ApplicationGatewayConnectionDraining struct {
	Enabled           *bool  `json:"enabled,omitempty"`
	DrainTimeoutInSec *int32 `json:"drainTimeoutInSec,omitempty"`
}

D
dlorenc 已提交
1118
// ApplicationGatewayFirewallDisabledRuleGroup is allows to disable rules within a rule group or an entire rule group.
D
dlorenc 已提交
1119 1120 1121
type ApplicationGatewayFirewallDisabledRuleGroup struct {
	RuleGroupName *string  `json:"ruleGroupName,omitempty"`
	Rules         *[]int32 `json:"rules,omitempty"`
M
Matt Rickard 已提交
1122 1123
}

D
dlorenc 已提交
1124 1125 1126 1127 1128 1129
// ApplicationGatewayFirewallRule is a web application firewall rule.
type ApplicationGatewayFirewallRule struct {
	RuleID      *int32  `json:"ruleId,omitempty"`
	Description *string `json:"description,omitempty"`
}

D
dlorenc 已提交
1130
// ApplicationGatewayFirewallRuleGroup is a web application firewall rule group.
D
dlorenc 已提交
1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146
type ApplicationGatewayFirewallRuleGroup struct {
	RuleGroupName *string                           `json:"ruleGroupName,omitempty"`
	Description   *string                           `json:"description,omitempty"`
	Rules         *[]ApplicationGatewayFirewallRule `json:"rules,omitempty"`
}

// ApplicationGatewayFirewallRuleSet is a web application firewall rule set.
type ApplicationGatewayFirewallRuleSet struct {
	ID                                                 *string             `json:"id,omitempty"`
	Name                                               *string             `json:"name,omitempty"`
	Type                                               *string             `json:"type,omitempty"`
	Location                                           *string             `json:"location,omitempty"`
	Tags                                               *map[string]*string `json:"tags,omitempty"`
	*ApplicationGatewayFirewallRuleSetPropertiesFormat `json:"properties,omitempty"`
}

D
dlorenc 已提交
1147
// ApplicationGatewayFirewallRuleSetPropertiesFormat is properties of the web application firewall rule set.
D
dlorenc 已提交
1148 1149 1150 1151 1152 1153 1154
type ApplicationGatewayFirewallRuleSetPropertiesFormat struct {
	ProvisioningState *string                                `json:"provisioningState,omitempty"`
	RuleSetType       *string                                `json:"ruleSetType,omitempty"`
	RuleSetVersion    *string                                `json:"ruleSetVersion,omitempty"`
	RuleGroups        *[]ApplicationGatewayFirewallRuleGroup `json:"ruleGroups,omitempty"`
}

D
dlorenc 已提交
1155
// ApplicationGatewayFrontendIPConfiguration is frontend IP configuration of an application gateway.
M
Matt Rickard 已提交
1156
type ApplicationGatewayFrontendIPConfiguration struct {
D
dlorenc 已提交
1157 1158 1159 1160
	ID                                                         *string `json:"id,omitempty"`
	*ApplicationGatewayFrontendIPConfigurationPropertiesFormat `json:"properties,omitempty"`
	Name                                                       *string `json:"name,omitempty"`
	Etag                                                       *string `json:"etag,omitempty"`
D
dlorenc 已提交
1161
	Type                                                       *string `json:"type,omitempty"`
M
Matt Rickard 已提交
1162 1163
}

D
dlorenc 已提交
1164 1165
// ApplicationGatewayFrontendIPConfigurationPropertiesFormat is properties of Frontend IP configuration of an
// application gateway.
M
Matt Rickard 已提交
1166 1167 1168 1169 1170 1171 1172 1173
type ApplicationGatewayFrontendIPConfigurationPropertiesFormat struct {
	PrivateIPAddress          *string            `json:"privateIPAddress,omitempty"`
	PrivateIPAllocationMethod IPAllocationMethod `json:"privateIPAllocationMethod,omitempty"`
	Subnet                    *SubResource       `json:"subnet,omitempty"`
	PublicIPAddress           *SubResource       `json:"publicIPAddress,omitempty"`
	ProvisioningState         *string            `json:"provisioningState,omitempty"`
}

D
dlorenc 已提交
1174
// ApplicationGatewayFrontendPort is frontend port of an application gateway.
M
Matt Rickard 已提交
1175
type ApplicationGatewayFrontendPort struct {
D
dlorenc 已提交
1176 1177 1178 1179
	ID                                              *string `json:"id,omitempty"`
	*ApplicationGatewayFrontendPortPropertiesFormat `json:"properties,omitempty"`
	Name                                            *string `json:"name,omitempty"`
	Etag                                            *string `json:"etag,omitempty"`
D
dlorenc 已提交
1180
	Type                                            *string `json:"type,omitempty"`
M
Matt Rickard 已提交
1181 1182
}

D
dlorenc 已提交
1183
// ApplicationGatewayFrontendPortPropertiesFormat is properties of Frontend port of an application gateway.
M
Matt Rickard 已提交
1184 1185 1186 1187 1188
type ApplicationGatewayFrontendPortPropertiesFormat struct {
	Port              *int32  `json:"port,omitempty"`
	ProvisioningState *string `json:"provisioningState,omitempty"`
}

D
dlorenc 已提交
1189
// ApplicationGatewayHTTPListener is http listener of an application gateway.
M
Matt Rickard 已提交
1190
type ApplicationGatewayHTTPListener struct {
D
dlorenc 已提交
1191 1192 1193 1194
	ID                                              *string `json:"id,omitempty"`
	*ApplicationGatewayHTTPListenerPropertiesFormat `json:"properties,omitempty"`
	Name                                            *string `json:"name,omitempty"`
	Etag                                            *string `json:"etag,omitempty"`
D
dlorenc 已提交
1195
	Type                                            *string `json:"type,omitempty"`
M
Matt Rickard 已提交
1196 1197
}

D
dlorenc 已提交
1198
// ApplicationGatewayHTTPListenerPropertiesFormat is properties of HTTP listener of an application gateway.
M
Matt Rickard 已提交
1199 1200 1201 1202 1203 1204 1205 1206 1207 1208
type ApplicationGatewayHTTPListenerPropertiesFormat struct {
	FrontendIPConfiguration     *SubResource               `json:"frontendIPConfiguration,omitempty"`
	FrontendPort                *SubResource               `json:"frontendPort,omitempty"`
	Protocol                    ApplicationGatewayProtocol `json:"protocol,omitempty"`
	HostName                    *string                    `json:"hostName,omitempty"`
	SslCertificate              *SubResource               `json:"sslCertificate,omitempty"`
	RequireServerNameIndication *bool                      `json:"requireServerNameIndication,omitempty"`
	ProvisioningState           *string                    `json:"provisioningState,omitempty"`
}

D
dlorenc 已提交
1209 1210
// ApplicationGatewayIPConfiguration is IP configuration of an application gateway. Currently 1 public and 1 private IP
// configuration is allowed.
M
Matt Rickard 已提交
1211
type ApplicationGatewayIPConfiguration struct {
D
dlorenc 已提交
1212 1213 1214 1215
	ID                                                 *string `json:"id,omitempty"`
	*ApplicationGatewayIPConfigurationPropertiesFormat `json:"properties,omitempty"`
	Name                                               *string `json:"name,omitempty"`
	Etag                                               *string `json:"etag,omitempty"`
D
dlorenc 已提交
1216
	Type                                               *string `json:"type,omitempty"`
M
Matt Rickard 已提交
1217 1218
}

D
dlorenc 已提交
1219
// ApplicationGatewayIPConfigurationPropertiesFormat is properties of IP configuration of an application gateway.
M
Matt Rickard 已提交
1220 1221 1222 1223 1224
type ApplicationGatewayIPConfigurationPropertiesFormat struct {
	Subnet            *SubResource `json:"subnet,omitempty"`
	ProvisioningState *string      `json:"provisioningState,omitempty"`
}

D
dlorenc 已提交
1225
// ApplicationGatewayListResult is response for ListApplicationGateways API service call.
M
Matt Rickard 已提交
1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243
type ApplicationGatewayListResult struct {
	autorest.Response `json:"-"`
	Value             *[]ApplicationGateway `json:"value,omitempty"`
	NextLink          *string               `json:"nextLink,omitempty"`
}

// ApplicationGatewayListResultPreparer prepares a request to retrieve the next set of results. It returns
// nil if no more results exist.
func (client ApplicationGatewayListResult) ApplicationGatewayListResultPreparer() (*http.Request, error) {
	if client.NextLink == nil || len(to.String(client.NextLink)) <= 0 {
		return nil, nil
	}
	return autorest.Prepare(&http.Request{},
		autorest.AsJSON(),
		autorest.AsGet(),
		autorest.WithBaseURL(to.String(client.NextLink)))
}

D
dlorenc 已提交
1244
// ApplicationGatewayPathRule is path rule of URL path map of an application gateway.
M
Matt Rickard 已提交
1245
type ApplicationGatewayPathRule struct {
D
dlorenc 已提交
1246 1247 1248 1249
	ID                                          *string `json:"id,omitempty"`
	*ApplicationGatewayPathRulePropertiesFormat `json:"properties,omitempty"`
	Name                                        *string `json:"name,omitempty"`
	Etag                                        *string `json:"etag,omitempty"`
D
dlorenc 已提交
1250
	Type                                        *string `json:"type,omitempty"`
M
Matt Rickard 已提交
1251 1252
}

D
dlorenc 已提交
1253
// ApplicationGatewayPathRulePropertiesFormat is properties of path rule of an application gateway.
M
Matt Rickard 已提交
1254
type ApplicationGatewayPathRulePropertiesFormat struct {
D
dlorenc 已提交
1255 1256 1257 1258 1259
	Paths                 *[]string    `json:"paths,omitempty"`
	BackendAddressPool    *SubResource `json:"backendAddressPool,omitempty"`
	BackendHTTPSettings   *SubResource `json:"backendHttpSettings,omitempty"`
	RedirectConfiguration *SubResource `json:"redirectConfiguration,omitempty"`
	ProvisioningState     *string      `json:"provisioningState,omitempty"`
M
Matt Rickard 已提交
1260 1261
}

D
dlorenc 已提交
1262
// ApplicationGatewayProbe is probe of the application gateway.
M
Matt Rickard 已提交
1263
type ApplicationGatewayProbe struct {
D
dlorenc 已提交
1264 1265 1266 1267
	ID                                       *string `json:"id,omitempty"`
	*ApplicationGatewayProbePropertiesFormat `json:"properties,omitempty"`
	Name                                     *string `json:"name,omitempty"`
	Etag                                     *string `json:"etag,omitempty"`
D
dlorenc 已提交
1268
	Type                                     *string `json:"type,omitempty"`
M
Matt Rickard 已提交
1269 1270
}

D
dlorenc 已提交
1271 1272 1273 1274 1275 1276 1277
// ApplicationGatewayProbeHealthResponseMatch is application gateway probe health response match
type ApplicationGatewayProbeHealthResponseMatch struct {
	Body        *string   `json:"body,omitempty"`
	StatusCodes *[]string `json:"statusCodes,omitempty"`
}

// ApplicationGatewayProbePropertiesFormat is properties of probe of an application gateway.
M
Matt Rickard 已提交
1278
type ApplicationGatewayProbePropertiesFormat struct {
D
dlorenc 已提交
1279 1280 1281 1282 1283 1284 1285 1286 1287 1288
	Protocol                            ApplicationGatewayProtocol                  `json:"protocol,omitempty"`
	Host                                *string                                     `json:"host,omitempty"`
	Path                                *string                                     `json:"path,omitempty"`
	Interval                            *int32                                      `json:"interval,omitempty"`
	Timeout                             *int32                                      `json:"timeout,omitempty"`
	UnhealthyThreshold                  *int32                                      `json:"unhealthyThreshold,omitempty"`
	PickHostNameFromBackendHTTPSettings *bool                                       `json:"pickHostNameFromBackendHttpSettings,omitempty"`
	MinServers                          *int32                                      `json:"minServers,omitempty"`
	Match                               *ApplicationGatewayProbeHealthResponseMatch `json:"match,omitempty"`
	ProvisioningState                   *string                                     `json:"provisioningState,omitempty"`
M
Matt Rickard 已提交
1289 1290
}

D
dlorenc 已提交
1291
// ApplicationGatewayPropertiesFormat is properties of the application gateway.
M
Matt Rickard 已提交
1292
type ApplicationGatewayPropertiesFormat struct {
D
dlorenc 已提交
1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306
	Sku                                 *ApplicationGatewaySku                                 `json:"sku,omitempty"`
	SslPolicy                           *ApplicationGatewaySslPolicy                           `json:"sslPolicy,omitempty"`
	OperationalState                    ApplicationGatewayOperationalState                     `json:"operationalState,omitempty"`
	GatewayIPConfigurations             *[]ApplicationGatewayIPConfiguration                   `json:"gatewayIPConfigurations,omitempty"`
	AuthenticationCertificates          *[]ApplicationGatewayAuthenticationCertificate         `json:"authenticationCertificates,omitempty"`
	SslCertificates                     *[]ApplicationGatewaySslCertificate                    `json:"sslCertificates,omitempty"`
	FrontendIPConfigurations            *[]ApplicationGatewayFrontendIPConfiguration           `json:"frontendIPConfigurations,omitempty"`
	FrontendPorts                       *[]ApplicationGatewayFrontendPort                      `json:"frontendPorts,omitempty"`
	Probes                              *[]ApplicationGatewayProbe                             `json:"probes,omitempty"`
	BackendAddressPools                 *[]ApplicationGatewayBackendAddressPool                `json:"backendAddressPools,omitempty"`
	BackendHTTPSettingsCollection       *[]ApplicationGatewayBackendHTTPSettings               `json:"backendHttpSettingsCollection,omitempty"`
	HTTPListeners                       *[]ApplicationGatewayHTTPListener                      `json:"httpListeners,omitempty"`
	URLPathMaps                         *[]ApplicationGatewayURLPathMap                        `json:"urlPathMaps,omitempty"`
	RequestRoutingRules                 *[]ApplicationGatewayRequestRoutingRule                `json:"requestRoutingRules,omitempty"`
D
dlorenc 已提交
1307
	RedirectConfigurations              *[]ApplicationGatewayRedirectConfiguration             `json:"redirectConfigurations,omitempty"`
D
dlorenc 已提交
1308 1309 1310 1311 1312
	WebApplicationFirewallConfiguration *ApplicationGatewayWebApplicationFirewallConfiguration `json:"webApplicationFirewallConfiguration,omitempty"`
	ResourceGUID                        *string                                                `json:"resourceGuid,omitempty"`
	ProvisioningState                   *string                                                `json:"provisioningState,omitempty"`
}

D
dlorenc 已提交
1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335
// ApplicationGatewayRedirectConfiguration is redirect configuration of an application gateway.
type ApplicationGatewayRedirectConfiguration struct {
	ID                                                       *string `json:"id,omitempty"`
	*ApplicationGatewayRedirectConfigurationPropertiesFormat `json:"properties,omitempty"`
	Name                                                     *string `json:"name,omitempty"`
	Etag                                                     *string `json:"etag,omitempty"`
	Type                                                     *string `json:"type,omitempty"`
}

// ApplicationGatewayRedirectConfigurationPropertiesFormat is properties of redirect configuration of the application
// gateway.
type ApplicationGatewayRedirectConfigurationPropertiesFormat struct {
	RedirectType        ApplicationGatewayRedirectType `json:"redirectType,omitempty"`
	TargetListener      *SubResource                   `json:"targetListener,omitempty"`
	TargetURL           *string                        `json:"targetUrl,omitempty"`
	IncludePath         *bool                          `json:"includePath,omitempty"`
	IncludeQueryString  *bool                          `json:"includeQueryString,omitempty"`
	RequestRoutingRules *[]SubResource                 `json:"requestRoutingRules,omitempty"`
	URLPathMaps         *[]SubResource                 `json:"urlPathMaps,omitempty"`
	PathRules           *[]SubResource                 `json:"pathRules,omitempty"`
}

// ApplicationGatewayRequestRoutingRule is request routing rule of an application gateway.
M
Matt Rickard 已提交
1336
type ApplicationGatewayRequestRoutingRule struct {
D
dlorenc 已提交
1337 1338 1339 1340
	ID                                                    *string `json:"id,omitempty"`
	*ApplicationGatewayRequestRoutingRulePropertiesFormat `json:"properties,omitempty"`
	Name                                                  *string `json:"name,omitempty"`
	Etag                                                  *string `json:"etag,omitempty"`
D
dlorenc 已提交
1341
	Type                                                  *string `json:"type,omitempty"`
M
Matt Rickard 已提交
1342 1343
}

D
dlorenc 已提交
1344 1345
// ApplicationGatewayRequestRoutingRulePropertiesFormat is properties of request routing rule of the application
// gateway.
M
Matt Rickard 已提交
1346
type ApplicationGatewayRequestRoutingRulePropertiesFormat struct {
D
dlorenc 已提交
1347 1348 1349 1350 1351 1352 1353
	RuleType              ApplicationGatewayRequestRoutingRuleType `json:"ruleType,omitempty"`
	BackendAddressPool    *SubResource                             `json:"backendAddressPool,omitempty"`
	BackendHTTPSettings   *SubResource                             `json:"backendHttpSettings,omitempty"`
	HTTPListener          *SubResource                             `json:"httpListener,omitempty"`
	URLPathMap            *SubResource                             `json:"urlPathMap,omitempty"`
	RedirectConfiguration *SubResource                             `json:"redirectConfiguration,omitempty"`
	ProvisioningState     *string                                  `json:"provisioningState,omitempty"`
M
Matt Rickard 已提交
1354 1355
}

D
dlorenc 已提交
1356
// ApplicationGatewaySku is SKU of an application gateway
M
Matt Rickard 已提交
1357 1358 1359 1360 1361 1362
type ApplicationGatewaySku struct {
	Name     ApplicationGatewaySkuName `json:"name,omitempty"`
	Tier     ApplicationGatewayTier    `json:"tier,omitempty"`
	Capacity *int32                    `json:"capacity,omitempty"`
}

D
dlorenc 已提交
1363
// ApplicationGatewaySslCertificate is SSL certificates of an application gateway.
M
Matt Rickard 已提交
1364
type ApplicationGatewaySslCertificate struct {
D
dlorenc 已提交
1365 1366 1367 1368
	ID                                                *string `json:"id,omitempty"`
	*ApplicationGatewaySslCertificatePropertiesFormat `json:"properties,omitempty"`
	Name                                              *string `json:"name,omitempty"`
	Etag                                              *string `json:"etag,omitempty"`
D
dlorenc 已提交
1369
	Type                                              *string `json:"type,omitempty"`
M
Matt Rickard 已提交
1370 1371
}

D
dlorenc 已提交
1372
// ApplicationGatewaySslCertificatePropertiesFormat is properties of SSL certificates of an application gateway.
M
Matt Rickard 已提交
1373 1374 1375 1376 1377 1378 1379
type ApplicationGatewaySslCertificatePropertiesFormat struct {
	Data              *string `json:"data,omitempty"`
	Password          *string `json:"password,omitempty"`
	PublicCertData    *string `json:"publicCertData,omitempty"`
	ProvisioningState *string `json:"provisioningState,omitempty"`
}

D
dlorenc 已提交
1380
// ApplicationGatewaySslPolicy is application Gateway Ssl policy.
1381
type ApplicationGatewaySslPolicy struct {
D
dlorenc 已提交
1382 1383 1384 1385 1386
	DisabledSslProtocols *[]ApplicationGatewaySslProtocol    `json:"disabledSslProtocols,omitempty"`
	PolicyType           ApplicationGatewaySslPolicyType     `json:"policyType,omitempty"`
	PolicyName           ApplicationGatewaySslPolicyName     `json:"policyName,omitempty"`
	CipherSuites         *[]ApplicationGatewaySslCipherSuite `json:"cipherSuites,omitempty"`
	MinProtocolVersion   ApplicationGatewaySslProtocol       `json:"minProtocolVersion,omitempty"`
1387 1388
}

D
dlorenc 已提交
1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403
// ApplicationGatewaySslPredefinedPolicy is an Ssl predefined policy
type ApplicationGatewaySslPredefinedPolicy struct {
	autorest.Response                                      `json:"-"`
	ID                                                     *string `json:"id,omitempty"`
	Name                                                   *string `json:"name,omitempty"`
	*ApplicationGatewaySslPredefinedPolicyPropertiesFormat `json:"properties,omitempty"`
}

// ApplicationGatewaySslPredefinedPolicyPropertiesFormat is properties of ApplicationGatewaySslPredefinedPolicy
type ApplicationGatewaySslPredefinedPolicyPropertiesFormat struct {
	CipherSuites       *[]ApplicationGatewaySslCipherSuite `json:"cipherSuites,omitempty"`
	MinProtocolVersion ApplicationGatewaySslProtocol       `json:"minProtocolVersion,omitempty"`
}

// ApplicationGatewayURLPathMap is urlPathMaps give a url path to the backend mapping information for PathBasedRouting.
M
Matt Rickard 已提交
1404
type ApplicationGatewayURLPathMap struct {
D
dlorenc 已提交
1405 1406 1407 1408
	ID                                            *string `json:"id,omitempty"`
	*ApplicationGatewayURLPathMapPropertiesFormat `json:"properties,omitempty"`
	Name                                          *string `json:"name,omitempty"`
	Etag                                          *string `json:"etag,omitempty"`
D
dlorenc 已提交
1409
	Type                                          *string `json:"type,omitempty"`
M
Matt Rickard 已提交
1410 1411
}

D
dlorenc 已提交
1412
// ApplicationGatewayURLPathMapPropertiesFormat is properties of UrlPathMap of the application gateway.
M
Matt Rickard 已提交
1413
type ApplicationGatewayURLPathMapPropertiesFormat struct {
D
dlorenc 已提交
1414 1415 1416 1417 1418
	DefaultBackendAddressPool    *SubResource                  `json:"defaultBackendAddressPool,omitempty"`
	DefaultBackendHTTPSettings   *SubResource                  `json:"defaultBackendHttpSettings,omitempty"`
	DefaultRedirectConfiguration *SubResource                  `json:"defaultRedirectConfiguration,omitempty"`
	PathRules                    *[]ApplicationGatewayPathRule `json:"pathRules,omitempty"`
	ProvisioningState            *string                       `json:"provisioningState,omitempty"`
M
Matt Rickard 已提交
1419 1420
}

D
dlorenc 已提交
1421
// ApplicationGatewayWebApplicationFirewallConfiguration is application gateway web application firewall configuration.
D
dlorenc 已提交
1422
type ApplicationGatewayWebApplicationFirewallConfiguration struct {
D
dlorenc 已提交
1423 1424 1425 1426 1427
	Enabled            *bool                                          `json:"enabled,omitempty"`
	FirewallMode       ApplicationGatewayFirewallMode                 `json:"firewallMode,omitempty"`
	RuleSetType        *string                                        `json:"ruleSetType,omitempty"`
	RuleSetVersion     *string                                        `json:"ruleSetVersion,omitempty"`
	DisabledRuleGroups *[]ApplicationGatewayFirewallDisabledRuleGroup `json:"disabledRuleGroups,omitempty"`
D
dlorenc 已提交
1428 1429
}

D
dlorenc 已提交
1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468
// ApplicationSecurityGroup is an application security group in a resource group.
type ApplicationSecurityGroup struct {
	autorest.Response                         `json:"-"`
	ID                                        *string             `json:"id,omitempty"`
	Name                                      *string             `json:"name,omitempty"`
	Type                                      *string             `json:"type,omitempty"`
	Location                                  *string             `json:"location,omitempty"`
	Tags                                      *map[string]*string `json:"tags,omitempty"`
	*ApplicationSecurityGroupPropertiesFormat `json:"properties,omitempty"`
	Etag                                      *string `json:"etag,omitempty"`
}

// ApplicationSecurityGroupListResult is a list of application security groups.
type ApplicationSecurityGroupListResult struct {
	autorest.Response `json:"-"`
	Value             *[]ApplicationSecurityGroup `json:"value,omitempty"`
	NextLink          *string                     `json:"nextLink,omitempty"`
}

// ApplicationSecurityGroupListResultPreparer prepares a request to retrieve the next set of results. It returns
// nil if no more results exist.
func (client ApplicationSecurityGroupListResult) ApplicationSecurityGroupListResultPreparer() (*http.Request, error) {
	if client.NextLink == nil || len(to.String(client.NextLink)) <= 0 {
		return nil, nil
	}
	return autorest.Prepare(&http.Request{},
		autorest.AsJSON(),
		autorest.AsGet(),
		autorest.WithBaseURL(to.String(client.NextLink)))
}

// ApplicationSecurityGroupPropertiesFormat is application security group properties.
type ApplicationSecurityGroupPropertiesFormat struct {
	ResourceGUID      *string `json:"resourceGuid,omitempty"`
	ProvisioningState *string `json:"provisioningState,omitempty"`
}

// AuthorizationListResult is response for ListAuthorizations API service call retrieves all authorizations that
// belongs to an ExpressRouteCircuit.
M
Matt Rickard 已提交
1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493
type AuthorizationListResult struct {
	autorest.Response `json:"-"`
	Value             *[]ExpressRouteCircuitAuthorization `json:"value,omitempty"`
	NextLink          *string                             `json:"nextLink,omitempty"`
}

// AuthorizationListResultPreparer prepares a request to retrieve the next set of results. It returns
// nil if no more results exist.
func (client AuthorizationListResult) AuthorizationListResultPreparer() (*http.Request, error) {
	if client.NextLink == nil || len(to.String(client.NextLink)) <= 0 {
		return nil, nil
	}
	return autorest.Prepare(&http.Request{},
		autorest.AsJSON(),
		autorest.AsGet(),
		autorest.WithBaseURL(to.String(client.NextLink)))
}

// AuthorizationPropertiesFormat is
type AuthorizationPropertiesFormat struct {
	AuthorizationKey       *string                `json:"authorizationKey,omitempty"`
	AuthorizationUseStatus AuthorizationUseStatus `json:"authorizationUseStatus,omitempty"`
	ProvisioningState      *string                `json:"provisioningState,omitempty"`
}

D
dlorenc 已提交
1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532
// AvailableProvidersList is list of available countries with details.
type AvailableProvidersList struct {
	autorest.Response `json:"-"`
	Countries         *[]AvailableProvidersListCountry `json:"countries,omitempty"`
}

// AvailableProvidersListCity is city or town details.
type AvailableProvidersListCity struct {
	CityName  *string   `json:"cityName,omitempty"`
	Providers *[]string `json:"providers,omitempty"`
}

// AvailableProvidersListCountry is country details.
type AvailableProvidersListCountry struct {
	CountryName *string                        `json:"countryName,omitempty"`
	Providers   *[]string                      `json:"providers,omitempty"`
	States      *[]AvailableProvidersListState `json:"states,omitempty"`
}

// AvailableProvidersListParameters is constraints that determine the list of available Internet service providers.
type AvailableProvidersListParameters struct {
	AzureLocations *[]string `json:"azureLocations,omitempty"`
	Country        *string   `json:"country,omitempty"`
	State          *string   `json:"state,omitempty"`
	City           *string   `json:"city,omitempty"`
}

// AvailableProvidersListState is state details.
type AvailableProvidersListState struct {
	StateName *string                       `json:"stateName,omitempty"`
	Providers *[]string                     `json:"providers,omitempty"`
	Cities    *[]AvailableProvidersListCity `json:"cities,omitempty"`
}

// AzureAsyncOperationResult is the response body contains the status of the specified asynchronous operation,
// indicating whether it has succeeded, is in progress, or has failed. Note that this status is distinct from the HTTP
// status code returned for the Get Operation Status operation itself. If the asynchronous operation succeeded, the
// response body includes the HTTP status code for the successful request. If the asynchronous operation failed, the
// response body includes the HTTP status code for the failed request and error information regarding the failure.
M
Matt Rickard 已提交
1533 1534 1535 1536 1537
type AzureAsyncOperationResult struct {
	Status OperationStatus `json:"status,omitempty"`
	Error  *Error          `json:"error,omitempty"`
}

D
dlorenc 已提交
1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574
// AzureReachabilityReport is azure reachability report details.
type AzureReachabilityReport struct {
	autorest.Response  `json:"-"`
	AggregationLevel   *string                          `json:"aggregationLevel,omitempty"`
	ProviderLocation   *AzureReachabilityReportLocation `json:"providerLocation,omitempty"`
	ReachabilityReport *[]AzureReachabilityReportItem   `json:"reachabilityReport,omitempty"`
}

// AzureReachabilityReportItem is azure reachability report details for a given provider location.
type AzureReachabilityReportItem struct {
	Provider      *string                               `json:"provider,omitempty"`
	AzureLocation *string                               `json:"azureLocation,omitempty"`
	Latencies     *[]AzureReachabilityReportLatencyInfo `json:"latencies,omitempty"`
}

// AzureReachabilityReportLatencyInfo is details on latency for a time series.
type AzureReachabilityReportLatencyInfo struct {
	TimeStamp *date.Time `json:"timeStamp,omitempty"`
	Score     *int32     `json:"score,omitempty"`
}

// AzureReachabilityReportLocation is parameters that define a geographic location.
type AzureReachabilityReportLocation struct {
	Country *string `json:"country,omitempty"`
	State   *string `json:"state,omitempty"`
	City    *string `json:"city,omitempty"`
}

// AzureReachabilityReportParameters is geographic and time constraints for Azure reachability report.
type AzureReachabilityReportParameters struct {
	ProviderLocation *AzureReachabilityReportLocation `json:"providerLocation,omitempty"`
	Providers        *[]string                        `json:"providers,omitempty"`
	AzureLocations   *[]string                        `json:"azureLocations,omitempty"`
	StartTime        *date.Time                       `json:"startTime,omitempty"`
	EndTime          *date.Time                       `json:"endTime,omitempty"`
}

D
dlorenc 已提交
1575
// BackendAddressPool is pool of backend IP addresses.
M
Matt Rickard 已提交
1576
type BackendAddressPool struct {
D
dlorenc 已提交
1577
	autorest.Response                   `json:"-"`
D
dlorenc 已提交
1578 1579 1580 1581
	ID                                  *string `json:"id,omitempty"`
	*BackendAddressPoolPropertiesFormat `json:"properties,omitempty"`
	Name                                *string `json:"name,omitempty"`
	Etag                                *string `json:"etag,omitempty"`
M
Matt Rickard 已提交
1582 1583
}

D
dlorenc 已提交
1584
// BackendAddressPoolPropertiesFormat is properties of the backend address pool.
M
Matt Rickard 已提交
1585 1586 1587 1588 1589 1590 1591
type BackendAddressPoolPropertiesFormat struct {
	BackendIPConfigurations *[]InterfaceIPConfiguration `json:"backendIPConfigurations,omitempty"`
	LoadBalancingRules      *[]SubResource              `json:"loadBalancingRules,omitempty"`
	OutboundNatRule         *SubResource                `json:"outboundNatRule,omitempty"`
	ProvisioningState       *string                     `json:"provisioningState,omitempty"`
}

D
dlorenc 已提交
1592
// BGPCommunity is contains bgp community information offered in Service Community resources.
D
dlorenc 已提交
1593 1594 1595 1596 1597
type BGPCommunity struct {
	ServiceSupportedRegion *string   `json:"serviceSupportedRegion,omitempty"`
	CommunityName          *string   `json:"communityName,omitempty"`
	CommunityValue         *string   `json:"communityValue,omitempty"`
	CommunityPrefixes      *[]string `json:"communityPrefixes,omitempty"`
D
dlorenc 已提交
1598 1599
	IsAuthorizedToUse      *bool     `json:"isAuthorizedToUse,omitempty"`
	ServiceGroup           *string   `json:"serviceGroup,omitempty"`
D
dlorenc 已提交
1600 1601
}

D
dlorenc 已提交
1602
// BgpPeerStatus is BGP peer status details
D
dlorenc 已提交
1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613
type BgpPeerStatus struct {
	LocalAddress      *string      `json:"localAddress,omitempty"`
	Neighbor          *string      `json:"neighbor,omitempty"`
	Asn               *int32       `json:"asn,omitempty"`
	State             BgpPeerState `json:"state,omitempty"`
	ConnectedDuration *string      `json:"connectedDuration,omitempty"`
	RoutesReceived    *int64       `json:"routesReceived,omitempty"`
	MessagesSent      *int64       `json:"messagesSent,omitempty"`
	MessagesReceived  *int64       `json:"messagesReceived,omitempty"`
}

D
dlorenc 已提交
1614
// BgpPeerStatusListResult is response for list BGP peer status API service call
D
dlorenc 已提交
1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629
type BgpPeerStatusListResult struct {
	autorest.Response `json:"-"`
	Value             *[]BgpPeerStatus `json:"value,omitempty"`
}

// BgpServiceCommunity is service Community Properties.
type BgpServiceCommunity struct {
	ID                                   *string             `json:"id,omitempty"`
	Name                                 *string             `json:"name,omitempty"`
	Type                                 *string             `json:"type,omitempty"`
	Location                             *string             `json:"location,omitempty"`
	Tags                                 *map[string]*string `json:"tags,omitempty"`
	*BgpServiceCommunityPropertiesFormat `json:"properties,omitempty"`
}

D
dlorenc 已提交
1630
// BgpServiceCommunityListResult is response for the ListServiceCommunity API service call.
D
dlorenc 已提交
1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654
type BgpServiceCommunityListResult struct {
	autorest.Response `json:"-"`
	Value             *[]BgpServiceCommunity `json:"value,omitempty"`
	NextLink          *string                `json:"nextLink,omitempty"`
}

// BgpServiceCommunityListResultPreparer prepares a request to retrieve the next set of results. It returns
// nil if no more results exist.
func (client BgpServiceCommunityListResult) BgpServiceCommunityListResultPreparer() (*http.Request, error) {
	if client.NextLink == nil || len(to.String(client.NextLink)) <= 0 {
		return nil, nil
	}
	return autorest.Prepare(&http.Request{},
		autorest.AsJSON(),
		autorest.AsGet(),
		autorest.WithBaseURL(to.String(client.NextLink)))
}

// BgpServiceCommunityPropertiesFormat is properties of Service Community.
type BgpServiceCommunityPropertiesFormat struct {
	ServiceName    *string         `json:"serviceName,omitempty"`
	BgpCommunities *[]BGPCommunity `json:"bgpCommunities,omitempty"`
}

D
dlorenc 已提交
1655
// BgpSettings is BGP settings details
M
Matt Rickard 已提交
1656 1657 1658 1659 1660 1661
type BgpSettings struct {
	Asn               *int64  `json:"asn,omitempty"`
	BgpPeeringAddress *string `json:"bgpPeeringAddress,omitempty"`
	PeerWeight        *int32  `json:"peerWeight,omitempty"`
}

D
dlorenc 已提交
1662
// ConnectionResetSharedKey is the virtual network connection reset shared key
M
Matt Rickard 已提交
1663 1664
type ConnectionResetSharedKey struct {
	autorest.Response `json:"-"`
D
dlorenc 已提交
1665
	KeyLength         *int32 `json:"keyLength,omitempty"`
M
Matt Rickard 已提交
1666 1667
}

D
dlorenc 已提交
1668
// ConnectionSharedKey is response for GetConnectionSharedKey API service call
M
Matt Rickard 已提交
1669 1670 1671 1672 1673
type ConnectionSharedKey struct {
	autorest.Response `json:"-"`
	Value             *string `json:"value,omitempty"`
}

D
dlorenc 已提交
1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724
// ConnectivityDestination is parameters that define destination of connection.
type ConnectivityDestination struct {
	ResourceID *string `json:"resourceId,omitempty"`
	Address    *string `json:"address,omitempty"`
	Port       *int32  `json:"port,omitempty"`
}

// ConnectivityHop is information about a hop between the source and the destination.
type ConnectivityHop struct {
	Type       *string              `json:"type,omitempty"`
	ID         *string              `json:"id,omitempty"`
	Address    *string              `json:"address,omitempty"`
	ResourceID *string              `json:"resourceId,omitempty"`
	NextHopIds *[]string            `json:"nextHopIds,omitempty"`
	Issues     *[]ConnectivityIssue `json:"issues,omitempty"`
}

// ConnectivityInformation is information on the connectivity status.
type ConnectivityInformation struct {
	autorest.Response `json:"-"`
	Hops              *[]ConnectivityHop `json:"hops,omitempty"`
	ConnectionStatus  ConnectionStatus   `json:"connectionStatus,omitempty"`
	AvgLatencyInMs    *int32             `json:"avgLatencyInMs,omitempty"`
	MinLatencyInMs    *int32             `json:"minLatencyInMs,omitempty"`
	MaxLatencyInMs    *int32             `json:"maxLatencyInMs,omitempty"`
	ProbesSent        *int32             `json:"probesSent,omitempty"`
	ProbesFailed      *int32             `json:"probesFailed,omitempty"`
}

// ConnectivityIssue is information about an issue encountered in the process of checking for connectivity.
type ConnectivityIssue struct {
	Origin   Origin                `json:"origin,omitempty"`
	Severity Severity              `json:"severity,omitempty"`
	Type     IssueType             `json:"type,omitempty"`
	Context  *[]map[string]*string `json:"context,omitempty"`
}

// ConnectivityParameters is parameters that determine how the connectivity check will be performed.
type ConnectivityParameters struct {
	Source      *ConnectivitySource      `json:"source,omitempty"`
	Destination *ConnectivityDestination `json:"destination,omitempty"`
}

// ConnectivitySource is parameters that define the source of the connection.
type ConnectivitySource struct {
	ResourceID *string `json:"resourceId,omitempty"`
	Port       *int32  `json:"port,omitempty"`
}

// DhcpOptions is dhcpOptions contains an array of DNS servers available to VMs deployed in the virtual network.
// Standard DHCP option for a subnet overrides VNET DHCP options.
M
Matt Rickard 已提交
1725 1726 1727 1728
type DhcpOptions struct {
	DNSServers *[]string `json:"dnsServers,omitempty"`
}

D
dlorenc 已提交
1729
// DNSNameAvailabilityResult is response for the CheckDnsNameAvailability API service call.
M
Matt Rickard 已提交
1730 1731 1732 1733 1734
type DNSNameAvailabilityResult struct {
	autorest.Response `json:"-"`
	Available         *bool `json:"available,omitempty"`
}

D
dlorenc 已提交
1735
// EffectiveNetworkSecurityGroup is effective network security group.
1736 1737 1738 1739
type EffectiveNetworkSecurityGroup struct {
	NetworkSecurityGroup   *SubResource                              `json:"networkSecurityGroup,omitempty"`
	Association            *EffectiveNetworkSecurityGroupAssociation `json:"association,omitempty"`
	EffectiveSecurityRules *[]EffectiveNetworkSecurityRule           `json:"effectiveSecurityRules,omitempty"`
D
dlorenc 已提交
1740
	TagMap                 *map[string][]string                      `json:"tagMap,omitempty"`
1741 1742
}

D
dlorenc 已提交
1743
// EffectiveNetworkSecurityGroupAssociation is the effective network security group association.
1744 1745 1746 1747 1748
type EffectiveNetworkSecurityGroupAssociation struct {
	Subnet           *SubResource `json:"subnet,omitempty"`
	NetworkInterface *SubResource `json:"networkInterface,omitempty"`
}

D
dlorenc 已提交
1749
// EffectiveNetworkSecurityGroupListResult is response for list effective network security groups API service call.
1750 1751 1752 1753 1754 1755
type EffectiveNetworkSecurityGroupListResult struct {
	autorest.Response `json:"-"`
	Value             *[]EffectiveNetworkSecurityGroup `json:"value,omitempty"`
	NextLink          *string                          `json:"nextLink,omitempty"`
}

D
dlorenc 已提交
1756
// EffectiveNetworkSecurityRule is effective network security rules.
1757
type EffectiveNetworkSecurityRule struct {
D
dlorenc 已提交
1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772
	Name                             *string                       `json:"name,omitempty"`
	Protocol                         EffectiveSecurityRuleProtocol `json:"protocol,omitempty"`
	SourcePortRange                  *string                       `json:"sourcePortRange,omitempty"`
	DestinationPortRange             *string                       `json:"destinationPortRange,omitempty"`
	SourcePortRanges                 *[]string                     `json:"sourcePortRanges,omitempty"`
	DestinationPortRanges            *[]string                     `json:"destinationPortRanges,omitempty"`
	SourceAddressPrefix              *string                       `json:"sourceAddressPrefix,omitempty"`
	DestinationAddressPrefix         *string                       `json:"destinationAddressPrefix,omitempty"`
	SourceAddressPrefixes            *[]string                     `json:"sourceAddressPrefixes,omitempty"`
	DestinationAddressPrefixes       *[]string                     `json:"destinationAddressPrefixes,omitempty"`
	ExpandedSourceAddressPrefix      *[]string                     `json:"expandedSourceAddressPrefix,omitempty"`
	ExpandedDestinationAddressPrefix *[]string                     `json:"expandedDestinationAddressPrefix,omitempty"`
	Access                           SecurityRuleAccess            `json:"access,omitempty"`
	Priority                         *int32                        `json:"priority,omitempty"`
	Direction                        SecurityRuleDirection         `json:"direction,omitempty"`
1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784
}

// EffectiveRoute is effective Route
type EffectiveRoute struct {
	Name             *string              `json:"name,omitempty"`
	Source           EffectiveRouteSource `json:"source,omitempty"`
	State            EffectiveRouteState  `json:"state,omitempty"`
	AddressPrefix    *[]string            `json:"addressPrefix,omitempty"`
	NextHopIPAddress *[]string            `json:"nextHopIpAddress,omitempty"`
	NextHopType      RouteNextHopType     `json:"nextHopType,omitempty"`
}

D
dlorenc 已提交
1785
// EffectiveRouteListResult is response for list effective route API service call.
1786 1787 1788 1789 1790 1791
type EffectiveRouteListResult struct {
	autorest.Response `json:"-"`
	Value             *[]EffectiveRoute `json:"value,omitempty"`
	NextLink          *string           `json:"nextLink,omitempty"`
}

D
dlorenc 已提交
1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817
// EndpointServiceResult is endpoint service.
type EndpointServiceResult struct {
	ID   *string `json:"id,omitempty"`
	Name *string `json:"name,omitempty"`
	Type *string `json:"type,omitempty"`
}

// EndpointServicesListResult is response for the ListAvailableEndpointServices API service call.
type EndpointServicesListResult struct {
	autorest.Response `json:"-"`
	Value             *[]EndpointServiceResult `json:"value,omitempty"`
	NextLink          *string                  `json:"nextLink,omitempty"`
}

// EndpointServicesListResultPreparer prepares a request to retrieve the next set of results. It returns
// nil if no more results exist.
func (client EndpointServicesListResult) EndpointServicesListResultPreparer() (*http.Request, error) {
	if client.NextLink == nil || len(to.String(client.NextLink)) <= 0 {
		return nil, nil
	}
	return autorest.Prepare(&http.Request{},
		autorest.AsJSON(),
		autorest.AsGet(),
		autorest.WithBaseURL(to.String(client.NextLink)))
}

M
Matt Rickard 已提交
1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835
// Error is
type Error struct {
	Code       *string         `json:"code,omitempty"`
	Message    *string         `json:"message,omitempty"`
	Target     *string         `json:"target,omitempty"`
	Details    *[]ErrorDetails `json:"details,omitempty"`
	InnerError *string         `json:"innerError,omitempty"`
}

// ErrorDetails is
type ErrorDetails struct {
	Code    *string `json:"code,omitempty"`
	Target  *string `json:"target,omitempty"`
	Message *string `json:"message,omitempty"`
}

// ExpressRouteCircuit is expressRouteCircuit resource
type ExpressRouteCircuit struct {
D
dlorenc 已提交
1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846
	autorest.Response                    `json:"-"`
	ID                                   *string                 `json:"id,omitempty"`
	Name                                 *string                 `json:"name,omitempty"`
	Type                                 *string                 `json:"type,omitempty"`
	Location                             *string                 `json:"location,omitempty"`
	Tags                                 *map[string]*string     `json:"tags,omitempty"`
	Sku                                  *ExpressRouteCircuitSku `json:"sku,omitempty"`
	*ExpressRouteCircuitPropertiesFormat `json:"properties,omitempty"`
	Etag                                 *string `json:"etag,omitempty"`
}

D
dlorenc 已提交
1847
// ExpressRouteCircuitArpTable is the ARP table associated with the ExpressRouteCircuit.
M
Matt Rickard 已提交
1848 1849 1850 1851 1852 1853 1854
type ExpressRouteCircuitArpTable struct {
	Age        *int32  `json:"age,omitempty"`
	Interface  *string `json:"interface,omitempty"`
	IPAddress  *string `json:"ipAddress,omitempty"`
	MacAddress *string `json:"macAddress,omitempty"`
}

D
dlorenc 已提交
1855
// ExpressRouteCircuitAuthorization is authorization in an ExpressRouteCircuit resource.
M
Matt Rickard 已提交
1856
type ExpressRouteCircuitAuthorization struct {
D
dlorenc 已提交
1857 1858 1859 1860 1861
	autorest.Response              `json:"-"`
	ID                             *string `json:"id,omitempty"`
	*AuthorizationPropertiesFormat `json:"properties,omitempty"`
	Name                           *string `json:"name,omitempty"`
	Etag                           *string `json:"etag,omitempty"`
M
Matt Rickard 已提交
1862 1863
}

D
dlorenc 已提交
1864
// ExpressRouteCircuitListResult is response for ListExpressRouteCircuit API service call.
M
Matt Rickard 已提交
1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882
type ExpressRouteCircuitListResult struct {
	autorest.Response `json:"-"`
	Value             *[]ExpressRouteCircuit `json:"value,omitempty"`
	NextLink          *string                `json:"nextLink,omitempty"`
}

// ExpressRouteCircuitListResultPreparer prepares a request to retrieve the next set of results. It returns
// nil if no more results exist.
func (client ExpressRouteCircuitListResult) ExpressRouteCircuitListResultPreparer() (*http.Request, error) {
	if client.NextLink == nil || len(to.String(client.NextLink)) <= 0 {
		return nil, nil
	}
	return autorest.Prepare(&http.Request{},
		autorest.AsJSON(),
		autorest.AsGet(),
		autorest.WithBaseURL(to.String(client.NextLink)))
}

D
dlorenc 已提交
1883
// ExpressRouteCircuitPeering is peering in an ExpressRouteCircuit resource.
M
Matt Rickard 已提交
1884
type ExpressRouteCircuitPeering struct {
D
dlorenc 已提交
1885 1886 1887 1888 1889
	autorest.Response                           `json:"-"`
	ID                                          *string `json:"id,omitempty"`
	*ExpressRouteCircuitPeeringPropertiesFormat `json:"properties,omitempty"`
	Name                                        *string `json:"name,omitempty"`
	Etag                                        *string `json:"etag,omitempty"`
M
Matt Rickard 已提交
1890 1891
}

D
dlorenc 已提交
1892
// ExpressRouteCircuitPeeringConfig is specifies the peering configuration.
M
Matt Rickard 已提交
1893 1894
type ExpressRouteCircuitPeeringConfig struct {
	AdvertisedPublicPrefixes      *[]string                                             `json:"advertisedPublicPrefixes,omitempty"`
D
dlorenc 已提交
1895
	AdvertisedCommunities         *[]string                                             `json:"advertisedCommunities,omitempty"`
M
Matt Rickard 已提交
1896
	AdvertisedPublicPrefixesState ExpressRouteCircuitPeeringAdvertisedPublicPrefixState `json:"advertisedPublicPrefixesState,omitempty"`
D
dlorenc 已提交
1897
	LegacyMode                    *int32                                                `json:"legacyMode,omitempty"`
M
Matt Rickard 已提交
1898 1899 1900 1901
	CustomerASN                   *int32                                                `json:"customerASN,omitempty"`
	RoutingRegistryName           *string                                               `json:"routingRegistryName,omitempty"`
}

D
dlorenc 已提交
1902 1903
// ExpressRouteCircuitPeeringListResult is response for ListPeering API service call retrieves all peerings that belong
// to an ExpressRouteCircuit.
M
Matt Rickard 已提交
1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923
type ExpressRouteCircuitPeeringListResult struct {
	autorest.Response `json:"-"`
	Value             *[]ExpressRouteCircuitPeering `json:"value,omitempty"`
	NextLink          *string                       `json:"nextLink,omitempty"`
}

// ExpressRouteCircuitPeeringListResultPreparer prepares a request to retrieve the next set of results. It returns
// nil if no more results exist.
func (client ExpressRouteCircuitPeeringListResult) ExpressRouteCircuitPeeringListResultPreparer() (*http.Request, error) {
	if client.NextLink == nil || len(to.String(client.NextLink)) <= 0 {
		return nil, nil
	}
	return autorest.Prepare(&http.Request{},
		autorest.AsJSON(),
		autorest.AsGet(),
		autorest.WithBaseURL(to.String(client.NextLink)))
}

// ExpressRouteCircuitPeeringPropertiesFormat is
type ExpressRouteCircuitPeeringPropertiesFormat struct {
D
dlorenc 已提交
1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940
	PeeringType                ExpressRouteCircuitPeeringType        `json:"peeringType,omitempty"`
	State                      ExpressRouteCircuitPeeringState       `json:"state,omitempty"`
	AzureASN                   *int32                                `json:"azureASN,omitempty"`
	PeerASN                    *int32                                `json:"peerASN,omitempty"`
	PrimaryPeerAddressPrefix   *string                               `json:"primaryPeerAddressPrefix,omitempty"`
	SecondaryPeerAddressPrefix *string                               `json:"secondaryPeerAddressPrefix,omitempty"`
	PrimaryAzurePort           *string                               `json:"primaryAzurePort,omitempty"`
	SecondaryAzurePort         *string                               `json:"secondaryAzurePort,omitempty"`
	SharedKey                  *string                               `json:"sharedKey,omitempty"`
	VlanID                     *int32                                `json:"vlanId,omitempty"`
	MicrosoftPeeringConfig     *ExpressRouteCircuitPeeringConfig     `json:"microsoftPeeringConfig,omitempty"`
	Stats                      *ExpressRouteCircuitStats             `json:"stats,omitempty"`
	ProvisioningState          *string                               `json:"provisioningState,omitempty"`
	GatewayManagerEtag         *string                               `json:"gatewayManagerEtag,omitempty"`
	LastModifiedBy             *string                               `json:"lastModifiedBy,omitempty"`
	RouteFilter                *RouteFilter                          `json:"routeFilter,omitempty"`
	Ipv6PeeringConfig          *Ipv6ExpressRouteCircuitPeeringConfig `json:"ipv6PeeringConfig,omitempty"`
M
Matt Rickard 已提交
1941 1942
}

D
dlorenc 已提交
1943
// ExpressRouteCircuitPropertiesFormat is properties of ExpressRouteCircuit.
M
Matt Rickard 已提交
1944 1945 1946 1947 1948 1949 1950 1951 1952 1953
type ExpressRouteCircuitPropertiesFormat struct {
	AllowClassicOperations           *bool                                         `json:"allowClassicOperations,omitempty"`
	CircuitProvisioningState         *string                                       `json:"circuitProvisioningState,omitempty"`
	ServiceProviderProvisioningState ServiceProviderProvisioningState              `json:"serviceProviderProvisioningState,omitempty"`
	Authorizations                   *[]ExpressRouteCircuitAuthorization           `json:"authorizations,omitempty"`
	Peerings                         *[]ExpressRouteCircuitPeering                 `json:"peerings,omitempty"`
	ServiceKey                       *string                                       `json:"serviceKey,omitempty"`
	ServiceProviderNotes             *string                                       `json:"serviceProviderNotes,omitempty"`
	ServiceProviderProperties        *ExpressRouteCircuitServiceProviderProperties `json:"serviceProviderProperties,omitempty"`
	ProvisioningState                *string                                       `json:"provisioningState,omitempty"`
1954
	GatewayManagerEtag               *string                                       `json:"gatewayManagerEtag,omitempty"`
M
Matt Rickard 已提交
1955 1956
}

D
dlorenc 已提交
1957
// ExpressRouteCircuitRoutesTable is the routes table associated with the ExpressRouteCircuit
M
Matt Rickard 已提交
1958
type ExpressRouteCircuitRoutesTable struct {
D
dlorenc 已提交
1959 1960 1961 1962 1963
	NetworkProperty *string `json:"network,omitempty"`
	NextHop         *string `json:"nextHop,omitempty"`
	LocPrf          *string `json:"locPrf,omitempty"`
	Weight          *int32  `json:"weight,omitempty"`
	Path            *string `json:"path,omitempty"`
M
Matt Rickard 已提交
1964 1965
}

D
dlorenc 已提交
1966
// ExpressRouteCircuitRoutesTableSummary is the routes table associated with the ExpressRouteCircuit.
M
Matt Rickard 已提交
1967 1968 1969 1970 1971 1972 1973 1974
type ExpressRouteCircuitRoutesTableSummary struct {
	Neighbor    *string `json:"neighbor,omitempty"`
	V           *int32  `json:"v,omitempty"`
	As          *int32  `json:"as,omitempty"`
	UpDown      *string `json:"upDown,omitempty"`
	StatePfxRcd *string `json:"statePfxRcd,omitempty"`
}

D
dlorenc 已提交
1975
// ExpressRouteCircuitsArpTableListResult is response for ListArpTable associated with the Express Route Circuits API.
M
Matt Rickard 已提交
1976 1977 1978 1979 1980 1981
type ExpressRouteCircuitsArpTableListResult struct {
	autorest.Response `json:"-"`
	Value             *[]ExpressRouteCircuitArpTable `json:"value,omitempty"`
	NextLink          *string                        `json:"nextLink,omitempty"`
}

D
dlorenc 已提交
1982
// ExpressRouteCircuitServiceProviderProperties is contains ServiceProviderProperties in an ExpressRouteCircuit.
M
Matt Rickard 已提交
1983 1984 1985 1986 1987 1988
type ExpressRouteCircuitServiceProviderProperties struct {
	ServiceProviderName *string `json:"serviceProviderName,omitempty"`
	PeeringLocation     *string `json:"peeringLocation,omitempty"`
	BandwidthInMbps     *int32  `json:"bandwidthInMbps,omitempty"`
}

D
dlorenc 已提交
1989
// ExpressRouteCircuitSku is contains SKU in an ExpressRouteCircuit.
M
Matt Rickard 已提交
1990 1991 1992 1993 1994 1995
type ExpressRouteCircuitSku struct {
	Name   *string                      `json:"name,omitempty"`
	Tier   ExpressRouteCircuitSkuTier   `json:"tier,omitempty"`
	Family ExpressRouteCircuitSkuFamily `json:"family,omitempty"`
}

D
dlorenc 已提交
1996 1997
// ExpressRouteCircuitsRoutesTableListResult is response for ListRoutesTable associated with the Express Route Circuits
// API.
M
Matt Rickard 已提交
1998 1999 2000 2001 2002 2003
type ExpressRouteCircuitsRoutesTableListResult struct {
	autorest.Response `json:"-"`
	Value             *[]ExpressRouteCircuitRoutesTable `json:"value,omitempty"`
	NextLink          *string                           `json:"nextLink,omitempty"`
}

D
dlorenc 已提交
2004 2005
// ExpressRouteCircuitsRoutesTableSummaryListResult is response for ListRoutesTable associated with the Express Route
// Circuits API.
M
Matt Rickard 已提交
2006 2007 2008 2009 2010 2011
type ExpressRouteCircuitsRoutesTableSummaryListResult struct {
	autorest.Response `json:"-"`
	Value             *[]ExpressRouteCircuitRoutesTableSummary `json:"value,omitempty"`
	NextLink          *string                                  `json:"nextLink,omitempty"`
}

D
dlorenc 已提交
2012
// ExpressRouteCircuitStats is contains stats associated with the peering.
M
Matt Rickard 已提交
2013 2014 2015 2016 2017 2018 2019 2020
type ExpressRouteCircuitStats struct {
	autorest.Response `json:"-"`
	PrimarybytesIn    *int64 `json:"primarybytesIn,omitempty"`
	PrimarybytesOut   *int64 `json:"primarybytesOut,omitempty"`
	SecondarybytesIn  *int64 `json:"secondarybytesIn,omitempty"`
	SecondarybytesOut *int64 `json:"secondarybytesOut,omitempty"`
}

D
dlorenc 已提交
2021
// ExpressRouteServiceProvider is a ExpressRouteResourceProvider object.
M
Matt Rickard 已提交
2022
type ExpressRouteServiceProvider struct {
D
dlorenc 已提交
2023 2024 2025 2026 2027 2028
	ID                                           *string             `json:"id,omitempty"`
	Name                                         *string             `json:"name,omitempty"`
	Type                                         *string             `json:"type,omitempty"`
	Location                                     *string             `json:"location,omitempty"`
	Tags                                         *map[string]*string `json:"tags,omitempty"`
	*ExpressRouteServiceProviderPropertiesFormat `json:"properties,omitempty"`
M
Matt Rickard 已提交
2029 2030
}

D
dlorenc 已提交
2031 2032
// ExpressRouteServiceProviderBandwidthsOffered is contains bandwidths offered in ExpressRouteServiceProvider
// resources.
M
Matt Rickard 已提交
2033 2034 2035 2036 2037
type ExpressRouteServiceProviderBandwidthsOffered struct {
	OfferName   *string `json:"offerName,omitempty"`
	ValueInMbps *int32  `json:"valueInMbps,omitempty"`
}

D
dlorenc 已提交
2038
// ExpressRouteServiceProviderListResult is response for the ListExpressRouteServiceProvider API service call.
M
Matt Rickard 已提交
2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056
type ExpressRouteServiceProviderListResult struct {
	autorest.Response `json:"-"`
	Value             *[]ExpressRouteServiceProvider `json:"value,omitempty"`
	NextLink          *string                        `json:"nextLink,omitempty"`
}

// ExpressRouteServiceProviderListResultPreparer prepares a request to retrieve the next set of results. It returns
// nil if no more results exist.
func (client ExpressRouteServiceProviderListResult) ExpressRouteServiceProviderListResultPreparer() (*http.Request, error) {
	if client.NextLink == nil || len(to.String(client.NextLink)) <= 0 {
		return nil, nil
	}
	return autorest.Prepare(&http.Request{},
		autorest.AsJSON(),
		autorest.AsGet(),
		autorest.WithBaseURL(to.String(client.NextLink)))
}

D
dlorenc 已提交
2057
// ExpressRouteServiceProviderPropertiesFormat is properties of ExpressRouteServiceProvider.
M
Matt Rickard 已提交
2058 2059 2060 2061 2062 2063
type ExpressRouteServiceProviderPropertiesFormat struct {
	PeeringLocations  *[]string                                       `json:"peeringLocations,omitempty"`
	BandwidthsOffered *[]ExpressRouteServiceProviderBandwidthsOffered `json:"bandwidthsOffered,omitempty"`
	ProvisioningState *string                                         `json:"provisioningState,omitempty"`
}

D
dlorenc 已提交
2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077
// FlowLogInformation is information on the configuration of flow log.
type FlowLogInformation struct {
	autorest.Response  `json:"-"`
	TargetResourceID   *string `json:"targetResourceId,omitempty"`
	*FlowLogProperties `json:"properties,omitempty"`
}

// FlowLogProperties is parameters that define the configuration of flow log.
type FlowLogProperties struct {
	StorageID       *string                    `json:"storageId,omitempty"`
	Enabled         *bool                      `json:"enabled,omitempty"`
	RetentionPolicy *RetentionPolicyParameters `json:"retentionPolicy,omitempty"`
}

D
dlorenc 已提交
2078
// FlowLogStatusParameters is parameters that define a resource to query flow log status.
D
dlorenc 已提交
2079 2080 2081 2082
type FlowLogStatusParameters struct {
	TargetResourceID *string `json:"targetResourceId,omitempty"`
}

D
dlorenc 已提交
2083
// FrontendIPConfiguration is frontend IP address of the load balancer.
M
Matt Rickard 已提交
2084
type FrontendIPConfiguration struct {
D
dlorenc 已提交
2085
	autorest.Response                        `json:"-"`
D
dlorenc 已提交
2086 2087
	ID                                       *string `json:"id,omitempty"`
	*FrontendIPConfigurationPropertiesFormat `json:"properties,omitempty"`
D
dlorenc 已提交
2088 2089 2090
	Name                                     *string   `json:"name,omitempty"`
	Etag                                     *string   `json:"etag,omitempty"`
	Zones                                    *[]string `json:"zones,omitempty"`
M
Matt Rickard 已提交
2091 2092
}

D
dlorenc 已提交
2093
// FrontendIPConfigurationPropertiesFormat is properties of Frontend IP Configuration of the load balancer.
M
Matt Rickard 已提交
2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105
type FrontendIPConfigurationPropertiesFormat struct {
	InboundNatRules           *[]SubResource     `json:"inboundNatRules,omitempty"`
	InboundNatPools           *[]SubResource     `json:"inboundNatPools,omitempty"`
	OutboundNatRules          *[]SubResource     `json:"outboundNatRules,omitempty"`
	LoadBalancingRules        *[]SubResource     `json:"loadBalancingRules,omitempty"`
	PrivateIPAddress          *string            `json:"privateIPAddress,omitempty"`
	PrivateIPAllocationMethod IPAllocationMethod `json:"privateIPAllocationMethod,omitempty"`
	Subnet                    *Subnet            `json:"subnet,omitempty"`
	PublicIPAddress           *PublicIPAddress   `json:"publicIPAddress,omitempty"`
	ProvisioningState         *string            `json:"provisioningState,omitempty"`
}

D
dlorenc 已提交
2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122
// GatewayRoute is gateway routing details
type GatewayRoute struct {
	LocalAddress    *string `json:"localAddress,omitempty"`
	NetworkProperty *string `json:"network,omitempty"`
	NextHop         *string `json:"nextHop,omitempty"`
	SourcePeer      *string `json:"sourcePeer,omitempty"`
	Origin          *string `json:"origin,omitempty"`
	AsPath          *string `json:"asPath,omitempty"`
	Weight          *int32  `json:"weight,omitempty"`
}

// GatewayRouteListResult is list of virtual network gateway routes
type GatewayRouteListResult struct {
	autorest.Response `json:"-"`
	Value             *[]GatewayRoute `json:"value,omitempty"`
}

D
dlorenc 已提交
2123
// InboundNatPool is inbound NAT pool of the load balancer.
M
Matt Rickard 已提交
2124
type InboundNatPool struct {
D
dlorenc 已提交
2125 2126 2127 2128
	ID                              *string `json:"id,omitempty"`
	*InboundNatPoolPropertiesFormat `json:"properties,omitempty"`
	Name                            *string `json:"name,omitempty"`
	Etag                            *string `json:"etag,omitempty"`
M
Matt Rickard 已提交
2129 2130
}

D
dlorenc 已提交
2131
// InboundNatPoolPropertiesFormat is properties of Inbound NAT pool.
M
Matt Rickard 已提交
2132 2133 2134 2135 2136 2137 2138 2139 2140
type InboundNatPoolPropertiesFormat struct {
	FrontendIPConfiguration *SubResource      `json:"frontendIPConfiguration,omitempty"`
	Protocol                TransportProtocol `json:"protocol,omitempty"`
	FrontendPortRangeStart  *int32            `json:"frontendPortRangeStart,omitempty"`
	FrontendPortRangeEnd    *int32            `json:"frontendPortRangeEnd,omitempty"`
	BackendPort             *int32            `json:"backendPort,omitempty"`
	ProvisioningState       *string           `json:"provisioningState,omitempty"`
}

D
dlorenc 已提交
2141
// InboundNatRule is inbound NAT rule of the load balancer.
M
Matt Rickard 已提交
2142
type InboundNatRule struct {
D
dlorenc 已提交
2143
	autorest.Response               `json:"-"`
D
dlorenc 已提交
2144 2145 2146 2147
	ID                              *string `json:"id,omitempty"`
	*InboundNatRulePropertiesFormat `json:"properties,omitempty"`
	Name                            *string `json:"name,omitempty"`
	Etag                            *string `json:"etag,omitempty"`
M
Matt Rickard 已提交
2148 2149
}

D
dlorenc 已提交
2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168
// InboundNatRuleListResult is response for ListInboundNatRule API service call.
type InboundNatRuleListResult struct {
	autorest.Response `json:"-"`
	Value             *[]InboundNatRule `json:"value,omitempty"`
	NextLink          *string           `json:"nextLink,omitempty"`
}

// InboundNatRuleListResultPreparer prepares a request to retrieve the next set of results. It returns
// nil if no more results exist.
func (client InboundNatRuleListResult) InboundNatRuleListResultPreparer() (*http.Request, error) {
	if client.NextLink == nil || len(to.String(client.NextLink)) <= 0 {
		return nil, nil
	}
	return autorest.Prepare(&http.Request{},
		autorest.AsJSON(),
		autorest.AsGet(),
		autorest.WithBaseURL(to.String(client.NextLink)))
}

D
dlorenc 已提交
2169
// InboundNatRulePropertiesFormat is properties of the inbound NAT rule.
M
Matt Rickard 已提交
2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180
type InboundNatRulePropertiesFormat struct {
	FrontendIPConfiguration *SubResource              `json:"frontendIPConfiguration,omitempty"`
	BackendIPConfiguration  *InterfaceIPConfiguration `json:"backendIPConfiguration,omitempty"`
	Protocol                TransportProtocol         `json:"protocol,omitempty"`
	FrontendPort            *int32                    `json:"frontendPort,omitempty"`
	BackendPort             *int32                    `json:"backendPort,omitempty"`
	IdleTimeoutInMinutes    *int32                    `json:"idleTimeoutInMinutes,omitempty"`
	EnableFloatingIP        *bool                     `json:"enableFloatingIP,omitempty"`
	ProvisioningState       *string                   `json:"provisioningState,omitempty"`
}

D
dlorenc 已提交
2181
// Interface is a network interface in a resource group.
M
Matt Rickard 已提交
2182
type Interface struct {
D
dlorenc 已提交
2183 2184 2185 2186 2187 2188 2189 2190
	autorest.Response          `json:"-"`
	ID                         *string             `json:"id,omitempty"`
	Name                       *string             `json:"name,omitempty"`
	Type                       *string             `json:"type,omitempty"`
	Location                   *string             `json:"location,omitempty"`
	Tags                       *map[string]*string `json:"tags,omitempty"`
	*InterfacePropertiesFormat `json:"properties,omitempty"`
	Etag                       *string `json:"etag,omitempty"`
M
Matt Rickard 已提交
2191 2192
}

D
dlorenc 已提交
2193 2194 2195 2196 2197 2198
// InterfaceAssociation is network interface and its custom security rules.
type InterfaceAssociation struct {
	ID            *string         `json:"id,omitempty"`
	SecurityRules *[]SecurityRule `json:"securityRules,omitempty"`
}

D
dlorenc 已提交
2199
// InterfaceDNSSettings is DNS settings of a network interface.
M
Matt Rickard 已提交
2200 2201 2202 2203 2204 2205 2206 2207
type InterfaceDNSSettings struct {
	DNSServers               *[]string `json:"dnsServers,omitempty"`
	AppliedDNSServers        *[]string `json:"appliedDnsServers,omitempty"`
	InternalDNSNameLabel     *string   `json:"internalDnsNameLabel,omitempty"`
	InternalFqdn             *string   `json:"internalFqdn,omitempty"`
	InternalDomainNameSuffix *string   `json:"internalDomainNameSuffix,omitempty"`
}

D
dlorenc 已提交
2208
// InterfaceIPConfiguration is iPConfiguration in a network interface.
M
Matt Rickard 已提交
2209
type InterfaceIPConfiguration struct {
D
dlorenc 已提交
2210
	autorest.Response                         `json:"-"`
D
dlorenc 已提交
2211 2212 2213 2214
	ID                                        *string `json:"id,omitempty"`
	*InterfaceIPConfigurationPropertiesFormat `json:"properties,omitempty"`
	Name                                      *string `json:"name,omitempty"`
	Etag                                      *string `json:"etag,omitempty"`
M
Matt Rickard 已提交
2215 2216
}

D
dlorenc 已提交
2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235
// InterfaceIPConfigurationListResult is response for list ip configurations API service call.
type InterfaceIPConfigurationListResult struct {
	autorest.Response `json:"-"`
	Value             *[]InterfaceIPConfiguration `json:"value,omitempty"`
	NextLink          *string                     `json:"nextLink,omitempty"`
}

// InterfaceIPConfigurationListResultPreparer prepares a request to retrieve the next set of results. It returns
// nil if no more results exist.
func (client InterfaceIPConfigurationListResult) InterfaceIPConfigurationListResultPreparer() (*http.Request, error) {
	if client.NextLink == nil || len(to.String(client.NextLink)) <= 0 {
		return nil, nil
	}
	return autorest.Prepare(&http.Request{},
		autorest.AsJSON(),
		autorest.AsGet(),
		autorest.WithBaseURL(to.String(client.NextLink)))
}

D
dlorenc 已提交
2236
// InterfaceIPConfigurationPropertiesFormat is properties of IP configuration.
M
Matt Rickard 已提交
2237 2238 2239 2240 2241 2242 2243 2244 2245 2246
type InterfaceIPConfigurationPropertiesFormat struct {
	ApplicationGatewayBackendAddressPools *[]ApplicationGatewayBackendAddressPool `json:"applicationGatewayBackendAddressPools,omitempty"`
	LoadBalancerBackendAddressPools       *[]BackendAddressPool                   `json:"loadBalancerBackendAddressPools,omitempty"`
	LoadBalancerInboundNatRules           *[]InboundNatRule                       `json:"loadBalancerInboundNatRules,omitempty"`
	PrivateIPAddress                      *string                                 `json:"privateIPAddress,omitempty"`
	PrivateIPAllocationMethod             IPAllocationMethod                      `json:"privateIPAllocationMethod,omitempty"`
	PrivateIPAddressVersion               IPVersion                               `json:"privateIPAddressVersion,omitempty"`
	Subnet                                *Subnet                                 `json:"subnet,omitempty"`
	Primary                               *bool                                   `json:"primary,omitempty"`
	PublicIPAddress                       *PublicIPAddress                        `json:"publicIPAddress,omitempty"`
D
dlorenc 已提交
2247
	ApplicationSecurityGroups             *[]ApplicationSecurityGroup             `json:"applicationSecurityGroups,omitempty"`
M
Matt Rickard 已提交
2248 2249 2250
	ProvisioningState                     *string                                 `json:"provisioningState,omitempty"`
}

D
dlorenc 已提交
2251
// InterfaceListResult is response for the ListNetworkInterface API service call.
M
Matt Rickard 已提交
2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269
type InterfaceListResult struct {
	autorest.Response `json:"-"`
	Value             *[]Interface `json:"value,omitempty"`
	NextLink          *string      `json:"nextLink,omitempty"`
}

// InterfaceListResultPreparer prepares a request to retrieve the next set of results. It returns
// nil if no more results exist.
func (client InterfaceListResult) InterfaceListResultPreparer() (*http.Request, error) {
	if client.NextLink == nil || len(to.String(client.NextLink)) <= 0 {
		return nil, nil
	}
	return autorest.Prepare(&http.Request{},
		autorest.AsJSON(),
		autorest.AsGet(),
		autorest.WithBaseURL(to.String(client.NextLink)))
}

D
dlorenc 已提交
2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288
// InterfaceLoadBalancerListResult is response for list ip configurations API service call.
type InterfaceLoadBalancerListResult struct {
	autorest.Response `json:"-"`
	Value             *[]LoadBalancer `json:"value,omitempty"`
	NextLink          *string         `json:"nextLink,omitempty"`
}

// InterfaceLoadBalancerListResultPreparer prepares a request to retrieve the next set of results. It returns
// nil if no more results exist.
func (client InterfaceLoadBalancerListResult) InterfaceLoadBalancerListResultPreparer() (*http.Request, error) {
	if client.NextLink == nil || len(to.String(client.NextLink)) <= 0 {
		return nil, nil
	}
	return autorest.Prepare(&http.Request{},
		autorest.AsJSON(),
		autorest.AsGet(),
		autorest.WithBaseURL(to.String(client.NextLink)))
}

M
Matt Rickard 已提交
2289 2290
// InterfacePropertiesFormat is networkInterface properties.
type InterfacePropertiesFormat struct {
D
dlorenc 已提交
2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302
	VirtualMachine              *SubResource                `json:"virtualMachine,omitempty"`
	NetworkSecurityGroup        *SecurityGroup              `json:"networkSecurityGroup,omitempty"`
	IPConfigurations            *[]InterfaceIPConfiguration `json:"ipConfigurations,omitempty"`
	DNSSettings                 *InterfaceDNSSettings       `json:"dnsSettings,omitempty"`
	MacAddress                  *string                     `json:"macAddress,omitempty"`
	Primary                     *bool                       `json:"primary,omitempty"`
	EnableAcceleratedNetworking *bool                       `json:"enableAcceleratedNetworking,omitempty"`
	EnableIPForwarding          *bool                       `json:"enableIPForwarding,omitempty"`
	ResourceGUID                *string                     `json:"resourceGuid,omitempty"`
	ProvisioningState           *string                     `json:"provisioningState,omitempty"`
}

D
dlorenc 已提交
2303
// IPAddressAvailabilityResult is response for CheckIPAddressAvailability API service call
2304 2305 2306 2307 2308 2309
type IPAddressAvailabilityResult struct {
	autorest.Response    `json:"-"`
	Available            *bool     `json:"available,omitempty"`
	AvailableIPAddresses *[]string `json:"availableIPAddresses,omitempty"`
}

D
dlorenc 已提交
2310
// IPConfiguration is IP configuration
M
Matt Rickard 已提交
2311
type IPConfiguration struct {
D
dlorenc 已提交
2312 2313 2314 2315
	ID                               *string `json:"id,omitempty"`
	*IPConfigurationPropertiesFormat `json:"properties,omitempty"`
	Name                             *string `json:"name,omitempty"`
	Etag                             *string `json:"etag,omitempty"`
M
Matt Rickard 已提交
2316 2317
}

D
dlorenc 已提交
2318
// IPConfigurationPropertiesFormat is properties of IP configuration.
M
Matt Rickard 已提交
2319 2320 2321 2322 2323 2324 2325 2326
type IPConfigurationPropertiesFormat struct {
	PrivateIPAddress          *string            `json:"privateIPAddress,omitempty"`
	PrivateIPAllocationMethod IPAllocationMethod `json:"privateIPAllocationMethod,omitempty"`
	Subnet                    *Subnet            `json:"subnet,omitempty"`
	PublicIPAddress           *PublicIPAddress   `json:"publicIPAddress,omitempty"`
	ProvisioningState         *string            `json:"provisioningState,omitempty"`
}

D
dlorenc 已提交
2327
// IpsecPolicy is an IPSec Policy configuration for a virtual network gateway connection
D
dlorenc 已提交
2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338
type IpsecPolicy struct {
	SaLifeTimeSeconds   *int32          `json:"saLifeTimeSeconds,omitempty"`
	SaDataSizeKilobytes *int32          `json:"saDataSizeKilobytes,omitempty"`
	IpsecEncryption     IpsecEncryption `json:"ipsecEncryption,omitempty"`
	IpsecIntegrity      IpsecIntegrity  `json:"ipsecIntegrity,omitempty"`
	IkeEncryption       IkeEncryption   `json:"ikeEncryption,omitempty"`
	IkeIntegrity        IkeIntegrity    `json:"ikeIntegrity,omitempty"`
	DhGroup             DhGroup         `json:"dhGroup,omitempty"`
	PfsGroup            PfsGroup        `json:"pfsGroup,omitempty"`
}

D
dlorenc 已提交
2339 2340 2341 2342 2343 2344 2345 2346 2347
// Ipv6ExpressRouteCircuitPeeringConfig is contains IPv6 peering config.
type Ipv6ExpressRouteCircuitPeeringConfig struct {
	PrimaryPeerAddressPrefix   *string                           `json:"primaryPeerAddressPrefix,omitempty"`
	SecondaryPeerAddressPrefix *string                           `json:"secondaryPeerAddressPrefix,omitempty"`
	MicrosoftPeeringConfig     *ExpressRouteCircuitPeeringConfig `json:"microsoftPeeringConfig,omitempty"`
	RouteFilter                *RouteFilter                      `json:"routeFilter,omitempty"`
	State                      ExpressRouteCircuitPeeringState   `json:"state,omitempty"`
}

M
Matt Rickard 已提交
2348 2349
// LoadBalancer is loadBalancer resource
type LoadBalancer struct {
D
dlorenc 已提交
2350 2351 2352 2353 2354 2355
	autorest.Response             `json:"-"`
	ID                            *string             `json:"id,omitempty"`
	Name                          *string             `json:"name,omitempty"`
	Type                          *string             `json:"type,omitempty"`
	Location                      *string             `json:"location,omitempty"`
	Tags                          *map[string]*string `json:"tags,omitempty"`
D
dlorenc 已提交
2356
	Sku                           *LoadBalancerSku    `json:"sku,omitempty"`
D
dlorenc 已提交
2357 2358
	*LoadBalancerPropertiesFormat `json:"properties,omitempty"`
	Etag                          *string `json:"etag,omitempty"`
M
Matt Rickard 已提交
2359 2360
}

D
dlorenc 已提交
2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398
// LoadBalancerBackendAddressPoolListResult is response for ListBackendAddressPool API service call.
type LoadBalancerBackendAddressPoolListResult struct {
	autorest.Response `json:"-"`
	Value             *[]BackendAddressPool `json:"value,omitempty"`
	NextLink          *string               `json:"nextLink,omitempty"`
}

// LoadBalancerBackendAddressPoolListResultPreparer prepares a request to retrieve the next set of results. It returns
// nil if no more results exist.
func (client LoadBalancerBackendAddressPoolListResult) LoadBalancerBackendAddressPoolListResultPreparer() (*http.Request, error) {
	if client.NextLink == nil || len(to.String(client.NextLink)) <= 0 {
		return nil, nil
	}
	return autorest.Prepare(&http.Request{},
		autorest.AsJSON(),
		autorest.AsGet(),
		autorest.WithBaseURL(to.String(client.NextLink)))
}

// LoadBalancerFrontendIPConfigurationListResult is response for ListFrontendIPConfiguration API service call.
type LoadBalancerFrontendIPConfigurationListResult struct {
	autorest.Response `json:"-"`
	Value             *[]FrontendIPConfiguration `json:"value,omitempty"`
	NextLink          *string                    `json:"nextLink,omitempty"`
}

// LoadBalancerFrontendIPConfigurationListResultPreparer prepares a request to retrieve the next set of results. It returns
// nil if no more results exist.
func (client LoadBalancerFrontendIPConfigurationListResult) LoadBalancerFrontendIPConfigurationListResultPreparer() (*http.Request, error) {
	if client.NextLink == nil || len(to.String(client.NextLink)) <= 0 {
		return nil, nil
	}
	return autorest.Prepare(&http.Request{},
		autorest.AsJSON(),
		autorest.AsGet(),
		autorest.WithBaseURL(to.String(client.NextLink)))
}

D
dlorenc 已提交
2399
// LoadBalancerListResult is response for ListLoadBalancers API service call.
M
Matt Rickard 已提交
2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417
type LoadBalancerListResult struct {
	autorest.Response `json:"-"`
	Value             *[]LoadBalancer `json:"value,omitempty"`
	NextLink          *string         `json:"nextLink,omitempty"`
}

// LoadBalancerListResultPreparer prepares a request to retrieve the next set of results. It returns
// nil if no more results exist.
func (client LoadBalancerListResult) LoadBalancerListResultPreparer() (*http.Request, error) {
	if client.NextLink == nil || len(to.String(client.NextLink)) <= 0 {
		return nil, nil
	}
	return autorest.Prepare(&http.Request{},
		autorest.AsJSON(),
		autorest.AsGet(),
		autorest.WithBaseURL(to.String(client.NextLink)))
}

D
dlorenc 已提交
2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455
// LoadBalancerLoadBalancingRuleListResult is response for ListLoadBalancingRule API service call.
type LoadBalancerLoadBalancingRuleListResult struct {
	autorest.Response `json:"-"`
	Value             *[]LoadBalancingRule `json:"value,omitempty"`
	NextLink          *string              `json:"nextLink,omitempty"`
}

// LoadBalancerLoadBalancingRuleListResultPreparer prepares a request to retrieve the next set of results. It returns
// nil if no more results exist.
func (client LoadBalancerLoadBalancingRuleListResult) LoadBalancerLoadBalancingRuleListResultPreparer() (*http.Request, error) {
	if client.NextLink == nil || len(to.String(client.NextLink)) <= 0 {
		return nil, nil
	}
	return autorest.Prepare(&http.Request{},
		autorest.AsJSON(),
		autorest.AsGet(),
		autorest.WithBaseURL(to.String(client.NextLink)))
}

// LoadBalancerProbeListResult is response for ListProbe API service call.
type LoadBalancerProbeListResult struct {
	autorest.Response `json:"-"`
	Value             *[]Probe `json:"value,omitempty"`
	NextLink          *string  `json:"nextLink,omitempty"`
}

// LoadBalancerProbeListResultPreparer prepares a request to retrieve the next set of results. It returns
// nil if no more results exist.
func (client LoadBalancerProbeListResult) LoadBalancerProbeListResultPreparer() (*http.Request, error) {
	if client.NextLink == nil || len(to.String(client.NextLink)) <= 0 {
		return nil, nil
	}
	return autorest.Prepare(&http.Request{},
		autorest.AsJSON(),
		autorest.AsGet(),
		autorest.WithBaseURL(to.String(client.NextLink)))
}

D
dlorenc 已提交
2456
// LoadBalancerPropertiesFormat is properties of the load balancer.
M
Matt Rickard 已提交
2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468
type LoadBalancerPropertiesFormat struct {
	FrontendIPConfigurations *[]FrontendIPConfiguration `json:"frontendIPConfigurations,omitempty"`
	BackendAddressPools      *[]BackendAddressPool      `json:"backendAddressPools,omitempty"`
	LoadBalancingRules       *[]LoadBalancingRule       `json:"loadBalancingRules,omitempty"`
	Probes                   *[]Probe                   `json:"probes,omitempty"`
	InboundNatRules          *[]InboundNatRule          `json:"inboundNatRules,omitempty"`
	InboundNatPools          *[]InboundNatPool          `json:"inboundNatPools,omitempty"`
	OutboundNatRules         *[]OutboundNatRule         `json:"outboundNatRules,omitempty"`
	ResourceGUID             *string                    `json:"resourceGuid,omitempty"`
	ProvisioningState        *string                    `json:"provisioningState,omitempty"`
}

D
dlorenc 已提交
2469 2470 2471 2472 2473 2474
// LoadBalancerSku is SKU of a load balancer
type LoadBalancerSku struct {
	Name LoadBalancerSkuName `json:"name,omitempty"`
}

// LoadBalancingRule is a load balancing rule for a load balancer.
M
Matt Rickard 已提交
2475
type LoadBalancingRule struct {
D
dlorenc 已提交
2476
	autorest.Response                  `json:"-"`
D
dlorenc 已提交
2477 2478 2479 2480
	ID                                 *string `json:"id,omitempty"`
	*LoadBalancingRulePropertiesFormat `json:"properties,omitempty"`
	Name                               *string `json:"name,omitempty"`
	Etag                               *string `json:"etag,omitempty"`
M
Matt Rickard 已提交
2481 2482
}

D
dlorenc 已提交
2483
// LoadBalancingRulePropertiesFormat is properties of the load balancer.
M
Matt Rickard 已提交
2484 2485 2486 2487 2488 2489 2490 2491 2492 2493
type LoadBalancingRulePropertiesFormat struct {
	FrontendIPConfiguration *SubResource      `json:"frontendIPConfiguration,omitempty"`
	BackendAddressPool      *SubResource      `json:"backendAddressPool,omitempty"`
	Probe                   *SubResource      `json:"probe,omitempty"`
	Protocol                TransportProtocol `json:"protocol,omitempty"`
	LoadDistribution        LoadDistribution  `json:"loadDistribution,omitempty"`
	FrontendPort            *int32            `json:"frontendPort,omitempty"`
	BackendPort             *int32            `json:"backendPort,omitempty"`
	IdleTimeoutInMinutes    *int32            `json:"idleTimeoutInMinutes,omitempty"`
	EnableFloatingIP        *bool             `json:"enableFloatingIP,omitempty"`
D
dlorenc 已提交
2494
	DisableOutboundSnat     *bool             `json:"disableOutboundSnat,omitempty"`
M
Matt Rickard 已提交
2495 2496 2497 2498 2499
	ProvisioningState       *string           `json:"provisioningState,omitempty"`
}

// LocalNetworkGateway is a common class for general resource information
type LocalNetworkGateway struct {
D
dlorenc 已提交
2500 2501 2502 2503 2504 2505 2506 2507 2508 2509
	autorest.Response                    `json:"-"`
	ID                                   *string             `json:"id,omitempty"`
	Name                                 *string             `json:"name,omitempty"`
	Type                                 *string             `json:"type,omitempty"`
	Location                             *string             `json:"location,omitempty"`
	Tags                                 *map[string]*string `json:"tags,omitempty"`
	*LocalNetworkGatewayPropertiesFormat `json:"properties,omitempty"`
	Etag                                 *string `json:"etag,omitempty"`
}

D
dlorenc 已提交
2510
// LocalNetworkGatewayListResult is response for ListLocalNetworkGateways API service call.
M
Matt Rickard 已提交
2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537
type LocalNetworkGatewayListResult struct {
	autorest.Response `json:"-"`
	Value             *[]LocalNetworkGateway `json:"value,omitempty"`
	NextLink          *string                `json:"nextLink,omitempty"`
}

// LocalNetworkGatewayListResultPreparer prepares a request to retrieve the next set of results. It returns
// nil if no more results exist.
func (client LocalNetworkGatewayListResult) LocalNetworkGatewayListResultPreparer() (*http.Request, error) {
	if client.NextLink == nil || len(to.String(client.NextLink)) <= 0 {
		return nil, nil
	}
	return autorest.Prepare(&http.Request{},
		autorest.AsJSON(),
		autorest.AsGet(),
		autorest.WithBaseURL(to.String(client.NextLink)))
}

// LocalNetworkGatewayPropertiesFormat is localNetworkGateway properties
type LocalNetworkGatewayPropertiesFormat struct {
	LocalNetworkAddressSpace *AddressSpace `json:"localNetworkAddressSpace,omitempty"`
	GatewayIPAddress         *string       `json:"gatewayIpAddress,omitempty"`
	BgpSettings              *BgpSettings  `json:"bgpSettings,omitempty"`
	ResourceGUID             *string       `json:"resourceGuid,omitempty"`
	ProvisioningState        *string       `json:"provisioningState,omitempty"`
}

D
dlorenc 已提交
2538
// NextHopParameters is parameters that define the source and destination endpoint.
D
dlorenc 已提交
2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553
type NextHopParameters struct {
	TargetResourceID     *string `json:"targetResourceId,omitempty"`
	SourceIPAddress      *string `json:"sourceIPAddress,omitempty"`
	DestinationIPAddress *string `json:"destinationIPAddress,omitempty"`
	TargetNicResourceID  *string `json:"targetNicResourceId,omitempty"`
}

// NextHopResult is the information about next hop from the specified VM.
type NextHopResult struct {
	autorest.Response `json:"-"`
	NextHopType       NextHopType `json:"nextHopType,omitempty"`
	NextHopIPAddress  *string     `json:"nextHopIpAddress,omitempty"`
	RouteTableID      *string     `json:"routeTableId,omitempty"`
}

D
dlorenc 已提交
2554
// OutboundNatRule is outbound NAT pool of the load balancer.
M
Matt Rickard 已提交
2555
type OutboundNatRule struct {
D
dlorenc 已提交
2556 2557 2558 2559
	ID                               *string `json:"id,omitempty"`
	*OutboundNatRulePropertiesFormat `json:"properties,omitempty"`
	Name                             *string `json:"name,omitempty"`
	Etag                             *string `json:"etag,omitempty"`
M
Matt Rickard 已提交
2560 2561
}

D
dlorenc 已提交
2562
// OutboundNatRulePropertiesFormat is outbound NAT pool of the load balancer.
M
Matt Rickard 已提交
2563 2564 2565 2566 2567 2568 2569
type OutboundNatRulePropertiesFormat struct {
	AllocatedOutboundPorts   *int32         `json:"allocatedOutboundPorts,omitempty"`
	FrontendIPConfigurations *[]SubResource `json:"frontendIPConfigurations,omitempty"`
	BackendAddressPool       *SubResource   `json:"backendAddressPool,omitempty"`
	ProvisioningState        *string        `json:"provisioningState,omitempty"`
}

D
dlorenc 已提交
2570 2571 2572 2573 2574
// PacketCapture is parameters that define the create packet capture operation.
type PacketCapture struct {
	*PacketCaptureParameters `json:"properties,omitempty"`
}

D
dlorenc 已提交
2575
// PacketCaptureFilter is filter that is applied to packet capture request. Multiple filters can be applied.
D
dlorenc 已提交
2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589
type PacketCaptureFilter struct {
	Protocol        PcProtocol `json:"protocol,omitempty"`
	LocalIPAddress  *string    `json:"localIPAddress,omitempty"`
	RemoteIPAddress *string    `json:"remoteIPAddress,omitempty"`
	LocalPort       *string    `json:"localPort,omitempty"`
	RemotePort      *string    `json:"remotePort,omitempty"`
}

// PacketCaptureListResult is list of packet capture sessions.
type PacketCaptureListResult struct {
	autorest.Response `json:"-"`
	Value             *[]PacketCaptureResult `json:"value,omitempty"`
}

D
dlorenc 已提交
2590
// PacketCaptureParameters is parameters that define the create packet capture operation.
D
dlorenc 已提交
2591 2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619
type PacketCaptureParameters struct {
	Target                  *string                       `json:"target,omitempty"`
	BytesToCapturePerPacket *int32                        `json:"bytesToCapturePerPacket,omitempty"`
	TotalBytesPerSession    *int32                        `json:"totalBytesPerSession,omitempty"`
	TimeLimitInSeconds      *int32                        `json:"timeLimitInSeconds,omitempty"`
	StorageLocation         *PacketCaptureStorageLocation `json:"storageLocation,omitempty"`
	Filters                 *[]PacketCaptureFilter        `json:"filters,omitempty"`
}

// PacketCaptureQueryStatusResult is status of packet capture session.
type PacketCaptureQueryStatusResult struct {
	autorest.Response   `json:"-"`
	Name                *string    `json:"name,omitempty"`
	ID                  *string    `json:"id,omitempty"`
	CaptureStartTime    *date.Time `json:"captureStartTime,omitempty"`
	PacketCaptureStatus PcStatus   `json:"packetCaptureStatus,omitempty"`
	StopReason          *string    `json:"stopReason,omitempty"`
	PacketCaptureError  *[]PcError `json:"packetCaptureError,omitempty"`
}

// PacketCaptureResult is information about packet capture session.
type PacketCaptureResult struct {
	autorest.Response              `json:"-"`
	Name                           *string `json:"name,omitempty"`
	ID                             *string `json:"id,omitempty"`
	Etag                           *string `json:"etag,omitempty"`
	*PacketCaptureResultProperties `json:"properties,omitempty"`
}

D
dlorenc 已提交
2620
// PacketCaptureResultProperties is describes the properties of a packet capture session.
D
dlorenc 已提交
2621 2622 2623 2624 2625 2626 2627 2628 2629 2630
type PacketCaptureResultProperties struct {
	Target                  *string                       `json:"target,omitempty"`
	BytesToCapturePerPacket *int32                        `json:"bytesToCapturePerPacket,omitempty"`
	TotalBytesPerSession    *int32                        `json:"totalBytesPerSession,omitempty"`
	TimeLimitInSeconds      *int32                        `json:"timeLimitInSeconds,omitempty"`
	StorageLocation         *PacketCaptureStorageLocation `json:"storageLocation,omitempty"`
	Filters                 *[]PacketCaptureFilter        `json:"filters,omitempty"`
	ProvisioningState       ProvisioningState             `json:"provisioningState,omitempty"`
}

D
dlorenc 已提交
2631
// PacketCaptureStorageLocation is describes the storage location for a packet capture session.
D
dlorenc 已提交
2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656
type PacketCaptureStorageLocation struct {
	StorageID   *string `json:"storageId,omitempty"`
	StoragePath *string `json:"storagePath,omitempty"`
	FilePath    *string `json:"filePath,omitempty"`
}

// PatchRouteFilter is route Filter Resource.
type PatchRouteFilter struct {
	ID                           *string `json:"id,omitempty"`
	*RouteFilterPropertiesFormat `json:"properties,omitempty"`
	Name                         *string             `json:"name,omitempty"`
	Etag                         *string             `json:"etag,omitempty"`
	Type                         *string             `json:"type,omitempty"`
	Tags                         *map[string]*string `json:"tags,omitempty"`
}

// PatchRouteFilterRule is route Filter Rule Resource
type PatchRouteFilterRule struct {
	ID                               *string `json:"id,omitempty"`
	*RouteFilterRulePropertiesFormat `json:"properties,omitempty"`
	Name                             *string             `json:"name,omitempty"`
	Etag                             *string             `json:"etag,omitempty"`
	Tags                             *map[string]*string `json:"tags,omitempty"`
}

D
dlorenc 已提交
2657
// Probe is a load balancer probe.
M
Matt Rickard 已提交
2658
type Probe struct {
D
dlorenc 已提交
2659
	autorest.Response      `json:"-"`
D
dlorenc 已提交
2660 2661 2662 2663
	ID                     *string `json:"id,omitempty"`
	*ProbePropertiesFormat `json:"properties,omitempty"`
	Name                   *string `json:"name,omitempty"`
	Etag                   *string `json:"etag,omitempty"`
M
Matt Rickard 已提交
2664 2665
}

D
dlorenc 已提交
2666
// ProbePropertiesFormat is load balancer probe resource.
M
Matt Rickard 已提交
2667 2668 2669 2670 2671 2672 2673 2674 2675 2676
type ProbePropertiesFormat struct {
	LoadBalancingRules *[]SubResource `json:"loadBalancingRules,omitempty"`
	Protocol           ProbeProtocol  `json:"protocol,omitempty"`
	Port               *int32         `json:"port,omitempty"`
	IntervalInSeconds  *int32         `json:"intervalInSeconds,omitempty"`
	NumberOfProbes     *int32         `json:"numberOfProbes,omitempty"`
	RequestPath        *string        `json:"requestPath,omitempty"`
	ProvisioningState  *string        `json:"provisioningState,omitempty"`
}

D
dlorenc 已提交
2677
// PublicIPAddress is public IP address resource.
M
Matt Rickard 已提交
2678
type PublicIPAddress struct {
D
dlorenc 已提交
2679 2680 2681 2682 2683 2684
	autorest.Response                `json:"-"`
	ID                               *string             `json:"id,omitempty"`
	Name                             *string             `json:"name,omitempty"`
	Type                             *string             `json:"type,omitempty"`
	Location                         *string             `json:"location,omitempty"`
	Tags                             *map[string]*string `json:"tags,omitempty"`
D
dlorenc 已提交
2685
	Sku                              *PublicIPAddressSku `json:"sku,omitempty"`
D
dlorenc 已提交
2686
	*PublicIPAddressPropertiesFormat `json:"properties,omitempty"`
D
dlorenc 已提交
2687 2688
	Etag                             *string   `json:"etag,omitempty"`
	Zones                            *[]string `json:"zones,omitempty"`
D
dlorenc 已提交
2689 2690
}

D
dlorenc 已提交
2691
// PublicIPAddressDNSSettings is contains FQDN of the DNS record associated with the public IP address
M
Matt Rickard 已提交
2692 2693 2694 2695 2696 2697
type PublicIPAddressDNSSettings struct {
	DomainNameLabel *string `json:"domainNameLabel,omitempty"`
	Fqdn            *string `json:"fqdn,omitempty"`
	ReverseFqdn     *string `json:"reverseFqdn,omitempty"`
}

D
dlorenc 已提交
2698
// PublicIPAddressListResult is response for ListPublicIpAddresses API service call.
M
Matt Rickard 已提交
2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716
type PublicIPAddressListResult struct {
	autorest.Response `json:"-"`
	Value             *[]PublicIPAddress `json:"value,omitempty"`
	NextLink          *string            `json:"nextLink,omitempty"`
}

// PublicIPAddressListResultPreparer prepares a request to retrieve the next set of results. It returns
// nil if no more results exist.
func (client PublicIPAddressListResult) PublicIPAddressListResultPreparer() (*http.Request, error) {
	if client.NextLink == nil || len(to.String(client.NextLink)) <= 0 {
		return nil, nil
	}
	return autorest.Prepare(&http.Request{},
		autorest.AsJSON(),
		autorest.AsGet(),
		autorest.WithBaseURL(to.String(client.NextLink)))
}

D
dlorenc 已提交
2717
// PublicIPAddressPropertiesFormat is public IP address properties.
M
Matt Rickard 已提交
2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728
type PublicIPAddressPropertiesFormat struct {
	PublicIPAllocationMethod IPAllocationMethod          `json:"publicIPAllocationMethod,omitempty"`
	PublicIPAddressVersion   IPVersion                   `json:"publicIPAddressVersion,omitempty"`
	IPConfiguration          *IPConfiguration            `json:"ipConfiguration,omitempty"`
	DNSSettings              *PublicIPAddressDNSSettings `json:"dnsSettings,omitempty"`
	IPAddress                *string                     `json:"ipAddress,omitempty"`
	IdleTimeoutInMinutes     *int32                      `json:"idleTimeoutInMinutes,omitempty"`
	ResourceGUID             *string                     `json:"resourceGuid,omitempty"`
	ProvisioningState        *string                     `json:"provisioningState,omitempty"`
}

D
dlorenc 已提交
2729 2730 2731 2732 2733 2734
// PublicIPAddressSku is SKU of a public IP address
type PublicIPAddressSku struct {
	Name PublicIPAddressSkuName `json:"name,omitempty"`
}

// QueryTroubleshootingParameters is parameters that define the resource to query the troubleshooting result.
D
dlorenc 已提交
2735 2736 2737 2738
type QueryTroubleshootingParameters struct {
	TargetResourceID *string `json:"targetResourceId,omitempty"`
}

D
dlorenc 已提交
2739
// Resource is common resource representation.
M
Matt Rickard 已提交
2740 2741 2742 2743 2744 2745 2746 2747
type Resource struct {
	ID       *string             `json:"id,omitempty"`
	Name     *string             `json:"name,omitempty"`
	Type     *string             `json:"type,omitempty"`
	Location *string             `json:"location,omitempty"`
	Tags     *map[string]*string `json:"tags,omitempty"`
}

D
dlorenc 已提交
2748
// ResourceNavigationLink is resourceNavigationLink resource.
2749
type ResourceNavigationLink struct {
D
dlorenc 已提交
2750 2751 2752 2753
	ID                            *string `json:"id,omitempty"`
	*ResourceNavigationLinkFormat `json:"properties,omitempty"`
	Name                          *string `json:"name,omitempty"`
	Etag                          *string `json:"etag,omitempty"`
2754 2755
}

D
dlorenc 已提交
2756
// ResourceNavigationLinkFormat is properties of ResourceNavigationLink.
2757 2758 2759 2760 2761 2762
type ResourceNavigationLinkFormat struct {
	LinkedResourceType *string `json:"linkedResourceType,omitempty"`
	Link               *string `json:"link,omitempty"`
	ProvisioningState  *string `json:"provisioningState,omitempty"`
}

D
dlorenc 已提交
2763
// RetentionPolicyParameters is parameters that define the retention policy for flow log.
D
dlorenc 已提交
2764 2765 2766 2767 2768
type RetentionPolicyParameters struct {
	Days    *int32 `json:"days,omitempty"`
	Enabled *bool  `json:"enabled,omitempty"`
}

M
Matt Rickard 已提交
2769 2770
// Route is route resource
type Route struct {
D
dlorenc 已提交
2771 2772 2773 2774 2775
	autorest.Response      `json:"-"`
	ID                     *string `json:"id,omitempty"`
	*RoutePropertiesFormat `json:"properties,omitempty"`
	Name                   *string `json:"name,omitempty"`
	Etag                   *string `json:"etag,omitempty"`
M
Matt Rickard 已提交
2776 2777
}

D
dlorenc 已提交
2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826
// RouteFilter is route Filter Resource.
type RouteFilter struct {
	autorest.Response            `json:"-"`
	ID                           *string             `json:"id,omitempty"`
	Name                         *string             `json:"name,omitempty"`
	Type                         *string             `json:"type,omitempty"`
	Location                     *string             `json:"location,omitempty"`
	Tags                         *map[string]*string `json:"tags,omitempty"`
	*RouteFilterPropertiesFormat `json:"properties,omitempty"`
	Etag                         *string `json:"etag,omitempty"`
}

// RouteFilterListResult is response for the ListRouteFilters API service call.
type RouteFilterListResult struct {
	autorest.Response `json:"-"`
	Value             *[]RouteFilter `json:"value,omitempty"`
	NextLink          *string        `json:"nextLink,omitempty"`
}

// RouteFilterListResultPreparer prepares a request to retrieve the next set of results. It returns
// nil if no more results exist.
func (client RouteFilterListResult) RouteFilterListResultPreparer() (*http.Request, error) {
	if client.NextLink == nil || len(to.String(client.NextLink)) <= 0 {
		return nil, nil
	}
	return autorest.Prepare(&http.Request{},
		autorest.AsJSON(),
		autorest.AsGet(),
		autorest.WithBaseURL(to.String(client.NextLink)))
}

// RouteFilterPropertiesFormat is route Filter Resource
type RouteFilterPropertiesFormat struct {
	Rules             *[]RouteFilterRule            `json:"rules,omitempty"`
	Peerings          *[]ExpressRouteCircuitPeering `json:"peerings,omitempty"`
	ProvisioningState *string                       `json:"provisioningState,omitempty"`
}

// RouteFilterRule is route Filter Rule Resource
type RouteFilterRule struct {
	autorest.Response                `json:"-"`
	ID                               *string `json:"id,omitempty"`
	*RouteFilterRulePropertiesFormat `json:"properties,omitempty"`
	Name                             *string             `json:"name,omitempty"`
	Location                         *string             `json:"location,omitempty"`
	Etag                             *string             `json:"etag,omitempty"`
	Tags                             *map[string]*string `json:"tags,omitempty"`
}

D
dlorenc 已提交
2827
// RouteFilterRuleListResult is response for the ListRouteFilterRules API service call
D
dlorenc 已提交
2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852 2853
type RouteFilterRuleListResult struct {
	autorest.Response `json:"-"`
	Value             *[]RouteFilterRule `json:"value,omitempty"`
	NextLink          *string            `json:"nextLink,omitempty"`
}

// RouteFilterRuleListResultPreparer prepares a request to retrieve the next set of results. It returns
// nil if no more results exist.
func (client RouteFilterRuleListResult) RouteFilterRuleListResultPreparer() (*http.Request, error) {
	if client.NextLink == nil || len(to.String(client.NextLink)) <= 0 {
		return nil, nil
	}
	return autorest.Prepare(&http.Request{},
		autorest.AsJSON(),
		autorest.AsGet(),
		autorest.WithBaseURL(to.String(client.NextLink)))
}

// RouteFilterRulePropertiesFormat is route Filter Rule Resource
type RouteFilterRulePropertiesFormat struct {
	Access              Access    `json:"access,omitempty"`
	RouteFilterRuleType *string   `json:"routeFilterRuleType,omitempty"`
	Communities         *[]string `json:"communities,omitempty"`
	ProvisioningState   *string   `json:"provisioningState,omitempty"`
}

D
dlorenc 已提交
2854
// RouteListResult is response for the ListRoute API service call
M
Matt Rickard 已提交
2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880
type RouteListResult struct {
	autorest.Response `json:"-"`
	Value             *[]Route `json:"value,omitempty"`
	NextLink          *string  `json:"nextLink,omitempty"`
}

// RouteListResultPreparer prepares a request to retrieve the next set of results. It returns
// nil if no more results exist.
func (client RouteListResult) RouteListResultPreparer() (*http.Request, error) {
	if client.NextLink == nil || len(to.String(client.NextLink)) <= 0 {
		return nil, nil
	}
	return autorest.Prepare(&http.Request{},
		autorest.AsJSON(),
		autorest.AsGet(),
		autorest.WithBaseURL(to.String(client.NextLink)))
}

// RoutePropertiesFormat is route resource
type RoutePropertiesFormat struct {
	AddressPrefix     *string          `json:"addressPrefix,omitempty"`
	NextHopType       RouteNextHopType `json:"nextHopType,omitempty"`
	NextHopIPAddress  *string          `json:"nextHopIpAddress,omitempty"`
	ProvisioningState *string          `json:"provisioningState,omitempty"`
}

D
dlorenc 已提交
2881
// RouteTable is route table resource.
M
Matt Rickard 已提交
2882
type RouteTable struct {
D
dlorenc 已提交
2883 2884 2885 2886 2887 2888 2889 2890
	autorest.Response           `json:"-"`
	ID                          *string             `json:"id,omitempty"`
	Name                        *string             `json:"name,omitempty"`
	Type                        *string             `json:"type,omitempty"`
	Location                    *string             `json:"location,omitempty"`
	Tags                        *map[string]*string `json:"tags,omitempty"`
	*RouteTablePropertiesFormat `json:"properties,omitempty"`
	Etag                        *string `json:"etag,omitempty"`
M
Matt Rickard 已提交
2891 2892
}

D
dlorenc 已提交
2893
// RouteTableListResult is response for the ListRouteTable API service call.
M
Matt Rickard 已提交
2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918
type RouteTableListResult struct {
	autorest.Response `json:"-"`
	Value             *[]RouteTable `json:"value,omitempty"`
	NextLink          *string       `json:"nextLink,omitempty"`
}

// RouteTableListResultPreparer prepares a request to retrieve the next set of results. It returns
// nil if no more results exist.
func (client RouteTableListResult) RouteTableListResultPreparer() (*http.Request, error) {
	if client.NextLink == nil || len(to.String(client.NextLink)) <= 0 {
		return nil, nil
	}
	return autorest.Prepare(&http.Request{},
		autorest.AsJSON(),
		autorest.AsGet(),
		autorest.WithBaseURL(to.String(client.NextLink)))
}

// RouteTablePropertiesFormat is route Table resource
type RouteTablePropertiesFormat struct {
	Routes            *[]Route  `json:"routes,omitempty"`
	Subnets           *[]Subnet `json:"subnets,omitempty"`
	ProvisioningState *string   `json:"provisioningState,omitempty"`
}

D
dlorenc 已提交
2919
// SecurityGroup is networkSecurityGroup resource.
M
Matt Rickard 已提交
2920
type SecurityGroup struct {
D
dlorenc 已提交
2921 2922 2923 2924 2925 2926 2927 2928 2929 2930
	autorest.Response              `json:"-"`
	ID                             *string             `json:"id,omitempty"`
	Name                           *string             `json:"name,omitempty"`
	Type                           *string             `json:"type,omitempty"`
	Location                       *string             `json:"location,omitempty"`
	Tags                           *map[string]*string `json:"tags,omitempty"`
	*SecurityGroupPropertiesFormat `json:"properties,omitempty"`
	Etag                           *string `json:"etag,omitempty"`
}

D
dlorenc 已提交
2931
// SecurityGroupListResult is response for ListNetworkSecurityGroups API service call.
M
Matt Rickard 已提交
2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 2948 2949
type SecurityGroupListResult struct {
	autorest.Response `json:"-"`
	Value             *[]SecurityGroup `json:"value,omitempty"`
	NextLink          *string          `json:"nextLink,omitempty"`
}

// SecurityGroupListResultPreparer prepares a request to retrieve the next set of results. It returns
// nil if no more results exist.
func (client SecurityGroupListResult) SecurityGroupListResultPreparer() (*http.Request, error) {
	if client.NextLink == nil || len(to.String(client.NextLink)) <= 0 {
		return nil, nil
	}
	return autorest.Prepare(&http.Request{},
		autorest.AsJSON(),
		autorest.AsGet(),
		autorest.WithBaseURL(to.String(client.NextLink)))
}

D
dlorenc 已提交
2950
// SecurityGroupNetworkInterface is network interface and all its associated security rules.
D
dlorenc 已提交
2951 2952 2953 2954 2955
type SecurityGroupNetworkInterface struct {
	ID                       *string                   `json:"id,omitempty"`
	SecurityRuleAssociations *SecurityRuleAssociations `json:"securityRuleAssociations,omitempty"`
}

D
dlorenc 已提交
2956
// SecurityGroupPropertiesFormat is network Security Group resource.
M
Matt Rickard 已提交
2957 2958 2959 2960 2961 2962 2963 2964 2965
type SecurityGroupPropertiesFormat struct {
	SecurityRules        *[]SecurityRule `json:"securityRules,omitempty"`
	DefaultSecurityRules *[]SecurityRule `json:"defaultSecurityRules,omitempty"`
	NetworkInterfaces    *[]Interface    `json:"networkInterfaces,omitempty"`
	Subnets              *[]Subnet       `json:"subnets,omitempty"`
	ResourceGUID         *string         `json:"resourceGuid,omitempty"`
	ProvisioningState    *string         `json:"provisioningState,omitempty"`
}

D
dlorenc 已提交
2966
// SecurityGroupViewParameters is parameters that define the VM to check security groups for.
D
dlorenc 已提交
2967 2968 2969 2970
type SecurityGroupViewParameters struct {
	TargetResourceID *string `json:"targetResourceId,omitempty"`
}

D
dlorenc 已提交
2971
// SecurityGroupViewResult is the information about security rules applied to the specified VM.
D
dlorenc 已提交
2972 2973 2974 2975 2976
type SecurityGroupViewResult struct {
	autorest.Response `json:"-"`
	NetworkInterfaces *[]SecurityGroupNetworkInterface `json:"networkInterfaces,omitempty"`
}

D
dlorenc 已提交
2977
// SecurityRule is network security rule.
M
Matt Rickard 已提交
2978
type SecurityRule struct {
D
dlorenc 已提交
2979 2980 2981 2982 2983
	autorest.Response             `json:"-"`
	ID                            *string `json:"id,omitempty"`
	*SecurityRulePropertiesFormat `json:"properties,omitempty"`
	Name                          *string `json:"name,omitempty"`
	Etag                          *string `json:"etag,omitempty"`
M
Matt Rickard 已提交
2984 2985
}

D
dlorenc 已提交
2986
// SecurityRuleAssociations is all security rules associated with the network interface.
D
dlorenc 已提交
2987 2988 2989 2990 2991 2992 2993
type SecurityRuleAssociations struct {
	NetworkInterfaceAssociation *InterfaceAssociation           `json:"networkInterfaceAssociation,omitempty"`
	SubnetAssociation           *SubnetAssociation              `json:"subnetAssociation,omitempty"`
	DefaultSecurityRules        *[]SecurityRule                 `json:"defaultSecurityRules,omitempty"`
	EffectiveSecurityRules      *[]EffectiveNetworkSecurityRule `json:"effectiveSecurityRules,omitempty"`
}

D
dlorenc 已提交
2994 2995
// SecurityRuleListResult is response for ListSecurityRule API service call. Retrieves all security rules that belongs
// to a network security group.
M
Matt Rickard 已提交
2996 2997 2998 2999 3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013
type SecurityRuleListResult struct {
	autorest.Response `json:"-"`
	Value             *[]SecurityRule `json:"value,omitempty"`
	NextLink          *string         `json:"nextLink,omitempty"`
}

// SecurityRuleListResultPreparer prepares a request to retrieve the next set of results. It returns
// nil if no more results exist.
func (client SecurityRuleListResult) SecurityRuleListResultPreparer() (*http.Request, error) {
	if client.NextLink == nil || len(to.String(client.NextLink)) <= 0 {
		return nil, nil
	}
	return autorest.Prepare(&http.Request{},
		autorest.AsJSON(),
		autorest.AsGet(),
		autorest.WithBaseURL(to.String(client.NextLink)))
}

D
dlorenc 已提交
3014
// SecurityRulePropertiesFormat is security rule resource.
M
Matt Rickard 已提交
3015
type SecurityRulePropertiesFormat struct {
D
dlorenc 已提交
3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038
	Description                          *string                     `json:"description,omitempty"`
	Protocol                             SecurityRuleProtocol        `json:"protocol,omitempty"`
	SourcePortRange                      *string                     `json:"sourcePortRange,omitempty"`
	DestinationPortRange                 *string                     `json:"destinationPortRange,omitempty"`
	SourceAddressPrefix                  *string                     `json:"sourceAddressPrefix,omitempty"`
	SourceAddressPrefixes                *[]string                   `json:"sourceAddressPrefixes,omitempty"`
	SourceApplicationSecurityGroups      *[]ApplicationSecurityGroup `json:"sourceApplicationSecurityGroups,omitempty"`
	DestinationAddressPrefix             *string                     `json:"destinationAddressPrefix,omitempty"`
	DestinationAddressPrefixes           *[]string                   `json:"destinationAddressPrefixes,omitempty"`
	DestinationApplicationSecurityGroups *[]ApplicationSecurityGroup `json:"destinationApplicationSecurityGroups,omitempty"`
	SourcePortRanges                     *[]string                   `json:"sourcePortRanges,omitempty"`
	DestinationPortRanges                *[]string                   `json:"destinationPortRanges,omitempty"`
	Access                               SecurityRuleAccess          `json:"access,omitempty"`
	Priority                             *int32                      `json:"priority,omitempty"`
	Direction                            SecurityRuleDirection       `json:"direction,omitempty"`
	ProvisioningState                    *string                     `json:"provisioningState,omitempty"`
}

// ServiceEndpointPropertiesFormat is the service endpoint properties.
type ServiceEndpointPropertiesFormat struct {
	Service           *string   `json:"service,omitempty"`
	Locations         *[]string `json:"locations,omitempty"`
	ProvisioningState *string   `json:"provisioningState,omitempty"`
M
Matt Rickard 已提交
3039 3040 3041 3042 3043 3044 3045 3046
}

// String is
type String struct {
	autorest.Response `json:"-"`
	Value             *string `json:"value,omitempty"`
}

D
dlorenc 已提交
3047
// Subnet is subnet in a virtual network resource.
M
Matt Rickard 已提交
3048
type Subnet struct {
D
dlorenc 已提交
3049 3050 3051 3052 3053
	autorest.Response       `json:"-"`
	ID                      *string `json:"id,omitempty"`
	*SubnetPropertiesFormat `json:"properties,omitempty"`
	Name                    *string `json:"name,omitempty"`
	Etag                    *string `json:"etag,omitempty"`
M
Matt Rickard 已提交
3054 3055
}

D
dlorenc 已提交
3056 3057 3058 3059 3060 3061
// SubnetAssociation is network interface and its custom security rules.
type SubnetAssociation struct {
	ID            *string         `json:"id,omitempty"`
	SecurityRules *[]SecurityRule `json:"securityRules,omitempty"`
}

D
dlorenc 已提交
3062
// SubnetListResult is response for ListSubnets API service callRetrieves all subnet that belongs to a virtual network
M
Matt Rickard 已提交
3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080
type SubnetListResult struct {
	autorest.Response `json:"-"`
	Value             *[]Subnet `json:"value,omitempty"`
	NextLink          *string   `json:"nextLink,omitempty"`
}

// SubnetListResultPreparer prepares a request to retrieve the next set of results. It returns
// nil if no more results exist.
func (client SubnetListResult) SubnetListResultPreparer() (*http.Request, error) {
	if client.NextLink == nil || len(to.String(client.NextLink)) <= 0 {
		return nil, nil
	}
	return autorest.Prepare(&http.Request{},
		autorest.AsJSON(),
		autorest.AsGet(),
		autorest.WithBaseURL(to.String(client.NextLink)))
}

D
dlorenc 已提交
3081
// SubnetPropertiesFormat is properties of the subnet.
M
Matt Rickard 已提交
3082
type SubnetPropertiesFormat struct {
D
dlorenc 已提交
3083 3084 3085 3086 3087 3088 3089
	AddressPrefix           *string                            `json:"addressPrefix,omitempty"`
	NetworkSecurityGroup    *SecurityGroup                     `json:"networkSecurityGroup,omitempty"`
	RouteTable              *RouteTable                        `json:"routeTable,omitempty"`
	ServiceEndpoints        *[]ServiceEndpointPropertiesFormat `json:"serviceEndpoints,omitempty"`
	IPConfigurations        *[]IPConfiguration                 `json:"ipConfigurations,omitempty"`
	ResourceNavigationLinks *[]ResourceNavigationLink          `json:"resourceNavigationLinks,omitempty"`
	ProvisioningState       *string                            `json:"provisioningState,omitempty"`
M
Matt Rickard 已提交
3090 3091
}

D
dlorenc 已提交
3092
// SubResource is reference to another subresource.
M
Matt Rickard 已提交
3093 3094 3095 3096
type SubResource struct {
	ID *string `json:"id,omitempty"`
}

D
dlorenc 已提交
3097 3098 3099 3100 3101 3102 3103 3104 3105
// Topology is topology of the specified resource group.
type Topology struct {
	autorest.Response `json:"-"`
	ID                *string             `json:"id,omitempty"`
	CreatedDateTime   *date.Time          `json:"createdDateTime,omitempty"`
	LastModified      *date.Time          `json:"lastModified,omitempty"`
	Resources         *[]TopologyResource `json:"resources,omitempty"`
}

D
dlorenc 已提交
3106
// TopologyAssociation is resources that have an association with the parent resource.
D
dlorenc 已提交
3107 3108 3109 3110 3111 3112 3113 3114 3115 3116 3117
type TopologyAssociation struct {
	Name            *string         `json:"name,omitempty"`
	ResourceID      *string         `json:"resourceId,omitempty"`
	AssociationType AssociationType `json:"associationType,omitempty"`
}

// TopologyParameters is parameters that define the representation of topology.
type TopologyParameters struct {
	TargetResourceGroupName *string `json:"targetResourceGroupName,omitempty"`
}

D
dlorenc 已提交
3118
// TopologyResource is the network resource topology information for the given resource group.
D
dlorenc 已提交
3119 3120 3121 3122 3123 3124 3125
type TopologyResource struct {
	Name         *string                `json:"name,omitempty"`
	ID           *string                `json:"id,omitempty"`
	Location     *string                `json:"location,omitempty"`
	Associations *[]TopologyAssociation `json:"associations,omitempty"`
}

D
dlorenc 已提交
3126
// TroubleshootingDetails is information gained from troubleshooting of specified resource.
D
dlorenc 已提交
3127 3128 3129 3130 3131 3132 3133 3134
type TroubleshootingDetails struct {
	ID                 *string                              `json:"id,omitempty"`
	ReasonType         *string                              `json:"reasonType,omitempty"`
	Summary            *string                              `json:"summary,omitempty"`
	Detail             *string                              `json:"detail,omitempty"`
	RecommendedActions *[]TroubleshootingRecommendedActions `json:"recommendedActions,omitempty"`
}

D
dlorenc 已提交
3135
// TroubleshootingParameters is parameters that define the resource to troubleshoot.
D
dlorenc 已提交
3136 3137 3138 3139 3140 3141 3142 3143 3144 3145 3146
type TroubleshootingParameters struct {
	TargetResourceID           *string `json:"targetResourceId,omitempty"`
	*TroubleshootingProperties `json:"properties,omitempty"`
}

// TroubleshootingProperties is storage location provided for troubleshoot.
type TroubleshootingProperties struct {
	StorageID   *string `json:"storageId,omitempty"`
	StoragePath *string `json:"storagePath,omitempty"`
}

D
dlorenc 已提交
3147
// TroubleshootingRecommendedActions is recommended actions based on discovered issues.
D
dlorenc 已提交
3148 3149 3150 3151 3152 3153 3154
type TroubleshootingRecommendedActions struct {
	ActionID      *string `json:"actionId,omitempty"`
	ActionText    *string `json:"actionText,omitempty"`
	ActionURI     *string `json:"actionUri,omitempty"`
	ActionURIText *string `json:"actionUriText,omitempty"`
}

D
dlorenc 已提交
3155
// TroubleshootingResult is troubleshooting information gained from specified resource.
D
dlorenc 已提交
3156 3157 3158 3159 3160 3161 3162 3163
type TroubleshootingResult struct {
	autorest.Response `json:"-"`
	StartTime         *date.Time                `json:"startTime,omitempty"`
	EndTime           *date.Time                `json:"endTime,omitempty"`
	Code              *string                   `json:"code,omitempty"`
	Results           *[]TroubleshootingDetails `json:"results,omitempty"`
}

D
dlorenc 已提交
3164 3165 3166 3167 3168 3169 3170 3171 3172 3173
// TunnelConnectionHealth is virtualNetworkGatewayConnection properties
type TunnelConnectionHealth struct {
	Tunnel                           *string                               `json:"tunnel,omitempty"`
	ConnectionStatus                 VirtualNetworkGatewayConnectionStatus `json:"connectionStatus,omitempty"`
	IngressBytesTransferred          *int64                                `json:"ingressBytesTransferred,omitempty"`
	EgressBytesTransferred           *int64                                `json:"egressBytesTransferred,omitempty"`
	LastConnectionEstablishedUtcTime *string                               `json:"lastConnectionEstablishedUtcTime,omitempty"`
}

// Usage is describes network resource usage.
M
Matt Rickard 已提交
3174
type Usage struct {
D
dlorenc 已提交
3175
	ID           *string    `json:"id,omitempty"`
M
Matt Rickard 已提交
3176 3177 3178 3179 3180 3181
	Unit         *string    `json:"unit,omitempty"`
	CurrentValue *int64     `json:"currentValue,omitempty"`
	Limit        *int64     `json:"limit,omitempty"`
	Name         *UsageName `json:"name,omitempty"`
}

D
dlorenc 已提交
3182
// UsageName is the usage names.
M
Matt Rickard 已提交
3183 3184 3185 3186 3187
type UsageName struct {
	Value          *string `json:"value,omitempty"`
	LocalizedValue *string `json:"localizedValue,omitempty"`
}

D
dlorenc 已提交
3188
// UsagesListResult is the list usages operation response.
M
Matt Rickard 已提交
3189 3190 3191
type UsagesListResult struct {
	autorest.Response `json:"-"`
	Value             *[]Usage `json:"value,omitempty"`
3192
	NextLink          *string  `json:"nextLink,omitempty"`
M
Matt Rickard 已提交
3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206
}

// UsagesListResultPreparer prepares a request to retrieve the next set of results. It returns
// nil if no more results exist.
func (client UsagesListResult) UsagesListResultPreparer() (*http.Request, error) {
	if client.NextLink == nil || len(to.String(client.NextLink)) <= 0 {
		return nil, nil
	}
	return autorest.Prepare(&http.Request{},
		autorest.AsJSON(),
		autorest.AsGet(),
		autorest.WithBaseURL(to.String(client.NextLink)))
}

D
dlorenc 已提交
3207
// VerificationIPFlowParameters is parameters that define the IP flow to be verified.
D
dlorenc 已提交
3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218
type VerificationIPFlowParameters struct {
	TargetResourceID    *string   `json:"targetResourceId,omitempty"`
	Direction           Direction `json:"direction,omitempty"`
	Protocol            Protocol  `json:"protocol,omitempty"`
	LocalPort           *string   `json:"localPort,omitempty"`
	RemotePort          *string   `json:"remotePort,omitempty"`
	LocalIPAddress      *string   `json:"localIPAddress,omitempty"`
	RemoteIPAddress     *string   `json:"remoteIPAddress,omitempty"`
	TargetNicResourceID *string   `json:"targetNicResourceId,omitempty"`
}

D
dlorenc 已提交
3219
// VerificationIPFlowResult is results of IP flow verification on the target resource.
D
dlorenc 已提交
3220 3221 3222 3223 3224 3225
type VerificationIPFlowResult struct {
	autorest.Response `json:"-"`
	Access            Access  `json:"access,omitempty"`
	RuleName          *string `json:"ruleName,omitempty"`
}

D
dlorenc 已提交
3226
// VirtualNetwork is virtual Network resource.
M
Matt Rickard 已提交
3227
type VirtualNetwork struct {
D
dlorenc 已提交
3228 3229 3230 3231 3232 3233 3234 3235
	autorest.Response               `json:"-"`
	ID                              *string             `json:"id,omitempty"`
	Name                            *string             `json:"name,omitempty"`
	Type                            *string             `json:"type,omitempty"`
	Location                        *string             `json:"location,omitempty"`
	Tags                            *map[string]*string `json:"tags,omitempty"`
	*VirtualNetworkPropertiesFormat `json:"properties,omitempty"`
	Etag                            *string `json:"etag,omitempty"`
M
Matt Rickard 已提交
3236 3237
}

D
dlorenc 已提交
3238 3239 3240 3241 3242
// VirtualNetworkConnectionGatewayReference is a reference to VirtualNetworkGateway or LocalNetworkGateway resource.
type VirtualNetworkConnectionGatewayReference struct {
	ID *string `json:"id,omitempty"`
}

M
Matt Rickard 已提交
3243 3244
// VirtualNetworkGateway is a common class for general resource information
type VirtualNetworkGateway struct {
D
dlorenc 已提交
3245 3246 3247 3248 3249 3250 3251 3252
	autorest.Response                      `json:"-"`
	ID                                     *string             `json:"id,omitempty"`
	Name                                   *string             `json:"name,omitempty"`
	Type                                   *string             `json:"type,omitempty"`
	Location                               *string             `json:"location,omitempty"`
	Tags                                   *map[string]*string `json:"tags,omitempty"`
	*VirtualNetworkGatewayPropertiesFormat `json:"properties,omitempty"`
	Etag                                   *string `json:"etag,omitempty"`
M
Matt Rickard 已提交
3253 3254
}

D
dlorenc 已提交
3255
// VirtualNetworkGatewayConnection is a common class for general resource information
M
Matt Rickard 已提交
3256
type VirtualNetworkGatewayConnection struct {
D
dlorenc 已提交
3257 3258 3259 3260 3261 3262 3263 3264 3265 3266
	autorest.Response                                `json:"-"`
	ID                                               *string             `json:"id,omitempty"`
	Name                                             *string             `json:"name,omitempty"`
	Type                                             *string             `json:"type,omitempty"`
	Location                                         *string             `json:"location,omitempty"`
	Tags                                             *map[string]*string `json:"tags,omitempty"`
	*VirtualNetworkGatewayConnectionPropertiesFormat `json:"properties,omitempty"`
	Etag                                             *string `json:"etag,omitempty"`
}

D
dlorenc 已提交
3267 3268 3269 3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299
// VirtualNetworkGatewayConnectionListEntity is a common class for general resource information
type VirtualNetworkGatewayConnectionListEntity struct {
	ID                                                         *string             `json:"id,omitempty"`
	Name                                                       *string             `json:"name,omitempty"`
	Type                                                       *string             `json:"type,omitempty"`
	Location                                                   *string             `json:"location,omitempty"`
	Tags                                                       *map[string]*string `json:"tags,omitempty"`
	*VirtualNetworkGatewayConnectionListEntityPropertiesFormat `json:"properties,omitempty"`
	Etag                                                       *string `json:"etag,omitempty"`
}

// VirtualNetworkGatewayConnectionListEntityPropertiesFormat is virtualNetworkGatewayConnection properties
type VirtualNetworkGatewayConnectionListEntityPropertiesFormat struct {
	AuthorizationKey               *string                                   `json:"authorizationKey,omitempty"`
	VirtualNetworkGateway1         *VirtualNetworkConnectionGatewayReference `json:"virtualNetworkGateway1,omitempty"`
	VirtualNetworkGateway2         *VirtualNetworkConnectionGatewayReference `json:"virtualNetworkGateway2,omitempty"`
	LocalNetworkGateway2           *VirtualNetworkConnectionGatewayReference `json:"localNetworkGateway2,omitempty"`
	ConnectionType                 VirtualNetworkGatewayConnectionType       `json:"connectionType,omitempty"`
	RoutingWeight                  *int32                                    `json:"routingWeight,omitempty"`
	SharedKey                      *string                                   `json:"sharedKey,omitempty"`
	ConnectionStatus               VirtualNetworkGatewayConnectionStatus     `json:"connectionStatus,omitempty"`
	TunnelConnectionStatus         *[]TunnelConnectionHealth                 `json:"tunnelConnectionStatus,omitempty"`
	EgressBytesTransferred         *int64                                    `json:"egressBytesTransferred,omitempty"`
	IngressBytesTransferred        *int64                                    `json:"ingressBytesTransferred,omitempty"`
	Peer                           *SubResource                              `json:"peer,omitempty"`
	EnableBgp                      *bool                                     `json:"enableBgp,omitempty"`
	UsePolicyBasedTrafficSelectors *bool                                     `json:"usePolicyBasedTrafficSelectors,omitempty"`
	IpsecPolicies                  *[]IpsecPolicy                            `json:"ipsecPolicies,omitempty"`
	ResourceGUID                   *string                                   `json:"resourceGuid,omitempty"`
	ProvisioningState              *string                                   `json:"provisioningState,omitempty"`
}

// VirtualNetworkGatewayConnectionListResult is response for the ListVirtualNetworkGatewayConnections API service call
M
Matt Rickard 已提交
3300 3301 3302 3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317
type VirtualNetworkGatewayConnectionListResult struct {
	autorest.Response `json:"-"`
	Value             *[]VirtualNetworkGatewayConnection `json:"value,omitempty"`
	NextLink          *string                            `json:"nextLink,omitempty"`
}

// VirtualNetworkGatewayConnectionListResultPreparer prepares a request to retrieve the next set of results. It returns
// nil if no more results exist.
func (client VirtualNetworkGatewayConnectionListResult) VirtualNetworkGatewayConnectionListResultPreparer() (*http.Request, error) {
	if client.NextLink == nil || len(to.String(client.NextLink)) <= 0 {
		return nil, nil
	}
	return autorest.Prepare(&http.Request{},
		autorest.AsJSON(),
		autorest.AsGet(),
		autorest.WithBaseURL(to.String(client.NextLink)))
}

D
dlorenc 已提交
3318
// VirtualNetworkGatewayConnectionPropertiesFormat is virtualNetworkGatewayConnection properties
M
Matt Rickard 已提交
3319
type VirtualNetworkGatewayConnectionPropertiesFormat struct {
D
dlorenc 已提交
3320 3321 3322 3323 3324 3325 3326 3327 3328 3329 3330 3331 3332 3333 3334 3335 3336 3337 3338
	AuthorizationKey               *string                               `json:"authorizationKey,omitempty"`
	VirtualNetworkGateway1         *VirtualNetworkGateway                `json:"virtualNetworkGateway1,omitempty"`
	VirtualNetworkGateway2         *VirtualNetworkGateway                `json:"virtualNetworkGateway2,omitempty"`
	LocalNetworkGateway2           *LocalNetworkGateway                  `json:"localNetworkGateway2,omitempty"`
	ConnectionType                 VirtualNetworkGatewayConnectionType   `json:"connectionType,omitempty"`
	RoutingWeight                  *int32                                `json:"routingWeight,omitempty"`
	SharedKey                      *string                               `json:"sharedKey,omitempty"`
	ConnectionStatus               VirtualNetworkGatewayConnectionStatus `json:"connectionStatus,omitempty"`
	TunnelConnectionStatus         *[]TunnelConnectionHealth             `json:"tunnelConnectionStatus,omitempty"`
	EgressBytesTransferred         *int64                                `json:"egressBytesTransferred,omitempty"`
	IngressBytesTransferred        *int64                                `json:"ingressBytesTransferred,omitempty"`
	Peer                           *SubResource                          `json:"peer,omitempty"`
	EnableBgp                      *bool                                 `json:"enableBgp,omitempty"`
	UsePolicyBasedTrafficSelectors *bool                                 `json:"usePolicyBasedTrafficSelectors,omitempty"`
	IpsecPolicies                  *[]IpsecPolicy                        `json:"ipsecPolicies,omitempty"`
	ResourceGUID                   *string                               `json:"resourceGuid,omitempty"`
	ProvisioningState              *string                               `json:"provisioningState,omitempty"`
}

D
dlorenc 已提交
3339
// VirtualNetworkGatewayIPConfiguration is IP configuration for virtual network gateway
M
Matt Rickard 已提交
3340
type VirtualNetworkGatewayIPConfiguration struct {
D
dlorenc 已提交
3341 3342 3343 3344
	ID                                                    *string `json:"id,omitempty"`
	*VirtualNetworkGatewayIPConfigurationPropertiesFormat `json:"properties,omitempty"`
	Name                                                  *string `json:"name,omitempty"`
	Etag                                                  *string `json:"etag,omitempty"`
M
Matt Rickard 已提交
3345 3346
}

D
dlorenc 已提交
3347
// VirtualNetworkGatewayIPConfigurationPropertiesFormat is properties of VirtualNetworkGatewayIPConfiguration
M
Matt Rickard 已提交
3348 3349 3350 3351 3352 3353 3354
type VirtualNetworkGatewayIPConfigurationPropertiesFormat struct {
	PrivateIPAllocationMethod IPAllocationMethod `json:"privateIPAllocationMethod,omitempty"`
	Subnet                    *SubResource       `json:"subnet,omitempty"`
	PublicIPAddress           *SubResource       `json:"publicIPAddress,omitempty"`
	ProvisioningState         *string            `json:"provisioningState,omitempty"`
}

D
dlorenc 已提交
3355 3356 3357 3358 3359 3360 3361 3362 3363 3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374
// VirtualNetworkGatewayListConnectionsResult is response for the VirtualNetworkGatewayListConnections API service call
type VirtualNetworkGatewayListConnectionsResult struct {
	autorest.Response `json:"-"`
	Value             *[]VirtualNetworkGatewayConnectionListEntity `json:"value,omitempty"`
	NextLink          *string                                      `json:"nextLink,omitempty"`
}

// VirtualNetworkGatewayListConnectionsResultPreparer prepares a request to retrieve the next set of results. It returns
// nil if no more results exist.
func (client VirtualNetworkGatewayListConnectionsResult) VirtualNetworkGatewayListConnectionsResultPreparer() (*http.Request, error) {
	if client.NextLink == nil || len(to.String(client.NextLink)) <= 0 {
		return nil, nil
	}
	return autorest.Prepare(&http.Request{},
		autorest.AsJSON(),
		autorest.AsGet(),
		autorest.WithBaseURL(to.String(client.NextLink)))
}

// VirtualNetworkGatewayListResult is response for the ListVirtualNetworkGateways API service call.
M
Matt Rickard 已提交
3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 3387 3388 3389 3390 3391 3392
type VirtualNetworkGatewayListResult struct {
	autorest.Response `json:"-"`
	Value             *[]VirtualNetworkGateway `json:"value,omitempty"`
	NextLink          *string                  `json:"nextLink,omitempty"`
}

// VirtualNetworkGatewayListResultPreparer prepares a request to retrieve the next set of results. It returns
// nil if no more results exist.
func (client VirtualNetworkGatewayListResult) VirtualNetworkGatewayListResultPreparer() (*http.Request, error) {
	if client.NextLink == nil || len(to.String(client.NextLink)) <= 0 {
		return nil, nil
	}
	return autorest.Prepare(&http.Request{},
		autorest.AsJSON(),
		autorest.AsGet(),
		autorest.WithBaseURL(to.String(client.NextLink)))
}

D
dlorenc 已提交
3393
// VirtualNetworkGatewayPropertiesFormat is virtualNetworkGateway properties
M
Matt Rickard 已提交
3394 3395 3396 3397 3398
type VirtualNetworkGatewayPropertiesFormat struct {
	IPConfigurations       *[]VirtualNetworkGatewayIPConfiguration `json:"ipConfigurations,omitempty"`
	GatewayType            VirtualNetworkGatewayType               `json:"gatewayType,omitempty"`
	VpnType                VpnType                                 `json:"vpnType,omitempty"`
	EnableBgp              *bool                                   `json:"enableBgp,omitempty"`
D
dlorenc 已提交
3399
	ActiveActive           *bool                                   `json:"activeActive,omitempty"`
M
Matt Rickard 已提交
3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414
	GatewayDefaultSite     *SubResource                            `json:"gatewayDefaultSite,omitempty"`
	Sku                    *VirtualNetworkGatewaySku               `json:"sku,omitempty"`
	VpnClientConfiguration *VpnClientConfiguration                 `json:"vpnClientConfiguration,omitempty"`
	BgpSettings            *BgpSettings                            `json:"bgpSettings,omitempty"`
	ResourceGUID           *string                                 `json:"resourceGuid,omitempty"`
	ProvisioningState      *string                                 `json:"provisioningState,omitempty"`
}

// VirtualNetworkGatewaySku is virtualNetworkGatewaySku details
type VirtualNetworkGatewaySku struct {
	Name     VirtualNetworkGatewaySkuName `json:"name,omitempty"`
	Tier     VirtualNetworkGatewaySkuTier `json:"tier,omitempty"`
	Capacity *int32                       `json:"capacity,omitempty"`
}

D
dlorenc 已提交
3415
// VirtualNetworkListResult is response for the ListVirtualNetworks API service call.
M
Matt Rickard 已提交
3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433
type VirtualNetworkListResult struct {
	autorest.Response `json:"-"`
	Value             *[]VirtualNetwork `json:"value,omitempty"`
	NextLink          *string           `json:"nextLink,omitempty"`
}

// VirtualNetworkListResultPreparer prepares a request to retrieve the next set of results. It returns
// nil if no more results exist.
func (client VirtualNetworkListResult) VirtualNetworkListResultPreparer() (*http.Request, error) {
	if client.NextLink == nil || len(to.String(client.NextLink)) <= 0 {
		return nil, nil
	}
	return autorest.Prepare(&http.Request{},
		autorest.AsJSON(),
		autorest.AsGet(),
		autorest.WithBaseURL(to.String(client.NextLink)))
}

D
dlorenc 已提交
3434 3435 3436 3437 3438 3439 3440 3441 3442 3443 3444 3445 3446 3447 3448 3449 3450 3451 3452
// VirtualNetworkListUsageResult is response for the virtual networks GetUsage API service call.
type VirtualNetworkListUsageResult struct {
	autorest.Response `json:"-"`
	Value             *[]VirtualNetworkUsage `json:"value,omitempty"`
	NextLink          *string                `json:"nextLink,omitempty"`
}

// VirtualNetworkListUsageResultPreparer prepares a request to retrieve the next set of results. It returns
// nil if no more results exist.
func (client VirtualNetworkListUsageResult) VirtualNetworkListUsageResultPreparer() (*http.Request, error) {
	if client.NextLink == nil || len(to.String(client.NextLink)) <= 0 {
		return nil, nil
	}
	return autorest.Prepare(&http.Request{},
		autorest.AsJSON(),
		autorest.AsGet(),
		autorest.WithBaseURL(to.String(client.NextLink)))
}

D
dlorenc 已提交
3453
// VirtualNetworkPeering is peerings in a virtual network resource.
3454
type VirtualNetworkPeering struct {
D
dlorenc 已提交
3455 3456 3457 3458 3459
	autorest.Response                      `json:"-"`
	ID                                     *string `json:"id,omitempty"`
	*VirtualNetworkPeeringPropertiesFormat `json:"properties,omitempty"`
	Name                                   *string `json:"name,omitempty"`
	Etag                                   *string `json:"etag,omitempty"`
3460 3461
}

D
dlorenc 已提交
3462 3463
// VirtualNetworkPeeringListResult is response for ListSubnets API service call. Retrieves all subnets that belong to a
// virtual network.
3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 3481
type VirtualNetworkPeeringListResult struct {
	autorest.Response `json:"-"`
	Value             *[]VirtualNetworkPeering `json:"value,omitempty"`
	NextLink          *string                  `json:"nextLink,omitempty"`
}

// VirtualNetworkPeeringListResultPreparer prepares a request to retrieve the next set of results. It returns
// nil if no more results exist.
func (client VirtualNetworkPeeringListResult) VirtualNetworkPeeringListResultPreparer() (*http.Request, error) {
	if client.NextLink == nil || len(to.String(client.NextLink)) <= 0 {
		return nil, nil
	}
	return autorest.Prepare(&http.Request{},
		autorest.AsJSON(),
		autorest.AsGet(),
		autorest.WithBaseURL(to.String(client.NextLink)))
}

D
dlorenc 已提交
3482
// VirtualNetworkPeeringPropertiesFormat is properties of the virtual network peering.
3483 3484 3485 3486 3487 3488 3489 3490 3491 3492
type VirtualNetworkPeeringPropertiesFormat struct {
	AllowVirtualNetworkAccess *bool                      `json:"allowVirtualNetworkAccess,omitempty"`
	AllowForwardedTraffic     *bool                      `json:"allowForwardedTraffic,omitempty"`
	AllowGatewayTransit       *bool                      `json:"allowGatewayTransit,omitempty"`
	UseRemoteGateways         *bool                      `json:"useRemoteGateways,omitempty"`
	RemoteVirtualNetwork      *SubResource               `json:"remoteVirtualNetwork,omitempty"`
	PeeringState              VirtualNetworkPeeringState `json:"peeringState,omitempty"`
	ProvisioningState         *string                    `json:"provisioningState,omitempty"`
}

D
dlorenc 已提交
3493
// VirtualNetworkPropertiesFormat is properties of the virtual network.
M
Matt Rickard 已提交
3494
type VirtualNetworkPropertiesFormat struct {
3495 3496 3497
	AddressSpace           *AddressSpace            `json:"addressSpace,omitempty"`
	DhcpOptions            *DhcpOptions             `json:"dhcpOptions,omitempty"`
	Subnets                *[]Subnet                `json:"subnets,omitempty"`
D
dlorenc 已提交
3498
	VirtualNetworkPeerings *[]VirtualNetworkPeering `json:"virtualNetworkPeerings,omitempty"`
3499 3500
	ResourceGUID           *string                  `json:"resourceGuid,omitempty"`
	ProvisioningState      *string                  `json:"provisioningState,omitempty"`
D
dlorenc 已提交
3501 3502 3503 3504 3505 3506 3507 3508 3509 3510 3511 3512 3513 3514 3515 3516 3517
	EnableDdosProtection   *bool                    `json:"enableDdosProtection,omitempty"`
	EnableVMProtection     *bool                    `json:"enableVmProtection,omitempty"`
}

// VirtualNetworkUsage is usage details for subnet.
type VirtualNetworkUsage struct {
	CurrentValue *float64                 `json:"currentValue,omitempty"`
	ID           *string                  `json:"id,omitempty"`
	Limit        *float64                 `json:"limit,omitempty"`
	Name         *VirtualNetworkUsageName `json:"name,omitempty"`
	Unit         *string                  `json:"unit,omitempty"`
}

// VirtualNetworkUsageName is usage strings container.
type VirtualNetworkUsageName struct {
	LocalizedValue *string `json:"localizedValue,omitempty"`
	Value          *string `json:"value,omitempty"`
M
Matt Rickard 已提交
3518 3519
}

D
dlorenc 已提交
3520
// VpnClientConfiguration is vpnClientConfiguration for P2S client.
M
Matt Rickard 已提交
3521 3522 3523 3524
type VpnClientConfiguration struct {
	VpnClientAddressPool         *AddressSpace                  `json:"vpnClientAddressPool,omitempty"`
	VpnClientRootCertificates    *[]VpnClientRootCertificate    `json:"vpnClientRootCertificates,omitempty"`
	VpnClientRevokedCertificates *[]VpnClientRevokedCertificate `json:"vpnClientRevokedCertificates,omitempty"`
D
dlorenc 已提交
3525 3526 3527
	VpnClientProtocols           *[]VpnClientProtocol           `json:"vpnClientProtocols,omitempty"`
	RadiusServerAddress          *string                        `json:"radiusServerAddress,omitempty"`
	RadiusServerSecret           *string                        `json:"radiusServerSecret,omitempty"`
M
Matt Rickard 已提交
3528 3529
}

D
dlorenc 已提交
3530
// VpnClientParameters is vpn Client Parameters for package generation
M
Matt Rickard 已提交
3531
type VpnClientParameters struct {
D
dlorenc 已提交
3532 3533 3534 3535
	ProcessorArchitecture       ProcessorArchitecture `json:"processorArchitecture,omitempty"`
	AuthenticationMethod        AuthenticationMethod  `json:"authenticationMethod,omitempty"`
	RadiusServerAuthCertificate *string               `json:"radiusServerAuthCertificate,omitempty"`
	ClientRootCertificates      *[]string             `json:"clientRootCertificates,omitempty"`
M
Matt Rickard 已提交
3536 3537
}

D
dlorenc 已提交
3538
// VpnClientRevokedCertificate is VPN client revoked certificate of virtual network gateway.
M
Matt Rickard 已提交
3539
type VpnClientRevokedCertificate struct {
D
dlorenc 已提交
3540 3541 3542 3543
	ID                                           *string `json:"id,omitempty"`
	*VpnClientRevokedCertificatePropertiesFormat `json:"properties,omitempty"`
	Name                                         *string `json:"name,omitempty"`
	Etag                                         *string `json:"etag,omitempty"`
M
Matt Rickard 已提交
3544 3545
}

D
dlorenc 已提交
3546 3547
// VpnClientRevokedCertificatePropertiesFormat is properties of the revoked VPN client certificate of virtual network
// gateway.
M
Matt Rickard 已提交
3548 3549 3550 3551 3552
type VpnClientRevokedCertificatePropertiesFormat struct {
	Thumbprint        *string `json:"thumbprint,omitempty"`
	ProvisioningState *string `json:"provisioningState,omitempty"`
}

D
dlorenc 已提交
3553
// VpnClientRootCertificate is VPN client root certificate of virtual network gateway
M
Matt Rickard 已提交
3554
type VpnClientRootCertificate struct {
D
dlorenc 已提交
3555 3556 3557 3558
	ID                                        *string `json:"id,omitempty"`
	*VpnClientRootCertificatePropertiesFormat `json:"properties,omitempty"`
	Name                                      *string `json:"name,omitempty"`
	Etag                                      *string `json:"etag,omitempty"`
M
Matt Rickard 已提交
3559 3560
}

D
dlorenc 已提交
3561
// VpnClientRootCertificatePropertiesFormat is properties of SSL certificates of application gateway
M
Matt Rickard 已提交
3562 3563 3564 3565
type VpnClientRootCertificatePropertiesFormat struct {
	PublicCertData    *string `json:"publicCertData,omitempty"`
	ProvisioningState *string `json:"provisioningState,omitempty"`
}
D
dlorenc 已提交
3566

D
dlorenc 已提交
3567 3568 3569 3570 3571 3572 3573
// VpnDeviceScriptParameters is vpn device configuration script generation parameters
type VpnDeviceScriptParameters struct {
	Vendor          *string `json:"vendor,omitempty"`
	DeviceFamily    *string `json:"deviceFamily,omitempty"`
	FirmwareVersion *string `json:"firmwareVersion,omitempty"`
}

D
dlorenc 已提交
3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595
// Watcher is network watcher in a resource group.
type Watcher struct {
	autorest.Response        `json:"-"`
	ID                       *string             `json:"id,omitempty"`
	Name                     *string             `json:"name,omitempty"`
	Type                     *string             `json:"type,omitempty"`
	Location                 *string             `json:"location,omitempty"`
	Tags                     *map[string]*string `json:"tags,omitempty"`
	Etag                     *string             `json:"etag,omitempty"`
	*WatcherPropertiesFormat `json:"properties,omitempty"`
}

// WatcherListResult is list of network watcher resources.
type WatcherListResult struct {
	autorest.Response `json:"-"`
	Value             *[]Watcher `json:"value,omitempty"`
}

// WatcherPropertiesFormat is the network watcher properties.
type WatcherPropertiesFormat struct {
	ProvisioningState ProvisioningState `json:"provisioningState,omitempty"`
}