Class ManagementPolicySnapShot

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

public class ManagementPolicySnapShot extends Object
Management policy action for snapshot.
  • Constructor Details

    • ManagementPolicySnapShot

      public ManagementPolicySnapShot()
  • Method Details

    • delete

      public DateAfterCreation delete()
      Get the function to delete the blob snapshot.
      Returns:
      the delete value
    • withDelete

      public ManagementPolicySnapShot withDelete(DateAfterCreation delete)
      Set the function to delete the blob snapshot.
      Parameters:
      delete - the delete value to set
      Returns:
      the ManagementPolicySnapShot object itself.