KeysListByAutomationAccountResponse type
Содержит данные ответа для операции listByAutomationAccount.
type KeysListByAutomationAccountResponse = KeyListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: KeyListResult
}
}