你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IResourceMoveDetails Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |