VirtualWanData Class

Definition

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

IJsonModel<NetworkTrackedResourceData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from NetworkTrackedResourceData)
IJsonModel<NetworkTrackedResourceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from NetworkTrackedResourceData)
IJsonModel<VirtualWanData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<VirtualWanData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkTrackedResourceData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from NetworkTrackedResourceData)
IPersistableModel<NetworkTrackedResourceData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from NetworkTrackedResourceData)
IPersistableModel<NetworkTrackedResourceData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from NetworkTrackedResourceData)
IPersistableModel<VirtualWanData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VirtualWanData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<VirtualWanData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to