次の方法で共有


EndpointKeysRefreshKeysResponse type

refreshKeys 操作の応答データを格納します。

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