FluidRelayServerKeys 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.
The set of available keys for this server.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Models.Api20220601.FluidRelayServerKeysTypeConverter))]
public class FluidRelayServerKeys : Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Models.Api20220601.IFluidRelayServerKeys
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Models.Api20220601.FluidRelayServerKeysTypeConverter))>]
type FluidRelayServerKeys = class
interface IFluidRelayServerKeys
interface IJsonSerializable
Public Class FluidRelayServerKeys
Implements IFluidRelayServerKeys
- Inheritance
-
FluidRelayServerKeys
- Attributes
- Implements
Constructors
FluidRelayServerKeys() |
Creates an new FluidRelayServerKeys instance. |
Properties
Key1 |
The primary key for this server |
Key2 |
The secondary key for this server |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of FluidRelayServerKeys. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of FluidRelayServerKeys. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Models.Api20220601.IFluidRelayServerKeys. |
FromJsonString(String) |
Creates a new instance of FluidRelayServerKeys, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of FluidRelayServerKeys into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |