CallRejectReason 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.
The rejection reason.
public readonly struct CallRejectReason : IEquatable<Azure.Communication.CallAutomation.CallRejectReason>
type CallRejectReason = struct
Public Structure CallRejectReason
Implements IEquatable(Of CallRejectReason)
- Inheritance
-
CallRejectReason
- Implements
Constructors
CallRejectReason(String) |
Initializes a new instance of CallRejectReason. |
Properties
Busy |
busy. |
Forbidden |
forbidden. |
None |
none. |
Methods
Equals(CallRejectReason) |
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(CallRejectReason, CallRejectReason) |
Determines if two CallRejectReason values are the same. |
Implicit(String to CallRejectReason) |
Converts a string to a CallRejectReason. |
Inequality(CallRejectReason, CallRejectReason) |
Determines if two CallRejectReason values are not the same. |
Applies to
Azure SDK for .NET