VirtualWAN Class

Definition

VirtualWAN Resource.

[Microsoft.Rest.Serialization.JsonTransformation]
public class VirtualWAN : Microsoft.Azure.Management.Network.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type VirtualWAN = class
    inherit Resource
Public Class VirtualWAN
Inherits Resource
Inheritance
VirtualWAN
Attributes

Constructors

VirtualWAN()

Initializes a new instance of the VirtualWAN class.

VirtualWAN(String, String, String, String, IDictionary<String, String>, Nullable<Boolean>, IList<SubResource>, IList<SubResource>, Nullable<Boolean>, Nullable<Boolean>, String, String, String, String)

Initializes a new instance of the VirtualWAN class.

Properties

AllowBranchToBranchTraffic

Gets or sets true if branch to branch traffic is allowed.

AllowVnetToVnetTraffic

Gets or sets true if Vnet to Vnet traffic is allowed.

DisableVpnEncryption

Gets or sets vpn encryption to be disabled or not.

Etag

Gets a unique read-only string that changes whenever the resource is updated.

Id

Gets or sets resource ID.

(Inherited from Resource)
Location

Gets or sets resource location.

(Inherited from Resource)
Name

Gets resource name.

(Inherited from Resource)
Office365LocalBreakoutCategory

Gets or sets the office local breakout category. Possible values include: 'Optimize', 'OptimizeAndAllow', 'All', 'None'

ProvisioningState

Gets the provisioning state of the virtual WAN resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

Tags

Gets or sets resource tags.

(Inherited from Resource)
Type

Gets resource type.

(Inherited from Resource)
VirtualHubs

Gets list of VirtualHubs in the VirtualWAN.

VirtualWANType

Gets or sets the type of the VirtualWAN.

VpnSites

Gets list of VpnSites in the VirtualWAN.

Applies to