SiteRecoveryMigrationItemCreateOrUpdateContent Class

Definition

Enable migration input.

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

Constructors

SiteRecoveryMigrationItemCreateOrUpdateContent(EnableMigrationProperties)

Initializes a new instance of SiteRecoveryMigrationItemCreateOrUpdateContent.

Properties

Properties

Enable migration input properties.

Explicit Interface Implementations

IJsonModel<SiteRecoveryMigrationItemCreateOrUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SiteRecoveryMigrationItemCreateOrUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SiteRecoveryMigrationItemCreateOrUpdateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SiteRecoveryMigrationItemCreateOrUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SiteRecoveryMigrationItemCreateOrUpdateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to