PurchasedPhoneNumber Class
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 a purchased phone number.
public class PurchasedPhoneNumber
type PurchasedPhoneNumber = class
Public Class PurchasedPhoneNumber
- Inheritance
-
PurchasedPhoneNumber
Properties
AssignmentType |
The assignment type of the phone number. A phone number can be assigned to a person, or to an application. |
Capabilities |
Capabilities of a phone number. |
Cost |
The incurred cost for a single phone number. |
CountryCode |
The ISO 3166-2 code of the phone number's country, e.g. US. |
Id |
The id of the phone number, e.g. 11234567890. |
PhoneNumber |
String of the E.164 format of the phone number, e.g. +11234567890. |
PhoneNumberType |
The phone number's type, e.g. geographic, tollFree. |
PurchaseDate |
The date and time that the phone number was purchased. |
Applies to
Azure SDK for .NET