Class ManagementPolicyBaseBlob
java.lang.Object
com.microsoft.azure.management.storage.ManagementPolicyBaseBlob
Management policy action for base blob.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondelete()
Get the function to delete the blob.Get the function to tier blobs to archive storage.Get the function to tier blobs to cool storage.withDelete
(DateAfterModification delete) Set the function to delete the blob.withTierToArchive
(DateAfterModification tierToArchive) Set the function to tier blobs to archive storage.withTierToCool
(DateAfterModification tierToCool) Set the function to tier blobs to cool storage.
-
Constructor Details
-
ManagementPolicyBaseBlob
public ManagementPolicyBaseBlob()
-
-
Method Details
-
tierToCool
Get the function to tier blobs to cool storage. Support blobs currently at Hot tier.- Returns:
- the tierToCool value
-
withTierToCool
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
Get the function to tier blobs to archive storage. Support blobs currently at Hot or Cool tier.- Returns:
- the tierToArchive value
-
withTierToArchive
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
Get the function to delete the blob.- Returns:
- the delete value
-
withDelete
Set the function to delete the blob.- Parameters:
delete
- the delete value to set- Returns:
- the ManagementPolicyBaseBlob object itself.
-