Share via


EndpointKeysGetKeysResponse type

A getKeys művelet válaszadatait tartalmazza.

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