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
| Name | Description |
|---|---|
| InquiryStatus(String) |
Initializes a new instance of InquiryStatus. |
Properties
| Name | Description |
|---|---|
| Failed |
Gets the Failed. |
| Invalid |
Gets the Invalid. |
| Success |
Gets the Success. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| Equality(InquiryStatus, InquiryStatus) |
Determines if two InquiryStatus values are the same. |
| Implicit(String to InquiryStatus) |
Converts a string to a InquiryStatus. |
| Implicit(String to Nullable<InquiryStatus>) | |
| Inequality(InquiryStatus, InquiryStatus) |
Determines if two InquiryStatus values are not the same. |