FluidRelayEndpoints 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 Fluid Relay endpoints for this server
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Models.Api20220601.FluidRelayEndpointsTypeConverter))]
public class FluidRelayEndpoints : Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Models.Api20220601.IFluidRelayEndpoints
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Models.Api20220601.FluidRelayEndpointsTypeConverter))>]
type FluidRelayEndpoints = class
interface IFluidRelayEndpoints
interface IJsonSerializable
Public Class FluidRelayEndpoints
Implements IFluidRelayEndpoints
- Inheritance
-
FluidRelayEndpoints
- Attributes
- Implements
Constructors
FluidRelayEndpoints() |
Creates an new FluidRelayEndpoints instance. |
Properties
OrdererEndpoint |
The Fluid Relay Orderer endpoints. |
ServiceEndpoint |
The Fluid Relay service endpoints. |
StorageEndpoint |
The Fluid Relay storage endpoints. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of FluidRelayEndpoints. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of FluidRelayEndpoints. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Models.Api20220601.IFluidRelayEndpoints. |
FromJsonString(String) |
Creates a new instance of FluidRelayEndpoints, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of FluidRelayEndpoints into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |