java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.resourcemover.fluent.models.MoveResourceInner

public final class MoveResourceInner extends com.azure.core.management.ProxyResource
Defines the move resource.
  • Constructor Details

    • MoveResourceInner

      public MoveResourceInner()
      Creates an instance of MoveResourceInner class.
  • Method Details

    • properties

      public MoveResourceProperties properties()
      Get the properties property: Defines the move resource properties.
      Returns:
      the properties value.
    • withProperties

      public MoveResourceInner withProperties(MoveResourceProperties properties)
      Set the properties property: Defines the move resource properties.
      Parameters:
      properties - the properties value to set.
      Returns:
      the MoveResourceInner object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.