RecoveryPlanTestFailoverCleanupContent Class

Definition

Recovery plan test failover cleanup input.

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

Constructors

RecoveryPlanTestFailoverCleanupContent(RecoveryPlanTestFailoverCleanupProperties)

Initializes a new instance of RecoveryPlanTestFailoverCleanupContent.

Properties

RecoveryPlanTestFailoverCleanupComments

The test failover cleanup comments.

Explicit Interface Implementations

IJsonModel<RecoveryPlanTestFailoverCleanupContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RecoveryPlanTestFailoverCleanupContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RecoveryPlanTestFailoverCleanupContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RecoveryPlanTestFailoverCleanupContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RecoveryPlanTestFailoverCleanupContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to