TopicCredentials class
用於 Azure 事件方格的 TopicCredentials 物件。
- 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>
已簽署的要求物件。