BlobRestoreProgressStatus 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 of blob restore progress. Possible values are: - InProgress: Indicates that blob restore is ongoing. - Complete: Indicates that blob restore has been completed successfully. - Failed: Indicates that blob restore is failed.
public readonly struct BlobRestoreProgressStatus : IEquatable<Azure.ResourceManager.Storage.Models.BlobRestoreProgressStatus>
type BlobRestoreProgressStatus = struct
Public Structure BlobRestoreProgressStatus
Implements IEquatable(Of BlobRestoreProgressStatus)
- Inheritance
-
BlobRestoreProgressStatus
- Implements
Constructors
BlobRestoreProgressStatus(String) |
Initializes a new instance of BlobRestoreProgressStatus. |
Properties
Complete |
Complete. |
Failed |
Failed. |
InProgress |
InProgress. |
Methods
Equals(BlobRestoreProgressStatus) |
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(BlobRestoreProgressStatus, BlobRestoreProgressStatus) |
Determines if two BlobRestoreProgressStatus values are the same. |
Implicit(String to BlobRestoreProgressStatus) |
Converts a string to a BlobRestoreProgressStatus. |
Inequality(BlobRestoreProgressStatus, BlobRestoreProgressStatus) |
Determines if two BlobRestoreProgressStatus values are not the same. |
Applies to
Azure SDK for .NET