Class ManagementPolicyAction
java.lang.Object
com.microsoft.azure.management.storage.ManagementPolicyAction
Actions are applied to the filtered blobs when the execution condition is
met.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbaseBlob()
Get the management policy action for base blob.snapshot()
Get the management policy action for snapshot.withBaseBlob
(ManagementPolicyBaseBlob baseBlob) Set the management policy action for base blob.withSnapshot
(ManagementPolicySnapShot snapshot) Set the management policy action for snapshot.
-
Constructor Details
-
ManagementPolicyAction
public ManagementPolicyAction()
-
-
Method Details
-
baseBlob
Get the management policy action for base blob.- Returns:
- the baseBlob value
-
withBaseBlob
Set the management policy action for base blob.- Parameters:
baseBlob
- the baseBlob value to set- Returns:
- the ManagementPolicyAction object itself.
-
snapshot
Get the management policy action for snapshot.- Returns:
- the snapshot value
-
withSnapshot
Set the management policy action for snapshot.- Parameters:
snapshot
- the snapshot value to set- Returns:
- the ManagementPolicyAction object itself.
-