ReplicationProtectedItemCreateOrUpdateContent Class

Definition

Enable protection input.

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

Constructors

ReplicationProtectedItemCreateOrUpdateContent()

Initializes a new instance of ReplicationProtectedItemCreateOrUpdateContent.

Properties

Properties

Enable protection input properties.

Explicit Interface Implementations

IJsonModel<ReplicationProtectedItemCreateOrUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ReplicationProtectedItemCreateOrUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ReplicationProtectedItemCreateOrUpdateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ReplicationProtectedItemCreateOrUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ReplicationProtectedItemCreateOrUpdateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to