VpnSiteLinkData Class

Definition

A class representing the VpnSiteLink data model. VpnSiteLink Resource.

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

Constructors

VpnSiteLinkData()

Initializes a new instance of VpnSiteLinkData.

Properties

BgpProperties

The set of bgp properties.

ETag

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

Fqdn

FQDN of vpn-site-link.

Id

Resource ID.

(Inherited from NetworkResourceData)
IPAddress

The ip-address for the vpn-site-link.

LinkProperties

The link provider properties.

Name

Resource name.

(Inherited from NetworkResourceData)
ProvisioningState

The provisioning state of the VPN site link resource.

ResourceType

Resource type.

(Inherited from NetworkResourceData)

Explicit Interface Implementations

IJsonModel<NetworkResourceData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from NetworkResourceData)
IJsonModel<VpnSiteLinkData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VpnSiteLinkData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkResourceData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from NetworkResourceData)
IPersistableModel<VpnSiteLinkData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VpnSiteLinkData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VpnSiteLinkData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to