Share via


VMwareToAzStackHciPlannedFailoverCustomProperties Class

Definition

VMware to AzStackHCI planned failover model custom properties.

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

Constructors

VMwareToAzStackHciPlannedFailoverCustomProperties(Boolean)

Initializes a new instance of VMwareToAzStackHciPlannedFailoverCustomProperties.

Properties

ShutdownSourceVm

Gets or sets a value indicating whether VM needs to be shut down.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<PlannedFailoverCustomProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from PlannedFailoverCustomProperties)
IJsonModel<VMwareToAzStackHciPlannedFailoverCustomProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VMwareToAzStackHciPlannedFailoverCustomProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PlannedFailoverCustomProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from PlannedFailoverCustomProperties)
IPersistableModel<VMwareToAzStackHciPlannedFailoverCustomProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VMwareToAzStackHciPlannedFailoverCustomProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VMwareToAzStackHciPlannedFailoverCustomProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to