TestMigrateProperties Class

Definition

Test migrate input properties.

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

Constructors

TestMigrateProperties(TestMigrateProviderSpecificContent)

Initializes a new instance of TestMigrateProperties.

Properties

ProviderSpecificDetails

The provider specific details. Please note TestMigrateProviderSpecificContent is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include VMwareCbtTestMigrateContent.

Explicit Interface Implementations

IJsonModel<TestMigrateProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TestMigrateProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TestMigrateProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TestMigrateProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TestMigrateProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to