Compartilhar via


KeysListByAutomationAccountResponse type

Contém dados de resposta para a operação listByAutomationAccount.

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