ExchangeOperationResultStatus Struct

Definition

Status of the operation.

public readonly struct ExchangeOperationResultStatus : IEquatable<Azure.ResourceManager.Reservations.Models.ExchangeOperationResultStatus>
type ExchangeOperationResultStatus = struct
Public Structure ExchangeOperationResultStatus
Implements IEquatable(Of ExchangeOperationResultStatus)
Inheritance
ExchangeOperationResultStatus
Implements

Constructors

ExchangeOperationResultStatus(String)

Initializes a new instance of ExchangeOperationResultStatus.

Properties

Cancelled

Cancelled.

Failed

Failed.

PendingPurchases

PendingPurchases.

PendingRefunds

PendingRefunds.

Succeeded

Succeeded.

Methods

Equals(ExchangeOperationResultStatus)

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(ExchangeOperationResultStatus, ExchangeOperationResultStatus)

Determines if two ExchangeOperationResultStatus values are the same.

Implicit(String to ExchangeOperationResultStatus)

Converts a string to a ExchangeOperationResultStatus.

Inequality(ExchangeOperationResultStatus, ExchangeOperationResultStatus)

Determines if two ExchangeOperationResultStatus values are not the same.

Applies to