Partilhar via


CertificateListByAutomationAccountResponse type

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

type CertificateListByAutomationAccountResponse = CertificateListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: CertificateListResult
  }
}