ReservationStatus Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |