你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DomainCredentials class
使用 API 密钥对服务进行身份验证。
- Extends
构造函数
Domain |
创建新的 EventGrid DomainCredentials 对象。 |
继承的方法
sign |
使用 inHeader 和 inQuery 参数中提供的值对请求进行签名。 |
构造函数详细信息
DomainCredentials(string)
创建新的 EventGrid DomainCredentials 对象。
new DomainCredentials(domainKey: string)
参数
- domainKey
-
string
EventGrid 域密钥
继承的方法详细信息
signRequest(WebResourceLike)
使用 inHeader 和 inQuery 参数中提供的值对请求进行签名。
function signRequest(webResource: WebResourceLike): Promise<WebResourceLike>
参数
- webResource
- WebResourceLike
要签名的 WebResource。
返回
Promise<WebResourceLike>
已签名的请求对象。