Class ManagementPolicyAction

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

public class ManagementPolicyAction extends Object
Actions are applied to the filtered blobs when the execution condition is met.
  • Constructor Details

    • ManagementPolicyAction

      public ManagementPolicyAction()
  • Method Details

    • baseBlob

      public ManagementPolicyBaseBlob baseBlob()
      Get the management policy action for base blob.
      Returns:
      the baseBlob value
    • withBaseBlob

      public ManagementPolicyAction withBaseBlob(ManagementPolicyBaseBlob baseBlob)
      Set the management policy action for base blob.
      Parameters:
      baseBlob - the baseBlob value to set
      Returns:
      the ManagementPolicyAction object itself.
    • snapshot

      public ManagementPolicySnapShot snapshot()
      Get the management policy action for snapshot.
      Returns:
      the snapshot value
    • withSnapshot

      public ManagementPolicyAction withSnapshot(ManagementPolicySnapShot snapshot)
      Set the management policy action for snapshot.
      Parameters:
      snapshot - the snapshot value to set
      Returns:
      the ManagementPolicyAction object itself.