VaultPropertiesMoveDetails Class

Definition

The details of the latest move operation performed on the Azure Resource.

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

Constructors

VaultPropertiesMoveDetails()

Initializes a new instance of VaultPropertiesMoveDetails.

Properties

CompletedOn

End Time of the Resource Move Operation.

OperationId

OperationId of the Resource Move Operation.

SourceResourceId

Source Resource of the Resource Move Operation.

StartOn

Start Time of the Resource Move Operation.

TargetResourceId

Target Resource of the Resource Move Operation.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<VaultPropertiesMoveDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VaultPropertiesMoveDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VaultPropertiesMoveDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VaultPropertiesMoveDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VaultPropertiesMoveDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to