Class ResourceMoveDefinition

java.lang.Object
com.microsoft.azure.management.sql.ResourceMoveDefinition

public class ResourceMoveDefinition extends Object
Contains the information necessary to perform a resource move (rename).
  • Constructor Details

    • ResourceMoveDefinition

      public ResourceMoveDefinition()
  • Method Details

    • id

      public String id()
      Get the target ID for the resource.
      Returns:
      the id value
    • withId

      public ResourceMoveDefinition withId(String id)
      Set the target ID for the resource.
      Parameters:
      id - the id value to set
      Returns:
      the ResourceMoveDefinition object itself.