Aracılığıyla paylaş


TopicCredentials class

Azure Event Grid için kullanılan topiccredentials nesnesi.

Extends

Oluşturucular

TopicCredentials(string)

Yeni bir EventGrid TopicCredentials nesnesi oluşturur.

Devralınan Yöntemler

signRequest(WebResourceLike)

inHeader ve inQuery parametresinde sağlanan değerlerle bir isteği imzalar.

Oluşturucu Ayrıntıları

TopicCredentials(string)

Yeni bir EventGrid TopicCredentials nesnesi oluşturur.

new TopicCredentials(topicKey: string)

Parametreler

topicKey

string

EventGrid konu anahtarı

Devralınan Yöntemin Ayrıntıları

signRequest(WebResourceLike)

inHeader ve inQuery parametresinde sağlanan değerlerle bir isteği imzalar.

function signRequest(webResource: WebResourceLike): Promise<WebResourceLike>

Parametreler

webResource
WebResourceLike

İmzalanacak WebResourceLike.

Döndürülenler

Promise<WebResourceLike>

İmzalı istek nesnesi.

ApiKeyCredentials.signRequest'tenDevralındı