PhoneNumberCapabilityType 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.
Capability value for calling.
public readonly struct PhoneNumberCapabilityType : IEquatable<Azure.Communication.PhoneNumbers.PhoneNumberCapabilityType>
type PhoneNumberCapabilityType = struct
Public Structure PhoneNumberCapabilityType
Implements IEquatable(Of PhoneNumberCapabilityType)
- Inheritance
-
PhoneNumberCapabilityType
- Implements
Constructors
PhoneNumberCapabilityType(String) |
Initializes a new instance of PhoneNumberCapabilityType. |
Properties
Inbound |
inbound. |
InboundOutbound |
inbound+outbound. |
None |
none. |
Outbound |
outbound. |
Methods
Equals(PhoneNumberCapabilityType) |
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(PhoneNumberCapabilityType, PhoneNumberCapabilityType) |
Determines if two PhoneNumberCapabilityType values are the same. |
Implicit(String to PhoneNumberCapabilityType) |
Converts a string to a PhoneNumberCapabilityType. |
Inequality(PhoneNumberCapabilityType, PhoneNumberCapabilityType) |
Determines if two PhoneNumberCapabilityType values are not the same. |