共用方式為


CredentialListByAutomationAccountResponse type

包含 listByAutomationAccount 作業的回應資料。

type CredentialListByAutomationAccountResponse = CredentialListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: CredentialListResult
  }
}