共用方式為


EndpointKeysRefreshKeysResponse type

包含 refreshKeys 作業的回應資料。

type EndpointKeysRefreshKeysResponse = EndpointKeysDTO & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: EndpointKeysDTO
  }
}