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

MapsAccountKeys interface

可用于访问 Maps REST API 的键集。 为密钥轮换提供了两个密钥,而不会中断。

属性

primaryKey

用于访问 Maps REST API 的主键。 注意:此属性不会被序列化。 它只能由服务器填充。

primaryKeyLastUpdated

主键的上次更新日期和时间。 注意:此属性不会被序列化。 它只能由服务器填充。

secondaryKey

用于访问 Maps REST API 的辅助密钥。 注意:此属性不会被序列化。 它只能由服务器填充。

secondaryKeyLastUpdated

辅助密钥的上次更新日期和时间。 注意:此属性不会被序列化。 它只能由服务器填充。

属性详细信息

primaryKey

用于访问 Maps REST API 的主键。 注意:此属性不会被序列化。 它只能由服务器填充。

primaryKey?: string

属性值

string

primaryKeyLastUpdated

主键的上次更新日期和时间。 注意:此属性不会被序列化。 它只能由服务器填充。

primaryKeyLastUpdated?: string

属性值

string

secondaryKey

用于访问 Maps REST API 的辅助密钥。 注意:此属性不会被序列化。 它只能由服务器填充。

secondaryKey?: string

属性值

string

secondaryKeyLastUpdated

辅助密钥的上次更新日期和时间。 注意:此属性不会被序列化。 它只能由服务器填充。

secondaryKeyLastUpdated?: string

属性值

string