你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AffectedMoveResource Class

Definition

The RP custom operation error info.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.AffectedMoveResourceTypeConverter))]
public class AffectedMoveResource : Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.IAffectedMoveResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.AffectedMoveResourceTypeConverter))>]
type AffectedMoveResource = class
    interface IAffectedMoveResource
    interface IJsonSerializable
Public Class AffectedMoveResource
Implements IAffectedMoveResource
Inheritance
AffectedMoveResource
Attributes
Implements

Constructors

AffectedMoveResource()

Creates an new AffectedMoveResource instance.

Properties

Id

The affected move resource id.

MoveResource

The affected move resources.

SourceId

The affected move resource source id.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AffectedMoveResource.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AffectedMoveResource.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.IAffectedMoveResource.

FromJsonString(String)

Creates a new instance of AffectedMoveResource, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AffectedMoveResource into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to