EndpointKeysGetKeysResponse type
Contient des données de réponse pour l’opération getKeys.
type EndpointKeysGetKeysResponse = EndpointKeysDTO & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: EndpointKeysDTO
}
}