Condividi tramite


EndpointKeysGetKeysResponse type

Contiene i dati di risposta per l'operazione getKeys.

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