RecoveryPlanTestFailoverCleanupProperties Class

Definition

Recovery plan test failover cleanup input properties.

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

Constructors

RecoveryPlanTestFailoverCleanupProperties()

Initializes a new instance of RecoveryPlanTestFailoverCleanupProperties.

Properties

Comments

The test failover cleanup comments.

Explicit Interface Implementations

IJsonModel<RecoveryPlanTestFailoverCleanupProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RecoveryPlanTestFailoverCleanupProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RecoveryPlanTestFailoverCleanupProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RecoveryPlanTestFailoverCleanupProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RecoveryPlanTestFailoverCleanupProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to