VirtualWANInner Class

Definition

VirtualWAN Resource.

[Microsoft.Rest.Serialization.JsonTransformation]
public class VirtualWANInner : Microsoft.Azure.Management.ResourceManager.Fluent.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type VirtualWANInner = class
    inherit Resource
Public Class VirtualWANInner
Inherits Resource
Inheritance
VirtualWANInner
Attributes

Constructors

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.

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

Resource Id. Setter is protected because Id needs to be set in Network resources.

(Inherited from ProxyResource)
Location

Resource location

(Inherited from Resource)
Name

Resource name

(Inherited from ProxyResource)
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

Resource tags

(Inherited from Resource)
Type

Resource type

(Inherited from ProxyResource)
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.

Methods

Validate()

Validate the object.

Applies to