你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
TopicCredentials class
TopicCredentials用于Azure 事件网格的 对象。
- Extends
构造函数
Topic |
创建新的 EventGrid TopicCredentials 对象。 |
继承的方法
sign |
使用 inHeader 和 inQuery 参数中提供的值对请求进行签名。 |
构造函数详细信息
TopicCredentials(string)
创建新的 EventGrid TopicCredentials 对象。
new TopicCredentials(topicKey: string)
参数
- topicKey
-
string
EventGrid 主题键
继承的方法详细信息
signRequest(WebResourceLike)
使用 inHeader 和 inQuery 参数中提供的值对请求进行签名。
function signRequest(webResource: WebResourceLike): Promise<WebResourceLike>
参数
- webResource
- WebResourceLike
要签名的 WebResourceLike。
返回
Promise<WebResourceLike>
已签名的请求对象。