EnableMigrationProviderSpecificContent Class

Definition

Enable migration provider specific input. Please note EnableMigrationProviderSpecificContent 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 VMwareCbtEnableMigrationContent.

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

Constructors

EnableMigrationProviderSpecificContent()

Initializes a new instance of EnableMigrationProviderSpecificContent.

Explicit Interface Implementations

IJsonModel<EnableMigrationProviderSpecificContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EnableMigrationProviderSpecificContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EnableMigrationProviderSpecificContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EnableMigrationProviderSpecificContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EnableMigrationProviderSpecificContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to