ReservationStatus Struct

Definition

Represents the status of the reservation. Possible values include: 'active', 'submitted', 'completed', 'expired'.

public readonly struct ReservationStatus : IEquatable<Azure.Communication.PhoneNumbers.ReservationStatus>
type ReservationStatus = struct
Public Structure ReservationStatus
Implements IEquatable(Of ReservationStatus)
Inheritance
ReservationStatus
Implements

Constructors

ReservationStatus(String)

Initializes a new instance of ReservationStatus.

Properties

Active

active.

Completed

completed.

Expired

expired.

Submitted

submitted.

Methods

Equals(ReservationStatus)

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

Determines if two ReservationStatus values are the same.

Implicit(String to ReservationStatus)

Converts a String to a ReservationStatus.

Inequality(ReservationStatus, ReservationStatus)

Determines if two ReservationStatus values are not the same.

Applies to