Share via


AffectedMoveResource Class

  • java.lang.Object
    • com.microsoft.azure.management.resourcemover.v2021_01_01.AffectedMoveResource

public class AffectedMoveResource

The RP custom operation error info.

Constructor Summary

Constructor Description
AffectedMoveResource()

Method Summary

Modifier and Type Method and Description
java.lang.String id()

Get the affected move resource id.

java.util.List<AffectedMoveResource> moveResources()

Get the affected move resources.

java.lang.String sourceId()

Get the affected move resource source id.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

AffectedMoveResource

public AffectedMoveResource()

Method Details

id

public String id()

Get the affected move resource id.

Returns:

the id value

moveResources

public List<AffectedMoveResource> moveResources()

Get the affected move resources.

Returns:

the moveResources value

sourceId

public String sourceId()

Get the affected move resource source id.

Returns:

the sourceId value

Applies to