TestMigrateCleanupContent Class

Definition

Input for test migrate cleanup.

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

Constructors

TestMigrateCleanupContent(TestMigrateCleanupProperties)

Initializes a new instance of TestMigrateCleanupContent.

Properties

TestMigrateCleanupComments

Test migrate cleanup comments.

Explicit Interface Implementations

IJsonModel<TestMigrateCleanupContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TestMigrateCleanupContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TestMigrateCleanupContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TestMigrateCleanupContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TestMigrateCleanupContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to