KeysListByAutomationAccountResponse type
Zawiera dane odpowiedzi dla operacji listByAutomationAccount.
type KeysListByAutomationAccountResponse = KeyListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: KeyListResult
}
}