Class ManagementPolicySnapShot
java.lang.Object
com.microsoft.azure.management.storage.ManagementPolicySnapShot
Management policy action for snapshot.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondelete()
Get the function to delete the blob snapshot.withDelete
(DateAfterCreation delete) Set the function to delete the blob snapshot.
-
Constructor Details
-
ManagementPolicySnapShot
public ManagementPolicySnapShot()
-
-
Method Details
-
delete
Get the function to delete the blob snapshot.- Returns:
- the delete value
-
withDelete
Set the function to delete the blob snapshot.- Parameters:
delete
- the delete value to set- Returns:
- the ManagementPolicySnapShot object itself.
-