TestFailoverCleanupContent Class

Definition

Input definition for test failover cleanup.

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

Constructors

TestFailoverCleanupContent(TestFailoverCleanupProperties)

Initializes a new instance of TestFailoverCleanupContent.

Properties

TestFailoverCleanupComments

Test failover cleanup comments.

Explicit Interface Implementations

IJsonModel<TestFailoverCleanupContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TestFailoverCleanupContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TestFailoverCleanupContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TestFailoverCleanupContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TestFailoverCleanupContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to