StorageTaskCompletedStatus 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.
The status for a storage task.
public readonly struct StorageTaskCompletedStatus : IEquatable<Azure.Messaging.EventGrid.SystemEvents.StorageTaskCompletedStatus>
type StorageTaskCompletedStatus = struct
Public Structure StorageTaskCompletedStatus
Implements IEquatable(Of StorageTaskCompletedStatus)
- Inheritance
-
StorageTaskCompletedStatus
- Implements
Constructors
StorageTaskCompletedStatus(String) |
Initializes a new instance of StorageTaskCompletedStatus. |
Properties
Failed |
Failed. |
Succeeded |
Succeeded. |
Methods
Equals(StorageTaskCompletedStatus) |
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(StorageTaskCompletedStatus, StorageTaskCompletedStatus) |
Determines if two StorageTaskCompletedStatus values are the same. |
Implicit(String to StorageTaskCompletedStatus) |
Converts a String to a StorageTaskCompletedStatus. |
Inequality(StorageTaskCompletedStatus, StorageTaskCompletedStatus) |
Determines if two StorageTaskCompletedStatus values are not the same. |
Applies to
Azure SDK for .NET