EndpointKeysGetKeysResponse type
Enthält Antwortdaten für den getKeys-Vorgang.
type EndpointKeysGetKeysResponse = EndpointKeysDTO & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: EndpointKeysDTO
}
}