KeysListByAutomationAccountResponse type
listByAutomationAccount 操作の応答データを格納します。
type KeysListByAutomationAccountResponse = KeyListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: KeyListResult
}
}