Condividi tramite


HybridConnectionConfig Class

Definition

Contains the REP (rendezvous endpoint) and “Listener” access token from notification service (NS).

public class HybridConnectionConfig : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ResourceConnector.Models.HybridConnectionConfig>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ResourceConnector.Models.HybridConnectionConfig>
type HybridConnectionConfig = class
    interface IJsonModel<HybridConnectionConfig>
    interface IPersistableModel<HybridConnectionConfig>
Public Class HybridConnectionConfig
Implements IJsonModel(Of HybridConnectionConfig), IPersistableModel(Of HybridConnectionConfig)
Inheritance
HybridConnectionConfig
Implements

Properties

ExpirationTime

Timestamp when this token will be expired.

HybridConnectionName

Name of the connection.

Relay

Name of the notification service.

Token

Listener access token.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<HybridConnectionConfig>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HybridConnectionConfig>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HybridConnectionConfig>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HybridConnectionConfig>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HybridConnectionConfig>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to