SiteRecoveryRecoveryPlanPatch Class

Definition

Update recovery plan input class.

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

Constructors

SiteRecoveryRecoveryPlanPatch()

Initializes a new instance of SiteRecoveryRecoveryPlanPatch.

Properties

UpdateRecoveryPlanContentGroups

The recovery plan groups.

Explicit Interface Implementations

IJsonModel<SiteRecoveryRecoveryPlanPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SiteRecoveryRecoveryPlanPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SiteRecoveryRecoveryPlanPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SiteRecoveryRecoveryPlanPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SiteRecoveryRecoveryPlanPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to