Uses of Class
com.azure.messaging.eventgrid.systemevents.StorageLifecycleCompletionStatus
Packages that use StorageLifecycleCompletionStatus
Package
Description
Package containing the data models for SystemEvents.
-
Uses of StorageLifecycleCompletionStatus in com.azure.messaging.eventgrid.systemevents
Fields in com.azure.messaging.eventgrid.systemevents declared as StorageLifecycleCompletionStatusModifier and TypeFieldDescriptionstatic final StorageLifecycleCompletionStatusStorageLifecycleCompletionStatus.COMPLETEDCompleted.static final StorageLifecycleCompletionStatusStorageLifecycleCompletionStatus.COMPLETED_WITH_ERRORCompletedWithError.static final StorageLifecycleCompletionStatusStorageLifecycleCompletionStatus.INCOMPLETEIncomplete.Methods in com.azure.messaging.eventgrid.systemevents that return StorageLifecycleCompletionStatusModifier and TypeMethodDescriptionStorageLifecycleCompletionStatus.fromString(String name) Creates or finds a StorageLifecycleCompletionStatus from its string representation.StorageLifecyclePolicyRunSummary.getCompletionStatus()Get the completionStatus property: Policy status can be Completed/CompletedWithError/Incomplete.Methods in com.azure.messaging.eventgrid.systemevents that return types with arguments of type StorageLifecycleCompletionStatusModifier and TypeMethodDescriptionStorageLifecycleCompletionStatus.values()Gets known StorageLifecycleCompletionStatus values.