다음을 통해 공유


HybridConnectionConfig Class

Definition

Contains the REP (rendezvous endpoint) and “Sender” access token.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20221001Preview.HybridConnectionConfigTypeConverter))]
public class HybridConnectionConfig : Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20221001Preview.IHybridConnectionConfig
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20221001Preview.HybridConnectionConfigTypeConverter))>]
type HybridConnectionConfig = class
    interface IHybridConnectionConfig
    interface IJsonSerializable
Public Class HybridConnectionConfig
Implements IHybridConnectionConfig
Inheritance
HybridConnectionConfig
Attributes
Implements

Constructors

HybridConnectionConfig()

Creates an new HybridConnectionConfig instance.

Properties

ExpirationTime

Timestamp when this token will be expired.

HybridConnectionName

Name of the connection

Relay

Name of the relay.

Token

Sender access token

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of HybridConnectionConfig.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of HybridConnectionConfig.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20221001Preview.IHybridConnectionConfig.

FromJsonString(String)

Creates a new instance of HybridConnectionConfig, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of HybridConnectionConfig into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to