Sdílet prostřednictvím


FluidRelayServerKeys Class

Definition

The set of available keys for this server.

public class FluidRelayServerKeys : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.FluidRelay.Models.FluidRelayServerKeys>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.FluidRelay.Models.FluidRelayServerKeys>
public class FluidRelayServerKeys
type FluidRelayServerKeys = class
    interface IJsonModel<FluidRelayServerKeys>
    interface IPersistableModel<FluidRelayServerKeys>
type FluidRelayServerKeys = class
Public Class FluidRelayServerKeys
Implements IJsonModel(Of FluidRelayServerKeys), IPersistableModel(Of FluidRelayServerKeys)
Public Class FluidRelayServerKeys
Inheritance
FluidRelayServerKeys
Implements

Properties

PrimaryKey

The primary key for this server.

SecondaryKey

The secondary key for this server.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<FluidRelayServerKeys>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<FluidRelayServerKeys>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FluidRelayServerKeys>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FluidRelayServerKeys>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<FluidRelayServerKeys>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to