你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ShortCode interface

表示在给定国家/地区获取的数字、ShortCode 或 AlphaId。

属性

countryCode

代表国家/地区的 ISO 3166 2 字符代码,例如“US”。

number

ShortCode 或 alpha 数值的值,例如“555555”、“CONTOSO”等。

numberType

数字的类型,例如“ShortCode”、“AlphaId”。

programBriefIds

程序简短名称。

purchaseDate

购买号码的日期。

属性详细信息

countryCode

代表国家/地区的 ISO 3166 2 字符代码,例如“US”。

countryCode?: string

属性值

string

number

ShortCode 或 alpha 数值的值,例如“555555”、“CONTOSO”等。

number?: string

属性值

string

numberType

数字的类型,例如“ShortCode”、“AlphaId”。

numberType?: NumberType

属性值

programBriefIds

程序简短名称。

programBriefIds?: string[]

属性值

string[]

purchaseDate

购买号码的日期。

purchaseDate?: Date

属性值

Date