VirtualWANInner Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
VirtualWANInner() |
Initializes a new instance of the VirtualWANInner class. |
VirtualWANInner(String, String, String, String, IDictionary<String, String>, Nullable<Boolean>, IList<SubResource>, IList<SubResource>, Nullable<Boolean>, Nullable<Boolean>, OfficeTrafficCategory, ProvisioningState, String, String) |
Initializes a new instance of the VirtualWANInner class. |
VirtualWANInner()
Initializes a new instance of the VirtualWANInner class.
public VirtualWANInner ();
Public Sub New ()
Applies to
VirtualWANInner(String, String, String, String, IDictionary<String, String>, Nullable<Boolean>, IList<SubResource>, IList<SubResource>, Nullable<Boolean>, Nullable<Boolean>, OfficeTrafficCategory, ProvisioningState, String, String)
Initializes a new instance of the VirtualWANInner class.
public VirtualWANInner (string location = default, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, bool? disableVpnEncryption = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> virtualHubs = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> vpnSites = default, bool? allowBranchToBranchTraffic = default, bool? allowVnetToVnetTraffic = default, Microsoft.Azure.Management.Network.Fluent.Models.OfficeTrafficCategory office365LocalBreakoutCategory = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, string virtualWANType = default, string etag = default);
new Microsoft.Azure.Management.Network.Fluent.Models.VirtualWANInner : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> * Nullable<bool> * Nullable<bool> * Microsoft.Azure.Management.Network.Fluent.Models.OfficeTrafficCategory * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * string * string -> Microsoft.Azure.Management.Network.Fluent.Models.VirtualWANInner
Public Sub New (Optional location As String = Nothing, Optional id As String = Nothing, Optional name As String = Nothing, Optional type 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 OfficeTrafficCategory = Nothing, Optional provisioningState As ProvisioningState = Nothing, Optional virtualWANType As String = Nothing, Optional etag As String = Nothing)
Parameters
- location
- String
- id
- String
- name
- String
- type
- String
- tags
- IDictionary<String,String>
- virtualHubs
- IList<SubResource>
List of VirtualHubs in the VirtualWAN.
- vpnSites
- IList<SubResource>
List of VpnSites in the VirtualWAN.
- office365LocalBreakoutCategory
- OfficeTrafficCategory
The office local breakout category. Possible values include: 'Optimize', 'OptimizeAndAllow', 'All', 'None'
- provisioningState
- ProvisioningState
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
Azure SDK for .NET