HybridConnectionConfig Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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() |