次の方法で共有


EndpointKeysGetKeysResponse type

getKeys 操作の応答データが含まれます。

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