StorageLifecycleCompletionStatus Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Policy status can be Completed/CompletedWithError/Incomplete.
public readonly struct StorageLifecycleCompletionStatus : IEquatable<Azure.Messaging.EventGrid.SystemEvents.StorageLifecycleCompletionStatus>
type StorageLifecycleCompletionStatus = struct
Public Structure StorageLifecycleCompletionStatus
Implements IEquatable(Of StorageLifecycleCompletionStatus)
- Inheritance
-
StorageLifecycleCompletionStatus
- Implements
Constructors
StorageLifecycleCompletionStatus(String) |
Initializes a new instance of StorageLifecycleCompletionStatus. |
Properties
Completed |
Completed. |
CompletedWithError |
CompletedWithError. |
Incomplete |
Incomplete. |
Methods
Equals(StorageLifecycleCompletionStatus) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(StorageLifecycleCompletionStatus, StorageLifecycleCompletionStatus) |
Determines if two StorageLifecycleCompletionStatus values are the same. |
Implicit(String to StorageLifecycleCompletionStatus) |
Converts a String to a StorageLifecycleCompletionStatus. |
Inequality(StorageLifecycleCompletionStatus, StorageLifecycleCompletionStatus) |
Determines if two StorageLifecycleCompletionStatus values are not the same. |
Applies to
Azure SDK for .NET