Freigeben über


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

Name Description
PartnerTransferStatus(String)

Initializes a new instance of PartnerTransferStatus.

Properties

Name Description
Canceled

Canceled.

Completed

Completed.

CompletedWithErrors

CompletedWithErrors.

Declined

Declined.

Expired

Expired.

Failed

Failed.

InProgress

InProgress.

Pending

Pending.

Methods

Name Description
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

Name Description
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