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