共用方式為


KeysListByAutomationAccountResponse type

包含 listByAutomationAccount 作業的回應資料。

type KeysListByAutomationAccountResponse = KeyListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: KeyListResult
  }
}