ReplicationProtectedItemPatch Class

Definition

Update replication protected item input.

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

Constructors

ReplicationProtectedItemPatch()

Initializes a new instance of ReplicationProtectedItemPatch.

Properties

Properties

Update replication protected item properties.

Explicit Interface Implementations

IJsonModel<ReplicationProtectedItemPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ReplicationProtectedItemPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ReplicationProtectedItemPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ReplicationProtectedItemPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ReplicationProtectedItemPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to