Class VaultPropertiesMoveDetails

java.lang.Object
com.azure.resourcemanager.recoveryservices.models.VaultPropertiesMoveDetails

public final class VaultPropertiesMoveDetails extends Object
The details of the latest move operation performed on the Azure Resource.
  • Constructor Details

    • VaultPropertiesMoveDetails

      public VaultPropertiesMoveDetails()
  • Method Details

    • operationId

      public String operationId()
      Get the operationId property: OperationId of the Resource Move Operation.
      Returns:
      the operationId value.
    • startTimeUtc

      public OffsetDateTime startTimeUtc()
      Get the startTimeUtc property: Start Time of the Resource Move Operation.
      Returns:
      the startTimeUtc value.
    • completionTimeUtc

      public OffsetDateTime completionTimeUtc()
      Get the completionTimeUtc property: End Time of the Resource Move Operation.
      Returns:
      the completionTimeUtc value.
    • sourceResourceId

      public String sourceResourceId()
      Get the sourceResourceId property: Source Resource of the Resource Move Operation.
      Returns:
      the sourceResourceId value.
    • targetResourceId

      public String targetResourceId()
      Get the targetResourceId property: Target Resource of the Resource Move Operation.
      Returns:
      the targetResourceId value.
    • validate

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