StorageTaskRunStatus 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.
Represents the status of the execution.
public readonly struct StorageTaskRunStatus : IEquatable<Azure.ResourceManager.StorageActions.Models.StorageTaskRunStatus>
type StorageTaskRunStatus = struct
Public Structure StorageTaskRunStatus
Implements IEquatable(Of StorageTaskRunStatus)
- Inheritance
-
StorageTaskRunStatus
- Implements
Constructors
StorageTaskRunStatus(String) |
Initializes a new instance of StorageTaskRunStatus. |
Properties
Finished |
Finished. |
InProgress |
InProgress. |
Methods
Equals(StorageTaskRunStatus) |
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(StorageTaskRunStatus, StorageTaskRunStatus) |
Determines if two StorageTaskRunStatus values are the same. |
Implicit(String to StorageTaskRunStatus) |
Converts a string to a StorageTaskRunStatus. |
Inequality(StorageTaskRunStatus, StorageTaskRunStatus) |
Determines if two StorageTaskRunStatus values are not the same. |
Applies to
Azure SDK for .NET