VpnSiteData Class

Definition

Compatibility declaration for the VpnSiteData type.

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

Constructors

Name Description
VpnSiteData()

Initializes a new instance of VpnSiteData.

Properties

Name Description
AddressPrefixes

Compatibility member.

AddressSpace

The AddressSpace that contains an array of IP address ranges.

BgpProperties

The set of bgp properties.

DeviceProperties

The device properties.

ETag

A unique read-only string that changes whenever the resource is updated.

Id

Resource ID.

(Inherited from NetworkTrackedResourceData)
IPAddress

The ip-address for the vpn-site.

IsSecuritySite

IsSecuritySite flag.

Location

Resource location.

(Inherited from NetworkTrackedResourceData)
Name

Resource name.

(Inherited from NetworkTrackedResourceData)
O365BreakOutCategories

Office365 breakout categories.

ProvisioningState

The provisioning state of the VPN site resource.

ResourceType

Compatibility member.

(Inherited from NetworkTrackedResourceData)
SiteKey

The key for vpn-site that can be used for connections.

Tags

Resource tags.

(Inherited from NetworkTrackedResourceData)
Type

Resource type.

(Inherited from NetworkTrackedResourceData)
VirtualWanId

Resource ID.

VpnSiteLinks

List of all vpn site links.

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<VpnSiteData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VpnSiteData>.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<VpnSiteData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VpnSiteData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VpnSiteData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to