Class StorageLifecyclePolicyCompletedEventData


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

      • StorageLifecyclePolicyCompletedEventData

        public StorageLifecyclePolicyCompletedEventData()
    • Method Detail

      • 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.
      • 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

        public StorageLifecyclePolicyCompletedEventData setTierToCoolSummary​(StorageLifecyclePolicyActionSummaryDetail tierToCoolSummary)
        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.