VpnLinkConnectionSharedKeyData Class

Definition

A class representing the VpnLinkConnectionSharedKey data model. SharedKey Resource .

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

Constructors

VpnLinkConnectionSharedKeyData()

Initializes a new instance of VpnLinkConnectionSharedKeyData.

Properties

Id

Resource ID.

(Inherited from NetworkResourceData)
Name

Resource name.

(Inherited from NetworkResourceData)
Properties

Properties of the shared key.

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

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

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

Converts the provided BinaryData into a model.

IPersistableModel<VpnLinkConnectionSharedKeyData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VpnLinkConnectionSharedKeyData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to