Class ManagementPolicyBaseBlob

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

public class ManagementPolicyBaseBlob extends Object
Management policy action for base blob.
  • Constructor Details

    • ManagementPolicyBaseBlob

      public ManagementPolicyBaseBlob()
  • Method Details

    • tierToCool

      public DateAfterModification tierToCool()
      Get the function to tier blobs to cool storage. Support blobs currently at Hot tier.
      Returns:
      the tierToCool value
    • withTierToCool

      public ManagementPolicyBaseBlob withTierToCool(DateAfterModification tierToCool)
      Set the function to tier blobs to cool storage. Support blobs currently at Hot tier.
      Parameters:
      tierToCool - the tierToCool value to set
      Returns:
      the ManagementPolicyBaseBlob object itself.
    • tierToArchive

      public DateAfterModification tierToArchive()
      Get the function to tier blobs to archive storage. Support blobs currently at Hot or Cool tier.
      Returns:
      the tierToArchive value
    • withTierToArchive

      public ManagementPolicyBaseBlob withTierToArchive(DateAfterModification tierToArchive)
      Set the function to tier blobs to archive storage. Support blobs currently at Hot or Cool tier.
      Parameters:
      tierToArchive - the tierToArchive value to set
      Returns:
      the ManagementPolicyBaseBlob object itself.
    • delete

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

      public ManagementPolicyBaseBlob withDelete(DateAfterModification delete)
      Set the function to delete the blob.
      Parameters:
      delete - the delete value to set
      Returns:
      the ManagementPolicyBaseBlob object itself.