InquiryStatus 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.
Status of protectable item, i.e. InProgress,Succeeded,Failed.
public readonly struct InquiryStatus : IEquatable<Azure.ResourceManager.RecoveryServicesBackup.Models.InquiryStatus>
type InquiryStatus = struct
Public Structure InquiryStatus
Implements IEquatable(Of InquiryStatus)
- Inheritance
-
InquiryStatus
- Implements
Constructors
InquiryStatus(String) |
Initializes a new instance of InquiryStatus. |
Properties
Failed |
Failed. |
Invalid |
Invalid. |
Success |
Success. |
Methods
Equals(InquiryStatus) |
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(InquiryStatus, InquiryStatus) |
Determines if two InquiryStatus values are the same. |
Implicit(String to InquiryStatus) |
Converts a string to a InquiryStatus. |
Inequality(InquiryStatus, InquiryStatus) |
Determines if two InquiryStatus values are not the same. |
Applies to
Azure SDK for .NET