EndpointKeysRefreshKeysResponse type

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

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