Class StorageLifecyclePolicyCompletedEventData

java.lang.Object
com.azure.messaging.eventgrid.systemevents.StorageLifecyclePolicyCompletedEventData

public final class StorageLifecyclePolicyCompletedEventData extends Object
Schema of the Data property of an EventGridEvent for a Microsoft.Storage.LifecyclePolicyCompleted event.
  • Constructor Details

    • StorageLifecyclePolicyCompletedEventData

      public StorageLifecyclePolicyCompletedEventData()
  • Method Details

    • getScheduleTime

      public String getScheduleTime()
      Get the scheduleTime property: The time the policy task was scheduled.
      Returns:
      the scheduleTime value.
    • setScheduleTime

      public StorageLifecyclePolicyCompletedEventData setScheduleTime(String scheduleTime)
      Set the scheduleTime property: The time the policy task was scheduled.
      Parameters:
      scheduleTime - the scheduleTime value to set.
      Returns:
      the StorageLifecyclePolicyCompletedEventData object itself.
    • getDeleteSummary

      public StorageLifecyclePolicyActionSummaryDetail getDeleteSummary()
      Get the deleteSummary property: Execution statistics of a specific policy action in a Blob Management cycle.
      Returns:
      the deleteSummary value.
    • setDeleteSummary

      Set the deleteSummary property: Execution statistics of a specific policy action in a Blob Management cycle.
      Parameters:
      deleteSummary - the deleteSummary value to set.
      Returns:
      the StorageLifecyclePolicyCompletedEventData object itself.
    • getTierToCoolSummary

      public StorageLifecyclePolicyActionSummaryDetail getTierToCoolSummary()
      Get the tierToCoolSummary property: Execution statistics of a specific policy action in a Blob Management cycle.
      Returns:
      the tierToCoolSummary value.
    • setTierToCoolSummary

      Set the tierToCoolSummary property: Execution statistics of a specific policy action in a Blob Management cycle.
      Parameters:
      tierToCoolSummary - the tierToCoolSummary value to set.
      Returns:
      the StorageLifecyclePolicyCompletedEventData object itself.
    • getTierToArchiveSummary

      public StorageLifecyclePolicyActionSummaryDetail getTierToArchiveSummary()
      Get the tierToArchiveSummary property: Execution statistics of a specific policy action in a Blob Management cycle.
      Returns:
      the tierToArchiveSummary value.
    • setTierToArchiveSummary

      public StorageLifecyclePolicyCompletedEventData setTierToArchiveSummary(StorageLifecyclePolicyActionSummaryDetail tierToArchiveSummary)
      Set the tierToArchiveSummary property: Execution statistics of a specific policy action in a Blob Management cycle.
      Parameters:
      tierToArchiveSummary - the tierToArchiveSummary value to set.
      Returns:
      the StorageLifecyclePolicyCompletedEventData object itself.