TestMigrateProviderSpecificContent Class

Definition

Test migrate provider specific input. 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.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.UnknownTestMigrateProviderSpecificContent))]
public abstract class TestMigrateProviderSpecificContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.TestMigrateProviderSpecificContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.TestMigrateProviderSpecificContent>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.UnknownTestMigrateProviderSpecificContent))>]
type TestMigrateProviderSpecificContent = class
    interface IJsonModel<TestMigrateProviderSpecificContent>
    interface IPersistableModel<TestMigrateProviderSpecificContent>
Public MustInherit Class TestMigrateProviderSpecificContent
Implements IJsonModel(Of TestMigrateProviderSpecificContent), IPersistableModel(Of TestMigrateProviderSpecificContent)
Inheritance
TestMigrateProviderSpecificContent
Derived
Attributes
Implements

Constructors

TestMigrateProviderSpecificContent()

Initializes a new instance of TestMigrateProviderSpecificContent.

Explicit Interface Implementations

IJsonModel<TestMigrateProviderSpecificContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TestMigrateProviderSpecificContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TestMigrateProviderSpecificContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TestMigrateProviderSpecificContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TestMigrateProviderSpecificContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to