ExchangeOperationResultStatus 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Support.ExchangeOperationResultStatusTypeConverter))]
public struct ExchangeOperationResultStatus : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Reservations.Support.ExchangeOperationResultStatus>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Support.ExchangeOperationResultStatusTypeConverter))>]
type ExchangeOperationResultStatus = struct
interface IArgumentCompleter
Public Structure ExchangeOperationResultStatus
Implements IArgumentCompleter, IEquatable(Of ExchangeOperationResultStatus)
- Inheritance
-
ExchangeOperationResultStatus
- Attributes
- Implements
Fields
Cancelled | |
Failed | |
PendingPurchases | |
PendingRefunds | |
Succeeded |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(ExchangeOperationResultStatus) |
Compares values of enum type ExchangeOperationResultStatus |
Equals(Object) |
Compares values of enum type ExchangeOperationResultStatus (override for Object) |
GetHashCode() |
Returns hashCode for enum ExchangeOperationResultStatus |
ToString() |
Returns string representation for ExchangeOperationResultStatus |
Operators
Equality(ExchangeOperationResultStatus, ExchangeOperationResultStatus) |
Overriding == operator for enum ExchangeOperationResultStatus |
Implicit(ExchangeOperationResultStatus to String) |
Implicit operator to convert ExchangeOperationResultStatus to string |
Implicit(String to ExchangeOperationResultStatus) |
Implicit operator to convert string to ExchangeOperationResultStatus |
Inequality(ExchangeOperationResultStatus, ExchangeOperationResultStatus) |
Overriding != operator for enum ExchangeOperationResultStatus |