你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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 |