CalculateExchangeOperationResultStatus 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 the operation.
public readonly struct CalculateExchangeOperationResultStatus : IEquatable<Azure.ResourceManager.Reservations.Models.CalculateExchangeOperationResultStatus>
type CalculateExchangeOperationResultStatus = struct
Public Structure CalculateExchangeOperationResultStatus
Implements IEquatable(Of CalculateExchangeOperationResultStatus)
- Inheritance
-
CalculateExchangeOperationResultStatus
- Implements
Constructors
CalculateExchangeOperationResultStatus(String) |
Initializes a new instance of CalculateExchangeOperationResultStatus. |
Properties
Cancelled |
Cancelled. |
Failed |
Failed. |
Pending |
Pending. |
Succeeded |
Succeeded. |
Methods
Equals(CalculateExchangeOperationResultStatus) |
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(CalculateExchangeOperationResultStatus, CalculateExchangeOperationResultStatus) |
Determines if two CalculateExchangeOperationResultStatus values are the same. |
Implicit(String to CalculateExchangeOperationResultStatus) |
Converts a string to a CalculateExchangeOperationResultStatus. |
Inequality(CalculateExchangeOperationResultStatus, CalculateExchangeOperationResultStatus) |
Determines if two CalculateExchangeOperationResultStatus values are not the same. |
Applies to
Azure SDK for .NET