Sdílet prostřednictvím


FluidRelayServerPatch Class

Definition

The updatable properties of a Fluid Relay server.

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

Constructors

FluidRelayServerPatch()

Initializes a new instance of FluidRelayServerPatch.

Properties

CustomerManagedKeyEncryption

All Customer-managed key encryption properties for the resource.

Identity

The type of identity used for the resource.

Location

The geo-location where the resource lives.

Tags

Resource tags.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<FluidRelayServerPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FluidRelayServerPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FluidRelayServerPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FluidRelayServerPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FluidRelayServerPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to