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.
public class FluidRelayEndpoints : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.FluidRelay.Models.FluidRelayEndpoints>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.FluidRelay.Models.FluidRelayEndpoints>
public class FluidRelayEndpoints
type FluidRelayEndpoints = class
interface IJsonModel<FluidRelayEndpoints>
interface IPersistableModel<FluidRelayEndpoints>
type FluidRelayEndpoints = class
Public Class FluidRelayEndpoints
Implements IJsonModel(Of FluidRelayEndpoints), IPersistableModel(Of FluidRelayEndpoints)
Public Class FluidRelayEndpoints
- Inheritance
-
FluidRelayEndpoints
- Implements
Properties
OrdererEndpoints |
The Fluid Relay Orderer endpoints. |
ServiceEndpoints |
The Fluid Relay service endpoints. |
StorageEndpoints |
The Fluid Relay storage endpoints. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<FluidRelayEndpoints>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<FluidRelayEndpoints>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<FluidRelayEndpoints>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<FluidRelayEndpoints>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<FluidRelayEndpoints>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |