次の方法で共有


KeysListByAutomationAccountResponse type

listByAutomationAccount 操作の応答データを格納します。

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