你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
RegistrationTokenMinimal interface
表示 RegistrationToken 定义的最小属性集。
属性
expiration |
注册令牌的过期时间。 |
token | 注册令牌 base64 编码字符串。 |
属性详细信息
expirationTime
注册令牌的过期时间。
expirationTime?: Date
属性值
Date
token
注册令牌 base64 编码字符串。
token?: string
属性值
string