PartnerTransferStatus Struct

Definition

The status of a transfer.

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

Constructors

PartnerTransferStatus(String)

Initializes a new instance of PartnerTransferStatus.

Properties

Canceled

Canceled.

Completed

Completed.

CompletedWithErrors

CompletedWithErrors.

Declined

Declined.

Expired

Expired.

Failed

Failed.

InProgress

InProgress.

Pending

Pending.

Methods

Equals(PartnerTransferStatus)

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

Determines if two PartnerTransferStatus values are the same.

Implicit(String to PartnerTransferStatus)

Converts a string to a PartnerTransferStatus.

Inequality(PartnerTransferStatus, PartnerTransferStatus)

Determines if two PartnerTransferStatus values are not the same.

Applies to