CertificateListByAutomationAccountNextResponse type
Contém dados de resposta para a operação listByAutomationAccountNext.
type CertificateListByAutomationAccountNextResponse = CertificateListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: CertificateListResult
}
}