VirtualWanData Class
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.
A class representing the VirtualWan data model. VirtualWAN Resource.
public class VirtualWanData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.VirtualWanData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.VirtualWanData>
public class VirtualWanData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData
type VirtualWanData = class
inherit NetworkTrackedResourceData
interface IJsonModel<VirtualWanData>
interface IPersistableModel<VirtualWanData>
type VirtualWanData = class
inherit NetworkTrackedResourceData
Public Class VirtualWanData
Inherits NetworkTrackedResourceData
Implements IJsonModel(Of VirtualWanData), IPersistableModel(Of VirtualWanData)
Public Class VirtualWanData
Inherits NetworkTrackedResourceData
- Inheritance
- Implements
Constructors
VirtualWanData() |
Initializes a new instance of VirtualWanData. |
Properties
AllowBranchToBranchTraffic |
True if branch to branch traffic is allowed. |
AllowVnetToVnetTraffic |
True if Vnet to Vnet traffic is allowed. |
DisableVpnEncryption |
Vpn encryption to be disabled or not. |
ETag |
A unique read-only string that changes whenever the resource is updated. |
Id |
Resource ID. (Inherited from NetworkTrackedResourceData) |
Location |
Resource location. (Inherited from NetworkTrackedResourceData) |
Name |
Resource name. (Inherited from NetworkTrackedResourceData) |
Office365LocalBreakoutCategory |
The office local breakout category. |
ProvisioningState |
The provisioning state of the virtual WAN resource. |
ResourceType |
Resource type. (Inherited from NetworkTrackedResourceData) |
Tags |
Resource tags. (Inherited from NetworkTrackedResourceData) |
VirtualHubs |
List of VirtualHubs in the VirtualWAN. |
VirtualWanType |
The type of the VirtualWAN. |
VpnSites |
List of VpnSites in the VirtualWAN. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET