KeysListByAutomationAccountResponse type
listByAutomationAccount işlemi için yanıt verilerini içerir.
type KeysListByAutomationAccountResponse = KeyListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: KeyListResult
}
}