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

PhoneNumberReservation interface

表示电话号码搜索

属性

areaCode

搜索的区号。

createdAt

搜索的创建时间。

description

搜索的描述。

displayName

搜索的名称。

errorCode

搜索的错误代码。

locationOptions

搜索的位置选项。

phoneNumbers

搜索中的电话号码列表,如果状态为保留或成功。

phonePlanIds

搜索的电话套餐 ID。

quantity

搜索中的电话号码数量。

reservationExpiryDate

搜索到期且号码变为可用的日期。

reservationId

搜索的 ID。

status

搜索的状态。

属性详细信息

areaCode

搜索的区号。

areaCode?: string

属性值

string

createdAt

搜索的创建时间。

createdAt?: Date

属性值

Date

description

搜索的描述。

description?: string

属性值

string

displayName

搜索的名称。

displayName?: string

属性值

string

errorCode

搜索的错误代码。

errorCode?: number

属性值

number

locationOptions

搜索的位置选项。

locationOptions?: LocationOptionsDetails[]

属性值

phoneNumbers

搜索中的电话号码列表,如果状态为保留或成功。

phoneNumbers?: string[]

属性值

string[]

phonePlanIds

搜索的电话套餐 ID。

phonePlanIds?: string[]

属性值

string[]

quantity

搜索中的电话号码数量。

quantity?: number

属性值

number

reservationExpiryDate

搜索到期且号码变为可用的日期。

reservationExpiryDate?: Date

属性值

Date

reservationId

搜索的 ID。

reservationId?: string

属性值

string

status

搜索的状态。

status?: SearchStatus

属性值