Class DeletedShare

java.lang.Object
com.microsoft.azure.management.storage.DeletedShare

public class DeletedShare extends Object
The deleted share to be restored.
  • Constructor Details

    • DeletedShare

      public DeletedShare()
  • Method Details

    • deletedShareName

      public String deletedShareName()
      Get required. Identify the name of the deleted share that will be restored.
      Returns:
      the deletedShareName value
    • withDeletedShareName

      public DeletedShare withDeletedShareName(String deletedShareName)
      Set required. Identify the name of the deleted share that will be restored.
      Parameters:
      deletedShareName - the deletedShareName value to set
      Returns:
      the DeletedShare object itself.
    • deletedShareVersion

      public String deletedShareVersion()
      Get required. Identify the version of the deleted share that will be restored.
      Returns:
      the deletedShareVersion value
    • withDeletedShareVersion

      public DeletedShare withDeletedShareVersion(String deletedShareVersion)
      Set required. Identify the version of the deleted share that will be restored.
      Parameters:
      deletedShareVersion - the deletedShareVersion value to set
      Returns:
      the DeletedShare object itself.