Share via


IResourceMoveDetails Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ResourceMoveDetailsTypeConverter))]
public interface IResourceMoveDetails : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ResourceMoveDetailsTypeConverter))>]
type IResourceMoveDetails = interface
    interface IJsonSerializable
Public Interface IResourceMoveDetails
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

CompletionTimeUtc

Completion time in UTC of latest ResourceMove operation attempted. ISO 8601 format.

OperationId

CorrelationId of latest ResourceMove operation attempted

SourceResourcePath

ARM resource path of source resource

StartTimeUtc

Start time in UTC of latest ResourceMove operation attempted. ISO 8601 format.

TargetResourcePath

ARM resource path of target resource used in latest ResourceMove operation

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to