topicCredentials.d.ts 423 B

1234567891011121314
  1. import { ApiKeyCredentials } from "@azure/ms-rest-js";
  2. /**
  3. * Creates a new CognitiveServicesCredentials object.
  4. */
  5. export declare class TopicCredentials extends ApiKeyCredentials {
  6. /**
  7. * Creates a new EventGrid TopicCredentials object.
  8. *
  9. * @constructor
  10. * @param {string} topicKey The EventGrid topic key
  11. */
  12. constructor(topicKey: string);
  13. }
  14. //# sourceMappingURL=topicCredentials.d.ts.map