Share via


ClusterTestFailoverCleanupContent Class

Definition

Input definition for test failover cleanup for cluster.

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

Constructors

ClusterTestFailoverCleanupContent(ClusterTestFailoverCleanupContentProperties)

Initializes a new instance of ClusterTestFailoverCleanupContent.

Properties

ClusterTestFailoverCleanupContentComments

Test failover cleanup comments.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ClusterTestFailoverCleanupContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ClusterTestFailoverCleanupContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ClusterTestFailoverCleanupContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ClusterTestFailoverCleanupContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ClusterTestFailoverCleanupContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to