Share via


MoveResourceError Class

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

public class MoveResourceError

An error response from the azure resource mover service.

Constructor Summary

Constructor Description
MoveResourceError()

Method Summary

Modifier and Type Method and Description
MoveResourceErrorBody properties()

Get the move resource error body.

MoveResourceError withProperties(MoveResourceErrorBody properties)

Set the move resource error body.

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

MoveResourceError

public MoveResourceError()

Method Details

properties

public MoveResourceErrorBody properties()

Get the move resource error body.

Returns:

the properties value

withProperties

public MoveResourceError withProperties(MoveResourceErrorBody properties)

Set the move resource error body.

Parameters:

properties - the properties value to set

Returns:

the MoveResourceError object itself.

Applies to