Delen via


EndpointKeysRefreshKeysResponse type

Bevat antwoordgegevens voor de bewerking refreshKeys.

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