Share via


SiteRecoveryRecoveryPlanCreateOrUpdateContent Class

Definition

Create recovery plan input class.

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

Constructors

SiteRecoveryRecoveryPlanCreateOrUpdateContent(SiteRecoveryCreateRecoveryPlanProperties)

Initializes a new instance of SiteRecoveryRecoveryPlanCreateOrUpdateContent.

Properties

Properties

Recovery plan creation properties.

Explicit Interface Implementations

IJsonModel<SiteRecoveryRecoveryPlanCreateOrUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SiteRecoveryRecoveryPlanCreateOrUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SiteRecoveryRecoveryPlanCreateOrUpdateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SiteRecoveryRecoveryPlanCreateOrUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SiteRecoveryRecoveryPlanCreateOrUpdateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to