共用方式為


PaymentStatus Struct

Definition

Describes whether the payment is completed, failed, cancelled or scheduled in the future.

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

Constructors

PaymentStatus(String)

Initializes a new instance of PaymentStatus.

Properties

Cancelled

Cancelled.

Failed

Failed.

Scheduled

Scheduled.

Succeeded

Succeeded.

Methods

Equals(PaymentStatus)

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

Determines if two PaymentStatus values are the same.

Implicit(String to PaymentStatus)

Converts a string to a PaymentStatus.

Inequality(PaymentStatus, PaymentStatus)

Determines if two PaymentStatus values are not the same.

Applies to