TestMigrateCleanupProperties Class

Definition

Test migrate cleanup input properties.

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

Constructors

TestMigrateCleanupProperties()

Initializes a new instance of TestMigrateCleanupProperties.

Properties

Comments

Test migrate cleanup comments.

Explicit Interface Implementations

IJsonModel<TestMigrateCleanupProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TestMigrateCleanupProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TestMigrateCleanupProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TestMigrateCleanupProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TestMigrateCleanupProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to