VirtualWanData Class

Definition

Compatibility declaration for the VirtualWanData type.

public class VirtualWanData : Azure.ResourceManager.Network.Models.TrackedResourceWithSettableIdOptionalLocation, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.VirtualWanData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.VirtualWanData>
public class VirtualWanData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.VirtualWanData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.VirtualWanData>
type VirtualWanData = class
    inherit TrackedResourceWithSettableIdOptionalLocation
    interface IJsonModel<VirtualWanData>
    interface IPersistableModel<VirtualWanData>
type VirtualWanData = class
    inherit NetworkTrackedResourceData
    interface IJsonModel<VirtualWanData>
    interface IPersistableModel<VirtualWanData>
Public Class VirtualWanData
Inherits TrackedResourceWithSettableIdOptionalLocation
Implements IJsonModel(Of VirtualWanData), IPersistableModel(Of VirtualWanData)
Public Class VirtualWanData
Inherits NetworkTrackedResourceData
Implements IJsonModel(Of VirtualWanData), IPersistableModel(Of VirtualWanData)
Inheritance
Inheritance
Implements

Constructors

Name Description
VirtualWanData()

Initializes a new instance of VirtualWanData.

Properties

Name Description
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

Compatibility member.

(Inherited from NetworkTrackedResourceData)
Tags

Resource tags.

(Inherited from NetworkTrackedResourceData)
Type

Resource type.

(Inherited from NetworkTrackedResourceData)
VirtualHubs

Gets or sets the VirtualHubs compatibility property.

VirtualWanType

The type of the VirtualWAN.

VpnSites

Gets or sets the VpnSites compatibility property.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
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<TrackedResourceWithSettableIdOptionalLocation>.Create(Utf8JsonReader, ModelReaderWriterOptions) (Inherited from TrackedResourceWithSettableIdOptionalLocation)
IJsonModel<TrackedResourceWithSettableIdOptionalLocation>.Write(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from TrackedResourceWithSettableIdOptionalLocation)
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<TrackedResourceWithSettableIdOptionalLocation>.Create(BinaryData, ModelReaderWriterOptions) (Inherited from TrackedResourceWithSettableIdOptionalLocation)
IPersistableModel<TrackedResourceWithSettableIdOptionalLocation>.GetFormatFromOptions(ModelReaderWriterOptions) (Inherited from TrackedResourceWithSettableIdOptionalLocation)
IPersistableModel<TrackedResourceWithSettableIdOptionalLocation>.Write(ModelReaderWriterOptions) (Inherited from TrackedResourceWithSettableIdOptionalLocation)
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