VMwareCbtMigrateContent Class

Definition

VMwareCbt specific migrate input.

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

Constructors

VMwareCbtMigrateContent(String)

Initializes a new instance of VMwareCbtMigrateContent.

Properties

OSUpgradeVersion

A value indicating the inplace OS Upgrade version.

PerformShutdown

A value indicating whether VM is to be shutdown.

Explicit Interface Implementations

IJsonModel<MigrateProviderSpecificContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from MigrateProviderSpecificContent)
IJsonModel<MigrateProviderSpecificContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from MigrateProviderSpecificContent)
IJsonModel<VMwareCbtMigrateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VMwareCbtMigrateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MigrateProviderSpecificContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from MigrateProviderSpecificContent)
IPersistableModel<MigrateProviderSpecificContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from MigrateProviderSpecificContent)
IPersistableModel<MigrateProviderSpecificContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from MigrateProviderSpecificContent)
IPersistableModel<VMwareCbtMigrateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VMwareCbtMigrateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VMwareCbtMigrateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to