Share via


VirtualWAN Constructors

Definition

Overloads

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.

VirtualWAN()

Initializes a new instance of the VirtualWAN class.

public VirtualWAN ();
Public Sub New ()

Applies to

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.

public VirtualWAN (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, bool? disableVpnEncryption = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> virtualHubs = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> vpnSites = default, bool? allowBranchToBranchTraffic = default, bool? allowVnetToVnetTraffic = default, string office365LocalBreakoutCategory = default, string provisioningState = default, string virtualWANType = default, string etag = default);
new Microsoft.Azure.Management.Network.Models.VirtualWAN : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> * Nullable<bool> * Nullable<bool> * string * string * string * string -> Microsoft.Azure.Management.Network.Models.VirtualWAN
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional disableVpnEncryption As Nullable(Of Boolean) = Nothing, Optional virtualHubs As IList(Of SubResource) = Nothing, Optional vpnSites As IList(Of SubResource) = Nothing, Optional allowBranchToBranchTraffic As Nullable(Of Boolean) = Nothing, Optional allowVnetToVnetTraffic As Nullable(Of Boolean) = Nothing, Optional office365LocalBreakoutCategory As String = Nothing, Optional provisioningState As String = Nothing, Optional virtualWANType As String = Nothing, Optional etag As String = Nothing)

Parameters

id
String

Resource ID.

name
String

Resource name.

type
String

Resource type.

location
String

Resource location.

tags
IDictionary<String,String>

Resource tags.

disableVpnEncryption
Nullable<Boolean>

Vpn encryption to be disabled or not.

virtualHubs
IList<SubResource>

List of VirtualHubs in the VirtualWAN.

vpnSites
IList<SubResource>

List of VpnSites in the VirtualWAN.

allowBranchToBranchTraffic
Nullable<Boolean>

True if branch to branch traffic is allowed.

allowVnetToVnetTraffic
Nullable<Boolean>

True if Vnet to Vnet traffic is allowed.

office365LocalBreakoutCategory
String

The office local breakout category. Possible values include: 'Optimize', 'OptimizeAndAllow', 'All', 'None'

provisioningState
String

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

virtualWANType
String

The type of the VirtualWAN.

etag
String

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

Applies to