ConnectionSharedKey Class

Definition

Response for GetConnectionSharedKey API service call.

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

Constructors

ConnectionSharedKey(String)

Initializes a new instance of ConnectionSharedKey.

Properties

Id

Resource ID.

(Inherited from NetworkSubResource)
Value

The virtual network connection shared key value.

Explicit Interface Implementations

IJsonModel<ConnectionSharedKey>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConnectionSharedKey>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<NetworkSubResource>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from NetworkSubResource)
IPersistableModel<ConnectionSharedKey>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConnectionSharedKey>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConnectionSharedKey>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<NetworkSubResource>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from NetworkSubResource)

Applies to